/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.ColumnHeader columnHeader; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceForm)); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workspaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.evaluateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inspectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.installToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.newEnvironmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.poolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.variablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.txtEvaluate = new System.Windows.Forms.TextBox(); this.txtResult = new System.Windows.Forms.TextBox(); this.txtInstall = new System.Windows.Forms.TextBox(); this.listErrors = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tabControl = new System.Windows.Forms.TabControl(); this.tabPageEvaluate = new System.Windows.Forms.TabPage(); this.tabPageInstall = new System.Windows.Forms.TabPage(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); menuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabPageEvaluate.SuspendLayout(); this.tabPageInstall.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.workspaceToolStripMenuItem}); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(670, 24); menuStrip.TabIndex = 1; menuStrip.Text = "menuStrip2"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveAsToolStripMenuItem.Text = "Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // workspaceToolStripMenuItem // this.workspaceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.evaluateToolStripMenuItem, this.inspectToolStripMenuItem, this.installToolStripMenuItem, this.toolStripSeparator2, this.newEnvironmentToolStripMenuItem, this.poolsToolStripMenuItem, this.variablesToolStripMenuItem}); this.workspaceToolStripMenuItem.Name = "workspaceToolStripMenuItem"; this.workspaceToolStripMenuItem.Size = new System.Drawing.Size(77, 20); this.workspaceToolStripMenuItem.Text = "&Workspace"; // // evaluateToolStripMenuItem // this.evaluateToolStripMenuItem.Enabled = false; this.evaluateToolStripMenuItem.Name = "evaluateToolStripMenuItem"; this.evaluateToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.evaluateToolStripMenuItem.Text = "&Evaluate"; this.evaluateToolStripMenuItem.Click += new System.EventHandler(this.evaluateToolStripMenuItem_Click); // // inspectToolStripMenuItem // this.inspectToolStripMenuItem.Enabled = false; this.inspectToolStripMenuItem.Name = "inspectToolStripMenuItem"; this.inspectToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.inspectToolStripMenuItem.Text = "&Inspect"; this.inspectToolStripMenuItem.Click += new System.EventHandler(this.inspectToolStripMenuItem_Click); // // installToolStripMenuItem // this.installToolStripMenuItem.Enabled = false; this.installToolStripMenuItem.Name = "installToolStripMenuItem"; this.installToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.installToolStripMenuItem.Text = "I&nstall"; this.installToolStripMenuItem.Click += new System.EventHandler(this.installToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(166, 6); // // newEnvironmentToolStripMenuItem // this.newEnvironmentToolStripMenuItem.Name = "newEnvironmentToolStripMenuItem"; this.newEnvironmentToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.newEnvironmentToolStripMenuItem.Text = "&New Environment"; this.newEnvironmentToolStripMenuItem.Click += new System.EventHandler(this.newEnvironmentToolStripMenuItem_Click); // // poolsToolStripMenuItem // this.poolsToolStripMenuItem.Enabled = false; this.poolsToolStripMenuItem.Name = "poolsToolStripMenuItem"; this.poolsToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.poolsToolStripMenuItem.Text = "Pools..."; // // variablesToolStripMenuItem // this.variablesToolStripMenuItem.Enabled = false; this.variablesToolStripMenuItem.Name = "variablesToolStripMenuItem"; this.variablesToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.variablesToolStripMenuItem.Text = "Variables..."; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(3, 3); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.txtEvaluate); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.txtResult); splitContainer1.Size = new System.Drawing.Size(656, 314); splitContainer1.SplitterDistance = 200; splitContainer1.TabIndex = 0; // // txtEvaluate // this.txtEvaluate.AcceptsTab = true; this.txtEvaluate.Dock = System.Windows.Forms.DockStyle.Fill; this.txtEvaluate.HideSelection = false; this.txtEvaluate.Location = new System.Drawing.Point(0, 0); this.txtEvaluate.MaxLength = 0; this.txtEvaluate.Multiline = true; this.txtEvaluate.Name = "txtEvaluate"; this.txtEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtEvaluate.Size = new System.Drawing.Size(656, 200); this.txtEvaluate.TabIndex = 0; this.txtEvaluate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEvaluate_KeyPress); // // txtResult // this.txtResult.AcceptsTab = true; this.txtResult.Dock = System.Windows.Forms.DockStyle.Fill; this.txtResult.Location = new System.Drawing.Point(0, 0); this.txtResult.Multiline = true; this.txtResult.Name = "txtResult"; this.txtResult.ReadOnly = true; this.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtResult.Size = new System.Drawing.Size(656, 110); this.txtResult.TabIndex = 1; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer2.Location = new System.Drawing.Point(3, 3); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.txtInstall); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.listErrors); splitContainer2.Size = new System.Drawing.Size(656, 314); splitContainer2.SplitterDistance = 200; splitContainer2.TabIndex = 1; // // txtInstall // this.txtInstall.AcceptsTab = true; this.txtInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInstall.HideSelection = false; this.txtInstall.Location = new System.Drawing.Point(0, 0); this.txtInstall.MaxLength = 0; this.txtInstall.Multiline = true; this.txtInstall.Name = "txtInstall"; this.txtInstall.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtInstall.Size = new System.Drawing.Size(656, 200); this.txtInstall.TabIndex = 1; this.txtInstall.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInstall_KeyPress); // // listErrors // this.listErrors.AutoArrange = false; this.listErrors.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, columnHeader}); this.listErrors.Dock = System.Windows.Forms.DockStyle.Fill; this.listErrors.FullRowSelect = true; this.listErrors.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listErrors.HideSelection = false; this.listErrors.Location = new System.Drawing.Point(0, 0); this.listErrors.MultiSelect = false; this.listErrors.Name = "listErrors"; this.listErrors.ShowGroups = false; this.listErrors.ShowItemToolTips = true; this.listErrors.Size = new System.Drawing.Size(656, 110); this.listErrors.TabIndex = 0; this.listErrors.UseCompatibleStateImageBehavior = false; this.listErrors.View = System.Windows.Forms.View.Details; this.listErrors.SelectedIndexChanged += new System.EventHandler(this.listErrors_SelectedIndexChanged); this.listErrors.Resize += new System.EventHandler(this.listErrors_Resize); // // columnHeader1 // this.columnHeader1.Width = 150; // // columnHeader2 // this.columnHeader2.Width = 150; // // columnHeader // columnHeader.Width = 500; // // tabControl // this.tabControl.Controls.Add(this.tabPageEvaluate); this.tabControl.Controls.Add(this.tabPageInstall); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 24); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(670, 346); this.tabControl.TabIndex = 2; this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected); // // tabPageEvaluate // this.tabPageEvaluate.Controls.Add(splitContainer1); this.tabPageEvaluate.Location = new System.Drawing.Point(4, 22); this.tabPageEvaluate.Name = "tabPageEvaluate"; this.tabPageEvaluate.Padding = new System.Windows.Forms.Padding(3); this.tabPageEvaluate.Size = new System.Drawing.Size(662, 320); this.tabPageEvaluate.TabIndex = 0; this.tabPageEvaluate.Text = "Evaluate"; this.tabPageEvaluate.UseVisualStyleBackColor = true; // // tabPageInstall // this.tabPageInstall.Controls.Add(splitContainer2); this.tabPageInstall.Location = new System.Drawing.Point(4, 22); this.tabPageInstall.Name = "tabPageInstall"; this.tabPageInstall.Padding = new System.Windows.Forms.Padding(3); this.tabPageInstall.Size = new System.Drawing.Size(662, 320); this.tabPageInstall.TabIndex = 1; this.tabPageInstall.Text = "Install"; this.tabPageInstall.UseVisualStyleBackColor = true; // // openFileDialog // this.openFileDialog.DefaultExt = "ist"; this.openFileDialog.Filter = "IronSmalltalk files|*.ist|Smalltalk files|*.st|All files|*.*"; // // saveFileDialog // this.saveFileDialog.DefaultExt = "ist"; this.saveFileDialog.Filter = "IronSmalltalk files|*.ist|Smalltalk files|*.st|All files|*.*"; // // WorkspaceForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(670, 370); this.Controls.Add(this.tabControl); this.Controls.Add(menuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WorkspaceForm"; this.Text = "Workspace"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkspaceForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WorkspaceForm_FormClosed); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.tabPageEvaluate.ResumeLayout(false); this.tabPageInstall.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip menuStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm2)); System.Windows.Forms.ToolStripMenuItem fileMenu; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem viewMenu; System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openConfigFileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveConfigFileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem delaysToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripMenuItem overviewToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem senseToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem monitorToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem windowsMenu; System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem helpMenu; System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator8; System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; this.openSpecterFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ParameterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.measureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.initSys_butt = new System.Windows.Forms.ToolStripButton(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.measure_StatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.sensmeasure_button = new System.Windows.Forms.ToolStripButton(); this.shutSys_butt = new System.Windows.Forms.ToolStripButton(); this.unblock_butt = new System.Windows.Forms.ToolStripButton(); this.controlToolStrip = new System.Windows.Forms.ToolStrip(); this.connectToolStripButton = new System.Windows.Forms.ToolStripButton(); this.monitorToolStripButton = new System.Windows.Forms.ToolStripButton(); this.overviewSplitButton = new System.Windows.Forms.ToolStripSplitButton(); this.sparseModeStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inletToolStripButton = new System.Windows.Forms.ToolStripButton(); this.parameterPanel = new System.Windows.Forms.Panel(); this.statusTreeView = new System.Windows.Forms.TreeView(); this.statusTreeViewStateImageList = new System.Windows.Forms.ImageList(this.components); this.openSpecterFileDialog = new System.Windows.Forms.OpenFileDialog(); menuStrip = new System.Windows.Forms.MenuStrip(); fileMenu = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewMenu = new System.Windows.Forms.ToolStripMenuItem(); optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openConfigFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveConfigFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); delaysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); overviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); senseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); monitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); windowsMenu = new System.Windows.Forms.ToolStripMenuItem(); closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); helpMenu = new System.Windows.Forms.ToolStripMenuItem(); contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.controlToolStrip.SuspendLayout(); this.parameterPanel.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileMenu, viewMenu, optionsToolStripMenuItem, windowsMenu, helpMenu}); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.MdiWindowListItem = windowsMenu; menuStrip.Name = "menuStrip"; // // fileMenu // fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openSpecterFileToolStripMenuItem, exitToolStripMenuItem}); resources.ApplyResources(fileMenu, "fileMenu"); fileMenu.Name = "fileMenu"; // // openSpecterFileToolStripMenuItem // resources.ApplyResources(this.openSpecterFileToolStripMenuItem, "openSpecterFileToolStripMenuItem"); this.openSpecterFileToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.openSpecterFileToolStripMenuItem.MergeIndex = 0; this.openSpecterFileToolStripMenuItem.Name = "openSpecterFileToolStripMenuItem"; this.openSpecterFileToolStripMenuItem.Click += new System.EventHandler(this.openSpecterFileToolStripMenuItem_Click); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(exitToolStripMenuItem, "exitToolStripMenuItem"); exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // viewMenu // viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolBarToolStripMenuItem, this.ParameterToolStripMenuItem, this.statusBarToolStripMenuItem}); viewMenu.Name = "viewMenu"; resources.ApplyResources(viewMenu, "viewMenu"); // // toolBarToolStripMenuItem // this.toolBarToolStripMenuItem.Checked = true; this.toolBarToolStripMenuItem.CheckOnClick = true; this.toolBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.toolBarToolStripMenuItem.Name = "toolBarToolStripMenuItem"; resources.ApplyResources(this.toolBarToolStripMenuItem, "toolBarToolStripMenuItem"); this.toolBarToolStripMenuItem.Click += new System.EventHandler(this.ToolBarToolStripMenuItem_Click); // // ParameterToolStripMenuItem // this.ParameterToolStripMenuItem.Checked = true; this.ParameterToolStripMenuItem.CheckOnClick = true; this.ParameterToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.ParameterToolStripMenuItem.Name = "ParameterToolStripMenuItem"; resources.ApplyResources(this.ParameterToolStripMenuItem, "ParameterToolStripMenuItem"); this.ParameterToolStripMenuItem.Click += new System.EventHandler(this.ParameterToolStripMenuItem_Click); // // statusBarToolStripMenuItem // this.statusBarToolStripMenuItem.Checked = true; this.statusBarToolStripMenuItem.CheckOnClick = true; this.statusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.statusBarToolStripMenuItem.Name = "statusBarToolStripMenuItem"; resources.ApplyResources(this.statusBarToolStripMenuItem, "statusBarToolStripMenuItem"); this.statusBarToolStripMenuItem.Click += new System.EventHandler(this.StatusBarToolStripMenuItem_Click); // // optionsToolStripMenuItem // optionsToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openConfigFileToolStripMenuItem, saveConfigFileToolStripMenuItem, toolStripSeparator1, this.connectToolStripMenuItem, this.measureToolStripMenuItem}); optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // openConfigFileToolStripMenuItem // openConfigFileToolStripMenuItem.Name = "openConfigFileToolStripMenuItem"; resources.ApplyResources(openConfigFileToolStripMenuItem, "openConfigFileToolStripMenuItem"); openConfigFileToolStripMenuItem.Click += new System.EventHandler(this.openConfigFileToolStripMenuItem_Click); // // saveConfigFileToolStripMenuItem // saveConfigFileToolStripMenuItem.Name = "saveConfigFileToolStripMenuItem"; resources.ApplyResources(saveConfigFileToolStripMenuItem, "saveConfigFileToolStripMenuItem"); saveConfigFileToolStripMenuItem.Click += new System.EventHandler(this.saveConfigFileToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1"); // // connectToolStripMenuItem // this.connectToolStripMenuItem.Name = "connectToolStripMenuItem"; resources.ApplyResources(this.connectToolStripMenuItem, "connectToolStripMenuItem"); this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click); // // measureToolStripMenuItem // this.measureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { delaysToolStripMenuItem, toolStripSeparator2, overviewToolStripMenuItem, senseToolStripMenuItem, monitorToolStripMenuItem}); this.measureToolStripMenuItem.Name = "measureToolStripMenuItem"; resources.ApplyResources(this.measureToolStripMenuItem, "measureToolStripMenuItem"); // // delaysToolStripMenuItem // delaysToolStripMenuItem.Name = "delaysToolStripMenuItem"; resources.ApplyResources(delaysToolStripMenuItem, "delaysToolStripMenuItem"); delaysToolStripMenuItem.Click += new System.EventHandler(this.delaysToolStripMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2"); // // overviewToolStripMenuItem // overviewToolStripMenuItem.Name = "overviewToolStripMenuItem"; resources.ApplyResources(overviewToolStripMenuItem, "overviewToolStripMenuItem"); overviewToolStripMenuItem.Click += new System.EventHandler(this.overviewToolStripMenuItem_Click); // // senseToolStripMenuItem // senseToolStripMenuItem.Name = "senseToolStripMenuItem"; resources.ApplyResources(senseToolStripMenuItem, "senseToolStripMenuItem"); senseToolStripMenuItem.Click += new System.EventHandler(this.senseToolStripMenuItem_Click); // // monitorToolStripMenuItem // monitorToolStripMenuItem.Name = "monitorToolStripMenuItem"; resources.ApplyResources(monitorToolStripMenuItem, "monitorToolStripMenuItem"); monitorToolStripMenuItem.Click += new System.EventHandler(this.monitorToolStripMenuItem_Click); // // windowsMenu // windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { closeAllToolStripMenuItem, toolStripSeparator3}); windowsMenu.Name = "windowsMenu"; resources.ApplyResources(windowsMenu, "windowsMenu"); // // closeAllToolStripMenuItem // closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem"; resources.ApplyResources(closeAllToolStripMenuItem, "closeAllToolStripMenuItem"); closeAllToolStripMenuItem.Click += new System.EventHandler(this.closeAllToolStripMenuItem_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3"); // // helpMenu // helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { contentsToolStripMenuItem, indexToolStripMenuItem, searchToolStripMenuItem, toolStripSeparator8, aboutToolStripMenuItem}); helpMenu.Name = "helpMenu"; resources.ApplyResources(helpMenu, "helpMenu"); // // contentsToolStripMenuItem // contentsToolStripMenuItem.Name = "contentsToolStripMenuItem"; resources.ApplyResources(contentsToolStripMenuItem, "contentsToolStripMenuItem"); // // indexToolStripMenuItem // resources.ApplyResources(indexToolStripMenuItem, "indexToolStripMenuItem"); indexToolStripMenuItem.Name = "indexToolStripMenuItem"; // // searchToolStripMenuItem // resources.ApplyResources(searchToolStripMenuItem, "searchToolStripMenuItem"); searchToolStripMenuItem.Name = "searchToolStripMenuItem"; // // toolStripSeparator8 // toolStripSeparator8.Name = "toolStripSeparator8"; resources.ApplyResources(toolStripSeparator8, "toolStripSeparator8"); // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(aboutToolStripMenuItem, "aboutToolStripMenuItem"); // // initSys_butt // this.initSys_butt.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.initSys_butt, "initSys_butt"); this.initSys_butt.ForeColor = System.Drawing.SystemColors.ControlText; this.initSys_butt.Name = "initSys_butt"; this.initSys_butt.Click += new System.EventHandler(this.initSys_butt_Click); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.measure_StatusLabel}); this.statusStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; resources.ApplyResources(this.statusStrip, "statusStrip"); this.statusStrip.Name = "statusStrip"; this.statusStrip.SizingGrip = false; // // measure_StatusLabel // this.measure_StatusLabel.BackColor = System.Drawing.SystemColors.MenuBar; this.measure_StatusLabel.Name = "measure_StatusLabel"; resources.ApplyResources(this.measure_StatusLabel, "measure_StatusLabel"); // // sensmeasure_button // this.sensmeasure_button.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.sensmeasure_button.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.sensmeasure_button, "sensmeasure_button"); this.sensmeasure_button.Name = "sensmeasure_button"; this.sensmeasure_button.Click += new System.EventHandler(this.sensmeasure_button_Click); // // shutSys_butt // this.shutSys_butt.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.shutSys_butt, "shutSys_butt"); this.shutSys_butt.Name = "shutSys_butt"; this.shutSys_butt.Click += new System.EventHandler(this.shutSys_butt_Click); // // unblock_butt // this.unblock_butt.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.unblock_butt, "unblock_butt"); this.unblock_butt.ForeColor = System.Drawing.Color.Green; this.unblock_butt.Name = "unblock_butt"; this.unblock_butt.Click += new System.EventHandler(this.unblock_butt_Click); // // controlToolStrip // this.controlToolStrip.AllowMerge = false; this.controlToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.controlToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.connectToolStripButton, this.initSys_butt, this.shutSys_butt, this.unblock_butt, this.monitorToolStripButton, this.sensmeasure_button, this.overviewSplitButton, this.inletToolStripButton}); this.controlToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; resources.ApplyResources(this.controlToolStrip, "controlToolStrip"); this.controlToolStrip.Name = "controlToolStrip"; this.controlToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; // // connectToolStripButton // this.connectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.connectToolStripButton, "connectToolStripButton"); this.connectToolStripButton.Name = "connectToolStripButton"; this.connectToolStripButton.Click += new System.EventHandler(this.connectToolStripButton_Click); // // monitorToolStripButton // this.monitorToolStripButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.monitorToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.monitorToolStripButton, "monitorToolStripButton"); this.monitorToolStripButton.Name = "monitorToolStripButton"; this.monitorToolStripButton.Click += new System.EventHandler(this.monitorToolStripButton_Click); // // overviewSplitButton // this.overviewSplitButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.overviewSplitButton.BackColor = System.Drawing.Color.White; this.overviewSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sparseModeStripMenuItem}); resources.ApplyResources(this.overviewSplitButton, "overviewSplitButton"); this.overviewSplitButton.Name = "overviewSplitButton"; this.overviewSplitButton.ButtonClick += new System.EventHandler(this.overview_button_Click); // // sparseModeStripMenuItem // this.sparseModeStripMenuItem.Name = "sparseModeStripMenuItem"; resources.ApplyResources(this.sparseModeStripMenuItem, "sparseModeStripMenuItem"); this.sparseModeStripMenuItem.Click += new System.EventHandler(this.sparseModeToolStripMenuItem_Click); // // inletToolStripButton // resources.ApplyResources(this.inletToolStripButton, "inletToolStripButton"); this.inletToolStripButton.Name = "inletToolStripButton"; this.inletToolStripButton.Click += new System.EventHandler(this.inletToolStripButton_Click); // // parameterPanel // this.parameterPanel.BackColor = System.Drawing.SystemColors.Control; this.parameterPanel.Controls.Add(this.statusTreeView); resources.ApplyResources(this.parameterPanel, "parameterPanel"); this.parameterPanel.Name = "parameterPanel"; // // statusTreeView // this.statusTreeView.BackColor = System.Drawing.SystemColors.Control; this.statusTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None; resources.ApplyResources(this.statusTreeView, "statusTreeView"); this.statusTreeView.Name = "statusTreeView"; this.statusTreeView.ShowLines = false; this.statusTreeView.ShowPlusMinus = false; this.statusTreeView.StateImageList = this.statusTreeViewStateImageList; // // statusTreeViewStateImageList // this.statusTreeViewStateImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("statusTreeViewStateImageList.ImageStream"))); this.statusTreeViewStateImageList.TransparentColor = System.Drawing.Color.Transparent; this.statusTreeViewStateImageList.Images.SetKeyName(0, "warning"); this.statusTreeViewStateImageList.Images.SetKeyName(1, "error"); // // openSpecterFileDialog // this.openSpecterFileDialog.InitialDirectory = "."; // // MainForm2 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.parameterPanel); this.Controls.Add(this.controlToolStrip); this.Controls.Add(menuStrip); this.Controls.Add(this.statusStrip); this.IsMdiContainer = true; this.MainMenuStrip = menuStrip; this.Name = "MainForm2"; menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.controlToolStrip.ResumeLayout(false); this.controlToolStrip.PerformLayout(); this.parameterPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.MenuStrip menuStrip1; this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.canvas = new TouhouSpring.Particle.Canvas(); this.toolStripStatusLabelNumParticles = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusColor = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButtonPlayPause = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonRestart = new System.Windows.Forms.ToolStripButton(); this.treeView = new System.Windows.Forms.TreeView(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.toolStripButtonNewEffect = new System.Windows.Forms.ToolStripButton(); this.toolStripDropDownButtonNewModifier = new System.Windows.Forms.ToolStripDropDownButton(); this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonMoveUp = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonMoveDown = new System.Windows.Forms.ToolStripButton(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.timerFps = new System.Windows.Forms.Timer(this.components); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); splitContainer1 = new System.Windows.Forms.SplitContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); splitContainer2 = new System.Windows.Forms.SplitContainer(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); menuStrip1 = new System.Windows.Forms.MenuStrip(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.toolStrip.SuspendLayout(); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, toolStripMenuItem1, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripMenuItem2, this.exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.openToolStripMenuItem.Text = "&Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(111, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Enabled = false; this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.saveAsToolStripMenuItem.Text = "Save &As"; // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(111, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 24); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.canvas); splitContainer1.Panel1.Controls.Add(statusStrip1); splitContainer1.Panel1.Controls.Add(this.toolStrip1); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(716, 464); splitContainer1.SplitterDistance = 510; splitContainer1.TabIndex = 1; // // canvas // this.canvas.ClearColor = new Microsoft.Xna.Framework.Color(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.canvas.Dock = System.Windows.Forms.DockStyle.Fill; this.canvas.GridColor = new Microsoft.Xna.Framework.Color(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.canvas.KeepUpdating = false; this.canvas.Location = new System.Drawing.Point(0, 25); this.canvas.Name = "canvas"; this.canvas.Size = new System.Drawing.Size(510, 417); this.canvas.SystemInstance = null; this.canvas.TabIndex = 0; this.canvas.Text = "canvas1"; // // statusStrip1 // statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabelNumParticles, this.toolStripStatusLabelFps, toolStripStatusLabel1, this.toolStripStatusColor}); statusStrip1.Location = new System.Drawing.Point(0, 442); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(510, 22); statusStrip1.SizingGrip = false; statusStrip1.TabIndex = 1; statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabelNumParticles // this.toolStripStatusLabelNumParticles.Name = "toolStripStatusLabelNumParticles"; this.toolStripStatusLabelNumParticles.Size = new System.Drawing.Size(76, 17); this.toolStripStatusLabelNumParticles.Text = "Nb Particles :"; // // toolStripStatusLabelFps // this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps"; this.toolStripStatusLabelFps.Size = new System.Drawing.Size(29, 17); this.toolStripStatusLabelFps.Text = "FPS:"; // // toolStripStatusLabel1 // toolStripStatusLabel1.Name = "toolStripStatusLabel1"; toolStripStatusLabel1.Size = new System.Drawing.Size(74, 17); toolStripStatusLabel1.Text = "Background:"; // // toolStripStatusColor // this.toolStripStatusColor.BackColor = System.Drawing.Color.Black; this.toolStripStatusColor.Name = "toolStripStatusColor"; this.toolStripStatusColor.Size = new System.Drawing.Size(19, 17); this.toolStripStatusColor.Text = " "; this.toolStripStatusColor.Click += new System.EventHandler(this.toolStripStatusColor_Click); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonPlayPause, this.toolStripButtonRestart}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(510, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // toolStripButtonPlayPause // this.toolStripButtonPlayPause.Checked = true; this.toolStripButtonPlayPause.CheckOnClick = true; this.toolStripButtonPlayPause.CheckState = System.Windows.Forms.CheckState.Checked; this.toolStripButtonPlayPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPlayPause.Image = global::TouhouSpring.Particle.Properties.Resources.Pause_16x16; this.toolStripButtonPlayPause.Name = "toolStripButtonPlayPause"; this.toolStripButtonPlayPause.Size = new System.Drawing.Size(23, 22); this.toolStripButtonPlayPause.Click += new System.EventHandler(this.toolStripButtonPlayPause_Click); // // toolStripButtonRestart // this.toolStripButtonRestart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonRestart.Image = global::TouhouSpring.Particle.Properties.Resources.Restart_16x16; this.toolStripButtonRestart.Name = "toolStripButtonRestart"; this.toolStripButtonRestart.Size = new System.Drawing.Size(23, 22); this.toolStripButtonRestart.Text = "toolStripButtonRestart"; this.toolStripButtonRestart.Click += new System.EventHandler(this.toolStripButtonRestart_Click); // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.treeView); splitContainer2.Panel1.Controls.Add(this.toolStrip); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.propertyGrid); splitContainer2.Size = new System.Drawing.Size(202, 464); splitContainer2.SplitterDistance = 158; splitContainer2.TabIndex = 0; // // treeView // this.treeView.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView.Enabled = false; this.treeView.HideSelection = false; this.treeView.Location = new System.Drawing.Point(0, 25); this.treeView.Name = "treeView"; this.treeView.ShowRootLines = false; this.treeView.Size = new System.Drawing.Size(202, 133); this.treeView.TabIndex = 0; this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect); // // toolStrip // this.toolStrip.Enabled = false; this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonNewEffect, this.toolStripDropDownButtonNewModifier, toolStripSeparator1, this.toolStripButtonDelete, this.toolStripButtonMoveUp, this.toolStripButtonMoveDown}); this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(202, 25); this.toolStrip.TabIndex = 1; this.toolStrip.Text = "toolStrip1"; // // toolStripButtonNewEffect // this.toolStripButtonNewEffect.Image = global::TouhouSpring.Particle.Properties.Resources.Add_16x16; this.toolStripButtonNewEffect.Name = "toolStripButtonNewEffect"; this.toolStripButtonNewEffect.Size = new System.Drawing.Size(84, 22); this.toolStripButtonNewEffect.Text = "New Effect"; this.toolStripButtonNewEffect.Click += new System.EventHandler(this.toolStripButtonNewEffect_Click); // // toolStripDropDownButtonNewModifier // this.toolStripDropDownButtonNewModifier.Image = global::TouhouSpring.Particle.Properties.Resources.Add_16x16; this.toolStripDropDownButtonNewModifier.Name = "toolStripDropDownButtonNewModifier"; this.toolStripDropDownButtonNewModifier.Size = new System.Drawing.Size(108, 20); this.toolStripDropDownButtonNewModifier.Text = "New Modifier"; this.toolStripDropDownButtonNewModifier.Visible = false; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripButtonDelete // this.toolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonDelete.Image = global::TouhouSpring.Particle.Properties.Resources.Delete_16x16; this.toolStripButtonDelete.Name = "toolStripButtonDelete"; this.toolStripButtonDelete.Size = new System.Drawing.Size(23, 22); this.toolStripButtonDelete.Text = "Delete"; this.toolStripButtonDelete.Visible = false; this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click); // // toolStripButtonMoveUp // this.toolStripButtonMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonMoveUp.Image = global::TouhouSpring.Particle.Properties.Resources.UpArrow_16x16; this.toolStripButtonMoveUp.Name = "toolStripButtonMoveUp"; this.toolStripButtonMoveUp.Size = new System.Drawing.Size(23, 22); this.toolStripButtonMoveUp.Text = "Move Up"; this.toolStripButtonMoveUp.Visible = false; this.toolStripButtonMoveUp.Click += new System.EventHandler(this.toolStripButtonMoveUp_Click); // // toolStripButtonMoveDown // this.toolStripButtonMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonMoveDown.Image = global::TouhouSpring.Particle.Properties.Resources.DownArrow_16x16; this.toolStripButtonMoveDown.Name = "toolStripButtonMoveDown"; this.toolStripButtonMoveDown.Size = new System.Drawing.Size(23, 22); this.toolStripButtonMoveDown.Text = "Move Down"; this.toolStripButtonMoveDown.Visible = false; this.toolStripButtonMoveDown.Click += new System.EventHandler(this.toolStripButtonMoveDown_Click); // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.Enabled = false; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(202, 302); this.propertyGrid.TabIndex = 0; this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(716, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // timerFps // this.timerFps.Enabled = true; this.timerFps.Interval = 500; this.timerFps.Tick += new System.EventHandler(this.timerFps_Tick); // // saveFileDialog // this.saveFileDialog.Filter = "XML File (*.xml)|*.xml"; this.saveFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.fileDialog_FileOk); // // openFileDialog // this.openFileDialog.Filter = "XML File (*.xml)|*.xml"; this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.fileDialog_FileOk); // // Main // this.ClientSize = new System.Drawing.Size(716, 488); this.Controls.Add(splitContainer1); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "Main"; this.Text = "Particle Workshop"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); menuStrip1.ResumeLayout(false); 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 System.ComponentModel.Container(); System.Windows.Forms.MenuStrip menuStrip; WarBender.UI.MdiTabStrip mdiTabStrip; System.Windows.Forms.Splitter splitter; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showConsoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.searchTimer = new System.Windows.Forms.Timer(this.components); this.modelImageList = new WarBender.UI.SharedImageLists(this.components); this.panel = new System.Windows.Forms.Panel(); this.treeListView = new BrightIdeasSoftware.TreeListView(); this.treeListViewNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.openContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textBoxSearch = new System.Windows.Forms.TextBox(); this.openFileDialogModule = new System.Windows.Forms.OpenFileDialog(); this.richTextBoxLog = new System.Windows.Forms.RichTextBox(); this.splitterLog = new System.Windows.Forms.Splitter(); menuStrip = new System.Windows.Forms.MenuStrip(); mdiTabStrip = new WarBender.UI.MdiTabStrip(); splitter = new System.Windows.Forms.Splitter(); menuStrip.SuspendLayout(); this.panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListView)).BeginInit(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.windowToolStripMenuItem, this.toolsToolStripMenuItem, this.helpToolStripMenuItem }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.MdiWindowListItem = this.windowToolStripMenuItem; menuStrip.Name = "menuStrip"; menuStrip.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2); menuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; menuStrip.Size = new System.Drawing.Size(578, 24); menuStrip.TabIndex = 1; menuStrip.ItemAdded += new System.Windows.Forms.ToolStripItemEventHandler(this.menuStrip_ItemAdded); // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.saveAsToolStripMenuItem.Text = "Save &As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(120, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.exitToolStripMenuItem.Text = "E&xit"; // // windowToolStripMenuItem // this.windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showConsoleToolStripMenuItem, this.newWindowToolStripMenuItem, this.cascadeToolStripMenuItem, this.tileHorizontalToolStripMenuItem, this.tileVerticalToolStripMenuItem, this.closeAllToolStripMenuItem, this.toolStripMenuItem1 }); this.windowToolStripMenuItem.Name = "windowToolStripMenuItem"; this.windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20); this.windowToolStripMenuItem.Text = "&Window"; // // showConsoleToolStripMenuItem // this.showConsoleToolStripMenuItem.Name = "showConsoleToolStripMenuItem"; this.showConsoleToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.showConsoleToolStripMenuItem.Text = "Show C&onsole"; this.showConsoleToolStripMenuItem.Visible = false; this.showConsoleToolStripMenuItem.Click += new System.EventHandler(this.showConsoleToolStripMenuItem_Click); // // newWindowToolStripMenuItem // this.newWindowToolStripMenuItem.Name = "newWindowToolStripMenuItem"; this.newWindowToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.newWindowToolStripMenuItem.Text = "&New Window"; this.newWindowToolStripMenuItem.Click += new System.EventHandler(this.newWindowToolStripMenuItem_Click); // // cascadeToolStripMenuItem // this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem"; this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.cascadeToolStripMenuItem.Text = "&Cascade"; this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.cascadeToolStripMenuItem_Click); // // tileHorizontalToolStripMenuItem // this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem"; this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.tileHorizontalToolStripMenuItem.Text = "Tile &Horizontal"; this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.tileHorizontalToolStripMenuItem_Click); // // tileVerticalToolStripMenuItem // this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem"; this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.tileVerticalToolStripMenuItem.Text = "Tile &Vertical"; this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.tileVerticalToolStripMenuItem_Click); // // closeAllToolStripMenuItem // this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem"; this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.closeAllToolStripMenuItem.Text = "Close &All"; this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.closeAllToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(148, 6); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem }); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(47, 20); this.toolsToolStripMenuItem.Text = "&Tools"; // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.optionsToolStripMenuItem.Text = "&Options..."; this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_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(116, 22); this.aboutToolStripMenuItem.Text = "&About..."; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // mdiTabStrip // mdiTabStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; mdiTabStrip.ImageScalingSize = new System.Drawing.Size(20, 20); mdiTabStrip.Location = new System.Drawing.Point(0, 24); mdiTabStrip.Name = "mdiTabStrip"; mdiTabStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; mdiTabStrip.Size = new System.Drawing.Size(578, 25); mdiTabStrip.TabIndex = 2; mdiTabStrip.Text = "mdiTabStrip1"; // // splitter // splitter.Location = new System.Drawing.Point(240, 49); splitter.Margin = new System.Windows.Forms.Padding(2); splitter.Name = "splitter"; splitter.Size = new System.Drawing.Size(2, 353); splitter.TabIndex = 6; splitter.TabStop = false; // // openFileDialog // this.openFileDialog.DefaultExt = "sav"; this.openFileDialog.Filter = "Mount & Blade saved games (sg??.sav)|sg??.sav|All files (*.*)|*.*"; // // saveFileDialog // this.saveFileDialog.DefaultExt = "sav"; this.saveFileDialog.Filter = "Mount & Blade saved games (sg??.sav)|sg??.sav|All files (*.*)|*.*"; // // searchTimer // this.searchTimer.Interval = 500; this.searchTimer.Tick += new System.EventHandler(this.searchTimer_Tick); // // panel // this.panel.Controls.Add(this.treeListView); this.panel.Controls.Add(this.textBoxSearch); this.panel.DataBindings.Add(new System.Windows.Forms.Binding("Size", global::WarBender.UI.Properties.Settings.Default, "TreeViewSize", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.panel.Dock = System.Windows.Forms.DockStyle.Left; this.panel.Location = new System.Drawing.Point(0, 49); this.panel.Margin = new System.Windows.Forms.Padding(2); this.panel.Name = "panel"; this.panel.Size = global::WarBender.UI.Properties.Settings.Default.TreeViewSize; this.panel.TabIndex = 7; // // treeListView // this.treeListView.AllColumns.Add(this.treeListViewNameColumn); this.treeListView.CellEditUseWholeCell = false; this.treeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.treeListViewNameColumn }); this.treeListView.ContextMenuStrip = this.contextMenuStrip; this.treeListView.Cursor = System.Windows.Forms.Cursors.Default; this.treeListView.Dock = System.Windows.Forms.DockStyle.Fill; this.treeListView.EmptyListMsg = "No matching items"; this.treeListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.treeListView.HeaderUsesThemes = true; this.treeListView.HideSelection = false; this.treeListView.IsSimpleDragSource = true; this.treeListView.Location = new System.Drawing.Point(0, 20); this.treeListView.Margin = new System.Windows.Forms.Padding(2); this.treeListView.Name = "treeListView"; this.treeListView.ShowCommandMenuOnRightClick = true; this.treeListView.ShowGroups = false; this.treeListView.Size = new System.Drawing.Size(240, 333); this.treeListView.TabIndex = 4; this.treeListView.UseCompatibleStateImageBehavior = false; this.treeListView.UseFiltering = true; this.treeListView.UseNotifyPropertyChanged = true; this.treeListView.View = System.Windows.Forms.View.Details; this.treeListView.VirtualMode = true; this.treeListView.CellToolTipShowing += new System.EventHandler <BrightIdeasSoftware.ToolTipShowingEventArgs>(this.treeListView_CellToolTipShowing); this.treeListView.ItemActivate += new System.EventHandler(this.treeListView_ItemActivate); // // treeListViewNameColumn // this.treeListViewNameColumn.FillsFreeSpace = true; this.treeListViewNameColumn.Text = "Name"; // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openContextMenuItem }); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(104, 26); // // openContextMenuItem // this.openContextMenuItem.Name = "openContextMenuItem"; this.openContextMenuItem.Size = new System.Drawing.Size(103, 22); this.openContextMenuItem.Text = "&Open"; this.openContextMenuItem.Click += new System.EventHandler(this.openContextMenuItem_Click); // // textBoxSearch // this.textBoxSearch.Dock = System.Windows.Forms.DockStyle.Top; this.textBoxSearch.Location = new System.Drawing.Point(0, 0); this.textBoxSearch.Margin = new System.Windows.Forms.Padding(2); this.textBoxSearch.Name = "textBoxSearch"; this.textBoxSearch.Size = new System.Drawing.Size(240, 20); this.textBoxSearch.TabIndex = 0; this.textBoxSearch.TextChanged += new System.EventHandler(this.textBoxSearch_TextChanged); // // openFileDialogModule // this.openFileDialogModule.Filter = "Mount & Blade modules (module.ini)|module.ini"; this.openFileDialogModule.Title = "Specify module.ini to use for this saved game"; // // richTextBoxLog // this.richTextBoxLog.BackColor = System.Drawing.SystemColors.WindowText; this.richTextBoxLog.DataBindings.Add(new System.Windows.Forms.Binding("Visible", global::WarBender.UI.Properties.Settings.Default, "DebugConsole", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.richTextBoxLog.Dock = System.Windows.Forms.DockStyle.Bottom; this.richTextBoxLog.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBoxLog.ForeColor = System.Drawing.SystemColors.Window; this.richTextBoxLog.Location = new System.Drawing.Point(242, 244); this.richTextBoxLog.Name = "richTextBoxLog"; this.richTextBoxLog.ReadOnly = true; this.richTextBoxLog.Size = new System.Drawing.Size(336, 158); this.richTextBoxLog.TabIndex = 9; this.richTextBoxLog.Text = ""; this.richTextBoxLog.Visible = global::WarBender.UI.Properties.Settings.Default.DebugConsole; // // splitterLog // this.splitterLog.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitterLog.Location = new System.Drawing.Point(242, 241); this.splitterLog.Name = "splitterLog"; this.splitterLog.Size = new System.Drawing.Size(336, 3); this.splitterLog.TabIndex = 11; this.splitterLog.TabStop = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(578, 402); this.Controls.Add(this.splitterLog); this.Controls.Add(this.richTextBoxLog); this.Controls.Add(splitter); this.Controls.Add(this.panel); this.Controls.Add(mdiTabStrip); this.Controls.Add(menuStrip); this.DataBindings.Add(new System.Windows.Forms.Binding("WindowRestoreState", global::WarBender.UI.Properties.Settings.Default, "WindowState", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.Location = new System.Drawing.Point(0, 19); this.MainMenuStrip = menuStrip; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "MainForm"; this.Text = "WarBender"; this.WindowRestoreState = global::WarBender.UI.Properties.Settings.Default.WindowState; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); this.panel.ResumeLayout(false); this.panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeListView)).EndInit(); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem caretModeToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem engineToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem useLocalEngineToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem addRemoteEngineToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem switchRemoteEngineToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this._Statusbar = new System.Windows.Forms.ToolStripStatusLabel(); this._NetworkStatusbar = new System.Windows.Forms.ToolStripStatusLabel(); this._ProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this._Notebook = new Smuxi.Frontend.Swf.Notebook(); this._Entry = new Smuxi.Frontend.Swf.Entry(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); caretModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); engineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); useLocalEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); addRemoteEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); switchRemoteEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, viewToolStripMenuItem, engineToolStripMenuItem, helpToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(784, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { preferencesToolStripMenuItem, toolStripMenuItem1, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // preferencesToolStripMenuItem // preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem"; preferencesToolStripMenuItem.Size = new System.Drawing.Size(152, 22); preferencesToolStripMenuItem.Text = "&Preferences..."; // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(149, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q))); exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); exitToolStripMenuItem.Text = "E&xit"; // // viewToolStripMenuItem // viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { caretModeToolStripMenuItem}); viewToolStripMenuItem.Name = "viewToolStripMenuItem"; viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); viewToolStripMenuItem.Text = "&View"; // // caretModeToolStripMenuItem // caretModeToolStripMenuItem.CheckOnClick = true; caretModeToolStripMenuItem.Name = "caretModeToolStripMenuItem"; caretModeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F7; caretModeToolStripMenuItem.Size = new System.Drawing.Size(155, 22); caretModeToolStripMenuItem.Text = "&Caret Mode"; // // engineToolStripMenuItem // engineToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { useLocalEngineToolStripMenuItem, addRemoteEngineToolStripMenuItem, switchRemoteEngineToolStripMenuItem}); engineToolStripMenuItem.Name = "engineToolStripMenuItem"; engineToolStripMenuItem.Size = new System.Drawing.Size(55, 20); engineToolStripMenuItem.Text = "&Engine"; // // useLocalEngineToolStripMenuItem // useLocalEngineToolStripMenuItem.Name = "useLocalEngineToolStripMenuItem"; useLocalEngineToolStripMenuItem.Size = new System.Drawing.Size(192, 22); useLocalEngineToolStripMenuItem.Text = "&Use Local Engine"; // // addRemoteEngineToolStripMenuItem // addRemoteEngineToolStripMenuItem.Name = "addRemoteEngineToolStripMenuItem"; addRemoteEngineToolStripMenuItem.Size = new System.Drawing.Size(192, 22); addRemoteEngineToolStripMenuItem.Text = "&Add Remote Engine"; // // switchRemoteEngineToolStripMenuItem // switchRemoteEngineToolStripMenuItem.Name = "switchRemoteEngineToolStripMenuItem"; switchRemoteEngineToolStripMenuItem.Size = new System.Drawing.Size(192, 22); switchRemoteEngineToolStripMenuItem.Text = "&Switch Remote Engine"; // // helpToolStripMenuItem // helpToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutToolStripMenuItem}); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22); aboutToolStripMenuItem.Text = "&About"; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._NetworkStatusbar, this._Statusbar, this._ProgressBar}); this.statusStrip1.Location = new System.Drawing.Point(0, 540); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(784, 24); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // _Statusbar // this._Statusbar.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._Statusbar.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner; this._Statusbar.Name = "_Statusbar"; this._Statusbar.Size = new System.Drawing.Size(318, 19); this._Statusbar.Spring = true; this._Statusbar.Text = "Status"; this._Statusbar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _NetworkStatusbar // this._NetworkStatusbar.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._NetworkStatusbar.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner; this._NetworkStatusbar.Name = "_NetworkStatusbar"; this._NetworkStatusbar.Size = new System.Drawing.Size(318, 19); this._NetworkStatusbar.Spring = true; this._NetworkStatusbar.Text = "NetworkStatus"; this._NetworkStatusbar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _ProgressBar // this._ProgressBar.Name = "_ProgressBar"; this._ProgressBar.Size = new System.Drawing.Size(100, 18); // // _Notebook // this._Notebook.Dock = System.Windows.Forms.DockStyle.Fill; this._Notebook.Location = new System.Drawing.Point(0, 24); this._Notebook.Name = "_Notebook"; this._Notebook.SelectedIndex = 0; this._Notebook.Size = new System.Drawing.Size(784, 496); this._Notebook.TabIndex = 2; // // _Entry // this._Entry.Dock = System.Windows.Forms.DockStyle.Bottom; this._Entry.Location = new System.Drawing.Point(0, 520); this._Entry.Name = "_Entry"; this._Entry.Size = new System.Drawing.Size(784, 20); this._Entry.TabIndex = 3; // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 564); this.Controls.Add(this._Notebook); this.Controls.Add(this._Entry); this.Controls.Add(this.statusStrip1); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "MainWindow"; this.Text = "Smuxi - Smart MUltipleXed Irc"; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox GroupStageProperties; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label LabelMaxRings; System.Windows.Forms.Label EmeraldColorLabel; System.Windows.Forms.Label StartDirectionLabel; System.Windows.Forms.Label StartPositionLabel; System.Windows.Forms.Label TextureLabel; System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.lblStarsColor2 = new System.Windows.Forms.Label(); this.lblStarsColor1 = new System.Windows.Forms.Label(); this.lblSkyBackcolor2 = new System.Windows.Forms.Label(); this.lblSkyBackcolor1 = new System.Windows.Forms.Label(); this.chkBumpMapping = new System.Windows.Forms.CheckBox(); this.lblCheckerColor2 = new System.Windows.Forms.Label(); this.lblCheckerColor1 = new System.Windows.Forms.Label(); this.rdoChecker = new System.Windows.Forms.RadioButton(); this.rdoTexture = new System.Windows.Forms.RadioButton(); this.MaxRings = new System.Windows.Forms.TextBox(); this.EmeraldColor = new System.Windows.Forms.Label(); this.StartDirection = new System.Windows.Forms.ComboBox(); this.StartPositionZ = new System.Windows.Forms.TextBox(); this.StartPositionX = new System.Windows.Forms.TextBox(); this.BumpMapFileName = new System.Windows.Forms.ComboBox(); this.TextureFileName = new System.Windows.Forms.ComboBox(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gameStagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.blueSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.starSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.yellowSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.avoidSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.CursorX = new System.Windows.Forms.ToolStripStatusLabel(); this.CursorZ = new System.Windows.Forms.ToolStripStatusLabel(); this.StageEditBoard = new System.Windows.Forms.PictureBox(); GroupStageProperties = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); LabelMaxRings = new System.Windows.Forms.Label(); EmeraldColorLabel = new System.Windows.Forms.Label(); StartDirectionLabel = new System.Windows.Forms.Label(); StartPositionLabel = new System.Windows.Forms.Label(); TextureLabel = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); GroupStageProperties.SuspendLayout(); menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).BeginInit(); this.SuspendLayout(); // // GroupStageProperties // GroupStageProperties.Controls.Add(this.lblStarsColor2); GroupStageProperties.Controls.Add(this.lblStarsColor1); GroupStageProperties.Controls.Add(label5); GroupStageProperties.Controls.Add(this.lblSkyBackcolor2); GroupStageProperties.Controls.Add(this.lblSkyBackcolor1); GroupStageProperties.Controls.Add(label4); GroupStageProperties.Controls.Add(label3); GroupStageProperties.Controls.Add(this.chkBumpMapping); GroupStageProperties.Controls.Add(this.lblCheckerColor2); GroupStageProperties.Controls.Add(this.lblCheckerColor1); GroupStageProperties.Controls.Add(this.rdoChecker); GroupStageProperties.Controls.Add(this.rdoTexture); GroupStageProperties.Controls.Add(label2); GroupStageProperties.Controls.Add(label1); GroupStageProperties.Controls.Add(this.MaxRings); GroupStageProperties.Controls.Add(LabelMaxRings); GroupStageProperties.Controls.Add(EmeraldColorLabel); GroupStageProperties.Controls.Add(this.EmeraldColor); GroupStageProperties.Controls.Add(this.StartDirection); GroupStageProperties.Controls.Add(this.StartPositionZ); GroupStageProperties.Controls.Add(this.StartPositionX); GroupStageProperties.Controls.Add(StartDirectionLabel); GroupStageProperties.Controls.Add(StartPositionLabel); GroupStageProperties.Controls.Add(TextureLabel); GroupStageProperties.Controls.Add(this.BumpMapFileName); GroupStageProperties.Controls.Add(this.TextureFileName); GroupStageProperties.Dock = System.Windows.Forms.DockStyle.Right; GroupStageProperties.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); GroupStageProperties.Location = new System.Drawing.Point(660, 24); GroupStageProperties.Name = "GroupStageProperties"; GroupStageProperties.Size = new System.Drawing.Size(252, 593); GroupStageProperties.TabIndex = 3; GroupStageProperties.TabStop = false; GroupStageProperties.Text = "Stage properties"; // // lblStarsColor2 // this.lblStarsColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStarsColor2.Location = new System.Drawing.Point(182, 213); this.lblStarsColor2.Name = "lblStarsColor2"; this.lblStarsColor2.Size = new System.Drawing.Size(56, 21); this.lblStarsColor2.TabIndex = 26; this.lblStarsColor2.Text = "Color2"; this.lblStarsColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStarsColor2.Click += new System.EventHandler(this.ChooseColor); // // lblStarsColor1 // this.lblStarsColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStarsColor1.Location = new System.Drawing.Point(114, 213); this.lblStarsColor1.Name = "lblStarsColor1"; this.lblStarsColor1.Size = new System.Drawing.Size(56, 21); this.lblStarsColor1.TabIndex = 25; this.lblStarsColor1.Text = "Color1"; this.lblStarsColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStarsColor1.Click += new System.EventHandler(this.ChooseColor); // // label5 // label5.AutoSize = true; label5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(9, 216); label5.Name = "label5"; label5.Size = new System.Drawing.Size(33, 14); label5.TabIndex = 24; label5.Text = "Stars"; // // lblSkyBackcolor2 // this.lblSkyBackcolor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSkyBackcolor2.Location = new System.Drawing.Point(182, 181); this.lblSkyBackcolor2.Name = "lblSkyBackcolor2"; this.lblSkyBackcolor2.Size = new System.Drawing.Size(56, 21); this.lblSkyBackcolor2.TabIndex = 23; this.lblSkyBackcolor2.Text = "Color2"; this.lblSkyBackcolor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSkyBackcolor2.Click += new System.EventHandler(this.ChooseColor); // // lblSkyBackcolor1 // this.lblSkyBackcolor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSkyBackcolor1.Location = new System.Drawing.Point(114, 181); this.lblSkyBackcolor1.Name = "lblSkyBackcolor1"; this.lblSkyBackcolor1.Size = new System.Drawing.Size(56, 21); this.lblSkyBackcolor1.TabIndex = 22; this.lblSkyBackcolor1.Text = "Color1"; this.lblSkyBackcolor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSkyBackcolor1.Click += new System.EventHandler(this.ChooseColor); // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(9, 184); label4.Name = "label4"; label4.Size = new System.Drawing.Size(65, 14); label4.TabIndex = 21; label4.Text = "Background"; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(9, 154); label3.Name = "label3"; label3.Size = new System.Drawing.Size(94, 14); label3.TabIndex = 20; label3.Text = "Sky appearance"; // // chkBumpMapping // this.chkBumpMapping.AutoSize = true; this.chkBumpMapping.Location = new System.Drawing.Point(12, 105); this.chkBumpMapping.Name = "chkBumpMapping"; this.chkBumpMapping.Size = new System.Drawing.Size(96, 18); this.chkBumpMapping.TabIndex = 19; this.chkBumpMapping.Text = "Bump mapping"; this.chkBumpMapping.UseVisualStyleBackColor = true; this.chkBumpMapping.CheckedChanged += new System.EventHandler(this.OptionControls); // // lblCheckerColor2 // this.lblCheckerColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCheckerColor2.Location = new System.Drawing.Point(182, 49); this.lblCheckerColor2.Name = "lblCheckerColor2"; this.lblCheckerColor2.Size = new System.Drawing.Size(56, 21); this.lblCheckerColor2.TabIndex = 18; this.lblCheckerColor2.Text = "Color2"; this.lblCheckerColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCheckerColor2.Click += new System.EventHandler(this.ChooseColor); // // lblCheckerColor1 // this.lblCheckerColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCheckerColor1.Location = new System.Drawing.Point(114, 49); this.lblCheckerColor1.Name = "lblCheckerColor1"; this.lblCheckerColor1.Size = new System.Drawing.Size(56, 21); this.lblCheckerColor1.TabIndex = 17; this.lblCheckerColor1.Text = "Color1"; this.lblCheckerColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCheckerColor1.Click += new System.EventHandler(this.ChooseColor); // // rdoChecker // this.rdoChecker.AutoSize = true; this.rdoChecker.Location = new System.Drawing.Point(12, 52); this.rdoChecker.Name = "rdoChecker"; this.rdoChecker.Size = new System.Drawing.Size(93, 18); this.rdoChecker.TabIndex = 16; this.rdoChecker.TabStop = true; this.rdoChecker.Text = "Checkerboard"; this.rdoChecker.UseVisualStyleBackColor = true; this.rdoChecker.CheckedChanged += new System.EventHandler(this.OptionControls); // // rdoTexture // this.rdoTexture.AutoSize = true; this.rdoTexture.Location = new System.Drawing.Point(12, 77); this.rdoTexture.Name = "rdoTexture"; this.rdoTexture.Size = new System.Drawing.Size(61, 18); this.rdoTexture.TabIndex = 15; this.rdoTexture.TabStop = true; this.rdoTexture.Text = "Texture"; this.rdoTexture.UseVisualStyleBackColor = true; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(155, 291); label2.Name = "label2"; label2.Size = new System.Drawing.Size(14, 14); label2.TabIndex = 14; label2.Text = "Z"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(120, 291); label1.Name = "label1"; label1.Size = new System.Drawing.Size(14, 14); label1.TabIndex = 13; label1.Text = "X"; // // MaxRings // this.MaxRings.Location = new System.Drawing.Point(114, 377); this.MaxRings.Name = "MaxRings"; this.MaxRings.Size = new System.Drawing.Size(64, 20); this.MaxRings.TabIndex = 12; // // LabelMaxRings // LabelMaxRings.AutoSize = true; LabelMaxRings.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); LabelMaxRings.Location = new System.Drawing.Point(9, 380); LabelMaxRings.Name = "LabelMaxRings"; LabelMaxRings.Size = new System.Drawing.Size(63, 14); LabelMaxRings.TabIndex = 11; LabelMaxRings.Text = "Max Rings"; // // EmeraldColorLabel // EmeraldColorLabel.AutoSize = true; EmeraldColorLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); EmeraldColorLabel.Location = new System.Drawing.Point(9, 257); EmeraldColorLabel.Name = "EmeraldColorLabel"; EmeraldColorLabel.Size = new System.Drawing.Size(85, 14); EmeraldColorLabel.TabIndex = 10; EmeraldColorLabel.Text = "Emerald Color"; // // EmeraldColor // this.EmeraldColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.EmeraldColor.Location = new System.Drawing.Point(114, 256); this.EmeraldColor.Name = "EmeraldColor"; this.EmeraldColor.Size = new System.Drawing.Size(56, 21); this.EmeraldColor.TabIndex = 9; this.EmeraldColor.Click += new System.EventHandler(this.ChooseColor); // // StartDirection // this.StartDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.StartDirection.FormattingEnabled = true; this.StartDirection.Location = new System.Drawing.Point(114, 336); this.StartDirection.Name = "StartDirection"; this.StartDirection.Size = new System.Drawing.Size(64, 22); this.StartDirection.TabIndex = 8; // // StartPositionZ // this.StartPositionZ.Location = new System.Drawing.Point(149, 308); this.StartPositionZ.Name = "StartPositionZ"; this.StartPositionZ.Size = new System.Drawing.Size(29, 20); this.StartPositionZ.TabIndex = 7; // // StartPositionX // this.StartPositionX.Location = new System.Drawing.Point(114, 308); this.StartPositionX.Name = "StartPositionX"; this.StartPositionX.Size = new System.Drawing.Size(29, 20); this.StartPositionX.TabIndex = 6; // // StartDirectionLabel // StartDirectionLabel.AutoSize = true; StartDirectionLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StartDirectionLabel.Location = new System.Drawing.Point(9, 339); StartDirectionLabel.Name = "StartDirectionLabel"; StartDirectionLabel.Size = new System.Drawing.Size(85, 14); StartDirectionLabel.TabIndex = 5; StartDirectionLabel.Text = "Start Direction"; // // StartPositionLabel // StartPositionLabel.AutoSize = true; StartPositionLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StartPositionLabel.Location = new System.Drawing.Point(9, 311); StartPositionLabel.Name = "StartPositionLabel"; StartPositionLabel.Size = new System.Drawing.Size(81, 14); StartPositionLabel.TabIndex = 4; StartPositionLabel.Text = "Start Position"; // // TextureLabel // TextureLabel.AutoSize = true; TextureLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); TextureLabel.Location = new System.Drawing.Point(9, 28); TextureLabel.Name = "TextureLabel"; TextureLabel.Size = new System.Drawing.Size(102, 14); TextureLabel.TabIndex = 2; TextureLabel.Text = "Floor appearance"; // // BumpMapFileName // this.BumpMapFileName.FormattingEnabled = true; this.BumpMapFileName.Location = new System.Drawing.Point(114, 105); this.BumpMapFileName.Name = "BumpMapFileName"; this.BumpMapFileName.Size = new System.Drawing.Size(126, 22); this.BumpMapFileName.TabIndex = 1; // // TextureFileName // this.TextureFileName.FormattingEnabled = true; this.TextureFileName.Location = new System.Drawing.Point(114, 77); this.TextureFileName.Name = "TextureFileName"; this.TextureFileName.Size = new System.Drawing.Size(126, 22); this.TextureFileName.TabIndex = 0; // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.toolsToolStripMenuItem, this.helpToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(912, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripSeparator1, this.gameStagesToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.FileNew); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.FileOpen); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.FileSave); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.saveAsToolStripMenuItem.Text = "&Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAs); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // gameStagesToolStripMenuItem // this.gameStagesToolStripMenuItem.Name = "gameStagesToolStripMenuItem"; this.gameStagesToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.gameStagesToolStripMenuItem.Text = "Game Stages..."; this.gameStagesToolStripMenuItem.Click += new System.EventHandler(this.ShowGameStages); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(148, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.Exit); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.redSphereToolStripMenuItem, this.blueSphereToolStripMenuItem, this.starSphereToolStripMenuItem, this.ringToolStripMenuItem, this.yellowSphereToolStripMenuItem, this.toolStripMenuItem2, this.avoidSearchToolStripMenuItem}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20); this.toolsToolStripMenuItem.Text = "Tools"; // // redSphereToolStripMenuItem // this.redSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._1; this.redSphereToolStripMenuItem.Name = "redSphereToolStripMenuItem"; this.redSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1))); this.redSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.redSphereToolStripMenuItem.Text = "RedSphere"; this.redSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // blueSphereToolStripMenuItem // this.blueSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._2; this.blueSphereToolStripMenuItem.Name = "blueSphereToolStripMenuItem"; this.blueSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2))); this.blueSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.blueSphereToolStripMenuItem.Text = "Blue Sphere"; this.blueSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // starSphereToolStripMenuItem // this.starSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._3; this.starSphereToolStripMenuItem.Name = "starSphereToolStripMenuItem"; this.starSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3))); this.starSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.starSphereToolStripMenuItem.Text = "StarSphere"; this.starSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // ringToolStripMenuItem // this.ringToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._4; this.ringToolStripMenuItem.Name = "ringToolStripMenuItem"; this.ringToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4))); this.ringToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.ringToolStripMenuItem.Text = "Ring"; this.ringToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // yellowSphereToolStripMenuItem // this.yellowSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._5; this.yellowSphereToolStripMenuItem.Name = "yellowSphereToolStripMenuItem"; this.yellowSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D5))); this.yellowSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.yellowSphereToolStripMenuItem.Text = "Yellow Sphere"; this.yellowSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(185, 6); // // avoidSearchToolStripMenuItem // this.avoidSearchToolStripMenuItem.Name = "avoidSearchToolStripMenuItem"; this.avoidSearchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.avoidSearchToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.avoidSearchToolStripMenuItem.Text = "Avoid Search"; this.avoidSearchToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(24, 20); this.helpToolStripMenuItem.Text = "&?"; // // 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.ShowAbout); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CursorX, this.CursorZ}); this.statusStrip1.Location = new System.Drawing.Point(0, 617); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(912, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // CursorX // this.CursorX.Name = "CursorX"; this.CursorX.Size = new System.Drawing.Size(14, 17); this.CursorX.Text = "X"; // // CursorZ // this.CursorZ.Name = "CursorZ"; this.CursorZ.Size = new System.Drawing.Size(14, 17); this.CursorZ.Text = "Z"; // // StageEditBoard // this.StageEditBoard.BackColor = System.Drawing.Color.Black; this.StageEditBoard.Dock = System.Windows.Forms.DockStyle.Fill; this.StageEditBoard.Location = new System.Drawing.Point(0, 24); this.StageEditBoard.Name = "StageEditBoard"; this.StageEditBoard.Size = new System.Drawing.Size(912, 615); this.StageEditBoard.TabIndex = 1; this.StageEditBoard.TabStop = false; this.StageEditBoard.Paint += new System.Windows.Forms.PaintEventHandler(this.PaintStageEditBoard); this.StageEditBoard.MouseDown += new System.Windows.Forms.MouseEventHandler(this.EditStageBoardMouseEvents); this.StageEditBoard.MouseMove += new System.Windows.Forms.MouseEventHandler(this.EditStageBoardMouseEvents); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(912, 639); this.Controls.Add(GroupStageProperties); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.StageEditBoard); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.Text = "Blue Spheres Forever - Level Editor"; GroupStageProperties.ResumeLayout(false); GroupStageProperties.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ContextMenuStrip contextMenuStrip; System.Windows.Forms.ToolStripMenuItem addEmployee; System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.Button empPlusBtn; System.Windows.Forms.TableLayoutPanel tableLayoutPanel; this.editEmployee = new System.Windows.Forms.ToolStripMenuItem(); this.deleteEmployee = new System.Windows.Forms.ToolStripMenuItem(); this.employeeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сотрудникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.empListBox = new System.Windows.Forms.ListBox(); this.empSearchTextBox = new System.Windows.Forms.TextBox(); this.createEvent = new System.Windows.Forms.Button(); this.CountEmpLabel = new System.Windows.Forms.Label(); contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); addEmployee = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); empPlusBtn = new System.Windows.Forms.Button(); tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); contextMenuStrip.SuspendLayout(); menuStrip.SuspendLayout(); tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip // contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { addEmployee, this.editEmployee, this.deleteEmployee }); contextMenuStrip.Name = "contextMenuStrip"; contextMenuStrip.OwnerItem = this.employeeToolStripMenuItem; contextMenuStrip.Size = new System.Drawing.Size(210, 76); // // addEmployee // addEmployee.Name = "addEmployee"; addEmployee.Size = new System.Drawing.Size(209, 24); addEmployee.Text = "&Добавить Ctrl + N"; addEmployee.Click += new System.EventHandler(this.OnCreateEmployee); // // editEmployee // this.editEmployee.Enabled = false; this.editEmployee.Name = "editEmployee"; this.editEmployee.Size = new System.Drawing.Size(209, 24); this.editEmployee.Text = "&Изменить"; this.editEmployee.Click += new System.EventHandler(this.OnEditEmployee); // // deleteEmployee // this.deleteEmployee.Enabled = false; this.deleteEmployee.Name = "deleteEmployee"; this.deleteEmployee.Size = new System.Drawing.Size(209, 24); this.deleteEmployee.Text = "&Удалить"; this.deleteEmployee.Click += new System.EventHandler(this.OnDeleteEmployee); // // employeeToolStripMenuItem // this.employeeToolStripMenuItem.DropDown = contextMenuStrip; this.employeeToolStripMenuItem.Name = "employeeToolStripMenuItem"; this.employeeToolStripMenuItem.Size = new System.Drawing.Size(72, 24); this.employeeToolStripMenuItem.Text = "&Правка"; // // menuStrip // menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.файлToolStripMenuItem, this.employeeToolStripMenuItem, this.сотрудникиToolStripMenuItem }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(682, 28); menuStrip.TabIndex = 3; menuStrip.Text = "Нет сотрудников"; // // файлToolStripMenuItem // this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.выходToolStripMenuItem }); this.файлToolStripMenuItem.Name = "файлToolStripMenuItem"; this.файлToolStripMenuItem.Size = new System.Drawing.Size(57, 24); this.файлToolStripMenuItem.Text = "&Файл"; // // выходToolStripMenuItem // this.выходToolStripMenuItem.Name = "выходToolStripMenuItem"; this.выходToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.выходToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.выходToolStripMenuItem.Text = "Выход"; this.выходToolStripMenuItem.Click += new System.EventHandler(this.OnExit); // // сотрудникиToolStripMenuItem // this.сотрудникиToolStripMenuItem.Name = "сотрудникиToolStripMenuItem"; this.сотрудникиToolStripMenuItem.Size = new System.Drawing.Size(127, 24); this.сотрудникиToolStripMenuItem.Text = "Архив помощи"; this.сотрудникиToolStripMenuItem.Click += new System.EventHandler(this.OnShowEventTable); // // empPlusBtn // empPlusBtn.Dock = System.Windows.Forms.DockStyle.Fill; empPlusBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); empPlusBtn.Location = new System.Drawing.Point(649, 3); empPlusBtn.Name = "empPlusBtn"; empPlusBtn.Size = new System.Drawing.Size(30, 341); empPlusBtn.TabIndex = 4; empPlusBtn.Text = "+"; empPlusBtn.UseVisualStyleBackColor = true; empPlusBtn.Click += new System.EventHandler(this.OnCreateEmployee); // // tableLayoutPanel // tableLayoutPanel.ColumnCount = 4; tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.57338F)); tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.42662F)); tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F)); tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F)); tableLayoutPanel.Controls.Add(this.empListBox, 0, 0); tableLayoutPanel.Controls.Add(this.empSearchTextBox, 1, 1); tableLayoutPanel.Controls.Add(this.createEvent, 0, 1); tableLayoutPanel.Controls.Add(empPlusBtn, 3, 0); tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel.Location = new System.Drawing.Point(0, 28); tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0); tableLayoutPanel.Name = "tableLayoutPanel"; tableLayoutPanel.RowCount = 2; tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F)); tableLayoutPanel.Size = new System.Drawing.Size(682, 383); tableLayoutPanel.TabIndex = 4; // // empListBox // this.empListBox.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))); tableLayoutPanel.SetColumnSpan(this.empListBox, 3); this.empListBox.ContextMenuStrip = contextMenuStrip; this.empListBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F); this.empListBox.FormattingEnabled = true; this.empListBox.ItemHeight = 22; this.empListBox.Location = new System.Drawing.Point(3, 3); this.empListBox.Name = "empListBox"; this.empListBox.Size = new System.Drawing.Size(640, 334); this.empListBox.Sorted = true; this.empListBox.TabIndex = 1; this.empListBox.SelectedIndexChanged += new System.EventHandler(this.OnEmployeeSelectionChanged); this.empListBox.DoubleClick += new System.EventHandler(this.OnShowEmployeeEvents); // // empSearchTextBox // tableLayoutPanel.SetColumnSpan(this.empSearchTextBox, 3); this.empSearchTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.empSearchTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F); this.empSearchTextBox.Location = new System.Drawing.Point(145, 350); this.empSearchTextBox.Name = "empSearchTextBox"; this.empSearchTextBox.Size = new System.Drawing.Size(534, 29); this.empSearchTextBox.TabIndex = 1; this.empSearchTextBox.TextChanged += new System.EventHandler(this.OnSearchEmployee); // // createEvent // this.createEvent.Enabled = false; this.createEvent.Location = new System.Drawing.Point(3, 350); this.createEvent.Name = "createEvent"; this.createEvent.Size = new System.Drawing.Size(136, 30); this.createEvent.TabIndex = 3; this.createEvent.Text = "Оказать помощь"; this.createEvent.UseVisualStyleBackColor = true; this.createEvent.Click += new System.EventHandler(this.OnCreateEvent); // // CountEmpLabel // this.CountEmpLabel.AutoSize = true; this.CountEmpLabel.Location = new System.Drawing.Point(504, 7); this.CountEmpLabel.Name = "CountEmpLabel"; this.CountEmpLabel.Size = new System.Drawing.Size(120, 17); this.CountEmpLabel.TabIndex = 6; this.CountEmpLabel.Text = "Нет сотрудников"; // // Main // this.AcceptButton = this.createEvent; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(682, 411); this.Controls.Add(this.CountEmpLabel); this.Controls.Add(tableLayoutPanel); this.Controls.Add(menuStrip); this.MinimumSize = new System.Drawing.Size(700, 400); this.Name = "Main"; this.Text = "TradeUnion"; contextMenuStrip.ResumeLayout(false); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); tableLayoutPanel.ResumeLayout(false); tableLayoutPanel.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.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.Timer timer; System.Windows.Forms.ToolStripContainer toolStripContainer1; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchBox = new System.Windows.Forms.TextBox(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); timer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); menuStrip.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); statusStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem}); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(562, 24); menuStrip.TabIndex = 0; menuStrip.Text = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.openToolStripMenuItem.Text = "&Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.closeToolStripMenuItem.Text = "&Close"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(103, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(splitContainer2); splitContainer1.Panel1MinSize = 130; // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.Size = new System.Drawing.Size(562, 405); splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance; splitContainer1.TabIndex = 1; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer2.IsSplitterFixed = true; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.searchBox); splitContainer2.Panel1MinSize = 20; // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.hitsBox); splitContainer2.Size = new System.Drawing.Size(130, 405); splitContainer2.SplitterDistance = 20; splitContainer2.TabIndex = 0; // // searchBox // this.searchBox.Dock = System.Windows.Forms.DockStyle.Fill; this.searchBox.Location = new System.Drawing.Point(0, 0); this.searchBox.Name = "searchBox"; this.searchBox.Size = new System.Drawing.Size(130, 20); this.searchBox.TabIndex = 0; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); this.searchBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.searchBox_PreviewKeyDown); // // hitsBox // this.hitsBox.Dock = System.Windows.Forms.DockStyle.Fill; this.hitsBox.FormattingEnabled = true; this.hitsBox.Location = new System.Drawing.Point(0, 0); this.hitsBox.Name = "hitsBox"; this.hitsBox.Size = new System.Drawing.Size(130, 381); this.hitsBox.TabIndex = 0; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); // // webBrowser // this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(428, 405); this.webBrowser.TabIndex = 0; // // statusStrip1 // statusStrip1.Dock = System.Windows.Forms.DockStyle.None; statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel}); statusStrip1.Location = new System.Drawing.Point(0, 0); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(562, 22); statusStrip1.TabIndex = 2; statusStrip1.Text = "statusStrip"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; this.searchStatusLabel.Size = new System.Drawing.Size(0, 17); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(562, 405); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 24); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(562, 427); toolStripContainer1.TabIndex = 3; toolStripContainer1.Text = "toolStripContainer1"; toolStripContainer1.TopToolStripPanelVisible = false; // // BrowseForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(562, 451); this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "BzReader"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.ResumeLayout(false); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.ResumeLayout(false); toolStripContainer1.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.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader2; System.Windows.Forms.ColumnHeader columnHeader3; System.Windows.Forms.ColumnHeader columnHeader4; System.Windows.Forms.ColumnHeader columnHeader5; System.Windows.Forms.MenuStrip mainMenuStrip; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.StatusStrip statusStrip1; this.loggingRichTextBox = new System.Windows.Forms.RichTextBox(); this.mailListView = new System.Windows.Forms.ListView(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.jobStateToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.sendInfoToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.sendTimer = new System.Windows.Forms.Timer(this.components); this.receiveTimer = new System.Windows.Forms.Timer(this.components); this.receiveInfoToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); splitContainer1 = new System.Windows.Forms.SplitContainer(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); mainMenuStrip = new System.Windows.Forms.MenuStrip(); toolStrip1 = new System.Windows.Forms.ToolStrip(); statusStrip1 = new System.Windows.Forms.StatusStrip(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); mainMenuStrip.SuspendLayout(); statusStrip1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 49); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.loggingRichTextBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.mailListView); splitContainer1.Size = new System.Drawing.Size(784, 490); splitContainer1.SplitterDistance = 261; splitContainer1.TabIndex = 3; // // loggingRichTextBox // this.loggingRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.loggingRichTextBox.Location = new System.Drawing.Point(0, 0); this.loggingRichTextBox.Name = "loggingRichTextBox"; this.loggingRichTextBox.Size = new System.Drawing.Size(784, 261); this.loggingRichTextBox.TabIndex = 0; this.loggingRichTextBox.Text = ""; this.loggingRichTextBox.WordWrap = false; // // mailListView // this.mailListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2, columnHeader3, columnHeader4, columnHeader5 }); this.mailListView.Dock = System.Windows.Forms.DockStyle.Fill; this.mailListView.FullRowSelect = true; this.mailListView.GridLines = true; this.mailListView.HideSelection = false; this.mailListView.Location = new System.Drawing.Point(0, 0); this.mailListView.Name = "mailListView"; this.mailListView.Size = new System.Drawing.Size(784, 225); this.mailListView.TabIndex = 0; this.mailListView.UseCompatibleStateImageBehavior = false; this.mailListView.View = System.Windows.Forms.View.Details; // // columnHeader1 // columnHeader1.Text = "Status"; columnHeader1.Width = 100; // // columnHeader2 // columnHeader2.Text = "Timestamp"; columnHeader2.Width = 160; // // columnHeader3 // columnHeader3.Text = "Ticks"; columnHeader3.Width = 160; // // columnHeader4 // columnHeader4.Text = "To-Address"; columnHeader4.Width = 160; // // columnHeader5 // columnHeader5.Text = "Timeout"; columnHeader5.Width = 160; // // mainMenuStrip // mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem }); mainMenuStrip.Location = new System.Drawing.Point(0, 0); mainMenuStrip.Name = "mainMenuStrip"; mainMenuStrip.Size = new System.Drawing.Size(784, 24); mainMenuStrip.TabIndex = 0; mainMenuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileRunToolStripMenuItem, this.fileSettingsToolStripMenuItem, this.fileExitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // fileRunToolStripMenuItem // this.fileRunToolStripMenuItem.Name = "fileRunToolStripMenuItem"; this.fileRunToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.fileRunToolStripMenuItem.Text = "&Run"; this.fileRunToolStripMenuItem.Click += new System.EventHandler(this.fileRunToolStripMenuItem_Click); // // fileSettingsToolStripMenuItem // this.fileSettingsToolStripMenuItem.Name = "fileSettingsToolStripMenuItem"; this.fileSettingsToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.fileSettingsToolStripMenuItem.Text = "&Settings..."; this.fileSettingsToolStripMenuItem.Click += new System.EventHandler(this.fileSettingsToolStripMenuItem_Click); // // fileExitToolStripMenuItem // this.fileExitToolStripMenuItem.Name = "fileExitToolStripMenuItem"; this.fileExitToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this.fileExitToolStripMenuItem.Text = "E&xit"; this.fileExitToolStripMenuItem.Click += new System.EventHandler(this.fileExitToolStripMenuItem_Click); // // toolStrip1 // toolStrip1.Location = new System.Drawing.Point(0, 24); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(784, 25); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // statusStrip1 // statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.jobStateToolStripStatusLabel, this.sendInfoToolStripStatusLabel, this.receiveInfoToolStripStatusLabel }); statusStrip1.Location = new System.Drawing.Point(0, 539); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(784, 22); statusStrip1.TabIndex = 2; statusStrip1.Text = "statusStrip1"; // // jobStateToolStripStatusLabel // this.jobStateToolStripStatusLabel.Name = "jobStateToolStripStatusLabel"; this.jobStateToolStripStatusLabel.Size = new System.Drawing.Size(51, 17); this.jobStateToolStripStatusLabel.Text = "Stopped"; // // sendInfoToolStripStatusLabel // this.sendInfoToolStripStatusLabel.Name = "sendInfoToolStripStatusLabel"; this.sendInfoToolStripStatusLabel.Size = new System.Drawing.Size(0, 17); // // sendTimer // this.sendTimer.Tick += new System.EventHandler(this.sendTimer_Tick); // // receiveTimer // this.receiveTimer.Tick += new System.EventHandler(this.receiveTimer_Tick); // // receiveInfoToolStripStatusLabel // this.receiveInfoToolStripStatusLabel.Name = "receiveInfoToolStripStatusLabel"; this.receiveInfoToolStripStatusLabel.Size = new System.Drawing.Size(0, 17); // // AppMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(splitContainer1); this.Controls.Add(statusStrip1); this.Controls.Add(toolStrip1); this.Controls.Add(mainMenuStrip); this.MainMenuStrip = mainMenuStrip; this.Name = "AppMainForm"; this.Text = "Mail Check Client"; this.Load += new System.EventHandler(this.AppMainForm_Load); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); mainMenuStrip.ResumeLayout(false); mainMenuStrip.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; this.zbraněToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.zákazníciToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rezervaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.střelbyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.střelnéProstoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.zaměstnanciToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.zbraněToolStripMenuItem, this.zákazníciToolStripMenuItem, this.rezervaceToolStripMenuItem, this.střelbyToolStripMenuItem, this.střelnéProstoryToolStripMenuItem, this.zaměstnanciToolStripMenuItem }); menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2); menuStrip1.Size = new System.Drawing.Size(790, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // zbraněToolStripMenuItem // this.zbraněToolStripMenuItem.Name = "zbraněToolStripMenuItem"; this.zbraněToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.zbraněToolStripMenuItem.Text = "Zbraně"; this.zbraněToolStripMenuItem.Click += new System.EventHandler(this.zbraněToolStripMenuItem_Click); // // zákazníciToolStripMenuItem // this.zákazníciToolStripMenuItem.Name = "zákazníciToolStripMenuItem"; this.zákazníciToolStripMenuItem.Size = new System.Drawing.Size(68, 20); this.zákazníciToolStripMenuItem.Text = "Zákazníci"; this.zákazníciToolStripMenuItem.Click += new System.EventHandler(this.zákazníciToolStripMenuItem_Click); // // rezervaceToolStripMenuItem // this.rezervaceToolStripMenuItem.Name = "rezervaceToolStripMenuItem"; this.rezervaceToolStripMenuItem.Size = new System.Drawing.Size(71, 20); this.rezervaceToolStripMenuItem.Text = "Rezervace"; // // střelbyToolStripMenuItem // this.střelbyToolStripMenuItem.Name = "střelbyToolStripMenuItem"; this.střelbyToolStripMenuItem.Size = new System.Drawing.Size(55, 20); this.střelbyToolStripMenuItem.Text = "Střelby"; this.střelbyToolStripMenuItem.Click += new System.EventHandler(this.střelbyToolStripMenuItem_Click); // // střelnéProstoryToolStripMenuItem // this.střelnéProstoryToolStripMenuItem.Name = "střelnéProstoryToolStripMenuItem"; this.střelnéProstoryToolStripMenuItem.Size = new System.Drawing.Size(102, 20); this.střelnéProstoryToolStripMenuItem.Text = "Střelné prostory"; // // zaměstnanciToolStripMenuItem // this.zaměstnanciToolStripMenuItem.Name = "zaměstnanciToolStripMenuItem"; this.zaměstnanciToolStripMenuItem.Size = new System.Drawing.Size(87, 20); this.zaměstnanciToolStripMenuItem.Text = "Zaměstnanci"; this.zaměstnanciToolStripMenuItem.Click += new System.EventHandler(this.zaměstnanciToolStripMenuItem_Click); // // MainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(790, 556); this.Controls.Add(menuStrip1); this.IsMdiContainer = true; this.MainMenuStrip = menuStrip1; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "MainMenu"; this.Text = "MainMenu"; menuStrip1.ResumeLayout(false); 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() { System.Windows.Forms.MenuStrip mainMenuStrip; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStrip mainToolStrip; System.Windows.Forms.ToolStripButton newToolStripButton; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripButton exitToolStripButton; this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.startStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripButton = new System.Windows.Forms.ToolStripButton(); this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton(); this.startStopToolStripButton = new System.Windows.Forms.ToolStripButton(); this.projectsListView = new System.Windows.Forms.ListView(); this.logTextBox = new System.Windows.Forms.TextBox(); mainMenuStrip = new System.Windows.Forms.MenuStrip(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mainToolStrip = new System.Windows.Forms.ToolStrip(); newToolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripButton = new System.Windows.Forms.ToolStripButton(); mainMenuStrip.SuspendLayout(); mainToolStrip.SuspendLayout(); this.SuspendLayout(); // // mainMenuStrip // mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.projectToolStripMenuItem}); mainMenuStrip.Location = new System.Drawing.Point(0, 0); mainMenuStrip.Name = "mainMenuStrip"; mainMenuStrip.Size = new System.Drawing.Size(784, 24); mainMenuStrip.TabIndex = 0; // // projectToolStripMenuItem // this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, this.editToolStripMenuItem, this.deleteToolStripMenuItem, toolStripSeparator1, this.startStopToolStripMenuItem, toolStripSeparator2, exitToolStripMenuItem}); this.projectToolStripMenuItem.Name = "projectToolStripMenuItem"; this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.projectToolStripMenuItem.Text = "&Project"; // // newToolStripMenuItem // newToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.New; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(150, 22); newToolStripMenuItem.Text = "&New..."; newToolStripMenuItem.Click += new System.EventHandler(this.NewProject); // // editToolStripMenuItem // this.editToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Edit; this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.editToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.editToolStripMenuItem.Text = "&Edit..."; this.editToolStripMenuItem.Click += new System.EventHandler(this.EditProject); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Delete; this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.deleteToolStripMenuItem.Text = "&Delete..."; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteProject); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(147, 6); // // startStopToolStripMenuItem // this.startStopToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Start; this.startStopToolStripMenuItem.Name = "startStopToolStripMenuItem"; this.startStopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.startStopToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.startStopToolStripMenuItem.Text = "&Start"; this.startStopToolStripMenuItem.Click += new System.EventHandler(this.StartStopPreprocessing); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(147, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Exit; exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); exitToolStripMenuItem.Size = new System.Drawing.Size(150, 22); exitToolStripMenuItem.Text = "&Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.Exit); // // mainToolStrip // mainToolStrip.BackColor = System.Drawing.SystemColors.Control; mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripButton, this.editToolStripButton, this.deleteToolStripButton, toolStripSeparator3, this.startStopToolStripButton, toolStripSeparator4, exitToolStripButton}); mainToolStrip.Location = new System.Drawing.Point(0, 24); mainToolStrip.Name = "mainToolStrip"; mainToolStrip.Size = new System.Drawing.Size(784, 25); mainToolStrip.TabIndex = 1; // // newToolStripButton // newToolStripButton.Image = global::NSass.Tool.Properties.Resources.New; newToolStripButton.Name = "newToolStripButton"; newToolStripButton.Size = new System.Drawing.Size(23, 22); newToolStripButton.ToolTipText = "New project..."; newToolStripButton.Click += new System.EventHandler(this.NewProject); // // editToolStripButton // this.editToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.editToolStripButton.Image = global::NSass.Tool.Properties.Resources.Edit; this.editToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.editToolStripButton.Name = "editToolStripButton"; this.editToolStripButton.Size = new System.Drawing.Size(23, 22); this.editToolStripButton.Text = "toolStripButton1"; this.editToolStripButton.ToolTipText = "Edit project..."; this.editToolStripButton.Click += new System.EventHandler(this.EditProject); // // deleteToolStripButton // this.deleteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.deleteToolStripButton.Image = global::NSass.Tool.Properties.Resources.Delete; this.deleteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteToolStripButton.Name = "deleteToolStripButton"; this.deleteToolStripButton.Size = new System.Drawing.Size(23, 22); this.deleteToolStripButton.Text = "toolStripButton2"; this.deleteToolStripButton.ToolTipText = "Delete project..."; this.deleteToolStripButton.Click += new System.EventHandler(this.DeleteProject); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // startStopToolStripButton // this.startStopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.startStopToolStripButton.Image = global::NSass.Tool.Properties.Resources.Start; this.startStopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.startStopToolStripButton.Name = "startStopToolStripButton"; this.startStopToolStripButton.Size = new System.Drawing.Size(23, 22); this.startStopToolStripButton.Text = "toolStripButton3"; this.startStopToolStripButton.ToolTipText = "Start preprocessing"; this.startStopToolStripButton.Click += new System.EventHandler(this.StartStopPreprocessing); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // exitToolStripButton // exitToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; exitToolStripButton.Image = global::NSass.Tool.Properties.Resources.Exit; exitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; exitToolStripButton.Name = "exitToolStripButton"; exitToolStripButton.Size = new System.Drawing.Size(23, 22); exitToolStripButton.Text = "Exit"; exitToolStripButton.Click += new System.EventHandler(this.Exit); // // projectsListView // this.projectsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.projectsListView.FullRowSelect = true; this.projectsListView.Location = new System.Drawing.Point(12, 52); this.projectsListView.MultiSelect = false; this.projectsListView.Name = "projectsListView"; this.projectsListView.Size = new System.Drawing.Size(170, 498); this.projectsListView.TabIndex = 2; this.projectsListView.UseCompatibleStateImageBehavior = false; this.projectsListView.View = System.Windows.Forms.View.List; this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.SelectedProjectChanged); // // logTextBox // this.logTextBox.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.logTextBox.BackColor = System.Drawing.SystemColors.Window; this.logTextBox.Location = new System.Drawing.Point(188, 52); 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(584, 498); this.logTextBox.TabIndex = 3; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.logTextBox); this.Controls.Add(this.projectsListView); this.Controls.Add(mainToolStrip); this.Controls.Add(mainMenuStrip); this.MainMenuStrip = mainMenuStrip; this.Name = "MainForm"; this.Text = "SASS/SCSS preprocessor"; mainMenuStrip.ResumeLayout(false); mainMenuStrip.PerformLayout(); mainToolStrip.ResumeLayout(false); mainToolStrip.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() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow)); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); buildsListView = new System.Windows.Forms.ListView(); serverColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); projectColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); planColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); buildActivityColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); buildStatusColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); lastBuildTimeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); lastBuildDurationColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); lastBuildNumberColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); lastVcsRevisionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); successfulTestCountColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); failedTestCountColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); notifyIcon = new System.Windows.Forms.NotifyIcon(components); updateTimer = new System.Windows.Forms.Timer(components); iconTimer = new System.Windows.Forms.Timer(components); mainViewModelBindingSource = new System.Windows.Forms.BindingSource(components); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(mainViewModelBindingSource)).BeginInit(); SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(896, 24); menuStrip1.TabIndex = 2; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { preferencesToolStripMenuItem, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // preferencesToolStripMenuItem // preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem"; preferencesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); preferencesToolStripMenuItem.Size = new System.Drawing.Size(185, 22); preferencesToolStripMenuItem.Text = "&Preferences..."; preferencesToolStripMenuItem.Click += new System.EventHandler(PreferencesToolStripMenuItemClick); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); exitToolStripMenuItem.Size = new System.Drawing.Size(185, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(ExitToolStripMenuItemClick); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22); aboutToolStripMenuItem.Text = "&About"; aboutToolStripMenuItem.Click += new System.EventHandler(AboutToolStripMenuItemClick); // // buildsListView // buildsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { serverColumnHeader, projectColumnHeader, planColumnHeader, buildActivityColumnHeader, buildStatusColumnHeader, lastBuildTimeColumnHeader, lastBuildDurationColumnHeader, lastBuildNumberColumnHeader, lastVcsRevisionColumnHeader, successfulTestCountColumnHeader, failedTestCountColumnHeader }); buildsListView.Dock = System.Windows.Forms.DockStyle.Fill; buildsListView.FullRowSelect = true; buildsListView.Location = new System.Drawing.Point(0, 24); buildsListView.Name = "buildsListView"; buildsListView.Size = new System.Drawing.Size(896, 200); buildsListView.TabIndex = 3; buildsListView.UseCompatibleStateImageBehavior = false; buildsListView.View = System.Windows.Forms.View.Details; // // serverColumnHeader // serverColumnHeader.Text = "Server"; serverColumnHeader.Width = 100; // // projectColumnHeader // projectColumnHeader.Text = "Project"; projectColumnHeader.Width = 100; // // planColumnHeader // planColumnHeader.Text = "Plan"; // // buildActivityColumnHeader // buildActivityColumnHeader.Text = "Activity"; // // buildStatusColumnHeader // buildStatusColumnHeader.Text = "Status"; buildStatusColumnHeader.Width = 70; // // lastBuildTimeColumnHeader // lastBuildTimeColumnHeader.Text = "Last Build"; lastBuildTimeColumnHeader.Width = 85; // // lastBuildDurationColumnHeader // lastBuildDurationColumnHeader.Text = "Duration"; lastBuildDurationColumnHeader.Width = 80; // // lastBuildNumberColumnHeader // lastBuildNumberColumnHeader.Text = "Build Number"; lastBuildNumberColumnHeader.Width = 80; // // lastVcsRevisionColumnHeader // lastVcsRevisionColumnHeader.Text = "VCS Revision"; lastVcsRevisionColumnHeader.Width = 80; // // successfulTestCountColumnHeader // successfulTestCountColumnHeader.Text = "Passing Tests"; successfulTestCountColumnHeader.Width = 80; // // failedTestCountColumnHeader // failedTestCountColumnHeader.Text = "Failing Tests"; failedTestCountColumnHeader.Width = 80; // // notifyIcon // notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); notifyIcon.Text = "Bamboo Tray"; notifyIcon.Visible = true; notifyIcon.Click += new System.EventHandler(NotifyIconClick); // // updateTimer // updateTimer.Enabled = true; updateTimer.Interval = 20000; updateTimer.Tick += new System.EventHandler(UpdateTimerTick); // // iconTimer // iconTimer.Interval = 200; iconTimer.Tick += new System.EventHandler(BuildIconTimerTick); // // mainViewModelBindingSource // mainViewModelBindingSource.DataSource = typeof(MainViewModel); // // MainWindow // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(896, 224); Controls.Add(buildsListView); Controls.Add(menuStrip1); Icon = ((System.Drawing.Icon)(resources.GetObject("$Icon"))); MainMenuStrip = menuStrip1; MaximizeBox = false; MinimizeBox = false; Name = "MainWindow"; Text = "Bamboo Tray"; FormClosing += new System.Windows.Forms.FormClosingEventHandler(MainFormClosing); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(mainViewModelBindingSource)).EndInit(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TabControl m_tabs; System.Windows.Forms.TabPage calculatorTab; System.Windows.Forms.TabPage symbolsTab; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.ContextMenuStrip m_currenciesContextMenu; System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem4; System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem4; System.Windows.Forms.ToolStripMenuItem addMajorCurrenciesToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem; System.Windows.Forms.TabPage accountsAndTradesTab; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem serverToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem getSymbolsAndQuotesToolStripMenuItem; System.Windows.Forms.Label label1; this.m_calculatorTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.m_symbols = new System.Windows.Forms.ListBox(); this.m_symbolsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.m_symbolsTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.currenciesTab = new System.Windows.Forms.TabPage(); this.m_currencies = new System.Windows.Forms.ListBox(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.quotesTab = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.m_quotes = new System.Windows.Forms.ListBox(); this.m_quotesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.m_quotesTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.m_accounts = new System.Windows.Forms.ListBox(); this.m_acccountsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_trades = new System.Windows.Forms.ListBox(); this.m_tradesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.m_accountsTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_calculate = new System.Windows.Forms.Button(); this.m_clear = new System.Windows.Forms.Button(); this.m_openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.m_saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.m_calculationTime = new System.Windows.Forms.TextBox(); m_tabs = new System.Windows.Forms.TabControl(); calculatorTab = new System.Windows.Forms.TabPage(); symbolsTab = new System.Windows.Forms.TabPage(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); m_currenciesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); addToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); removeToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); addMajorCurrenciesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); accountsAndTradesTab = new System.Windows.Forms.TabPage(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); mainMenu = new System.Windows.Forms.MenuStrip(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); serverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); getSymbolsAndQuotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); label1 = new System.Windows.Forms.Label(); m_tabs.SuspendLayout(); calculatorTab.SuspendLayout(); symbolsTab.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); this.m_symbolsContextMenu.SuspendLayout(); this.currenciesTab.SuspendLayout(); m_currenciesContextMenu.SuspendLayout(); this.quotesTab.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.m_quotesContextMenu.SuspendLayout(); accountsAndTradesTab.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.m_acccountsContextMenu.SuspendLayout(); this.m_tradesContextMenu.SuspendLayout(); mainMenu.SuspendLayout(); this.SuspendLayout(); // // m_tabs // m_tabs.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))); m_tabs.Controls.Add(calculatorTab); m_tabs.Controls.Add(symbolsTab); m_tabs.Controls.Add(this.currenciesTab); m_tabs.Controls.Add(this.quotesTab); m_tabs.Controls.Add(accountsAndTradesTab); m_tabs.Location = new System.Drawing.Point(0, 25); m_tabs.Name = "m_tabs"; m_tabs.SelectedIndex = 0; m_tabs.Size = new System.Drawing.Size(784, 377); m_tabs.TabIndex = 0; // // calculatorTab // calculatorTab.Controls.Add(this.m_calculatorTabPropertyGrid); calculatorTab.Location = new System.Drawing.Point(4, 22); calculatorTab.Name = "calculatorTab"; calculatorTab.Padding = new System.Windows.Forms.Padding(3); calculatorTab.Size = new System.Drawing.Size(776, 351); calculatorTab.TabIndex = 0; calculatorTab.Text = "Calculator"; calculatorTab.UseVisualStyleBackColor = true; // // m_calculatorTabPropertyGrid // this.m_calculatorTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_calculatorTabPropertyGrid.Location = new System.Drawing.Point(3, 3); this.m_calculatorTabPropertyGrid.Name = "m_calculatorTabPropertyGrid"; this.m_calculatorTabPropertyGrid.Size = new System.Drawing.Size(770, 345); this.m_calculatorTabPropertyGrid.TabIndex = 0; // // symbolsTab // symbolsTab.Controls.Add(tableLayoutPanel2); symbolsTab.Location = new System.Drawing.Point(4, 22); symbolsTab.Name = "symbolsTab"; symbolsTab.Padding = new System.Windows.Forms.Padding(3); symbolsTab.Size = new System.Drawing.Size(776, 351); symbolsTab.TabIndex = 1; symbolsTab.Text = "Symbols"; symbolsTab.UseVisualStyleBackColor = true; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Controls.Add(this.m_symbols, 0, 0); tableLayoutPanel2.Controls.Add(this.m_symbolsTabPropertyGrid, 1, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Size = new System.Drawing.Size(770, 345); tableLayoutPanel2.TabIndex = 0; // // m_symbols // this.m_symbols.ContextMenuStrip = this.m_symbolsContextMenu; this.m_symbols.Dock = System.Windows.Forms.DockStyle.Fill; this.m_symbols.FormattingEnabled = true; this.m_symbols.Location = new System.Drawing.Point(3, 3); this.m_symbols.Name = "m_symbols"; this.m_symbols.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_symbols.Size = new System.Drawing.Size(379, 339); this.m_symbols.TabIndex = 0; this.m_symbols.SelectedIndexChanged += new System.EventHandler(this.OnSelectedSymbolsChanged); // // m_symbolsContextMenu // this.m_symbolsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem2, this.removeToolStripMenuItem2 }); this.m_symbolsContextMenu.Name = "m_symbolsContextMenu"; this.m_symbolsContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem2 // this.addToolStripMenuItem2.Name = "addToolStripMenuItem2"; this.addToolStripMenuItem2.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem2.Text = "Add"; this.addToolStripMenuItem2.Click += new System.EventHandler(this.OnAddSymbol); // // removeToolStripMenuItem2 // this.removeToolStripMenuItem2.Name = "removeToolStripMenuItem2"; this.removeToolStripMenuItem2.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem2.Text = "Remove"; this.removeToolStripMenuItem2.Click += new System.EventHandler(this.OnRemoveSymbol); // // m_symbolsTabPropertyGrid // this.m_symbolsTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_symbolsTabPropertyGrid.Location = new System.Drawing.Point(388, 3); this.m_symbolsTabPropertyGrid.Name = "m_symbolsTabPropertyGrid"; this.m_symbolsTabPropertyGrid.Size = new System.Drawing.Size(379, 339); this.m_symbolsTabPropertyGrid.TabIndex = 1; // // currenciesTab // this.currenciesTab.Controls.Add(this.m_currencies); this.currenciesTab.Location = new System.Drawing.Point(4, 22); this.currenciesTab.Name = "currenciesTab"; this.currenciesTab.Padding = new System.Windows.Forms.Padding(3); this.currenciesTab.Size = new System.Drawing.Size(776, 351); this.currenciesTab.TabIndex = 4; this.currenciesTab.Text = "Currencies"; this.currenciesTab.UseVisualStyleBackColor = true; // // m_currencies // this.m_currencies.ContextMenuStrip = m_currenciesContextMenu; this.m_currencies.Dock = System.Windows.Forms.DockStyle.Fill; this.m_currencies.FormattingEnabled = true; this.m_currencies.Location = new System.Drawing.Point(3, 3); this.m_currencies.Name = "m_currencies"; this.m_currencies.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_currencies.Size = new System.Drawing.Size(770, 345); this.m_currencies.TabIndex = 0; // // m_currenciesContextMenu // m_currenciesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { addToolStripMenuItem4, removeToolStripMenuItem4, addMajorCurrenciesToolStripMenuItem, this.toolStripSeparator1, moveUpToolStripMenuItem, moveDownToolStripMenuItem }); m_currenciesContextMenu.Name = "m_currenciesContextMenu"; m_currenciesContextMenu.Size = new System.Drawing.Size(190, 120); // // addToolStripMenuItem4 // addToolStripMenuItem4.Name = "addToolStripMenuItem4"; addToolStripMenuItem4.Size = new System.Drawing.Size(189, 22); addToolStripMenuItem4.Text = "Add"; addToolStripMenuItem4.Click += new System.EventHandler(this.OnAddCurrency); // // removeToolStripMenuItem4 // removeToolStripMenuItem4.Name = "removeToolStripMenuItem4"; removeToolStripMenuItem4.Size = new System.Drawing.Size(189, 22); removeToolStripMenuItem4.Text = "Remove"; removeToolStripMenuItem4.Click += new System.EventHandler(this.OnRemoveCurrency); // // addMajorCurrenciesToolStripMenuItem // addMajorCurrenciesToolStripMenuItem.Name = "addMajorCurrenciesToolStripMenuItem"; addMajorCurrenciesToolStripMenuItem.Size = new System.Drawing.Size(189, 22); addMajorCurrenciesToolStripMenuItem.Text = "Add Major Currencies"; addMajorCurrenciesToolStripMenuItem.Click += new System.EventHandler(this.OnAddMajorCurrencies); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6); // // moveUpToolStripMenuItem // moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; moveUpToolStripMenuItem.Size = new System.Drawing.Size(189, 22); moveUpToolStripMenuItem.Text = "Move Up"; moveUpToolStripMenuItem.Click += new System.EventHandler(this.OnMoveUpCurrency); // // moveDownToolStripMenuItem // moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; moveDownToolStripMenuItem.Size = new System.Drawing.Size(189, 22); moveDownToolStripMenuItem.Text = "Move Down"; moveDownToolStripMenuItem.Click += new System.EventHandler(this.OnMoveDownCurrency); // // quotesTab // this.quotesTab.Controls.Add(this.tableLayoutPanel3); this.quotesTab.Location = new System.Drawing.Point(4, 22); this.quotesTab.Name = "quotesTab"; this.quotesTab.Padding = new System.Windows.Forms.Padding(3); this.quotesTab.Size = new System.Drawing.Size(776, 351); this.quotesTab.TabIndex = 2; this.quotesTab.Text = "Quotes"; this.quotesTab.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.m_quotes, 0, 0); this.tableLayoutPanel3.Controls.Add(this.m_quotesTabPropertyGrid, 1, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(770, 345); this.tableLayoutPanel3.TabIndex = 0; // // m_quotes // this.m_quotes.ContextMenuStrip = this.m_quotesContextMenu; this.m_quotes.Dock = System.Windows.Forms.DockStyle.Fill; this.m_quotes.FormattingEnabled = true; this.m_quotes.Location = new System.Drawing.Point(3, 3); this.m_quotes.Name = "m_quotes"; this.m_quotes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_quotes.Size = new System.Drawing.Size(379, 339); this.m_quotes.Sorted = true; this.m_quotes.TabIndex = 0; this.m_quotes.SelectedIndexChanged += new System.EventHandler(this.OnSelectedQuotesChanged); // // m_quotesContextMenu // this.m_quotesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem3, this.removeToolStripMenuItem3 }); this.m_quotesContextMenu.Name = "m_quotesContextMenu"; this.m_quotesContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem3 // this.addToolStripMenuItem3.Name = "addToolStripMenuItem3"; this.addToolStripMenuItem3.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem3.Text = "Add"; this.addToolStripMenuItem3.Click += new System.EventHandler(this.OnAddQuote); // // removeToolStripMenuItem3 // this.removeToolStripMenuItem3.Name = "removeToolStripMenuItem3"; this.removeToolStripMenuItem3.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem3.Text = "Remove"; this.removeToolStripMenuItem3.Click += new System.EventHandler(this.OnRemoveQuote); // // m_quotesTabPropertyGrid // this.m_quotesTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_quotesTabPropertyGrid.Location = new System.Drawing.Point(388, 3); this.m_quotesTabPropertyGrid.Name = "m_quotesTabPropertyGrid"; this.m_quotesTabPropertyGrid.Size = new System.Drawing.Size(379, 339); this.m_quotesTabPropertyGrid.TabIndex = 1; // // accountsAndTradesTab // accountsAndTradesTab.Controls.Add(tableLayoutPanel1); accountsAndTradesTab.Location = new System.Drawing.Point(4, 22); accountsAndTradesTab.Name = "accountsAndTradesTab"; accountsAndTradesTab.Padding = new System.Windows.Forms.Padding(3); accountsAndTradesTab.Size = new System.Drawing.Size(776, 351); accountsAndTradesTab.TabIndex = 3; accountsAndTradesTab.Text = "Accounts & Trades"; accountsAndTradesTab.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F)); tableLayoutPanel1.Controls.Add(this.m_accounts, 0, 0); tableLayoutPanel1.Controls.Add(this.m_trades, 1, 0); tableLayoutPanel1.Controls.Add(this.m_accountsTabPropertyGrid, 2, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Size = new System.Drawing.Size(770, 345); tableLayoutPanel1.TabIndex = 0; // // m_accounts // this.m_accounts.ContextMenuStrip = this.m_acccountsContextMenu; this.m_accounts.Dock = System.Windows.Forms.DockStyle.Fill; this.m_accounts.FormattingEnabled = true; this.m_accounts.Location = new System.Drawing.Point(3, 3); this.m_accounts.Name = "m_accounts"; this.m_accounts.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_accounts.Size = new System.Drawing.Size(248, 339); this.m_accounts.TabIndex = 0; this.m_accounts.SelectedIndexChanged += new System.EventHandler(this.OnSelectedAccountsChanged); // // m_acccountsContextMenu // this.m_acccountsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem, this.removeToolStripMenuItem }); this.m_acccountsContextMenu.Name = "m_acccountsContextMenu"; this.m_acccountsContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem // this.addToolStripMenuItem.Name = "addToolStripMenuItem"; this.addToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem.Text = "Add"; this.addToolStripMenuItem.Click += new System.EventHandler(this.OnAddAccount); // // removeToolStripMenuItem // this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem.Text = "Remove"; this.removeToolStripMenuItem.Click += new System.EventHandler(this.OnRemoveAccount); // // m_trades // this.m_trades.ContextMenuStrip = this.m_tradesContextMenu; this.m_trades.Dock = System.Windows.Forms.DockStyle.Fill; this.m_trades.FormattingEnabled = true; this.m_trades.Location = new System.Drawing.Point(257, 3); this.m_trades.Name = "m_trades"; this.m_trades.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_trades.Size = new System.Drawing.Size(248, 339); this.m_trades.TabIndex = 1; this.m_trades.SelectedIndexChanged += new System.EventHandler(this.OnSelectedTradesChanged); // // m_tradesContextMenu // this.m_tradesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem1, this.removeToolStripMenuItem1 }); this.m_tradesContextMenu.Name = "m_tradesContextMenu"; this.m_tradesContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem1 // this.addToolStripMenuItem1.Name = "addToolStripMenuItem1"; this.addToolStripMenuItem1.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem1.Text = "Add"; this.addToolStripMenuItem1.Click += new System.EventHandler(this.OnAddTrade); // // removeToolStripMenuItem1 // this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1"; this.removeToolStripMenuItem1.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem1.Text = "Remove"; this.removeToolStripMenuItem1.Click += new System.EventHandler(this.OnRemoveTrade); // // m_accountsTabPropertyGrid // this.m_accountsTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_accountsTabPropertyGrid.Location = new System.Drawing.Point(511, 3); this.m_accountsTabPropertyGrid.Name = "m_accountsTabPropertyGrid"; this.m_accountsTabPropertyGrid.Size = new System.Drawing.Size(256, 339); this.m_accountsTabPropertyGrid.TabIndex = 2; // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, serverToolStripMenuItem }); mainMenu.Location = new System.Drawing.Point(0, 0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(784, 24); mainMenu.TabIndex = 4; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, saveToolStripMenuItem, exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(146, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Click += new System.EventHandler(this.OnOpen); // // saveToolStripMenuItem // saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.OnSave); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.OnExit); // // serverToolStripMenuItem // serverToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { getSymbolsAndQuotesToolStripMenuItem }); serverToolStripMenuItem.Name = "serverToolStripMenuItem"; serverToolStripMenuItem.Size = new System.Drawing.Size(51, 20); serverToolStripMenuItem.Text = "Server"; // // getSymbolsAndQuotesToolStripMenuItem // getSymbolsAndQuotesToolStripMenuItem.Name = "getSymbolsAndQuotesToolStripMenuItem"; getSymbolsAndQuotesToolStripMenuItem.Size = new System.Drawing.Size(204, 22); getSymbolsAndQuotesToolStripMenuItem.Text = "Get Symbols and Quotes"; getSymbolsAndQuotesToolStripMenuItem.Click += new System.EventHandler(this.OnGetSymbolsAndQuotes); // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(234, 423); label1.Name = "label1"; label1.Size = new System.Drawing.Size(84, 13); label1.TabIndex = 5; label1.Text = "Calculation time:"; // // m_calculate // this.m_calculate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_calculate.Location = new System.Drawing.Point(24, 418); this.m_calculate.Name = "m_calculate"; this.m_calculate.Size = new System.Drawing.Size(75, 23); this.m_calculate.TabIndex = 2; this.m_calculate.Text = "Calculate"; this.m_calculate.UseVisualStyleBackColor = true; this.m_calculate.Click += new System.EventHandler(this.OnCalculate); // // m_clear // this.m_clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_clear.Location = new System.Drawing.Point(129, 418); this.m_clear.Name = "m_clear"; this.m_clear.Size = new System.Drawing.Size(75, 23); this.m_clear.TabIndex = 3; this.m_clear.Text = "Clear"; this.m_clear.UseVisualStyleBackColor = true; this.m_clear.Click += new System.EventHandler(this.OnClear); // // m_openFileDialog // this.m_openFileDialog.Filter = "TXT files|*.txt|All files|*.*"; // // m_saveFileDialog // this.m_saveFileDialog.Filter = "TXT files|*.txt|All files|*.*"; // // m_calculationTime // this.m_calculationTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_calculationTime.Location = new System.Drawing.Point(340, 421); this.m_calculationTime.Name = "m_calculationTime"; this.m_calculationTime.ReadOnly = true; this.m_calculationTime.Size = new System.Drawing.Size(100, 20); this.m_calculationTime.TabIndex = 6; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 461); this.Controls.Add(this.m_calculationTime); this.Controls.Add(label1); this.Controls.Add(mainMenu); this.Controls.Add(this.m_clear); this.Controls.Add(this.m_calculate); this.Controls.Add(m_tabs); this.MainMenuStrip = mainMenu; this.MinimumSize = new System.Drawing.Size(800, 200); this.Name = "MainForm"; this.Text = "Financial Example"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); m_tabs.ResumeLayout(false); calculatorTab.ResumeLayout(false); symbolsTab.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); this.m_symbolsContextMenu.ResumeLayout(false); this.currenciesTab.ResumeLayout(false); m_currenciesContextMenu.ResumeLayout(false); this.quotesTab.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.m_quotesContextMenu.ResumeLayout(false); accountsAndTradesTab.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); this.m_acccountsContextMenu.ResumeLayout(false); this.m_tradesContextMenu.ResumeLayout(false); mainMenu.ResumeLayout(false); mainMenu.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.Windows.Forms.TableLayoutPanel tblTreeAndDimension; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DidjImpApp)); System.Windows.Forms.TabPage tabPageImpedance; System.Windows.Forms.Panel pnlImpedancePlot; DidjImp.ImpedancePlot.ImpedancePlotContextMenu impedancePlotContextMenu1 = new DidjImp.ImpedancePlot.ImpedancePlotContextMenu(); System.Windows.Forms.FlowLayoutPanel pnlImpedanceTools; System.Windows.Forms.Panel pnlImpedanceShowHarmonics; System.Windows.Forms.Label lblShowHarmonics; System.Windows.Forms.Panel pnlImpedanceGraphType; System.Windows.Forms.Label lblGraphType; System.Windows.Forms.TabPage tabBore; System.Windows.Forms.Panel pnlBoreTools; System.Windows.Forms.MenuStrip menuMain; System.Windows.Forms.ToolStripMenuItem mnuFile; System.Windows.Forms.ToolStripMenuItem mnuHelp; System.Windows.Forms.Label lblName; System.Windows.Forms.Label lblComments; this.btnCalculate = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.treeDidgeHistory = new System.Windows.Forms.TreeView(); this.treeViewImageList = new System.Windows.Forms.ImageList(this.components); this.didgePropertyEditor = new DidjImp.DidgePropertyEditor(); this.impedancePlot = new DidjImp.ImpedancePlot(); this.comboHarmonics = new CustomComboBox.CustomComboBox(); this.comboImpedanceGraphType = new System.Windows.Forms.ComboBox(); this.borePlot = new DidjImp.BorePlot(); this.comboWaveformSelect = new CustomComboBox.CustomComboBox(); this.chkWaveform = new System.Windows.Forms.CheckBox(); this.waveformPlot = new NPlot.Windows.PlotSurface2D(); this.saveDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnuOptions = new System.Windows.Forms.ToolStripMenuItem(); this.mnuTools = new System.Windows.Forms.ToolStripMenuItem(); this.mnuInterpolate = new System.Windows.Forms.ToolStripMenuItem(); this.mnuScaleBoreByFactor = new System.Windows.Forms.ToolStripMenuItem(); this.mnuScaleToFundamental = new System.Windows.Forms.ToolStripMenuItem(); this.mnuCalculateSurfaceAreaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem(); this.splitMain = new System.Windows.Forms.SplitContainer(); this.tabPlots = new System.Windows.Forms.TabControl(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tblDidgeComments = new System.Windows.Forms.TableLayoutPanel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); tblTreeAndDimension = new System.Windows.Forms.TableLayoutPanel(); tabPageImpedance = new System.Windows.Forms.TabPage(); pnlImpedancePlot = new System.Windows.Forms.Panel(); pnlImpedanceTools = new System.Windows.Forms.FlowLayoutPanel(); pnlImpedanceShowHarmonics = new System.Windows.Forms.Panel(); lblShowHarmonics = new System.Windows.Forms.Label(); pnlImpedanceGraphType = new System.Windows.Forms.Panel(); lblGraphType = new System.Windows.Forms.Label(); tabBore = new System.Windows.Forms.TabPage(); pnlBoreTools = new System.Windows.Forms.Panel(); menuMain = new System.Windows.Forms.MenuStrip(); mnuFile = new System.Windows.Forms.ToolStripMenuItem(); mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); lblName = new System.Windows.Forms.Label(); lblComments = new System.Windows.Forms.Label(); tblTreeAndDimension.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); tabPageImpedance.SuspendLayout(); pnlImpedancePlot.SuspendLayout(); pnlImpedanceTools.SuspendLayout(); pnlImpedanceShowHarmonics.SuspendLayout(); pnlImpedanceGraphType.SuspendLayout(); tabBore.SuspendLayout(); pnlBoreTools.SuspendLayout(); menuMain.SuspendLayout(); this.splitMain.Panel1.SuspendLayout(); this.splitMain.Panel2.SuspendLayout(); this.splitMain.SuspendLayout(); this.tabPlots.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tblDidgeComments.SuspendLayout(); this.SuspendLayout(); // // tblTreeAndDimension // tblTreeAndDimension.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tblTreeAndDimension.ColumnCount = 1; tblTreeAndDimension.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tblTreeAndDimension.Controls.Add(this.btnCalculate, 0, 1); tblTreeAndDimension.Controls.Add(this.splitContainer1, 0, 0); tblTreeAndDimension.Dock = System.Windows.Forms.DockStyle.Fill; tblTreeAndDimension.Location = new System.Drawing.Point(0, 0); tblTreeAndDimension.Margin = new System.Windows.Forms.Padding(0); tblTreeAndDimension.Name = "tblTreeAndDimension"; tblTreeAndDimension.RowCount = 2; tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle()); tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tblTreeAndDimension.Size = new System.Drawing.Size(167, 517); tblTreeAndDimension.TabIndex = 6; // // btnCalculate // this.btnCalculate.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCalculate.Enabled = false; this.btnCalculate.Location = new System.Drawing.Point(0, 496); this.btnCalculate.Margin = new System.Windows.Forms.Padding(0); this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.Size = new System.Drawing.Size(167, 21); this.btnCalculate.TabIndex = 8; this.btnCalculate.Text = "Calculate"; this.btnCalculate.UseVisualStyleBackColor = true; this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Margin = new System.Windows.Forms.Padding(0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.treeDidgeHistory); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.didgePropertyEditor); this.splitContainer1.Size = new System.Drawing.Size(167, 496); this.splitContainer1.SplitterDistance = 234; this.splitContainer1.TabIndex = 10; // // treeDidgeHistory // this.treeDidgeHistory.AllowDrop = true; this.treeDidgeHistory.Dock = System.Windows.Forms.DockStyle.Fill; this.treeDidgeHistory.HideSelection = false; this.treeDidgeHistory.ImageIndex = 0; this.treeDidgeHistory.ImageList = this.treeViewImageList; this.treeDidgeHistory.Location = new System.Drawing.Point(0, 0); this.treeDidgeHistory.Margin = new System.Windows.Forms.Padding(0); this.treeDidgeHistory.Name = "treeDidgeHistory"; this.treeDidgeHistory.SelectedImageIndex = 0; this.treeDidgeHistory.ShowLines = false; this.treeDidgeHistory.Size = new System.Drawing.Size(167, 234); this.treeDidgeHistory.TabIndex = 6; this.treeDidgeHistory.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeDidgeHistory_DragDrop); this.treeDidgeHistory.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeDidgeHistory_AfterSelect); this.treeDidgeHistory.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeDidgeHistory_DragEnter); this.treeDidgeHistory.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeDidgeHistory_BeforeSelect); this.treeDidgeHistory.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeDidgeHistory_ItemDrag); this.treeDidgeHistory.DragOver += new System.Windows.Forms.DragEventHandler(this.treeDidgeHistory_DragOver); // // treeViewImageList // this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream"))); this.treeViewImageList.TransparentColor = System.Drawing.Color.Transparent; this.treeViewImageList.Images.SetKeyName(0, "folderopen.ico"); this.treeViewImageList.Images.SetKeyName(1, "didge.ico"); // // didgePropertyEditor // this.didgePropertyEditor.AutoSize = true; this.didgePropertyEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.didgePropertyEditor.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; this.didgePropertyEditor.DidgeComments = ""; this.didgePropertyEditor.DidgeName = ""; this.didgePropertyEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.didgePropertyEditor.Location = new System.Drawing.Point(0, 0); this.didgePropertyEditor.Name = "didgePropertyEditor"; this.didgePropertyEditor.PositionAndRadiusDimensions = ""; this.didgePropertyEditor.RadiusAndLengthDimensions = ""; this.didgePropertyEditor.Size = new System.Drawing.Size(167, 258); this.didgePropertyEditor.TabIndex = 0; this.didgePropertyEditor.Valid += new DidjImp.DidgePropertyEditor.ValidDelegate(this.didgePropertyEditor_Valid); this.didgePropertyEditor.DidgeNameChanged += new DidjImp.DidgePropertyEditor.DidgeNameChangedDelegate(this.didgePropertyEditor_DidgeNameChanged); this.didgePropertyEditor.DimensionsChanged += new DidjImp.DidgePropertyEditor.DimensionsChangedDelegate(this.didgePropertyEditor_DimensionsChanged); this.didgePropertyEditor.Unvalid += new DidjImp.DidgePropertyEditor.UnvalidDelegate(this.didgePropertyEditor_Unvalid); // // tabPageImpedance // tabPageImpedance.Controls.Add(pnlImpedancePlot); tabPageImpedance.Controls.Add(pnlImpedanceTools); tabPageImpedance.Location = new System.Drawing.Point(4, 22); tabPageImpedance.Margin = new System.Windows.Forms.Padding(0); tabPageImpedance.Name = "tabPageImpedance"; tabPageImpedance.Size = new System.Drawing.Size(796, 491); tabPageImpedance.TabIndex = 0; tabPageImpedance.Text = "Impedance"; tabPageImpedance.UseVisualStyleBackColor = true; // // pnlImpedancePlot // pnlImpedancePlot.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; pnlImpedancePlot.Controls.Add(this.impedancePlot); pnlImpedancePlot.Dock = System.Windows.Forms.DockStyle.Fill; pnlImpedancePlot.Location = new System.Drawing.Point(0, 26); pnlImpedancePlot.Margin = new System.Windows.Forms.Padding(0); pnlImpedancePlot.Name = "pnlImpedancePlot"; pnlImpedancePlot.Size = new System.Drawing.Size(796, 465); pnlImpedancePlot.TabIndex = 9; // // impedancePlot // this.impedancePlot.AutoScaleAutoGeneratedAxes = false; this.impedancePlot.AutoScaleTitle = false; this.impedancePlot.BackColor = System.Drawing.SystemColors.ControlLightLight; this.impedancePlot.DateTimeToolTip = false; this.impedancePlot.Dock = System.Windows.Forms.DockStyle.Fill; this.impedancePlot.ImpedanceData = null; this.impedancePlot.ImpedancePlotType = DidjImp.ImpedancePlotType.Magnitude; this.impedancePlot.Legend = null; this.impedancePlot.LegendZOrder = -1; this.impedancePlot.Location = new System.Drawing.Point(0, 0); this.impedancePlot.Margin = new System.Windows.Forms.Padding(0); this.impedancePlot.Name = "impedancePlot"; this.impedancePlot.RightMenu = impedancePlotContextMenu1; this.impedancePlot.SelectedFrequency = 0; this.impedancePlot.ShowCoordinates = true; this.impedancePlot.Size = new System.Drawing.Size(792, 461); this.impedancePlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None; this.impedancePlot.SurfacePadding = 10; this.impedancePlot.TabIndex = 8; this.impedancePlot.Text = "impedancePlot"; this.impedancePlot.Title = ""; this.impedancePlot.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.impedancePlot.XAxis1 = null; this.impedancePlot.XAxis2 = null; this.impedancePlot.YAxis1 = null; this.impedancePlot.YAxis2 = null; // // pnlImpedanceTools // pnlImpedanceTools.AutoSize = true; pnlImpedanceTools.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; pnlImpedanceTools.Controls.Add(pnlImpedanceShowHarmonics); pnlImpedanceTools.Controls.Add(pnlImpedanceGraphType); pnlImpedanceTools.Dock = System.Windows.Forms.DockStyle.Top; pnlImpedanceTools.Location = new System.Drawing.Point(0, 0); pnlImpedanceTools.Name = "pnlImpedanceTools"; pnlImpedanceTools.Size = new System.Drawing.Size(796, 26); pnlImpedanceTools.TabIndex = 7; // // pnlImpedanceShowHarmonics // pnlImpedanceShowHarmonics.AutoSize = true; pnlImpedanceShowHarmonics.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; pnlImpedanceShowHarmonics.Controls.Add(this.comboHarmonics); pnlImpedanceShowHarmonics.Controls.Add(lblShowHarmonics); pnlImpedanceShowHarmonics.Location = new System.Drawing.Point(0, 0); pnlImpedanceShowHarmonics.Margin = new System.Windows.Forms.Padding(0); pnlImpedanceShowHarmonics.Name = "pnlImpedanceShowHarmonics"; pnlImpedanceShowHarmonics.Size = new System.Drawing.Size(229, 26); pnlImpedanceShowHarmonics.TabIndex = 4; // // comboHarmonics // this.comboHarmonics.AllowResizeDropDown = false; this.comboHarmonics.ControlSize = new System.Drawing.Size(1, 1); this.comboHarmonics.DropDownControl = null; this.comboHarmonics.DropDownSizeMode = CustomComboBox.CustomComboBox.SizeMode.UseControlSize; this.comboHarmonics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboHarmonics.DropSize = new System.Drawing.Size(121, 106); this.comboHarmonics.FormattingEnabled = true; this.comboHarmonics.Location = new System.Drawing.Point(160, 2); this.comboHarmonics.Name = "comboHarmonics"; this.comboHarmonics.Size = new System.Drawing.Size(66, 21); this.comboHarmonics.TabIndex = 5; this.comboHarmonics.SelectedIndexChanged += new System.EventHandler(this.comboHarmonics_SelectedIndexChanged); // // lblShowHarmonics // lblShowHarmonics.AutoSize = true; lblShowHarmonics.Location = new System.Drawing.Point(3, 5); lblShowHarmonics.Name = "lblShowHarmonics"; lblShowHarmonics.Size = new System.Drawing.Size(158, 13); lblShowHarmonics.TabIndex = 4; lblShowHarmonics.Text = "Show Harmonics for Frequency:"; // // pnlImpedanceGraphType // pnlImpedanceGraphType.AutoSize = true; pnlImpedanceGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; pnlImpedanceGraphType.Controls.Add(this.comboImpedanceGraphType); pnlImpedanceGraphType.Controls.Add(lblGraphType); pnlImpedanceGraphType.Location = new System.Drawing.Point(229, 0); pnlImpedanceGraphType.Margin = new System.Windows.Forms.Padding(0); pnlImpedanceGraphType.Name = "pnlImpedanceGraphType"; pnlImpedanceGraphType.Size = new System.Drawing.Size(207, 26); pnlImpedanceGraphType.TabIndex = 5; // // comboImpedanceGraphType // this.comboImpedanceGraphType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboImpedanceGraphType.FormattingEnabled = true; this.comboImpedanceGraphType.Items.AddRange(new object[] { "Impedance Magnitude", "Real Impedance", "Imaginary Impedance", "Impedance Phase"}); this.comboImpedanceGraphType.Location = new System.Drawing.Point(68, 2); this.comboImpedanceGraphType.Name = "comboImpedanceGraphType"; this.comboImpedanceGraphType.Size = new System.Drawing.Size(136, 21); this.comboImpedanceGraphType.TabIndex = 1; this.comboImpedanceGraphType.SelectedIndexChanged += new System.EventHandler(this.comboImpedanceGraphType_SelectedIndexChanged); // // lblGraphType // lblGraphType.AutoSize = true; lblGraphType.Location = new System.Drawing.Point(3, 5); lblGraphType.Name = "lblGraphType"; lblGraphType.Size = new System.Drawing.Size(66, 13); lblGraphType.TabIndex = 0; lblGraphType.Text = "Graph Type:"; // // tabBore // tabBore.Controls.Add(this.borePlot); tabBore.Controls.Add(pnlBoreTools); tabBore.Controls.Add(this.waveformPlot); tabBore.Location = new System.Drawing.Point(4, 22); tabBore.Name = "tabBore"; tabBore.Padding = new System.Windows.Forms.Padding(3); tabBore.Size = new System.Drawing.Size(796, 491); tabBore.TabIndex = 1; tabBore.Text = "Bore"; tabBore.UseVisualStyleBackColor = true; // // borePlot // this.borePlot.AutoScaleAutoGeneratedAxes = false; this.borePlot.AutoScaleTitle = false; this.borePlot.BackColor = System.Drawing.SystemColors.ControlLightLight; this.borePlot.Bore = null; this.borePlot.DateTimeToolTip = false; this.borePlot.Dock = System.Windows.Forms.DockStyle.Fill; this.borePlot.Legend = null; this.borePlot.LegendZOrder = -1; this.borePlot.Location = new System.Drawing.Point(3, 29); this.borePlot.Name = "borePlot"; this.borePlot.RightMenu = null; this.borePlot.SelectedFrequency = 0; this.borePlot.ShowCoordinates = true; this.borePlot.ShowWaveformPlot = false; this.borePlot.Size = new System.Drawing.Size(790, 459); this.borePlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias; this.borePlot.SurfacePadding = 10; this.borePlot.TabIndex = 4; this.borePlot.Text = "j"; this.borePlot.Title = ""; this.borePlot.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.borePlot.XAxis1 = null; this.borePlot.XAxis2 = null; this.borePlot.YAxis1 = null; this.borePlot.YAxis2 = null; // // pnlBoreTools // pnlBoreTools.AutoSize = true; pnlBoreTools.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; pnlBoreTools.Controls.Add(this.comboWaveformSelect); pnlBoreTools.Controls.Add(this.chkWaveform); pnlBoreTools.Dock = System.Windows.Forms.DockStyle.Top; pnlBoreTools.Location = new System.Drawing.Point(3, 3); pnlBoreTools.Name = "pnlBoreTools"; pnlBoreTools.Size = new System.Drawing.Size(790, 26); pnlBoreTools.TabIndex = 5; // // comboWaveformSelect // this.comboWaveformSelect.AllowResizeDropDown = true; this.comboWaveformSelect.ControlSize = new System.Drawing.Size(1, 1); this.comboWaveformSelect.DropDownControl = null; this.comboWaveformSelect.DropDownSizeMode = CustomComboBox.CustomComboBox.SizeMode.UseControlSize; this.comboWaveformSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboWaveformSelect.DropSize = new System.Drawing.Size(121, 106); this.comboWaveformSelect.Enabled = false; this.comboWaveformSelect.FormattingEnabled = true; this.comboWaveformSelect.Location = new System.Drawing.Point(178, 1); this.comboWaveformSelect.Name = "comboWaveformSelect"; this.comboWaveformSelect.Size = new System.Drawing.Size(117, 21); this.comboWaveformSelect.TabIndex = 2; this.comboWaveformSelect.SelectedIndexChanged += new System.EventHandler(this.comboWaveformSelect_SelectedIndexChanged); // // chkWaveform // this.chkWaveform.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.chkWaveform.Location = new System.Drawing.Point(3, 3); this.chkWaveform.Name = "chkWaveform"; this.chkWaveform.Size = new System.Drawing.Size(179, 20); this.chkWaveform.TabIndex = 3; this.chkWaveform.Text = "Show Waveform for Frequency:"; this.chkWaveform.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.chkWaveform.UseVisualStyleBackColor = true; this.chkWaveform.CheckedChanged += new System.EventHandler(this.chkWaveform_CheckedChanged); // // waveformPlot // this.waveformPlot.AutoScaleAutoGeneratedAxes = false; this.waveformPlot.AutoScaleTitle = false; this.waveformPlot.BackColor = System.Drawing.SystemColors.ControlLightLight; this.waveformPlot.DateTimeToolTip = false; this.waveformPlot.Legend = null; this.waveformPlot.LegendZOrder = -1; this.waveformPlot.Location = new System.Drawing.Point(3, 353); this.waveformPlot.Name = "waveformPlot"; this.waveformPlot.RightMenu = null; this.waveformPlot.ShowCoordinates = true; this.waveformPlot.Size = new System.Drawing.Size(812, 172); this.waveformPlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None; this.waveformPlot.SurfacePadding = 10; this.waveformPlot.TabIndex = 6; this.waveformPlot.Text = "plotSurface2D1"; this.waveformPlot.Title = ""; this.waveformPlot.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.waveformPlot.XAxis1 = null; this.waveformPlot.XAxis2 = null; this.waveformPlot.YAxis1 = null; this.waveformPlot.YAxis2 = null; // // menuMain // menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuFile, this.mnuOptions, this.mnuTools, mnuHelp}); menuMain.Location = new System.Drawing.Point(2, 0); menuMain.Name = "menuMain"; menuMain.Size = new System.Drawing.Size(974, 24); menuMain.TabIndex = 1; menuMain.Text = "menuStrip1"; // // mnuFile // mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveDimensionsToolStripMenuItem, this.loadDimensionsToolStripMenuItem}); mnuFile.Name = "mnuFile"; mnuFile.Size = new System.Drawing.Size(35, 20); mnuFile.Text = "&File"; // // saveDimensionsToolStripMenuItem // this.saveDimensionsToolStripMenuItem.Name = "saveDimensionsToolStripMenuItem"; this.saveDimensionsToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.saveDimensionsToolStripMenuItem.Text = "&Save Dimensions"; this.saveDimensionsToolStripMenuItem.Click += new System.EventHandler(this.saveDimensionsToolStripMenuItem_Click); // // loadDimensionsToolStripMenuItem // this.loadDimensionsToolStripMenuItem.Name = "loadDimensionsToolStripMenuItem"; this.loadDimensionsToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.loadDimensionsToolStripMenuItem.Text = "&Load Dimensions"; this.loadDimensionsToolStripMenuItem.Click += new System.EventHandler(this.loadDimensionsToolStripMenuItem_Click); // // mnuOptions // this.mnuOptions.Name = "mnuOptions"; this.mnuOptions.Size = new System.Drawing.Size(56, 20); this.mnuOptions.Text = "&Options"; this.mnuOptions.Click += new System.EventHandler(this.mnuOptions_Click); // // mnuTools // this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuInterpolate, this.mnuScaleBoreByFactor, this.mnuScaleToFundamental, this.mnuCalculateSurfaceAreaToolStripMenuItem}); this.mnuTools.Name = "mnuTools"; this.mnuTools.Size = new System.Drawing.Size(44, 20); this.mnuTools.Text = "&Tools"; // // mnuInterpolate // this.mnuInterpolate.Name = "mnuInterpolate"; this.mnuInterpolate.Size = new System.Drawing.Size(344, 22); this.mnuInterpolate.Text = "Interpolate Bore Radius at Arbitrary Position"; this.mnuInterpolate.Click += new System.EventHandler(this.mnuInterpolate_Click); // // mnuScaleBoreByFactor // this.mnuScaleBoreByFactor.Name = "mnuScaleBoreByFactor"; this.mnuScaleBoreByFactor.Size = new System.Drawing.Size(344, 22); this.mnuScaleBoreByFactor.Text = "&Scale Entire Bore"; this.mnuScaleBoreByFactor.Click += new System.EventHandler(this.mnuScaleBoreByPercent_Click); // // mnuScaleToFundamental // this.mnuScaleToFundamental.Name = "mnuScaleToFundamental"; this.mnuScaleToFundamental.Size = new System.Drawing.Size(344, 22); this.mnuScaleToFundamental.Text = "Scale Entire Bore to Specified &Fundamental Frequency"; this.mnuScaleToFundamental.Click += new System.EventHandler(this.mnuScaleToFundamental_Click); // // mnuCalculateSurfaceAreaToolStripMenuItem // this.mnuCalculateSurfaceAreaToolStripMenuItem.Name = "mnuCalculateSurfaceAreaToolStripMenuItem"; this.mnuCalculateSurfaceAreaToolStripMenuItem.Size = new System.Drawing.Size(344, 22); this.mnuCalculateSurfaceAreaToolStripMenuItem.Text = "&Calculate Surface Area"; this.mnuCalculateSurfaceAreaToolStripMenuItem.Click += new System.EventHandler(this.mnuCalculateSurfaceAreaToolStripMenuItem_Click); // // mnuHelp // mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuAbout}); mnuHelp.Name = "mnuHelp"; mnuHelp.Size = new System.Drawing.Size(40, 20); mnuHelp.Text = "&Help"; // // mnuAbout // this.mnuAbout.Name = "mnuAbout"; this.mnuAbout.Size = new System.Drawing.Size(114, 22); this.mnuAbout.Text = "&About"; this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click); // // lblName // lblName.AutoSize = true; lblName.Dock = System.Windows.Forms.DockStyle.Fill; lblName.Location = new System.Drawing.Point(0, 0); lblName.Margin = new System.Windows.Forms.Padding(0); lblName.Name = "lblName"; lblName.Size = new System.Drawing.Size(38, 20); lblName.TabIndex = 0; lblName.Text = "Name:"; lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblComments // lblComments.AutoSize = true; lblComments.Location = new System.Drawing.Point(0, 0); lblComments.Margin = new System.Windows.Forms.Padding(0); lblComments.Name = "lblComments"; lblComments.Size = new System.Drawing.Size(59, 13); lblComments.TabIndex = 2; lblComments.Text = "Comments:"; // // splitMain // this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMain.Location = new System.Drawing.Point(2, 24); this.splitMain.Margin = new System.Windows.Forms.Padding(0); this.splitMain.Name = "splitMain"; // // splitMain.Panel1 // this.splitMain.Panel1.Controls.Add(tblTreeAndDimension); this.splitMain.Panel1MinSize = 80; // // splitMain.Panel2 // this.splitMain.Panel2.Controls.Add(this.tabPlots); this.splitMain.Panel2.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); this.splitMain.Panel2MinSize = 120; this.splitMain.Size = new System.Drawing.Size(974, 517); this.splitMain.SplitterDistance = 167; this.splitMain.SplitterWidth = 2; this.splitMain.TabIndex = 2; // // tabPlots // this.tabPlots.Controls.Add(tabPageImpedance); this.tabPlots.Controls.Add(tabBore); this.tabPlots.Dock = System.Windows.Forms.DockStyle.Fill; this.tabPlots.Enabled = false; this.tabPlots.Location = new System.Drawing.Point(1, 0); this.tabPlots.Margin = new System.Windows.Forms.Padding(0); this.tabPlots.Name = "tabPlots"; this.tabPlots.Padding = new System.Drawing.Point(0, 0); this.tabPlots.SelectedIndex = 0; this.tabPlots.Size = new System.Drawing.Size(804, 517); this.tabPlots.TabIndex = 1; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0); this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100); this.tableLayoutPanel2.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(lblName, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 20); this.tableLayoutPanel1.TabIndex = 5; // // tblDidgeComments // this.tblDidgeComments.ColumnCount = 2; this.tblDidgeComments.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblDidgeComments.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblDidgeComments.Controls.Add(lblComments, 1, 0); this.tblDidgeComments.Dock = System.Windows.Forms.DockStyle.Fill; this.tblDidgeComments.Location = new System.Drawing.Point(0, 23); this.tblDidgeComments.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0); this.tblDidgeComments.Name = "tblDidgeComments"; this.tblDidgeComments.RowCount = 2; this.tblDidgeComments.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tblDidgeComments.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tblDidgeComments.Size = new System.Drawing.Size(200, 77); this.tblDidgeComments.TabIndex = 6; // // DidjImpApp // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(976, 542); this.Controls.Add(this.splitMain); this.Controls.Add(menuMain); this.Name = "DidjImpApp"; this.Padding = new System.Windows.Forms.Padding(2, 0, 0, 1); this.Text = "DidjImp"; this.Load += new System.EventHandler(this.DidjImpApp_Load); tblTreeAndDimension.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); tabPageImpedance.ResumeLayout(false); tabPageImpedance.PerformLayout(); pnlImpedancePlot.ResumeLayout(false); pnlImpedanceTools.ResumeLayout(false); pnlImpedanceTools.PerformLayout(); pnlImpedanceShowHarmonics.ResumeLayout(false); pnlImpedanceShowHarmonics.PerformLayout(); pnlImpedanceGraphType.ResumeLayout(false); pnlImpedanceGraphType.PerformLayout(); tabBore.ResumeLayout(false); tabBore.PerformLayout(); pnlBoreTools.ResumeLayout(false); menuMain.ResumeLayout(false); menuMain.PerformLayout(); this.splitMain.Panel1.ResumeLayout(false); this.splitMain.Panel2.ResumeLayout(false); this.splitMain.ResumeLayout(false); this.tabPlots.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tblDidgeComments.ResumeLayout(false); this.tblDidgeComments.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); this.hệThốngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thayĐổiThamSốToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thôngTinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thoátToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLíChuyếnBayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thêmChuyếnBayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cậpNhậtXóaChuyếnBayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.danhSáchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thêmSânBayTrungGianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thôngTinSânBayTrungGianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLíKháchHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thêmKháchHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.danhSáchKháchHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLíSânBayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thêmSânBayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.danhSáchSânBayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.đặtVéToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.đặtVéToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.bánVéToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLíHạngVéToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thêmHạngVéToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.danhSáchHạngVéToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoThángToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoNămToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolTip; menuStrip1.AllowMerge = false; menuStrip1.Font = new System.Drawing.Font("Sitka Display", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); menuStrip1.ImeMode = System.Windows.Forms.ImeMode.NoControl; menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.hệThốngToolStripMenuItem, this.quảnLíChuyếnBayToolStripMenuItem, this.quảnLíKháchHàngToolStripMenuItem, this.quảnLíSânBayToolStripMenuItem, this.đặtVéToolStripMenuItem, this.quảnLíHạngVéToolStripMenuItem, this.báoCáoToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; menuStrip1.ShowItemToolTips = true; menuStrip1.Size = new System.Drawing.Size(1362, 36); menuStrip1.Stretch = false; menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // hệThốngToolStripMenuItem // this.hệThốngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thayĐổiThamSốToolStripMenuItem, this.thôngTinToolStripMenuItem, this.thoátToolStripMenuItem }); this.hệThốngToolStripMenuItem.Name = "hệThốngToolStripMenuItem"; this.hệThốngToolStripMenuItem.Size = new System.Drawing.Size(100, 32); this.hệThốngToolStripMenuItem.Text = "Hệ thống"; // // thayĐổiThamSốToolStripMenuItem // this.thayĐổiThamSốToolStripMenuItem.Name = "thayĐổiThamSốToolStripMenuItem"; this.thayĐổiThamSốToolStripMenuItem.Size = new System.Drawing.Size(229, 32); this.thayĐổiThamSốToolStripMenuItem.Text = "Thay đổi tham số"; this.thayĐổiThamSốToolStripMenuItem.Click += new System.EventHandler(this.thayĐổiThamSốToolStripMenuItem_Click); // // thôngTinToolStripMenuItem // this.thôngTinToolStripMenuItem.Name = "thôngTinToolStripMenuItem"; this.thôngTinToolStripMenuItem.Size = new System.Drawing.Size(229, 32); this.thôngTinToolStripMenuItem.Text = "Thông tin"; this.thôngTinToolStripMenuItem.Click += new System.EventHandler(this.thôngTinToolStripMenuItem_Click_1); // // thoátToolStripMenuItem // this.thoátToolStripMenuItem.Name = "thoátToolStripMenuItem"; this.thoátToolStripMenuItem.Size = new System.Drawing.Size(229, 32); this.thoátToolStripMenuItem.Text = "Thoát"; this.thoátToolStripMenuItem.Click += new System.EventHandler(this.thoátToolStripMenuItem_Click); // // quảnLíChuyếnBayToolStripMenuItem // this.quảnLíChuyếnBayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thêmChuyếnBayToolStripMenuItem, this.cậpNhậtXóaChuyếnBayToolStripMenuItem, this.danhSáchToolStripMenuItem, this.thêmSânBayTrungGianToolStripMenuItem, this.thôngTinSânBayTrungGianToolStripMenuItem }); this.quảnLíChuyếnBayToolStripMenuItem.Name = "quảnLíChuyếnBayToolStripMenuItem"; this.quảnLíChuyếnBayToolStripMenuItem.Size = new System.Drawing.Size(176, 32); this.quảnLíChuyếnBayToolStripMenuItem.Text = "Quản lí chuyến bay"; // // thêmChuyếnBayToolStripMenuItem // this.thêmChuyếnBayToolStripMenuItem.Name = "thêmChuyếnBayToolStripMenuItem"; this.thêmChuyếnBayToolStripMenuItem.Size = new System.Drawing.Size(327, 32); this.thêmChuyếnBayToolStripMenuItem.Text = "Thêm chuyến bay"; this.thêmChuyếnBayToolStripMenuItem.Click += new System.EventHandler(this.thêmChuyếnBayToolStripMenuItem_Click); // // cậpNhậtXóaChuyếnBayToolStripMenuItem // this.cậpNhậtXóaChuyếnBayToolStripMenuItem.Name = "cậpNhậtXóaChuyếnBayToolStripMenuItem"; this.cậpNhậtXóaChuyếnBayToolStripMenuItem.Size = new System.Drawing.Size(327, 32); this.cậpNhậtXóaChuyếnBayToolStripMenuItem.Text = "Cập nhật / xóa chuyến bay"; this.cậpNhậtXóaChuyếnBayToolStripMenuItem.Click += new System.EventHandler(this.cậpNhậtXóaChuyếnBayToolStripMenuItem_Click); // // danhSáchToolStripMenuItem // this.danhSáchToolStripMenuItem.Name = "danhSáchToolStripMenuItem"; this.danhSáchToolStripMenuItem.Size = new System.Drawing.Size(327, 32); this.danhSáchToolStripMenuItem.Text = "Danh sách chuyến bay"; this.danhSáchToolStripMenuItem.Click += new System.EventHandler(this.danhSáchToolStripMenuItem_Click); // // thêmSânBayTrungGianToolStripMenuItem // this.thêmSânBayTrungGianToolStripMenuItem.Name = "thêmSânBayTrungGianToolStripMenuItem"; this.thêmSânBayTrungGianToolStripMenuItem.Size = new System.Drawing.Size(327, 32); this.thêmSânBayTrungGianToolStripMenuItem.Text = "Thêm sân bay trung gian"; this.thêmSânBayTrungGianToolStripMenuItem.Click += new System.EventHandler(this.thêmSânBayTrungGianToolStripMenuItem_Click); // // thôngTinSânBayTrungGianToolStripMenuItem // this.thôngTinSânBayTrungGianToolStripMenuItem.Name = "thôngTinSânBayTrungGianToolStripMenuItem"; this.thôngTinSânBayTrungGianToolStripMenuItem.Size = new System.Drawing.Size(327, 32); this.thôngTinSânBayTrungGianToolStripMenuItem.Text = "Thông tin sân bay trung gian"; this.thôngTinSânBayTrungGianToolStripMenuItem.Click += new System.EventHandler(this.thôngTinSânBayTrungGianToolStripMenuItem_Click); // // quảnLíKháchHàngToolStripMenuItem // this.quảnLíKháchHàngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thêmKháchHàngToolStripMenuItem, this.danhSáchKháchHàngToolStripMenuItem }); this.quảnLíKháchHàngToolStripMenuItem.Name = "quảnLíKháchHàngToolStripMenuItem"; this.quảnLíKháchHàngToolStripMenuItem.Size = new System.Drawing.Size(178, 32); this.quảnLíKháchHàngToolStripMenuItem.Text = "Quản lí khách hàng"; // // thêmKháchHàngToolStripMenuItem // this.thêmKháchHàngToolStripMenuItem.Name = "thêmKháchHàngToolStripMenuItem"; this.thêmKháchHàngToolStripMenuItem.Size = new System.Drawing.Size(269, 32); this.thêmKháchHàngToolStripMenuItem.Text = "Thêm khách hàng"; this.thêmKháchHàngToolStripMenuItem.Click += new System.EventHandler(this.thêmKháchHàngToolStripMenuItem_Click); // // danhSáchKháchHàngToolStripMenuItem // this.danhSáchKháchHàngToolStripMenuItem.Name = "danhSáchKháchHàngToolStripMenuItem"; this.danhSáchKháchHàngToolStripMenuItem.Size = new System.Drawing.Size(269, 32); this.danhSáchKháchHàngToolStripMenuItem.Text = "Danh sách khách hàng"; this.danhSáchKháchHàngToolStripMenuItem.Click += new System.EventHandler(this.danhSáchKháchHàngToolStripMenuItem_Click); // // quảnLíSânBayToolStripMenuItem // this.quảnLíSânBayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thêmSânBayToolStripMenuItem, this.danhSáchSânBayToolStripMenuItem }); this.quảnLíSânBayToolStripMenuItem.Name = "quảnLíSânBayToolStripMenuItem"; this.quảnLíSânBayToolStripMenuItem.Size = new System.Drawing.Size(147, 32); this.quảnLíSânBayToolStripMenuItem.Text = "Quản lí sân bay"; // // thêmSânBayToolStripMenuItem // this.thêmSânBayToolStripMenuItem.Name = "thêmSânBayToolStripMenuItem"; this.thêmSânBayToolStripMenuItem.Size = new System.Drawing.Size(238, 32); this.thêmSânBayToolStripMenuItem.Text = "Thêm sân bay"; this.thêmSânBayToolStripMenuItem.Click += new System.EventHandler(this.thêmSânBayToolStripMenuItem_Click); // // danhSáchSânBayToolStripMenuItem // this.danhSáchSânBayToolStripMenuItem.Name = "danhSáchSânBayToolStripMenuItem"; this.danhSáchSânBayToolStripMenuItem.Size = new System.Drawing.Size(238, 32); this.danhSáchSânBayToolStripMenuItem.Text = "Danh sách sân bay"; this.danhSáchSânBayToolStripMenuItem.Click += new System.EventHandler(this.danhSáchSânBayToolStripMenuItem_Click); // // đặtVéToolStripMenuItem // this.đặtVéToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.đặtVéToolStripMenuItem1, this.bánVéToolStripMenuItem1 }); this.đặtVéToolStripMenuItem.Name = "đặtVéToolStripMenuItem"; this.đặtVéToolStripMenuItem.Size = new System.Drawing.Size(108, 32); this.đặtVéToolStripMenuItem.Text = "Quản lý vé"; // // đặtVéToolStripMenuItem1 // this.đặtVéToolStripMenuItem1.Name = "đặtVéToolStripMenuItem1"; this.đặtVéToolStripMenuItem1.Size = new System.Drawing.Size(144, 32); this.đặtVéToolStripMenuItem1.Text = "Đặt vé"; this.đặtVéToolStripMenuItem1.Click += new System.EventHandler(this.đặtVéToolStripMenuItem1_Click); // // bánVéToolStripMenuItem1 // this.bánVéToolStripMenuItem1.Name = "bánVéToolStripMenuItem1"; this.bánVéToolStripMenuItem1.Size = new System.Drawing.Size(144, 32); this.bánVéToolStripMenuItem1.Text = "Bán vé"; this.bánVéToolStripMenuItem1.Click += new System.EventHandler(this.bánVéToolStripMenuItem1_Click); // // quảnLíHạngVéToolStripMenuItem // this.quảnLíHạngVéToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thêmHạngVéToolStripMenuItem1, this.danhSáchHạngVéToolStripMenuItem1 }); this.quảnLíHạngVéToolStripMenuItem.Name = "quảnLíHạngVéToolStripMenuItem"; this.quảnLíHạngVéToolStripMenuItem.Size = new System.Drawing.Size(149, 32); this.quảnLíHạngVéToolStripMenuItem.Text = "Quản lí hạng vé"; // // thêmHạngVéToolStripMenuItem1 // this.thêmHạngVéToolStripMenuItem1.Name = "thêmHạngVéToolStripMenuItem1"; this.thêmHạngVéToolStripMenuItem1.Size = new System.Drawing.Size(240, 32); this.thêmHạngVéToolStripMenuItem1.Text = "Thêm hạng vé"; this.thêmHạngVéToolStripMenuItem1.Click += new System.EventHandler(this.thêmHạngVéToolStripMenuItem_Click); // // danhSáchHạngVéToolStripMenuItem1 // this.danhSáchHạngVéToolStripMenuItem1.Name = "danhSáchHạngVéToolStripMenuItem1"; this.danhSáchHạngVéToolStripMenuItem1.Size = new System.Drawing.Size(240, 32); this.danhSáchHạngVéToolStripMenuItem1.Text = "Danh sách hạng vé"; this.danhSáchHạngVéToolStripMenuItem1.Click += new System.EventHandler(this.danhSáchHạngVéToolStripMenuItem_Click); // // báoCáoToolStripMenuItem // this.báoCáoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.báoCáoThángToolStripMenuItem, this.báoCáoNămToolStripMenuItem }); this.báoCáoToolStripMenuItem.Name = "báoCáoToolStripMenuItem"; this.báoCáoToolStripMenuItem.Size = new System.Drawing.Size(86, 32); this.báoCáoToolStripMenuItem.Text = "Báo cáo"; // // báoCáoThángToolStripMenuItem // this.báoCáoThángToolStripMenuItem.Name = "báoCáoThángToolStripMenuItem"; this.báoCáoThángToolStripMenuItem.Size = new System.Drawing.Size(204, 32); this.báoCáoThángToolStripMenuItem.Text = "Báo cáo tháng"; this.báoCáoThángToolStripMenuItem.Click += new System.EventHandler(this.báoCáoThángToolStripMenuItem_Click); // // báoCáoNămToolStripMenuItem // this.báoCáoNămToolStripMenuItem.Name = "báoCáoNămToolStripMenuItem"; this.báoCáoNămToolStripMenuItem.Size = new System.Drawing.Size(204, 32); this.báoCáoNămToolStripMenuItem.Text = "Báo cáo năm"; this.báoCáoNămToolStripMenuItem.Click += new System.EventHandler(this.báoCáoNămToolStripMenuItem_Click); // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; this.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.BackgroundImage = global::BanVeMayBay.Properties.Resources.GNCWir; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1362, 853); this.Controls.Add(menuStrip1); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = menuStrip1; this.MaximizeBox = false; this.Name = "frmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Hệ thống bán vé máy bay"; menuStrip1.ResumeLayout(false); 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() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem editToolStripMenu; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowserForm)); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deselectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listLoadedModels = new System.Windows.Forms.ListBox(); this.btnLoadModel = new System.Windows.Forms.Button(); this.btnCreateActor = new System.Windows.Forms.Button(); this.listActors = new System.Windows.Forms.ListBox(); this.btnDeleteActor = new System.Windows.Forms.Button(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); editToolStripMenu = new System.Windows.Forms.ToolStripMenuItem(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); tabPage2 = new System.Windows.Forms.TabPage(); flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); menuStrip1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); flowLayoutPanel1.SuspendLayout(); tabPage2.SuspendLayout(); flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenu}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(533, 24); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openLevelToolStripMenuItem, this.saveLevelToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripSeparator1, this.exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openLevelToolStripMenuItem // this.openLevelToolStripMenuItem.Name = "openLevelToolStripMenuItem"; this.openLevelToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openLevelToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.openLevelToolStripMenuItem.Text = "&Open"; this.openLevelToolStripMenuItem.Click += new System.EventHandler(this.openLevelToolStripMenuItem_Click); // // saveLevelToolStripMenuItem // this.saveLevelToolStripMenuItem.Name = "saveLevelToolStripMenuItem"; this.saveLevelToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveLevelToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.saveLevelToolStripMenuItem.Text = "&Save"; this.saveLevelToolStripMenuItem.Click += new System.EventHandler(this.saveLevelToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.S))); this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.saveAsToolStripMenuItem.Text = "Save &As"; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(174, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // editToolStripMenu // editToolStripMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deselectToolStripMenuItem}); editToolStripMenu.Name = "editToolStripMenu"; editToolStripMenu.Size = new System.Drawing.Size(39, 20); editToolStripMenu.Text = "&Edit"; // // deselectToolStripMenuItem // this.deselectToolStripMenuItem.Name = "deselectToolStripMenuItem"; this.deselectToolStripMenuItem.ShortcutKeyDisplayString = "Esc"; this.deselectToolStripMenuItem.Size = new System.Drawing.Size(142, 22); this.deselectToolStripMenuItem.Text = "&Deselect"; this.deselectToolStripMenuItem.Click += new System.EventHandler(this.deselectToolStripMenuItem_Click); // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 24); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(533, 491); tabControl1.TabIndex = 2; // // tabPage1 // tabPage1.Controls.Add(this.listLoadedModels); tabPage1.Controls.Add(flowLayoutPanel1); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(525, 465); tabPage1.TabIndex = 0; tabPage1.Text = "Models"; tabPage1.UseVisualStyleBackColor = true; // // listLoadedModels // this.listLoadedModels.Dock = System.Windows.Forms.DockStyle.Fill; this.listLoadedModels.FormattingEnabled = true; this.listLoadedModels.Location = new System.Drawing.Point(3, 3); this.listLoadedModels.Name = "listLoadedModels"; this.listLoadedModels.Size = new System.Drawing.Size(519, 430); this.listLoadedModels.Sorted = true; this.listLoadedModels.TabIndex = 1; this.listLoadedModels.SelectedIndexChanged += new System.EventHandler(this.listLoadedModels_SelectedIndexChanged); // // flowLayoutPanel1 // flowLayoutPanel1.AutoSize = true; flowLayoutPanel1.Controls.Add(this.btnLoadModel); flowLayoutPanel1.Controls.Add(this.btnCreateActor); flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; flowLayoutPanel1.Location = new System.Drawing.Point(3, 433); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Size = new System.Drawing.Size(519, 29); flowLayoutPanel1.TabIndex = 0; // // btnLoadModel // this.btnLoadModel.AutoSize = true; this.btnLoadModel.Location = new System.Drawing.Point(3, 3); this.btnLoadModel.Name = "btnLoadModel"; this.btnLoadModel.Size = new System.Drawing.Size(75, 23); this.btnLoadModel.TabIndex = 0; this.btnLoadModel.Text = "Load Model"; this.btnLoadModel.UseVisualStyleBackColor = true; this.btnLoadModel.Click += new System.EventHandler(this.btnLoadModel_Click); // // btnCreateActor // this.btnCreateActor.AutoSize = true; this.btnCreateActor.Location = new System.Drawing.Point(84, 3); this.btnCreateActor.Name = "btnCreateActor"; this.btnCreateActor.Size = new System.Drawing.Size(76, 23); this.btnCreateActor.TabIndex = 1; this.btnCreateActor.Text = "Create Actor"; this.btnCreateActor.UseVisualStyleBackColor = true; this.btnCreateActor.Click += new System.EventHandler(this.btnCreateActor_Click); // // tabPage2 // tabPage2.Controls.Add(this.listActors); tabPage2.Controls.Add(flowLayoutPanel2); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(525, 465); tabPage2.TabIndex = 1; tabPage2.Text = "Actors"; tabPage2.UseVisualStyleBackColor = true; // // listActors // this.listActors.Dock = System.Windows.Forms.DockStyle.Fill; this.listActors.FormattingEnabled = true; this.listActors.Location = new System.Drawing.Point(3, 3); this.listActors.Name = "listActors"; this.listActors.Size = new System.Drawing.Size(519, 430); this.listActors.Sorted = true; this.listActors.TabIndex = 1; this.listActors.SelectedIndexChanged += new System.EventHandler(this.listActors_SelectedIndexChanged); // // flowLayoutPanel2 // flowLayoutPanel2.AutoSize = true; flowLayoutPanel2.Controls.Add(this.btnDeleteActor); flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom; flowLayoutPanel2.Location = new System.Drawing.Point(3, 433); flowLayoutPanel2.Name = "flowLayoutPanel2"; flowLayoutPanel2.Size = new System.Drawing.Size(519, 29); flowLayoutPanel2.TabIndex = 0; // // btnDeleteActor // this.btnDeleteActor.AutoSize = true; this.btnDeleteActor.Location = new System.Drawing.Point(3, 3); this.btnDeleteActor.Name = "btnDeleteActor"; this.btnDeleteActor.Size = new System.Drawing.Size(76, 23); this.btnDeleteActor.TabIndex = 0; this.btnDeleteActor.Text = "Delete Actor"; this.btnDeleteActor.UseVisualStyleBackColor = true; this.btnDeleteActor.Click += new System.EventHandler(this.btnDeleteActor_Click); // // BrowserForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(533, 515); this.Controls.Add(tabControl1); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "BrowserForm"; this.ShowInTaskbar = false; this.Text = "Browser"; this.Load += new System.EventHandler(this.BrowserForm_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); flowLayoutPanel1.ResumeLayout(false); flowLayoutPanel1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.PerformLayout(); flowLayoutPanel2.ResumeLayout(false); flowLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripMenuItem 内容を更新するToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem このノード以下ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem 削除ToolStripMenuItem; System.Windows.Forms.ContextMenuStrip contextMenuStrip2; System.Windows.Forms.ToolStripMenuItem 表示位置へ移るToolStripMenuItem; System.Windows.Forms.ToolStripButton 上へtoolStripButton3; System.Windows.Forms.ToolStripSeparator toolStripSeparator8; System.Windows.Forms.ToolStripSeparator toolStripSeparator6; System.Windows.Forms.Button Go; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowserForm)); System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripButton Back_toolStripButton; System.Windows.Forms.ToolStripButton Forward_toolStripButton; System.Windows.Forms.ToolStripButton Refresh_toolStripButton; System.Windows.Forms.ToolStripSeparator toolStripSeparator20; System.Windows.Forms.ToolStripButton Abort_toolStripButton; System.Windows.Forms.ToolStripButton GoHome_toolStripButton; System.Windows.Forms.ToolStripSeparator toolStripSeparator19; System.Windows.Forms.ToolStripMenuItem File_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem NewPage_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Open_ToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator11; System.Windows.Forms.ToolStripMenuItem SaveAs_ToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator12; System.Windows.Forms.ToolStripMenuItem Print_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem PrintPreview_ToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator13; System.Windows.Forms.ToolStripMenuItem ShowPropertoes_ToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator22; System.Windows.Forms.ToolStripMenuItem Exit_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem View_toolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Tree_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Properties_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Edit_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Undo_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Redo_ToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator14; System.Windows.Forms.ToolStripMenuItem Cut_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Delete_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Copy_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem Paste_ToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator15; System.Windows.Forms.ToolStripMenuItem SelectAll_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem FontStyle_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem SetFont_ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem 文字装飾ToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem 位置揃えToolStripMenuItem; System.Windows.Forms.Splitter bottom_splitter1; System.Windows.Forms.Splitter upper_splitter; System.Windows.Forms.Splitter vertical_splitter; this.ツリーでの位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.検索ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.iDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tagNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.address_textBox1 = new System.Windows.Forms.TextBox(); this.fontDialog1 = new System.Windows.Forms.FontDialog(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.HTML_Icon = new System.Windows.Forms.ImageList(this.components); this.treeViewEx = new MyBrowser.HTML.TreeViewEx(); this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); 内容を更新するToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); このノード以下ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 削除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); 表示位置へ移るToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 上へtoolStripButton3 = new System.Windows.Forms.ToolStripButton(); toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); Go = new System.Windows.Forms.Button(); menuStrip1 = new System.Windows.Forms.MenuStrip(); Back_toolStripButton = new System.Windows.Forms.ToolStripButton(); Forward_toolStripButton = new System.Windows.Forms.ToolStripButton(); Refresh_toolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator(); Abort_toolStripButton = new System.Windows.Forms.ToolStripButton(); GoHome_toolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator(); File_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); NewPage_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Open_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); SaveAs_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); Print_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); PrintPreview_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); ShowPropertoes_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator(); Exit_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); View_toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Tree_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Properties_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Edit_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Undo_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Redo_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator(); Cut_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Delete_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Copy_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); Paste_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator(); SelectAll_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); FontStyle_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); SetFont_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 文字装飾ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 位置揃えToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); bottom_splitter1 = new System.Windows.Forms.Splitter(); upper_splitter = new System.Windows.Forms.Splitter(); vertical_splitter = new System.Windows.Forms.Splitter(); contextMenuStrip2.SuspendLayout(); menuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // 内容を更新するToolStripMenuItem // 内容を更新するToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { このノード以下ToolStripMenuItem, 削除ToolStripMenuItem}); 内容を更新するToolStripMenuItem.Name = "内容を更新するToolStripMenuItem"; 内容を更新するToolStripMenuItem.Size = new System.Drawing.Size(160, 22); 内容を更新するToolStripMenuItem.Text = "内容を更新する"; 内容を更新するToolStripMenuItem.Click += new System.EventHandler(this.Reload_Click); // // このノード以下ToolStripMenuItem // このノード以下ToolStripMenuItem.Name = "このノード以下ToolStripMenuItem"; このノード以下ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); このノード以下ToolStripMenuItem.Text = "このノード以下"; このノード以下ToolStripMenuItem.Visible = false; // // 削除ToolStripMenuItem // 削除ToolStripMenuItem.Name = "削除ToolStripMenuItem"; 削除ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); 削除ToolStripMenuItem.Text = "削除"; 削除ToolStripMenuItem.Visible = false; // // contextMenuStrip2 // contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 表示位置へ移るToolStripMenuItem, this.ツリーでの位置ToolStripMenuItem}); contextMenuStrip2.Name = "contextMenuStrip1"; contextMenuStrip2.Size = new System.Drawing.Size(161, 48); // // 表示位置へ移るToolStripMenuItem // 表示位置へ移るToolStripMenuItem.Name = "表示位置へ移るToolStripMenuItem"; 表示位置へ移るToolStripMenuItem.Size = new System.Drawing.Size(160, 22); 表示位置へ移るToolStripMenuItem.Text = "表示位置へ移る"; 表示位置へ移るToolStripMenuItem.Click += new System.EventHandler(this.MoveTo_Click); // // ツリーでの位置ToolStripMenuItem // this.ツリーでの位置ToolStripMenuItem.Name = "ツリーでの位置ToolStripMenuItem"; this.ツリーでの位置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.ツリーでの位置ToolStripMenuItem.Text = "ツリーでの位置"; // // 上へtoolStripButton3 // 上へtoolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 上へtoolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; 上へtoolStripButton3.Name = "上へtoolStripButton3"; 上へtoolStripButton3.Size = new System.Drawing.Size(23, 22); 上へtoolStripButton3.Text = "上へ"; 上へtoolStripButton3.Visible = false; // // toolStripSeparator8 // toolStripSeparator8.Name = "toolStripSeparator8"; toolStripSeparator8.Size = new System.Drawing.Size(6, 25); // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; toolStripSeparator6.Size = new System.Drawing.Size(6, 25); // // Go // Go.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; Go.Dock = System.Windows.Forms.DockStyle.Fill; Go.FlatAppearance.BorderSize = 0; Go.FlatStyle = System.Windows.Forms.FlatStyle.Popup; Go.Image = ((System.Drawing.Image)(resources.GetObject("Go.Image"))); Go.Location = new System.Drawing.Point(753, 0); Go.Margin = new System.Windows.Forms.Padding(0); Go.Name = "Go"; Go.Size = new System.Drawing.Size(19, 19); Go.TabIndex = 11; Go.UseVisualStyleBackColor = true; Go.Click += new System.EventHandler(this.Go_Click); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { Back_toolStripButton, Forward_toolStripButton, Refresh_toolStripButton, toolStripSeparator20, Abort_toolStripButton, GoHome_toolStripButton, toolStripSeparator19, File_ToolStripMenuItem, View_toolStripMenuItem, Edit_ToolStripMenuItem, FontStyle_ToolStripMenuItem, this.検索ToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(772, 27); menuStrip1.TabIndex = 13; menuStrip1.Text = "menuStrip1"; // // Back_toolStripButton // Back_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; Back_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Back_toolStripButton.Image"))); Back_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; Back_toolStripButton.Name = "Back_toolStripButton"; Back_toolStripButton.Size = new System.Drawing.Size(23, 20); Back_toolStripButton.Text = "戻る"; Back_toolStripButton.Click += new System.EventHandler(this.GoBack_Click); // // Forward_toolStripButton // Forward_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; Forward_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Forward_toolStripButton.Image"))); Forward_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; Forward_toolStripButton.Name = "Forward_toolStripButton"; Forward_toolStripButton.Size = new System.Drawing.Size(23, 20); Forward_toolStripButton.Text = "進む"; Forward_toolStripButton.Click += new System.EventHandler(this.Forward_Click); // // Refresh_toolStripButton // Refresh_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; Refresh_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Refresh_toolStripButton.Image"))); Refresh_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; Refresh_toolStripButton.Name = "Refresh_toolStripButton"; Refresh_toolStripButton.Size = new System.Drawing.Size(23, 20); Refresh_toolStripButton.Text = "更新"; Refresh_toolStripButton.Click += new System.EventHandler(this.Refresh_Click); // // toolStripSeparator20 // toolStripSeparator20.Name = "toolStripSeparator20"; toolStripSeparator20.Size = new System.Drawing.Size(6, 23); // // Abort_toolStripButton // Abort_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; Abort_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Abort_toolStripButton.Image"))); Abort_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; Abort_toolStripButton.Name = "Abort_toolStripButton"; Abort_toolStripButton.Size = new System.Drawing.Size(23, 20); Abort_toolStripButton.Text = "中止"; Abort_toolStripButton.Click += new System.EventHandler(this.Abort_Click); // // GoHome_toolStripButton // GoHome_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; GoHome_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("GoHome_toolStripButton.Image"))); GoHome_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; GoHome_toolStripButton.Name = "GoHome_toolStripButton"; GoHome_toolStripButton.Size = new System.Drawing.Size(23, 20); GoHome_toolStripButton.Text = "ホーム"; GoHome_toolStripButton.Click += new System.EventHandler(this.GoHome_Click); // // toolStripSeparator19 // toolStripSeparator19.Name = "toolStripSeparator19"; toolStripSeparator19.Size = new System.Drawing.Size(6, 23); // // File_ToolStripMenuItem // File_ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { NewPage_ToolStripMenuItem, Open_ToolStripMenuItem, toolStripSeparator11, SaveAs_ToolStripMenuItem, toolStripSeparator12, Print_ToolStripMenuItem, PrintPreview_ToolStripMenuItem, toolStripSeparator13, ShowPropertoes_ToolStripMenuItem, toolStripSeparator22, Exit_ToolStripMenuItem}); File_ToolStripMenuItem.Name = "File_ToolStripMenuItem"; File_ToolStripMenuItem.Size = new System.Drawing.Size(68, 23); File_ToolStripMenuItem.Text = "ファイル"; // // NewPage_ToolStripMenuItem // NewPage_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("NewPage_ToolStripMenuItem.Image"))); NewPage_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; NewPage_ToolStripMenuItem.Name = "NewPage_ToolStripMenuItem"; NewPage_ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); NewPage_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); NewPage_ToolStripMenuItem.Text = "新規作成"; NewPage_ToolStripMenuItem.Click += new System.EventHandler(this.NewPage_Click); // // Open_ToolStripMenuItem // Open_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Open_ToolStripMenuItem.Image"))); Open_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; Open_ToolStripMenuItem.Name = "Open_ToolStripMenuItem"; Open_ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); Open_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); Open_ToolStripMenuItem.Text = "開く"; Open_ToolStripMenuItem.Visible = false; // // toolStripSeparator11 // toolStripSeparator11.Name = "toolStripSeparator11"; toolStripSeparator11.Size = new System.Drawing.Size(216, 6); // // SaveAs_ToolStripMenuItem // SaveAs_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("SaveAs_ToolStripMenuItem.Image"))); SaveAs_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; SaveAs_ToolStripMenuItem.Name = "SaveAs_ToolStripMenuItem"; SaveAs_ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); SaveAs_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); SaveAs_ToolStripMenuItem.Text = "名前を付けて保存"; SaveAs_ToolStripMenuItem.Click += new System.EventHandler(this.SaveAs_Click); // // toolStripSeparator12 // toolStripSeparator12.Name = "toolStripSeparator12"; toolStripSeparator12.Size = new System.Drawing.Size(216, 6); // // Print_ToolStripMenuItem // Print_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Print_ToolStripMenuItem.Image"))); Print_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; Print_ToolStripMenuItem.Name = "Print_ToolStripMenuItem"; Print_ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); Print_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); Print_ToolStripMenuItem.Text = "印刷"; Print_ToolStripMenuItem.Click += new System.EventHandler(this.Print_Click); // // PrintPreview_ToolStripMenuItem // PrintPreview_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("PrintPreview_ToolStripMenuItem.Image"))); PrintPreview_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; PrintPreview_ToolStripMenuItem.Name = "PrintPreview_ToolStripMenuItem"; PrintPreview_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); PrintPreview_ToolStripMenuItem.Text = "印刷プレビュー"; PrintPreview_ToolStripMenuItem.Click += new System.EventHandler(this.PrintPreview_Click); // // toolStripSeparator13 // toolStripSeparator13.Name = "toolStripSeparator13"; toolStripSeparator13.Size = new System.Drawing.Size(216, 6); // // ShowPropertoes_ToolStripMenuItem // ShowPropertoes_ToolStripMenuItem.Name = "ShowPropertoes_ToolStripMenuItem"; ShowPropertoes_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); ShowPropertoes_ToolStripMenuItem.Text = "プロパティー"; ShowPropertoes_ToolStripMenuItem.Click += new System.EventHandler(this.ShowProperties_Click); // // toolStripSeparator22 // toolStripSeparator22.Name = "toolStripSeparator22"; toolStripSeparator22.Size = new System.Drawing.Size(216, 6); // // Exit_ToolStripMenuItem // Exit_ToolStripMenuItem.Name = "Exit_ToolStripMenuItem"; Exit_ToolStripMenuItem.Size = new System.Drawing.Size(219, 22); Exit_ToolStripMenuItem.Text = "終了"; Exit_ToolStripMenuItem.Click += new System.EventHandler(this.Exit_Click); // // View_toolStripMenuItem // View_toolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { Tree_ToolStripMenuItem, Properties_ToolStripMenuItem}); View_toolStripMenuItem.Name = "View_toolStripMenuItem"; View_toolStripMenuItem.Size = new System.Drawing.Size(44, 23); View_toolStripMenuItem.Text = "表示"; // // Tree_ToolStripMenuItem // Tree_ToolStripMenuItem.Name = "Tree_ToolStripMenuItem"; Tree_ToolStripMenuItem.Size = new System.Drawing.Size(148, 22); Tree_ToolStripMenuItem.Text = "ツリー"; Tree_ToolStripMenuItem.Click += new System.EventHandler(this.SwitchTreeViewExVisibility); // // Properties_ToolStripMenuItem // Properties_ToolStripMenuItem.Name = "Properties_ToolStripMenuItem"; Properties_ToolStripMenuItem.Size = new System.Drawing.Size(148, 22); Properties_ToolStripMenuItem.Text = "プロパティー"; Properties_ToolStripMenuItem.Click += new System.EventHandler(this.SwitchHTMLElementPropertyVisibility); // // Edit_ToolStripMenuItem // Edit_ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { Undo_ToolStripMenuItem, Redo_ToolStripMenuItem, toolStripSeparator14, Cut_ToolStripMenuItem, Delete_ToolStripMenuItem, Copy_ToolStripMenuItem, Paste_ToolStripMenuItem, toolStripSeparator15, SelectAll_ToolStripMenuItem}); Edit_ToolStripMenuItem.Name = "Edit_ToolStripMenuItem"; Edit_ToolStripMenuItem.Size = new System.Drawing.Size(44, 23); Edit_ToolStripMenuItem.Text = "編集"; // // Undo_ToolStripMenuItem // Undo_ToolStripMenuItem.Name = "Undo_ToolStripMenuItem"; Undo_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); Undo_ToolStripMenuItem.Text = "元に戻す"; Undo_ToolStripMenuItem.Click += new System.EventHandler(this.Undo_Click); // // Redo_ToolStripMenuItem // Redo_ToolStripMenuItem.Name = "Redo_ToolStripMenuItem"; Redo_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); Redo_ToolStripMenuItem.Text = "やり直し"; Redo_ToolStripMenuItem.Click += new System.EventHandler(this.Redo_Click); // // toolStripSeparator14 // toolStripSeparator14.Name = "toolStripSeparator14"; toolStripSeparator14.Size = new System.Drawing.Size(133, 6); // // Cut_ToolStripMenuItem // Cut_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Cut_ToolStripMenuItem.Image"))); Cut_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; Cut_ToolStripMenuItem.Name = "Cut_ToolStripMenuItem"; Cut_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); Cut_ToolStripMenuItem.Text = "切り取り"; Cut_ToolStripMenuItem.Click += new System.EventHandler(this.Cut_Click); // // Delete_ToolStripMenuItem // Delete_ToolStripMenuItem.Name = "Delete_ToolStripMenuItem"; Delete_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); Delete_ToolStripMenuItem.Text = "削除"; Delete_ToolStripMenuItem.Click += new System.EventHandler(this.Delete_Click); // // Copy_ToolStripMenuItem // Copy_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Copy_ToolStripMenuItem.Image"))); Copy_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; Copy_ToolStripMenuItem.Name = "Copy_ToolStripMenuItem"; Copy_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); Copy_ToolStripMenuItem.Text = "コピー"; Copy_ToolStripMenuItem.Click += new System.EventHandler(this.Copy_Click); // // Paste_ToolStripMenuItem // Paste_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Paste_ToolStripMenuItem.Image"))); Paste_ToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; Paste_ToolStripMenuItem.Name = "Paste_ToolStripMenuItem"; Paste_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); Paste_ToolStripMenuItem.Text = "貼り付け"; Paste_ToolStripMenuItem.Click += new System.EventHandler(this.Paste_Click); // // toolStripSeparator15 // toolStripSeparator15.Name = "toolStripSeparator15"; toolStripSeparator15.Size = new System.Drawing.Size(133, 6); // // SelectAll_ToolStripMenuItem // SelectAll_ToolStripMenuItem.Name = "SelectAll_ToolStripMenuItem"; SelectAll_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); SelectAll_ToolStripMenuItem.Text = "すべて選択"; SelectAll_ToolStripMenuItem.Click += new System.EventHandler(this.SelectAll_Click); // // FontStyle_ToolStripMenuItem // FontStyle_ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { SetFont_ToolStripMenuItem, 文字装飾ToolStripMenuItem, 位置揃えToolStripMenuItem}); FontStyle_ToolStripMenuItem.Name = "FontStyle_ToolStripMenuItem"; FontStyle_ToolStripMenuItem.Size = new System.Drawing.Size(44, 23); FontStyle_ToolStripMenuItem.Text = "書式"; // // SetFont_ToolStripMenuItem // SetFont_ToolStripMenuItem.Name = "SetFont_ToolStripMenuItem"; SetFont_ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); SetFont_ToolStripMenuItem.Text = "フォント名"; SetFont_ToolStripMenuItem.Click += new System.EventHandler(this.SetFont_Click); // // 文字装飾ToolStripMenuItem // 文字装飾ToolStripMenuItem.Name = "文字装飾ToolStripMenuItem"; 文字装飾ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); 文字装飾ToolStripMenuItem.Text = "文字装飾"; 文字装飾ToolStripMenuItem.Visible = false; // // 位置揃えToolStripMenuItem // 位置揃えToolStripMenuItem.Name = "位置揃えToolStripMenuItem"; 位置揃えToolStripMenuItem.Size = new System.Drawing.Size(136, 22); 位置揃えToolStripMenuItem.Text = "位置揃え"; 位置揃えToolStripMenuItem.Visible = false; // // 検索ToolStripMenuItem // this.検索ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.iDToolStripMenuItem, this.tagNameToolStripMenuItem}); this.検索ToolStripMenuItem.Name = "検索ToolStripMenuItem"; this.検索ToolStripMenuItem.Size = new System.Drawing.Size(44, 23); this.検索ToolStripMenuItem.Text = "検索"; this.検索ToolStripMenuItem.Visible = false; // // iDToolStripMenuItem // this.iDToolStripMenuItem.Name = "iDToolStripMenuItem"; this.iDToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.iDToolStripMenuItem.Text = "ID"; // // tagNameToolStripMenuItem // this.tagNameToolStripMenuItem.Name = "tagNameToolStripMenuItem"; this.tagNameToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.tagNameToolStripMenuItem.Text = "Tag Name"; // // bottom_splitter1 // bottom_splitter1.Dock = System.Windows.Forms.DockStyle.Bottom; bottom_splitter1.Location = new System.Drawing.Point(0, 394); bottom_splitter1.Margin = new System.Windows.Forms.Padding(0); bottom_splitter1.Name = "bottom_splitter1"; bottom_splitter1.Size = new System.Drawing.Size(772, 3); bottom_splitter1.TabIndex = 3; bottom_splitter1.TabStop = false; bottom_splitter1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.bottom_splitter1_MouseDoubleClick); // // upper_splitter // upper_splitter.Dock = System.Windows.Forms.DockStyle.Top; upper_splitter.Location = new System.Drawing.Point(0, 46); upper_splitter.Margin = new System.Windows.Forms.Padding(0); upper_splitter.Name = "upper_splitter"; upper_splitter.Size = new System.Drawing.Size(772, 3); upper_splitter.TabIndex = 6; upper_splitter.TabStop = false; upper_splitter.Visible = false; // // vertical_splitter // vertical_splitter.Location = new System.Drawing.Point(201, 49); vertical_splitter.Margin = new System.Windows.Forms.Padding(0); vertical_splitter.Name = "vertical_splitter"; vertical_splitter.Size = new System.Drawing.Size(3, 345); vertical_splitter.TabIndex = 8; vertical_splitter.TabStop = false; vertical_splitter.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.vertical_splitter_MouseDoubleClick); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator7.Visible = false; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 内容を更新するToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(161, 26); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.StatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 643); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(772, 23); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // propertyGrid1 // this.propertyGrid1.ContextMenuStrip = contextMenuStrip2; this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Bottom; this.propertyGrid1.Location = new System.Drawing.Point(0, 397); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(772, 246); this.propertyGrid1.TabIndex = 2; // // webBrowser1 // this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser1.Location = new System.Drawing.Point(204, 49); this.webBrowser1.Margin = new System.Windows.Forms.Padding(0); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.ScriptErrorsSuppressed = true; this.webBrowser1.Size = new System.Drawing.Size(568, 345); this.webBrowser1.TabIndex = 9; this.webBrowser1.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.webBrowser1_Navigating); this.webBrowser1.DocumentTitleChanged += new System.EventHandler(this.webBrowser1_DocumentTitleChanged); this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted); this.webBrowser1.StatusTextChanged += new System.EventHandler(this.webBrowser1_StatusTextChanged); // // address_textBox1 // this.address_textBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.address_textBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl; this.address_textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.address_textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.address_textBox1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.address_textBox1.Location = new System.Drawing.Point(0, 0); this.address_textBox1.Margin = new System.Windows.Forms.Padding(0); this.address_textBox1.Name = "address_textBox1"; this.address_textBox1.Size = new System.Drawing.Size(753, 19); this.address_textBox1.TabIndex = 10; this.address_textBox1.Text = "http://www.nicovideo.jp/"; this.address_textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.address_textBox1_KeyDown); // // fontDialog1 // this.fontDialog1.Font = new System.Drawing.Font("MS UI Gothic", 1F); this.fontDialog1.ShowEffects = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.address_textBox1, 0, 0); this.tableLayoutPanel1.Controls.Add(Go, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 27); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(772, 19); this.tableLayoutPanel1.TabIndex = 11; // // HTML_Icon // this.HTML_Icon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("HTML_Icon.ImageStream"))); this.HTML_Icon.TransparentColor = System.Drawing.Color.Transparent; this.HTML_Icon.Images.SetKeyName(0, "canvas.png"); // // treeViewEx // this.treeViewEx.ContextMenuStrip = this.contextMenuStrip1; this.treeViewEx.Dock = System.Windows.Forms.DockStyle.Left; this.treeViewEx.ImageIndex = 0; this.treeViewEx.ImageList = this.HTML_Icon; this.treeViewEx.Location = new System.Drawing.Point(0, 49); this.treeViewEx.Name = "treeViewEx"; this.treeViewEx.SelectedImageIndex = 0; this.treeViewEx.Size = new System.Drawing.Size(201, 345); this.treeViewEx.TabIndex = 7; this.treeViewEx.webBrowser = this.webBrowser1; this.treeViewEx.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect); // // StatusLabel1 // this.StatusLabel1.Name = "StatusLabel1"; this.StatusLabel1.Size = new System.Drawing.Size(20, 18); this.StatusLabel1.Text = "..."; // // BrowserForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(772, 666); this.Controls.Add(this.webBrowser1); this.Controls.Add(vertical_splitter); this.Controls.Add(this.treeViewEx); this.Controls.Add(upper_splitter); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(menuStrip1); this.Controls.Add(bottom_splitter1); this.Controls.Add(this.propertyGrid1); this.Controls.Add(this.statusStrip1); this.MainMenuStrip = menuStrip1; this.Name = "BrowserForm"; this.Text = "MyBrowser"; ///////////////////////this.Deactivate += new System.EventHandler(this.BrowserForm_Deactivate); //////////////////////////////////// this.Activated += new System.EventHandler(this.BrowserForm_Activated); contextMenuStrip2.ResumeLayout(false); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; System.Windows.Forms.StatusStrip statusStrip1; this.txtMaxRings = new System.Windows.Forms.TextBox(); this.cmoSelectedSection = new System.Windows.Forms.ComboBox(); this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem(); this.mnuSave = new System.Windows.Forms.ToolStripMenuItem(); this.mnuExportData = new System.Windows.Forms.ToolStripMenuItem(); this.mnuExit = new System.Windows.Forms.ToolStripMenuItem(); this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.prbStatus = new System.Windows.Forms.ToolStripProgressBar(); this.picSectionImage = new System.Windows.Forms.PictureBox(); groupBox1 = new System.Windows.Forms.GroupBox(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); statusStrip1 = new System.Windows.Forms.StatusStrip(); groupBox1.SuspendLayout(); menuStrip1.SuspendLayout(); statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).BeginInit(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.txtMaxRings); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(this.cmoSelectedSection); groupBox1.Controls.Add(label1); groupBox1.Dock = System.Windows.Forms.DockStyle.Right; groupBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox1.Location = new System.Drawing.Point(469, 24); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(200, 474); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Sections"; // // txtMaxRings // this.txtMaxRings.Location = new System.Drawing.Point(94, 62); this.txtMaxRings.Name = "txtMaxRings"; this.txtMaxRings.Size = new System.Drawing.Size(44, 20); this.txtMaxRings.TabIndex = 4; this.txtMaxRings.Leave += new System.EventHandler(this.txtMaxRings_Leave); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 65); label2.Name = "label2"; label2.Size = new System.Drawing.Size(57, 14); label2.TabIndex = 3; label2.Text = "Max Rings"; // // cmoSelectedSection // this.cmoSelectedSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmoSelectedSection.FormattingEnabled = true; this.cmoSelectedSection.Location = new System.Drawing.Point(94, 26); this.cmoSelectedSection.Name = "cmoSelectedSection"; this.cmoSelectedSection.Size = new System.Drawing.Size(90, 22); this.cmoSelectedSection.TabIndex = 1; this.cmoSelectedSection.SelectedIndexChanged += new System.EventHandler(this.cmoSelectedSection_SelectedIndexChanged); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 29); label1.Name = "label1"; label1.Size = new System.Drawing.Size(82, 14); label1.TabIndex = 0; label1.Text = "Current Section"; // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFile}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(669, 24); menuStrip1.TabIndex = 2; menuStrip1.Text = "menuStrip1"; // // mnuFile // this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuOpen, this.mnuSave, toolStripMenuItem1, this.mnuExportData, toolStripMenuItem3, this.mnuExit}); this.mnuFile.Name = "mnuFile"; this.mnuFile.Size = new System.Drawing.Size(37, 20); this.mnuFile.Text = "&File"; // // mnuOpen // this.mnuOpen.Name = "mnuOpen"; this.mnuOpen.Size = new System.Drawing.Size(142, 22); this.mnuOpen.Text = "&Open..."; this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click); // // mnuSave // this.mnuSave.Name = "mnuSave"; this.mnuSave.Size = new System.Drawing.Size(142, 22); this.mnuSave.Text = "&Save..."; this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(139, 6); // // mnuExportData // this.mnuExportData.Name = "mnuExportData"; this.mnuExportData.Size = new System.Drawing.Size(142, 22); this.mnuExportData.Text = "Export data..."; this.mnuExportData.Click += new System.EventHandler(this.mnuExportData_Click); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(139, 6); // // mnuExit // this.mnuExit.Name = "mnuExit"; this.mnuExit.Size = new System.Drawing.Size(142, 22); this.mnuExit.Text = "&Exit"; this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click); // // statusStrip1 // statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblStatus, this.prbStatus}); statusStrip1.Location = new System.Drawing.Point(0, 476); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(469, 22); statusStrip1.TabIndex = 3; statusStrip1.Text = "statusStrip1"; // // lblStatus // this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(52, 17); this.lblStatus.Text = "lblStatus"; // // prbStatus // this.prbStatus.Name = "prbStatus"; this.prbStatus.Size = new System.Drawing.Size(100, 16); // // picSectionImage // this.picSectionImage.BackColor = System.Drawing.Color.Black; this.picSectionImage.Dock = System.Windows.Forms.DockStyle.Fill; this.picSectionImage.Location = new System.Drawing.Point(0, 24); this.picSectionImage.Name = "picSectionImage"; this.picSectionImage.Size = new System.Drawing.Size(469, 474); this.picSectionImage.TabIndex = 1; this.picSectionImage.TabStop = false; this.picSectionImage.Paint += new System.Windows.Forms.PaintEventHandler(this.picSectionImage_Paint); this.picSectionImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picSectionImage_MouseDown); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(669, 498); this.Controls.Add(statusStrip1); this.Controls.Add(this.picSectionImage); this.Controls.Add(groupBox1); this.Controls.Add(menuStrip1); this.Name = "MainForm"; this.Text = "Sonic 3 Special Stage - Section Decoder"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSectionImage)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemFile; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemNewWorld; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemOpenWorld; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemExit; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemVariables; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemTools; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemOptions; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemHelp; System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAbout; System.Windows.Forms.ToolStrip toolStripFile; System.Windows.Forms.ToolStripButton toolStripButtonNewWorld; System.Windows.Forms.ToolStripButton toolStripButtonOpenWorld; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripButton toolStripButtonWorldVariables; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorldView)); this.toolStripMenuItemCloseWorld = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemSaveWorld = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemSaveWorldAs = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemWorld = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripButtonSaveWorld = new System.Windows.Forms.ToolStripButton(); this.toolStripContainer = new System.Windows.Forms.ToolStripContainer(); this.toolStripWorld = new System.Windows.Forms.ToolStrip(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripMenuItemFile = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemNewWorld = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemOpenWorld = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemVariables = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemTools = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemOptions = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemHelp = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItemAbout = new System.Windows.Forms.ToolStripMenuItem(); toolStripFile = new System.Windows.Forms.ToolStrip(); toolStripButtonNewWorld = new System.Windows.Forms.ToolStripButton(); toolStripButtonOpenWorld = new System.Windows.Forms.ToolStripButton(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripButtonWorldVariables = new System.Windows.Forms.ToolStripButton(); menuStrip1.SuspendLayout(); toolStripFile.SuspendLayout(); this.toolStripContainer.TopToolStripPanel.SuspendLayout(); this.toolStripContainer.SuspendLayout(); this.toolStripWorld.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItemFile, this.toolStripMenuItemWorld, toolStripMenuItemTools, toolStripMenuItemHelp }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(332, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // toolStripMenuItemFile // toolStripMenuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItemNewWorld, toolStripMenuItemOpenWorld, toolStripMenuItem1, this.toolStripMenuItemCloseWorld, toolStripMenuItem3, this.toolStripMenuItemSaveWorld, this.toolStripMenuItemSaveWorldAs, toolStripMenuItem2, toolStripMenuItemExit }); toolStripMenuItemFile.Name = "toolStripMenuItemFile"; toolStripMenuItemFile.Size = new System.Drawing.Size(37, 20); toolStripMenuItemFile.Text = "&File"; // // toolStripMenuItemNewWorld // toolStripMenuItemNewWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Create_16x; toolStripMenuItemNewWorld.Name = "toolStripMenuItemNewWorld"; toolStripMenuItemNewWorld.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); toolStripMenuItemNewWorld.Size = new System.Drawing.Size(190, 22); toolStripMenuItemNewWorld.Text = "&New World..."; toolStripMenuItemNewWorld.Click += new System.EventHandler(this.toolStripMenuItemNewWorld_Click); // // toolStripMenuItemOpenWorld // toolStripMenuItemOpenWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Open_16x; toolStripMenuItemOpenWorld.Name = "toolStripMenuItemOpenWorld"; toolStripMenuItemOpenWorld.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); toolStripMenuItemOpenWorld.Size = new System.Drawing.Size(190, 22); toolStripMenuItemOpenWorld.Text = "&Open World..."; toolStripMenuItemOpenWorld.Click += new System.EventHandler(this.toolStripMenuItemOpenWorld_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(187, 6); // // toolStripMenuItemCloseWorld // this.toolStripMenuItemCloseWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Close_16x; this.toolStripMenuItemCloseWorld.Name = "toolStripMenuItemCloseWorld"; this.toolStripMenuItemCloseWorld.Size = new System.Drawing.Size(190, 22); this.toolStripMenuItemCloseWorld.Text = "&Close World"; this.toolStripMenuItemCloseWorld.Click += new System.EventHandler(this.toolStripMenuItemCloseWorld_Click); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(187, 6); // // toolStripMenuItemSaveWorld // this.toolStripMenuItemSaveWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Save_16x; this.toolStripMenuItemSaveWorld.Name = "toolStripMenuItemSaveWorld"; this.toolStripMenuItemSaveWorld.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.toolStripMenuItemSaveWorld.Size = new System.Drawing.Size(190, 22); this.toolStripMenuItemSaveWorld.Text = "&Save World"; this.toolStripMenuItemSaveWorld.Click += new System.EventHandler(this.toolStripMenuItemSaveWorld_Click); // // toolStripMenuItemSaveWorldAs // this.toolStripMenuItemSaveWorldAs.Name = "toolStripMenuItemSaveWorldAs"; this.toolStripMenuItemSaveWorldAs.Size = new System.Drawing.Size(190, 22); this.toolStripMenuItemSaveWorldAs.Text = "Save World &As..."; this.toolStripMenuItemSaveWorldAs.Click += new System.EventHandler(this.toolStripMenuItemSaveWorldAs_Click); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(187, 6); // // toolStripMenuItemExit // toolStripMenuItemExit.Name = "toolStripMenuItemExit"; toolStripMenuItemExit.ShortcutKeyDisplayString = "Alt+F4"; toolStripMenuItemExit.Size = new System.Drawing.Size(190, 22); toolStripMenuItemExit.Text = "E&xit"; toolStripMenuItemExit.Click += new System.EventHandler(this.toolStripMenuItemExit_Click); // // toolStripMenuItemWorld // this.toolStripMenuItemWorld.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItemVariables }); this.toolStripMenuItemWorld.Name = "toolStripMenuItemWorld"; this.toolStripMenuItemWorld.Size = new System.Drawing.Size(51, 20); this.toolStripMenuItemWorld.Text = "&World"; // // toolStripMenuItemVariables // toolStripMenuItemVariables.Image = global::NathanAlden.TextAdventure.Editor.IconResources.VariableProperty_16x; toolStripMenuItemVariables.Name = "toolStripMenuItemVariables"; toolStripMenuItemVariables.Size = new System.Drawing.Size(129, 22); toolStripMenuItemVariables.Text = "&Variables..."; toolStripMenuItemVariables.Click += new System.EventHandler(this.toolStripMenuItemVariables_Click); // // toolStripMenuItemTools // toolStripMenuItemTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItemOptions }); toolStripMenuItemTools.Name = "toolStripMenuItemTools"; toolStripMenuItemTools.Size = new System.Drawing.Size(47, 20); toolStripMenuItemTools.Text = "&Tools"; // // toolStripMenuItemOptions // toolStripMenuItemOptions.Name = "toolStripMenuItemOptions"; toolStripMenuItemOptions.Size = new System.Drawing.Size(125, 22); toolStripMenuItemOptions.Text = "&Options..."; toolStripMenuItemOptions.Click += new System.EventHandler(this.toolStripMenuItemOptions_Click); // // toolStripMenuItemHelp // toolStripMenuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItemAbout }); toolStripMenuItemHelp.Name = "toolStripMenuItemHelp"; toolStripMenuItemHelp.Size = new System.Drawing.Size(44, 20); toolStripMenuItemHelp.Text = "&Help"; // // toolStripMenuItemAbout // toolStripMenuItemAbout.Name = "toolStripMenuItemAbout"; toolStripMenuItemAbout.Size = new System.Drawing.Size(107, 22); toolStripMenuItemAbout.Text = "&About"; toolStripMenuItemAbout.Click += new System.EventHandler(this.toolStripMenuItemAbout_Click); // // toolStripFile // toolStripFile.Dock = System.Windows.Forms.DockStyle.None; toolStripFile.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStripFile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripButtonNewWorld, toolStripButtonOpenWorld, toolStripSeparator1, this.toolStripButtonSaveWorld }); toolStripFile.Location = new System.Drawing.Point(3, 0); toolStripFile.Name = "toolStripFile"; toolStripFile.Size = new System.Drawing.Size(78, 25); toolStripFile.TabIndex = 1; toolStripFile.Text = "toolStrip1"; // // toolStripButtonNewWorld // toolStripButtonNewWorld.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripButtonNewWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Create_16x; toolStripButtonNewWorld.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButtonNewWorld.Name = "toolStripButtonNewWorld"; toolStripButtonNewWorld.Size = new System.Drawing.Size(23, 22); toolStripButtonNewWorld.ToolTipText = "New World"; toolStripButtonNewWorld.Click += new System.EventHandler(this.toolStripButtonNewWorld_Click); // // toolStripButtonOpenWorld // toolStripButtonOpenWorld.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripButtonOpenWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Open_16x; toolStripButtonOpenWorld.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButtonOpenWorld.Name = "toolStripButtonOpenWorld"; toolStripButtonOpenWorld.Size = new System.Drawing.Size(23, 22); toolStripButtonOpenWorld.ToolTipText = "Open World"; toolStripButtonOpenWorld.Click += new System.EventHandler(this.toolStripButtonOpenWorld_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripButtonSaveWorld // this.toolStripButtonSaveWorld.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonSaveWorld.Image = global::NathanAlden.TextAdventure.Editor.IconResources.Save_16x; this.toolStripButtonSaveWorld.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonSaveWorld.Name = "toolStripButtonSaveWorld"; this.toolStripButtonSaveWorld.Size = new System.Drawing.Size(23, 22); this.toolStripButtonSaveWorld.ToolTipText = "Save World"; this.toolStripButtonSaveWorld.Click += new System.EventHandler(this.toolStripButtonSaveWorld_Click); // // toolStripButtonWorldVariables // toolStripButtonWorldVariables.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripButtonWorldVariables.Image = global::NathanAlden.TextAdventure.Editor.IconResources.VariableProperty_16x; toolStripButtonWorldVariables.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButtonWorldVariables.Name = "toolStripButtonWorldVariables"; toolStripButtonWorldVariables.Size = new System.Drawing.Size(23, 22); toolStripButtonWorldVariables.ToolTipText = "Variables"; toolStripButtonWorldVariables.Click += new System.EventHandler(this.toolStripButtonWorldVariables_Click); // // toolStripContainer // this.toolStripContainer.BottomToolStripPanelVisible = false; // // toolStripContainer.ContentPanel // this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(332, 252); this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer.LeftToolStripPanelVisible = false; this.toolStripContainer.Location = new System.Drawing.Point(0, 24); this.toolStripContainer.Name = "toolStripContainer"; this.toolStripContainer.RightToolStripPanelVisible = false; this.toolStripContainer.Size = new System.Drawing.Size(332, 277); this.toolStripContainer.TabIndex = 2; this.toolStripContainer.Text = "toolStripContainer1"; // // toolStripContainer.TopToolStripPanel // this.toolStripContainer.TopToolStripPanel.Controls.Add(toolStripFile); this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStripWorld); // // toolStripWorld // this.toolStripWorld.Dock = System.Windows.Forms.DockStyle.None; this.toolStripWorld.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripWorld.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripButtonWorldVariables }); this.toolStripWorld.Location = new System.Drawing.Point(81, 0); this.toolStripWorld.Name = "toolStripWorld"; this.toolStripWorld.Size = new System.Drawing.Size(57, 25); this.toolStripWorld.TabIndex = 2; // // WorldView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(332, 301); this.Controls.Add(this.toolStripContainer); this.Controls.Add(menuStrip1); this.Font = new System.Drawing.Font("Segoe UI", 9F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.Name = "WorldView"; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); toolStripFile.ResumeLayout(false); toolStripFile.PerformLayout(); this.toolStripContainer.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer.TopToolStripPanel.PerformLayout(); this.toolStripContainer.ResumeLayout(false); this.toolStripContainer.PerformLayout(); this.toolStripWorld.ResumeLayout(false); this.toolStripWorld.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() { WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin(); WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin(); WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.Form1)); dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1.SuspendLayout(); SuspendLayout(); dockPanel.ActiveAutoHideContent = null; dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; dockPanel.DockBackColor = System.Drawing.SystemColors.Control; dockPanel.DockBottomPortion = 150.0; dockPanel.DockLeftPortion = 200.0; dockPanel.DockRightPortion = 200.0; dockPanel.DockTopPortion = 150.0; dockPanel.Font = new System.Drawing.Font("Tahoma", 11.0F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, 0); dockPanel.Location = new System.Drawing.Point(0, 24); dockPanel.Name = "dockPanel"; dockPanel.RightToLeftLayout = true; dockPanel.Size = new System.Drawing.Size(943, 652); dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin.DockStripGradient = dockPanelGradient1; tabGradient1.EndColor = System.Drawing.SystemColors.Control; tabGradient1.StartColor = System.Drawing.SystemColors.Control; tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark; autoHideStripSkin.TabGradient = tabGradient1; dockPanelSkin.AutoHideStripSkin = autoHideStripSkin; tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight; tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight; tabGradient2.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient.ActiveTabGradient = tabGradient2; dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control; dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control; dockPaneStripGradient.DockStripGradient = dockPanelGradient2; tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight; tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight; tabGradient3.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient.InactiveTabGradient = tabGradient3; dockPaneStripSkin.DocumentGradient = dockPaneStripGradient; tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption; tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption; tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText; dockPaneStripToolWindowGradient.ActiveCaptionGradient = tabGradient4; tabGradient5.EndColor = System.Drawing.SystemColors.Control; tabGradient5.StartColor = System.Drawing.SystemColors.Control; tabGradient5.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripToolWindowGradient.ActiveTabGradient = tabGradient5; dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight; dockPaneStripToolWindowGradient.DockStripGradient = dockPanelGradient3; tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption; tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; tabGradient6.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripToolWindowGradient.InactiveCaptionGradient = tabGradient6; tabGradient7.EndColor = System.Drawing.Color.Transparent; tabGradient7.StartColor = System.Drawing.Color.Transparent; tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark; dockPaneStripToolWindowGradient.InactiveTabGradient = tabGradient7; dockPaneStripSkin.ToolWindowGradient = dockPaneStripToolWindowGradient; dockPanelSkin.DockPaneStripSkin = dockPaneStripSkin; dockPanel.Skin = dockPanelSkin; dockPanel.TabIndex = 0; System.Windows.Forms.ToolStripItem[] toolStripItemArr1 = new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, toolsToolStripMenuItem, helpToolStripMenuItem }; menuStrip1.Items.AddRange(toolStripItemArr1); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(943, 24); menuStrip1.TabIndex = 3; menuStrip1.Text = "menuStrip1"; System.Windows.Forms.ToolStripItem[] toolStripItemArr2 = new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, toolStripSeparator, saveToolStripMenuItem, saveAsToolStripMenuItem, toolStripSeparator1, printToolStripMenuItem, printPreviewToolStripMenuItem, toolStripSeparator2, exitToolStripMenuItem }; fileToolStripMenuItem.DropDownItems.AddRange(toolStripItemArr2); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(55, 20); fileToolStripMenuItem.Text = "&Archivo"; newToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("newToolStripMenuItem.Image"); newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.RButton | System.Windows.Forms.Keys.MButton | System.Windows.Forms.Keys.Back | System.Windows.Forms.Keys.Control; newToolStripMenuItem.Size = new System.Drawing.Size(151, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Visible = false; openToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("openToolStripMenuItem.Image"); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.LButton | System.Windows.Forms.Keys.RButton | System.Windows.Forms.Keys.MButton | System.Windows.Forms.Keys.Back | System.Windows.Forms.Keys.Control; openToolStripMenuItem.Size = new System.Drawing.Size(151, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Visible = false; toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(148, 6); toolStripSeparator.Visible = false; saveToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("saveToolStripMenuItem.Image"); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.LButton | System.Windows.Forms.Keys.RButton | System.Windows.Forms.Keys.ShiftKey | System.Windows.Forms.Keys.Control; saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Visible = false; saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22); saveAsToolStripMenuItem.Text = "Save &As"; saveAsToolStripMenuItem.Visible = false; toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); toolStripSeparator1.Visible = false; printToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("printToolStripMenuItem.Image"); printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; printToolStripMenuItem.Name = "printToolStripMenuItem"; //printToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.ShiftKey | System.Windows.Forms.Keys.Control; printToolStripMenuItem.Size = new System.Drawing.Size(151, 22); printToolStripMenuItem.Text = "&Print"; printToolStripMenuItem.Visible = false; printPreviewToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("printPreviewToolStripMenuItem.Image"); printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem"; printPreviewToolStripMenuItem.Size = new System.Drawing.Size(151, 22); printPreviewToolStripMenuItem.Text = "Print Pre&view"; printPreviewToolStripMenuItem.Visible = false; toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(148, 6); toolStripSeparator2.Visible = false; exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22); exitToolStripMenuItem.Text = "&Salir"; exitToolStripMenuItem.Click += new System.EventHandler(exitToolStripMenuItem_Click); System.Windows.Forms.ToolStripItem[] toolStripItemArr3 = new System.Windows.Forms.ToolStripItem[] { undoToolStripMenuItem, redoToolStripMenuItem, toolStripSeparator3, cutToolStripMenuItem, copyToolStripMenuItem, pasteToolStripMenuItem, toolStripSeparator4, selectAllToolStripMenuItem }; editToolStripMenuItem.DropDownItems.AddRange(toolStripItemArr3); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.Size = new System.Drawing.Size(47, 20); editToolStripMenuItem.Text = "&Editar"; editToolStripMenuItem.Visible = false; undoToolStripMenuItem.Name = "undoToolStripMenuItem"; undoToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.RButton | System.Windows.Forms.Keys.Back | System.Windows.Forms.Keys.ShiftKey | System.Windows.Forms.Keys.Control; undoToolStripMenuItem.Size = new System.Drawing.Size(150, 22); undoToolStripMenuItem.Text = "&Undo"; redoToolStripMenuItem.Name = "redoToolStripMenuItem"; redoToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.LButton | System.Windows.Forms.Keys.Back | System.Windows.Forms.Keys.ShiftKey | System.Windows.Forms.Keys.Control; redoToolStripMenuItem.Size = new System.Drawing.Size(150, 22); redoToolStripMenuItem.Text = "&Redo"; toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(147, 6); cutToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("cutToolStripMenuItem.Image"); cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; cutToolStripMenuItem.Name = "cutToolStripMenuItem"; cutToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Back | System.Windows.Forms.Keys.ShiftKey | System.Windows.Forms.Keys.Control; cutToolStripMenuItem.Size = new System.Drawing.Size(150, 22); cutToolStripMenuItem.Text = "Cu&t"; copyToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("copyToolStripMenuItem.Image"); copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; copyToolStripMenuItem.Name = "copyToolStripMenuItem"; copyToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.LButton | System.Windows.Forms.Keys.RButton | System.Windows.Forms.Keys.Control; copyToolStripMenuItem.Size = new System.Drawing.Size(150, 22); copyToolStripMenuItem.Text = "&Copy"; pasteToolStripMenuItem.Image = (System.Drawing.Image)componentResourceManager.GetObject("pasteToolStripMenuItem.Image"); pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; pasteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.RButton | System.Windows.Forms.Keys.MButton | System.Windows.Forms.Keys.ShiftKey | System.Windows.Forms.Keys.Control; pasteToolStripMenuItem.Size = new System.Drawing.Size(150, 22); pasteToolStripMenuItem.Text = "&Paste"; toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(147, 6); selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; selectAllToolStripMenuItem.Size = new System.Drawing.Size(150, 22); selectAllToolStripMenuItem.Text = "Select &All"; System.Windows.Forms.ToolStripItem[] toolStripItemArr4 = new System.Windows.Forms.ToolStripItem[] { customizeToolStripMenuItem, optionsToolStripMenuItem }; toolsToolStripMenuItem.DropDownItems.AddRange(toolStripItemArr4); toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; toolsToolStripMenuItem.Size = new System.Drawing.Size(83, 20); toolsToolStripMenuItem.Text = "&Herramientas"; toolsToolStripMenuItem.Visible = false; customizeToolStripMenuItem.Name = "customizeToolStripMenuItem"; customizeToolStripMenuItem.Size = new System.Drawing.Size(155, 22); customizeToolStripMenuItem.Text = "Personali&zar..."; optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; optionsToolStripMenuItem.Size = new System.Drawing.Size(155, 22); optionsToolStripMenuItem.Text = "Opcion&es..."; System.Windows.Forms.ToolStripItem[] toolStripItemArr5 = new System.Windows.Forms.ToolStripItem[] { contentsToolStripMenuItem, indexToolStripMenuItem, searchToolStripMenuItem, toolStripSeparator5, aboutToolStripMenuItem }; helpToolStripMenuItem.DropDownItems.AddRange(toolStripItemArr5); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(50, 20); helpToolStripMenuItem.Text = "Ay&uda"; helpToolStripMenuItem.Visible = false; contentsToolStripMenuItem.Name = "contentsToolStripMenuItem"; contentsToolStripMenuItem.Size = new System.Drawing.Size(129, 22); contentsToolStripMenuItem.Text = "&Contents"; indexToolStripMenuItem.Name = "indexToolStripMenuItem"; indexToolStripMenuItem.Size = new System.Drawing.Size(129, 22); indexToolStripMenuItem.Text = "&Index"; searchToolStripMenuItem.Name = "searchToolStripMenuItem"; searchToolStripMenuItem.Size = new System.Drawing.Size(129, 22); searchToolStripMenuItem.Text = "&Search"; toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(126, 6); aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(129, 22); aboutToolStripMenuItem.Text = "&About..."; AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(943, 676); Controls.Add(dockPanel); Controls.Add(menuStrip1); DoubleBuffered = true; Icon = (System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon"); IsMdiContainer = true; Name = "Form1"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Intellitrack"; WindowState = System.Windows.Forms.FormWindowState.Maximized; Shown += new System.EventHandler(Form1_Shown); Layout += new System.Windows.Forms.LayoutEventHandler(Form1_Layout); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip topBar; System.Windows.Forms.ToolStripMenuItem topBarFile; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem topBarExport; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem topBarView; System.Windows.Forms.ToolStripMenuItem topBarTextbox; System.Windows.Forms.ToolStripMenuItem topBarTextboxBackgroundColor; System.Windows.Forms.ToolStripMenuItem topBarTextboxForegroundColor; System.Windows.Forms.ToolStripMenuItem topBarProject; System.Windows.Forms.ToolStripMenuItem topBarSetDirectory; System.Windows.Forms.ToolStripMenuItem topBarSetMaps; System.Windows.Forms.ToolStripMenuItem topBarNewTrigger; System.Windows.Forms.ToolStripMenuItem topBarImportLegacy; System.Windows.Forms.ToolStripMenuItem topBarAbout; System.Windows.Forms.TableLayoutPanel generalLayout; System.Windows.Forms.TableLayoutPanel topLayout; System.Windows.Forms.GroupBox groupCharacter; System.Windows.Forms.GroupBox groupTrigger; System.Windows.Forms.GroupBox groupBoxDialogue; System.Windows.Forms.TableLayoutPanel dialogueLayout; System.Windows.Forms.GroupBox groupBoxDialogueOptions; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorWindow)); System.Windows.Forms.Label labelDelay; System.Windows.Forms.Label labelDuration; System.Windows.Forms.Label labelTexture; System.Windows.Forms.Label labelPortrait; System.Windows.Forms.ToolTip toolTipSimple; System.Windows.Forms.ToolTip toolTipLong; this.topBarNew = new System.Windows.Forms.ToolStripMenuItem(); this.topBarOpen = new System.Windows.Forms.ToolStripMenuItem(); this.topBarOpenRecent = new System.Windows.Forms.ToolStripMenuItem(); this.topBarSave = new System.Windows.Forms.ToolStripMenuItem(); this.topBarSaveAs = new System.Windows.Forms.ToolStripMenuItem(); this.topBarExit = new System.Windows.Forms.ToolStripMenuItem(); this.topBarTextboxSetFont = new System.Windows.Forms.ToolStripMenuItem(); this.topBarMaximize = new System.Windows.Forms.ToolStripMenuItem(); this.topBarCheckMissing = new System.Windows.Forms.ToolStripMenuItem(); this.labelCharacterStatus = new System.Windows.Forms.Label(); this.checkBoxUseDefault = new System.Windows.Forms.CheckBox(); this.dropdownCharacters = new System.Windows.Forms.ComboBox(); this.checkBoxInterruptable = new System.Windows.Forms.CheckBox(); this.checkBoxRepeatable = new System.Windows.Forms.CheckBox(); this.dropdownTriggers = new System.Windows.Forms.ComboBox(); this.buttonCopyFromSolo = new System.Windows.Forms.Button(); this.buttonSequencePrevious = new System.Windows.Forms.Button(); this.buttonSequenceNext = new System.Windows.Forms.Button(); this.dropdownTexture = new System.Windows.Forms.ComboBox(); this.dropdownDialogues = new System.Windows.Forms.ComboBox(); this.labelSequence = new System.Windows.Forms.Label(); this.buttonSequencePlus = new System.Windows.Forms.Button(); this.buttonSequenceMinus = new System.Windows.Forms.Button(); this.checkBoxGenerateAnimationTemplate = new System.Windows.Forms.CheckBox(); this.textBoxDelay = new System.Windows.Forms.TextBox(); this.textBoxDuration = new System.Windows.Forms.TextBox(); this.textBoxPortrait = new System.Windows.Forms.TextBox(); this.textBoxMain = new System.Windows.Forms.TextBox(); this.colorDialogTextboxMain = new System.Windows.Forms.ColorDialog(); this.folderBrowserDialogModDirectory = new System.Windows.Forms.FolderBrowserDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.fontDialog = new System.Windows.Forms.FontDialog(); topBar = new System.Windows.Forms.MenuStrip(); topBarFile = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); topBarExport = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); topBarView = new System.Windows.Forms.ToolStripMenuItem(); topBarTextbox = new System.Windows.Forms.ToolStripMenuItem(); topBarTextboxBackgroundColor = new System.Windows.Forms.ToolStripMenuItem(); topBarTextboxForegroundColor = new System.Windows.Forms.ToolStripMenuItem(); topBarProject = new System.Windows.Forms.ToolStripMenuItem(); topBarSetDirectory = new System.Windows.Forms.ToolStripMenuItem(); topBarSetMaps = new System.Windows.Forms.ToolStripMenuItem(); topBarNewTrigger = new System.Windows.Forms.ToolStripMenuItem(); topBarImportLegacy = new System.Windows.Forms.ToolStripMenuItem(); topBarAbout = new System.Windows.Forms.ToolStripMenuItem(); generalLayout = new System.Windows.Forms.TableLayoutPanel(); topLayout = new System.Windows.Forms.TableLayoutPanel(); groupCharacter = new System.Windows.Forms.GroupBox(); groupTrigger = new System.Windows.Forms.GroupBox(); groupBoxDialogue = new System.Windows.Forms.GroupBox(); dialogueLayout = new System.Windows.Forms.TableLayoutPanel(); groupBoxDialogueOptions = new System.Windows.Forms.GroupBox(); labelDelay = new System.Windows.Forms.Label(); labelDuration = new System.Windows.Forms.Label(); labelTexture = new System.Windows.Forms.Label(); labelPortrait = new System.Windows.Forms.Label(); toolTipSimple = new System.Windows.Forms.ToolTip(this.components); toolTipLong = new System.Windows.Forms.ToolTip(this.components); topBar.SuspendLayout(); generalLayout.SuspendLayout(); topLayout.SuspendLayout(); groupCharacter.SuspendLayout(); groupTrigger.SuspendLayout(); groupBoxDialogue.SuspendLayout(); dialogueLayout.SuspendLayout(); groupBoxDialogueOptions.SuspendLayout(); this.SuspendLayout(); // // topBar // topBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { topBarFile, topBarView, topBarProject, topBarAbout }); topBar.Location = new System.Drawing.Point(0, 0); topBar.Name = "topBar"; topBar.Size = new System.Drawing.Size(601, 24); topBar.TabIndex = 0; topBar.Text = "topBar"; // // topBarFile // topBarFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.topBarNew, toolStripSeparator1, this.topBarOpen, this.topBarOpenRecent, toolStripSeparator2, this.topBarSave, this.topBarSaveAs, toolStripSeparator3, topBarExport, toolStripSeparator4, this.topBarExit }); topBarFile.Name = "topBarFile"; topBarFile.Size = new System.Drawing.Size(37, 20); topBarFile.Text = "File"; // // topBarNew // this.topBarNew.Name = "topBarNew"; this.topBarNew.Size = new System.Drawing.Size(127, 22); this.topBarNew.Text = "New"; this.topBarNew.Click += new System.EventHandler(this.topBarNew_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(124, 6); // // topBarOpen // this.topBarOpen.Name = "topBarOpen"; this.topBarOpen.Size = new System.Drawing.Size(127, 22); this.topBarOpen.Text = "Open"; this.topBarOpen.Click += new System.EventHandler(this.topBarOpen_Click); // // topBarOpenRecent // this.topBarOpenRecent.Name = "topBarOpenRecent"; this.topBarOpenRecent.Size = new System.Drawing.Size(127, 22); this.topBarOpenRecent.Text = "Open Last"; this.topBarOpenRecent.Click += new System.EventHandler(this.topBarOpenRecent_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(124, 6); // // topBarSave // this.topBarSave.Name = "topBarSave"; this.topBarSave.Size = new System.Drawing.Size(127, 22); this.topBarSave.Text = "Save"; this.topBarSave.Click += new System.EventHandler(this.topBarSave_Click); // // topBarSaveAs // this.topBarSaveAs.Name = "topBarSaveAs"; this.topBarSaveAs.Size = new System.Drawing.Size(127, 22); this.topBarSaveAs.Text = "Save as"; this.topBarSaveAs.Click += new System.EventHandler(this.topBarSaveAs_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(124, 6); // // topBarExport // topBarExport.Name = "topBarExport"; topBarExport.Size = new System.Drawing.Size(127, 22); topBarExport.Text = "Export"; topBarExport.Click += new System.EventHandler(this.topBarExport_Click); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(124, 6); // // topBarExit // this.topBarExit.Name = "topBarExit"; this.topBarExit.Size = new System.Drawing.Size(127, 22); this.topBarExit.Text = "Exit"; this.topBarExit.Click += new System.EventHandler(this.topBarExit_Click); // // topBarView // topBarView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { topBarTextbox, this.topBarMaximize, this.topBarCheckMissing }); topBarView.Name = "topBarView"; topBarView.Size = new System.Drawing.Size(44, 20); topBarView.Text = "View"; // // topBarTextbox // topBarTextbox.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.topBarTextboxSetFont, topBarTextboxBackgroundColor, topBarTextboxForegroundColor }); topBarTextbox.Name = "topBarTextbox"; topBarTextbox.Size = new System.Drawing.Size(200, 22); topBarTextbox.Text = "Textbox"; // // topBarTextboxSetFont // this.topBarTextboxSetFont.Name = "topBarTextboxSetFont"; this.topBarTextboxSetFont.Size = new System.Drawing.Size(170, 22); this.topBarTextboxSetFont.Text = "Set Font"; this.topBarTextboxSetFont.Click += new System.EventHandler(this.topBarTextboxSetFont_Click); // // topBarTextboxBackgroundColor // topBarTextboxBackgroundColor.Name = "topBarTextboxBackgroundColor"; topBarTextboxBackgroundColor.Size = new System.Drawing.Size(170, 22); topBarTextboxBackgroundColor.Text = "Background Color"; topBarTextboxBackgroundColor.Click += new System.EventHandler(this.topBarTextboxBackgroundColor_Click); // // topBarTextboxForegroundColor // topBarTextboxForegroundColor.Name = "topBarTextboxForegroundColor"; topBarTextboxForegroundColor.Size = new System.Drawing.Size(170, 22); topBarTextboxForegroundColor.Text = "Foreground Color"; topBarTextboxForegroundColor.Click += new System.EventHandler(this.topBarTextboxForegroundColor_Click); // // topBarMaximize // this.topBarMaximize.Name = "topBarMaximize"; this.topBarMaximize.Size = new System.Drawing.Size(200, 22); this.topBarMaximize.Text = "Maximize"; this.topBarMaximize.Click += new System.EventHandler(this.topBarMaximize_Click); // // topBarCheckMissing // this.topBarCheckMissing.Name = "topBarCheckMissing"; this.topBarCheckMissing.Size = new System.Drawing.Size(200, 22); this.topBarCheckMissing.Text = "Check Invalid Dialogues"; this.topBarCheckMissing.Click += new System.EventHandler(this.topBarCheckMissing_Click); // // topBarProject // topBarProject.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { topBarSetDirectory, topBarSetMaps, topBarNewTrigger, topBarImportLegacy }); topBarProject.Name = "topBarProject"; topBarProject.Size = new System.Drawing.Size(56, 20); topBarProject.Text = "Project"; // // topBarSetDirectory // topBarSetDirectory.Name = "topBarSetDirectory"; topBarSetDirectory.Size = new System.Drawing.Size(200, 22); topBarSetDirectory.Text = "Set Mod Directory"; topBarSetDirectory.Click += new System.EventHandler(this.topBarSetDirectory_Click); // // topBarSetMaps // topBarSetMaps.Name = "topBarSetMaps"; topBarSetMaps.Size = new System.Drawing.Size(200, 22); topBarSetMaps.Text = "Set Maps"; topBarSetMaps.Click += new System.EventHandler(this.topBarSetMaps_Click); // // topBarNewTrigger // topBarNewTrigger.Name = "topBarNewTrigger"; topBarNewTrigger.Size = new System.Drawing.Size(200, 22); topBarNewTrigger.Text = "New Trigger"; topBarNewTrigger.Click += new System.EventHandler(this.topBarNewTrigger_Click); // // topBarImportLegacy // topBarImportLegacy.Name = "topBarImportLegacy"; topBarImportLegacy.Size = new System.Drawing.Size(200, 22); topBarImportLegacy.Text = "Import Legacy Dialogue"; topBarImportLegacy.Click += new System.EventHandler(this.topBarImportLegacy_Click); // // topBarAbout // topBarAbout.Name = "topBarAbout"; topBarAbout.Size = new System.Drawing.Size(52, 20); topBarAbout.Text = "About"; topBarAbout.Click += new System.EventHandler(this.topBarAbout_Click); // // generalLayout // generalLayout.ColumnCount = 1; generalLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); generalLayout.Controls.Add(topLayout, 0, 0); generalLayout.Controls.Add(groupBoxDialogue, 0, 1); generalLayout.Dock = System.Windows.Forms.DockStyle.Fill; generalLayout.Location = new System.Drawing.Point(0, 24); generalLayout.Margin = new System.Windows.Forms.Padding(0); generalLayout.Name = "generalLayout"; generalLayout.RowCount = 2; generalLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F)); generalLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); generalLayout.Size = new System.Drawing.Size(601, 637); generalLayout.TabIndex = 1; // // topLayout // topLayout.ColumnCount = 3; topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F)); topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F)); topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); topLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); topLayout.Controls.Add(groupCharacter, 0, 0); topLayout.Controls.Add(groupTrigger, 1, 0); topLayout.Dock = System.Windows.Forms.DockStyle.Fill; topLayout.Location = new System.Drawing.Point(0, 0); topLayout.Margin = new System.Windows.Forms.Padding(0); topLayout.Name = "topLayout"; topLayout.RowCount = 1; topLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); topLayout.Size = new System.Drawing.Size(601, 75); topLayout.TabIndex = 0; // // groupCharacter // groupCharacter.Controls.Add(this.labelCharacterStatus); groupCharacter.Controls.Add(this.checkBoxUseDefault); groupCharacter.Controls.Add(this.dropdownCharacters); groupCharacter.Dock = System.Windows.Forms.DockStyle.Fill; groupCharacter.Location = new System.Drawing.Point(3, 3); groupCharacter.Name = "groupCharacter"; groupCharacter.Size = new System.Drawing.Size(294, 69); groupCharacter.TabIndex = 0; groupCharacter.TabStop = false; groupCharacter.Text = "Character"; // // labelCharacterStatus // this.labelCharacterStatus.Location = new System.Drawing.Point(6, 47); this.labelCharacterStatus.Name = "labelCharacterStatus"; this.labelCharacterStatus.Size = new System.Drawing.Size(174, 17); this.labelCharacterStatus.TabIndex = 2; this.labelCharacterStatus.Text = "Status"; this.labelCharacterStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // checkBoxUseDefault // this.checkBoxUseDefault.AutoSize = true; this.checkBoxUseDefault.Location = new System.Drawing.Point(186, 47); this.checkBoxUseDefault.Name = "checkBoxUseDefault"; this.checkBoxUseDefault.Size = new System.Drawing.Size(102, 17); this.checkBoxUseDefault.TabIndex = 1; this.checkBoxUseDefault.Text = "Use default skin"; toolTipSimple.SetToolTip(this.checkBoxUseDefault, "If enabled, will not generate any dialogue and will make anyone playing\r\nwith thi" + "s skin use the default dialogue."); this.checkBoxUseDefault.UseVisualStyleBackColor = true; this.checkBoxUseDefault.CheckedChanged += new System.EventHandler(this.checkBoxUseDefault_CheckedChanged); // // dropdownCharacters // this.dropdownCharacters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dropdownCharacters.FormattingEnabled = true; this.dropdownCharacters.Location = new System.Drawing.Point(6, 19); this.dropdownCharacters.Name = "dropdownCharacters"; this.dropdownCharacters.Size = new System.Drawing.Size(282, 21); this.dropdownCharacters.TabIndex = 0; this.dropdownCharacters.SelectedIndexChanged += new System.EventHandler(this.dropdownCharacters_SelectedIndexChanged); // // groupTrigger // groupTrigger.Controls.Add(this.checkBoxInterruptable); groupTrigger.Controls.Add(this.checkBoxRepeatable); groupTrigger.Controls.Add(this.dropdownTriggers); groupTrigger.Dock = System.Windows.Forms.DockStyle.Fill; groupTrigger.Location = new System.Drawing.Point(303, 3); groupTrigger.Name = "groupTrigger"; groupTrigger.Size = new System.Drawing.Size(294, 69); groupTrigger.TabIndex = 1; groupTrigger.TabStop = false; groupTrigger.Text = "Trigger"; // // checkBoxInterruptable // this.checkBoxInterruptable.AutoSize = true; this.checkBoxInterruptable.Location = new System.Drawing.Point(116, 47); this.checkBoxInterruptable.Name = "checkBoxInterruptable"; this.checkBoxInterruptable.Size = new System.Drawing.Size(85, 17); this.checkBoxInterruptable.TabIndex = 2; this.checkBoxInterruptable.Text = "Interruptable"; toolTipSimple.SetToolTip(this.checkBoxInterruptable, "If enabled, will allow the dialogue from this trigger to be interrupted."); this.checkBoxInterruptable.UseVisualStyleBackColor = true; this.checkBoxInterruptable.CheckedChanged += new System.EventHandler(this.checkBoxInterruptable_CheckedChanged); // // checkBoxRepeatable // this.checkBoxRepeatable.AutoSize = true; this.checkBoxRepeatable.Location = new System.Drawing.Point(207, 47); this.checkBoxRepeatable.Name = "checkBoxRepeatable"; this.checkBoxRepeatable.Size = new System.Drawing.Size(81, 17); this.checkBoxRepeatable.TabIndex = 1; this.checkBoxRepeatable.Text = "Repeatable"; toolTipSimple.SetToolTip(this.checkBoxRepeatable, "If enabled, will allow this trigger to be activated more than once."); this.checkBoxRepeatable.UseVisualStyleBackColor = true; this.checkBoxRepeatable.CheckedChanged += new System.EventHandler(this.checkBoxRepeatable_CheckedChanged); // // dropdownTriggers // this.dropdownTriggers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dropdownTriggers.FormattingEnabled = true; this.dropdownTriggers.Location = new System.Drawing.Point(7, 19); this.dropdownTriggers.Name = "dropdownTriggers"; this.dropdownTriggers.Size = new System.Drawing.Size(281, 21); this.dropdownTriggers.TabIndex = 0; this.dropdownTriggers.SelectedIndexChanged += new System.EventHandler(this.dropdownTriggers_SelectedIndexChanged); // // groupBoxDialogue // groupBoxDialogue.Controls.Add(dialogueLayout); groupBoxDialogue.Dock = System.Windows.Forms.DockStyle.Fill; groupBoxDialogue.Location = new System.Drawing.Point(3, 78); groupBoxDialogue.Name = "groupBoxDialogue"; groupBoxDialogue.Size = new System.Drawing.Size(595, 556); groupBoxDialogue.TabIndex = 2; groupBoxDialogue.TabStop = false; groupBoxDialogue.Text = "Dialogue"; // // dialogueLayout // dialogueLayout.ColumnCount = 1; dialogueLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); dialogueLayout.Controls.Add(groupBoxDialogueOptions, 0, 0); dialogueLayout.Controls.Add(this.textBoxMain, 0, 1); dialogueLayout.Dock = System.Windows.Forms.DockStyle.Fill; dialogueLayout.Location = new System.Drawing.Point(3, 16); dialogueLayout.Name = "dialogueLayout"; dialogueLayout.RowCount = 2; dialogueLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); dialogueLayout.RowStyles.Add(new System.Windows.Forms.RowStyle()); dialogueLayout.Size = new System.Drawing.Size(589, 537); dialogueLayout.TabIndex = 0; // // groupBoxDialogueOptions // groupBoxDialogueOptions.Controls.Add(this.buttonCopyFromSolo); groupBoxDialogueOptions.Controls.Add(this.buttonSequencePrevious); groupBoxDialogueOptions.Controls.Add(this.buttonSequenceNext); groupBoxDialogueOptions.Controls.Add(this.dropdownTexture); groupBoxDialogueOptions.Controls.Add(this.dropdownDialogues); groupBoxDialogueOptions.Controls.Add(this.labelSequence); groupBoxDialogueOptions.Controls.Add(this.buttonSequencePlus); groupBoxDialogueOptions.Controls.Add(this.buttonSequenceMinus); groupBoxDialogueOptions.Controls.Add(this.checkBoxGenerateAnimationTemplate); groupBoxDialogueOptions.Controls.Add(this.textBoxDelay); groupBoxDialogueOptions.Controls.Add(labelDelay); groupBoxDialogueOptions.Controls.Add(labelDuration); groupBoxDialogueOptions.Controls.Add(this.textBoxDuration); groupBoxDialogueOptions.Controls.Add(labelTexture); groupBoxDialogueOptions.Controls.Add(labelPortrait); groupBoxDialogueOptions.Controls.Add(this.textBoxPortrait); groupBoxDialogueOptions.Dock = System.Windows.Forms.DockStyle.Left; groupBoxDialogueOptions.Location = new System.Drawing.Point(3, 3); groupBoxDialogueOptions.Name = "groupBoxDialogueOptions"; groupBoxDialogueOptions.Size = new System.Drawing.Size(583, 94); groupBoxDialogueOptions.TabIndex = 3; groupBoxDialogueOptions.TabStop = false; groupBoxDialogueOptions.Text = "Options"; // // buttonCopyFromSolo // this.buttonCopyFromSolo.Location = new System.Drawing.Point(481, 15); this.buttonCopyFromSolo.Name = "buttonCopyFromSolo"; this.buttonCopyFromSolo.Size = new System.Drawing.Size(96, 23); this.buttonCopyFromSolo.TabIndex = 14; this.buttonCopyFromSolo.Text = "Copy from solo"; toolTipSimple.SetToolTip(this.buttonCopyFromSolo, "Copy the dialogue from solo to this dialogue sequence."); this.buttonCopyFromSolo.UseVisualStyleBackColor = true; this.buttonCopyFromSolo.Click += new System.EventHandler(this.buttonCopyFromSolo_Click); // // buttonSequencePrevious // this.buttonSequencePrevious.Location = new System.Drawing.Point(467, 68); this.buttonSequencePrevious.Name = "buttonSequencePrevious"; this.buttonSequencePrevious.Size = new System.Drawing.Size(23, 23); this.buttonSequencePrevious.TabIndex = 13; this.buttonSequencePrevious.Text = "<"; toolTipSimple.SetToolTip(this.buttonSequencePrevious, "Previous textbox in the sequence."); this.buttonSequencePrevious.UseVisualStyleBackColor = true; this.buttonSequencePrevious.Click += new System.EventHandler(this.buttonSequencePrevious_Click); // // buttonSequenceNext // this.buttonSequenceNext.Location = new System.Drawing.Point(496, 68); this.buttonSequenceNext.Name = "buttonSequenceNext"; this.buttonSequenceNext.Size = new System.Drawing.Size(23, 23); this.buttonSequenceNext.TabIndex = 12; this.buttonSequenceNext.Text = ">"; toolTipSimple.SetToolTip(this.buttonSequenceNext, "Next textbox in the sequence."); this.buttonSequenceNext.UseVisualStyleBackColor = true; this.buttonSequenceNext.Click += new System.EventHandler(this.buttonSequenceNext_Click); // // dropdownTexture // this.dropdownTexture.FormattingEnabled = true; this.dropdownTexture.Location = new System.Drawing.Point(6, 71); this.dropdownTexture.Name = "dropdownTexture"; this.dropdownTexture.Size = new System.Drawing.Size(192, 21); this.dropdownTexture.TabIndex = 2; this.dropdownTexture.SelectedIndexChanged += new System.EventHandler(this.dropdownTexture_SelectedIndexChanged); this.dropdownTexture.TextUpdate += new System.EventHandler(this.dropdownTexture_TextUpdate); // // dropdownDialogues // this.dropdownDialogues.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dropdownDialogues.FormattingEnabled = true; this.dropdownDialogues.Location = new System.Drawing.Point(360, 16); this.dropdownDialogues.Name = "dropdownDialogues"; this.dropdownDialogues.Size = new System.Drawing.Size(115, 21); this.dropdownDialogues.TabIndex = 2; toolTipLong.SetToolTip(this.dropdownDialogues, resources.GetString("dropdownDialogues.ToolTip")); this.dropdownDialogues.SelectedIndexChanged += new System.EventHandler(this.dropdownDialogues_SelectedIndexChanged); // // labelSequence // this.labelSequence.Location = new System.Drawing.Point(360, 71); this.labelSequence.Name = "labelSequence"; this.labelSequence.Size = new System.Drawing.Size(101, 20); this.labelSequence.TabIndex = 11; this.labelSequence.Text = "Sequence: 0 of 0"; this.labelSequence.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonSequencePlus // this.buttonSequencePlus.Location = new System.Drawing.Point(554, 68); this.buttonSequencePlus.Name = "buttonSequencePlus"; this.buttonSequencePlus.Size = new System.Drawing.Size(23, 23); this.buttonSequencePlus.TabIndex = 7; this.buttonSequencePlus.Text = "+"; toolTipSimple.SetToolTip(this.buttonSequencePlus, "Add a textbox to this sequence."); this.buttonSequencePlus.UseVisualStyleBackColor = true; this.buttonSequencePlus.Click += new System.EventHandler(this.buttonSequencePlus_Click); // // buttonSequenceMinus // this.buttonSequenceMinus.Location = new System.Drawing.Point(525, 68); this.buttonSequenceMinus.Name = "buttonSequenceMinus"; this.buttonSequenceMinus.Size = new System.Drawing.Size(23, 23); this.buttonSequenceMinus.TabIndex = 6; this.buttonSequenceMinus.Text = "-"; toolTipSimple.SetToolTip(this.buttonSequenceMinus, "Remove this textbox from the sequence."); this.buttonSequenceMinus.UseVisualStyleBackColor = true; this.buttonSequenceMinus.Click += new System.EventHandler(this.buttonSequenceMinus_Click); // // checkBoxGenerateAnimationTemplate // this.checkBoxGenerateAnimationTemplate.AutoSize = true; this.checkBoxGenerateAnimationTemplate.Location = new System.Drawing.Point(366, 45); this.checkBoxGenerateAnimationTemplate.Name = "checkBoxGenerateAnimationTemplate"; this.checkBoxGenerateAnimationTemplate.Size = new System.Drawing.Size(163, 17); this.checkBoxGenerateAnimationTemplate.TabIndex = 5; this.checkBoxGenerateAnimationTemplate.Text = "Generate AnimationTemplate"; toolTipLong.SetToolTip(this.checkBoxGenerateAnimationTemplate, resources.GetString("checkBoxGenerateAnimationTemplate.ToolTip")); this.checkBoxGenerateAnimationTemplate.UseVisualStyleBackColor = true; this.checkBoxGenerateAnimationTemplate.CheckedChanged += new System.EventHandler(this.checkBoxGenerateAnimationTemplate_CheckedChanged); // // textBoxDelay // this.textBoxDelay.Location = new System.Drawing.Point(232, 71); this.textBoxDelay.MaxLength = 10; this.textBoxDelay.Name = "textBoxDelay"; this.textBoxDelay.Size = new System.Drawing.Size(100, 20); this.textBoxDelay.TabIndex = 4; this.textBoxDelay.Text = "0.00"; this.textBoxDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.textBoxDelay.TextChanged += new System.EventHandler(this.textBoxDelay_TextChanged); // // labelDelay // labelDelay.AutoSize = true; labelDelay.Location = new System.Drawing.Point(229, 55); labelDelay.Name = "labelDelay"; labelDelay.Size = new System.Drawing.Size(34, 13); labelDelay.TabIndex = 6; labelDelay.Text = "Delay"; toolTipSimple.SetToolTip(labelDelay, "The delay in seconds before this dialogue box is shown."); // // labelDuration // labelDuration.AutoSize = true; labelDuration.Location = new System.Drawing.Point(229, 16); labelDuration.Name = "labelDuration"; labelDuration.Size = new System.Drawing.Size(47, 13); labelDuration.TabIndex = 5; labelDuration.Text = "Duration"; toolTipSimple.SetToolTip(labelDuration, "The amount of seconds this dialogue box will be shown."); // // textBoxDuration // this.textBoxDuration.Location = new System.Drawing.Point(232, 32); this.textBoxDuration.MaxLength = 10; this.textBoxDuration.Name = "textBoxDuration"; this.textBoxDuration.Size = new System.Drawing.Size(100, 20); this.textBoxDuration.TabIndex = 3; this.textBoxDuration.Text = "0.00"; this.textBoxDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.textBoxDuration.TextChanged += new System.EventHandler(this.textBoxDuration_TextChanged); // // labelTexture // labelTexture.AutoSize = true; labelTexture.Location = new System.Drawing.Point(3, 55); labelTexture.Name = "labelTexture"; labelTexture.Size = new System.Drawing.Size(80, 13); labelTexture.TabIndex = 2; labelTexture.Text = "Textbox texture"; toolTipLong.SetToolTip(labelTexture, resources.GetString("labelTexture.ToolTip")); // // labelPortrait // labelPortrait.AutoSize = true; labelPortrait.Location = new System.Drawing.Point(3, 16); labelPortrait.Name = "labelPortrait"; labelPortrait.Size = new System.Drawing.Size(40, 13); labelPortrait.TabIndex = 1; labelPortrait.Text = "Portrait"; toolTipSimple.SetToolTip(labelPortrait, "The texture name used for the portrait.\r\nIf using a custom texture, remember to i" + "nclude \"(mod)\" before the name.\r\n"); // // textBoxPortrait // this.textBoxPortrait.Location = new System.Drawing.Point(6, 32); this.textBoxPortrait.MaxLength = 200; this.textBoxPortrait.Name = "textBoxPortrait"; this.textBoxPortrait.Size = new System.Drawing.Size(192, 20); this.textBoxPortrait.TabIndex = 1; this.textBoxPortrait.TextChanged += new System.EventHandler(this.textBoxPortrait_TextChanged); // // textBoxMain // this.textBoxMain.AcceptsReturn = true; this.textBoxMain.AllowDrop = true; this.textBoxMain.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxMain.Location = new System.Drawing.Point(3, 103); this.textBoxMain.MaxLength = 500; this.textBoxMain.Multiline = true; this.textBoxMain.Name = "textBoxMain"; this.textBoxMain.Size = new System.Drawing.Size(583, 431); this.textBoxMain.TabIndex = 0; this.textBoxMain.TextChanged += new System.EventHandler(this.textBoxMain_TextChanged); // // toolTipLong // toolTipLong.AutoPopDelay = 15000; toolTipLong.InitialDelay = 500; toolTipLong.ReshowDelay = 100; // // folderBrowserDialogModDirectory // this.folderBrowserDialogModDirectory.Description = "Select the folder where your mod is located."; this.folderBrowserDialogModDirectory.ShowNewFolderButton = false; // // saveFileDialog // this.saveFileDialog.DefaultExt = "bnp"; this.saveFileDialog.Filter = "Blightnauts Project|*.bnp"; // // openFileDialog // this.openFileDialog.DefaultExt = "bnp"; this.openFileDialog.Filter = "Blightnauts Project|*.bnp"; // // fontDialog // this.fontDialog.AllowVerticalFonts = false; this.fontDialog.FontMustExist = true; this.fontDialog.ScriptsOnly = true; this.fontDialog.ShowEffects = false; // // EditorWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(601, 661); this.Controls.Add(generalLayout); this.Controls.Add(topBar); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = topBar; this.MinimumSize = new System.Drawing.Size(617, 500); this.Name = "EditorWindow"; this.Text = "Blightnauts Dialogue Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditorWindow_FormClosing); topBar.ResumeLayout(false); topBar.PerformLayout(); generalLayout.ResumeLayout(false); topLayout.ResumeLayout(false); groupCharacter.ResumeLayout(false); groupCharacter.PerformLayout(); groupTrigger.ResumeLayout(false); groupTrigger.PerformLayout(); groupBoxDialogue.ResumeLayout(false); dialogueLayout.ResumeLayout(false); dialogueLayout.PerformLayout(); groupBoxDialogueOptions.ResumeLayout(false); groupBoxDialogueOptions.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label mexAddressLabel; System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem metadataMenu; System.Windows.Forms.ToolStripMenuItem exploreMenuItem; System.Windows.Forms.ToolStripMenuItem proxyMenuItem; System.Windows.Forms.ToolStripMenuItem helpMenu; System.Windows.Forms.ToolStripMenuItem aboutMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExplorerForm)); this.discoverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.serviceBusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.discoveryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_MexTree = new System.Windows.Forms.TreeView(); this.m_ExploreButton = new System.Windows.Forms.Button(); this.m_MexAddressTextBox = new System.Windows.Forms.TextBox(); this.proxyButton = new System.Windows.Forms.Button(); this.m_DiscoverButton = new System.Windows.Forms.Button(); this.m_BlankViewControl = new ServiceModelEx.NodeViewControl(); this.m_EndpointViewControl = new ServiceModelEx.EndpointViewControl(); this.m_OperationViewControl = new ServiceModelEx.OperationViewControl(); this.m_BindingViewControl = new ServiceModelEx.BindingViewControl(); this.m_ServiceViewControl = new ServiceModelEx.ServiceViewControl(); this.m_AddressViewControl = new ServiceModelEx.AddressViewControl(); this.m_ContractViewControl = new ServiceModelEx.ContractViewControl(); mexAddressLabel = new System.Windows.Forms.Label(); mainMenu = new System.Windows.Forms.MenuStrip(); metadataMenu = new System.Windows.Forms.ToolStripMenuItem(); exploreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); proxyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpMenu = new System.Windows.Forms.ToolStripMenuItem(); aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mainMenu.SuspendLayout(); this.SuspendLayout(); // // mexAddressLabel // mexAddressLabel.AutoSize = true; mexAddressLabel.Location = new System.Drawing.Point(12,35); mexAddressLabel.Name = "mexAddressLabel"; mexAddressLabel.Size = new System.Drawing.Size(147,13); mexAddressLabel.TabIndex = 3; mexAddressLabel.Text = "Metadata Exchange Address:"; // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { metadataMenu, this.serviceBusToolStripMenuItem, helpMenu}); mainMenu.Location = new System.Drawing.Point(0,0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(666,24); mainMenu.TabIndex = 17; mainMenu.Text = "menuStrip1"; // // metadataMenu // metadataMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { exploreMenuItem, this.discoverToolStripMenuItem, proxyMenuItem}); metadataMenu.Name = "metadataMenu"; metadataMenu.Size = new System.Drawing.Size(49,20); metadataMenu.Text = "Action"; // // exploreMenuItem // exploreMenuItem.Image = global::ServiceModelEx.Properties.Resources.Explore; exploreMenuItem.Name = "exploreMenuItem"; exploreMenuItem.Size = new System.Drawing.Size(152,22); exploreMenuItem.Text = "Explore"; exploreMenuItem.Click += new System.EventHandler(this.OnExplore); // // discoverToolStripMenuItem // this.discoverToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Discover; this.discoverToolStripMenuItem.Name = "discoverToolStripMenuItem"; this.discoverToolStripMenuItem.Size = new System.Drawing.Size(152,22); this.discoverToolStripMenuItem.Text = "Discover"; this.discoverToolStripMenuItem.Click += new System.EventHandler(this.OnDiscover); // // proxyMenuItem // proxyMenuItem.Image = global::ServiceModelEx.Properties.Resources.Proxy; proxyMenuItem.Name = "proxyMenuItem"; proxyMenuItem.Size = new System.Drawing.Size(152,22); proxyMenuItem.Text = "Generate Proxy"; proxyMenuItem.Click += new System.EventHandler(this.OnGenerateProxy); // // serviceBusToolStripMenuItem // this.serviceBusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.logInToolStripMenuItem, this.discoveryToolStripMenuItem}); this.serviceBusToolStripMenuItem.Name = "serviceBusToolStripMenuItem"; this.serviceBusToolStripMenuItem.Size = new System.Drawing.Size(76,20); this.serviceBusToolStripMenuItem.Text = "Service Bus"; // // logInToolStripMenuItem // this.logInToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Logon; this.logInToolStripMenuItem.Name = "logInToolStripMenuItem"; this.logInToolStripMenuItem.Size = new System.Drawing.Size(152,22); this.logInToolStripMenuItem.Text = "Log in..."; this.logInToolStripMenuItem.Click += new System.EventHandler(this.OnServiceBusLogOn); // // discoveryToolStripMenuItem // this.discoveryToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Discover; this.discoveryToolStripMenuItem.Name = "discoveryToolStripMenuItem"; this.discoveryToolStripMenuItem.Size = new System.Drawing.Size(152,22); this.discoveryToolStripMenuItem.Text = "Discovery..."; this.discoveryToolStripMenuItem.Click += new System.EventHandler(this.OnConfigureDiscovery); // // helpMenu // helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutMenuItem}); helpMenu.Name = "helpMenu"; helpMenu.Size = new System.Drawing.Size(41,20); helpMenu.Text = "Help"; // // aboutMenuItem // aboutMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutMenuItem.Image"))); aboutMenuItem.Name = "aboutMenuItem"; aboutMenuItem.Size = new System.Drawing.Size(105,22); aboutMenuItem.Text = "About"; aboutMenuItem.Click += new System.EventHandler(this.OnAbout); // // m_MexTree // this.m_MexTree.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.m_MexTree.Location = new System.Drawing.Point(12,82); this.m_MexTree.Name = "m_MexTree"; this.m_MexTree.Size = new System.Drawing.Size(242,339); this.m_MexTree.TabIndex = 0; this.m_MexTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnItemSelected); // // m_ExploreButton // this.m_ExploreButton.Location = new System.Drawing.Point(418,53); this.m_ExploreButton.Name = "m_ExploreButton"; this.m_ExploreButton.Size = new System.Drawing.Size(75,23); this.m_ExploreButton.TabIndex = 2; this.m_ExploreButton.Text = "Explore"; this.m_ExploreButton.UseVisualStyleBackColor = true; this.m_ExploreButton.Click += new System.EventHandler(this.OnExplore); // // m_MexAddressTextBox // this.m_MexAddressTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.m_MexAddressTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl; this.m_MexAddressTextBox.Location = new System.Drawing.Point(12,53); this.m_MexAddressTextBox.Name = "m_MexAddressTextBox"; this.m_MexAddressTextBox.Size = new System.Drawing.Size(400,20); this.m_MexAddressTextBox.TabIndex = 4; this.m_MexAddressTextBox.Text = "http://localhost:8000/"; // // proxyButton // this.proxyButton.Location = new System.Drawing.Point(580,53); this.proxyButton.Name = "proxyButton"; this.proxyButton.Size = new System.Drawing.Size(75,23); this.proxyButton.TabIndex = 2; this.proxyButton.Text = "Proxy"; this.proxyButton.UseVisualStyleBackColor = true; this.proxyButton.Click += new System.EventHandler(this.OnGenerateProxy); // // m_DiscoverButton // this.m_DiscoverButton.Location = new System.Drawing.Point(499,53); this.m_DiscoverButton.Name = "m_DiscoverButton"; this.m_DiscoverButton.Size = new System.Drawing.Size(75,23); this.m_DiscoverButton.TabIndex = 18; this.m_DiscoverButton.Text = "Discover"; this.m_DiscoverButton.UseVisualStyleBackColor = true; this.m_DiscoverButton.Click += new System.EventHandler(this.OnDiscover); // // m_BlankViewControl // this.m_BlankViewControl.BackColor = System.Drawing.SystemColors.ControlDark; this.m_BlankViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_BlankViewControl.Location = new System.Drawing.Point(270,82); this.m_BlankViewControl.Name = "m_BlankViewControl"; this.m_BlankViewControl.Size = new System.Drawing.Size(385,337); this.m_BlankViewControl.TabIndex = 16; this.m_BlankViewControl.Visible = false; // // m_EndpointViewControl // this.m_EndpointViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_EndpointViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_EndpointViewControl.Location = new System.Drawing.Point(270,82); this.m_EndpointViewControl.Name = "m_EndpointViewControl"; this.m_EndpointViewControl.Size = new System.Drawing.Size(385,337); this.m_EndpointViewControl.TabIndex = 15; this.m_EndpointViewControl.Visible = false; // // m_OperationViewControl // this.m_OperationViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_OperationViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_OperationViewControl.Location = new System.Drawing.Point(270,82); this.m_OperationViewControl.Name = "m_OperationViewControl"; this.m_OperationViewControl.Size = new System.Drawing.Size(385,337); this.m_OperationViewControl.TabIndex = 14; this.m_OperationViewControl.Visible = false; // // m_BindingViewControl // this.m_BindingViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_BindingViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_BindingViewControl.Location = new System.Drawing.Point(270,82); this.m_BindingViewControl.Name = "m_BindingViewControl"; this.m_BindingViewControl.Size = new System.Drawing.Size(385,337); this.m_BindingViewControl.TabIndex = 13; this.m_BindingViewControl.Visible = false; // // m_ServiceViewControl // this.m_ServiceViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_ServiceViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_ServiceViewControl.Location = new System.Drawing.Point(270,82); this.m_ServiceViewControl.Name = "m_ServiceViewControl"; this.m_ServiceViewControl.Size = new System.Drawing.Size(385,337); this.m_ServiceViewControl.TabIndex = 12; this.m_ServiceViewControl.Visible = false; // // m_AddressViewControl // this.m_AddressViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_AddressViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_AddressViewControl.Location = new System.Drawing.Point(270,82); this.m_AddressViewControl.Name = "m_AddressViewControl"; this.m_AddressViewControl.Size = new System.Drawing.Size(385,337); this.m_AddressViewControl.TabIndex = 11; this.m_AddressViewControl.Visible = false; // // m_ContractViewControl // this.m_ContractViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_ContractViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_ContractViewControl.Location = new System.Drawing.Point(270,82); this.m_ContractViewControl.Name = "m_ContractViewControl"; this.m_ContractViewControl.Size = new System.Drawing.Size(385,337); this.m_ContractViewControl.TabIndex = 7; this.m_ContractViewControl.Visible = false; // // ExplorerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(666,433); this.Controls.Add(this.m_DiscoverButton); this.Controls.Add(this.m_BlankViewControl); this.Controls.Add(this.m_EndpointViewControl); this.Controls.Add(this.m_OperationViewControl); this.Controls.Add(this.m_BindingViewControl); this.Controls.Add(this.m_ServiceViewControl); this.Controls.Add(this.m_AddressViewControl); this.Controls.Add(this.m_ContractViewControl); this.Controls.Add(this.m_MexAddressTextBox); this.Controls.Add(mexAddressLabel); this.Controls.Add(this.proxyButton); this.Controls.Add(this.m_ExploreButton); this.Controls.Add(this.m_MexTree); this.Controls.Add(mainMenu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = mainMenu; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ExplorerForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = " Metadata Explorer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed); mainMenu.ResumeLayout(false); mainMenu.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip m_mainMenu; System.Windows.Forms.ToolStripMenuItem m_mpFile; System.Windows.Forms.ToolStripMenuItem m_miQuit; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow)); this.m_tsbHelp = new System.Windows.Forms.ToolStripButton(); this.m_tsbSettings = new System.Windows.Forms.ToolStripButton(); this.m_tsbJetSki = new System.Windows.Forms.ToolStripButton(); this.m_tsbRangeValue = new System.Windows.Forms.ToolStripButton(); this.m_tsbQuad = new System.Windows.Forms.ToolStripButton(); this.m_tsbAbout = new System.Windows.Forms.ToolStripButton(); this.m_mainToolStrip = new System.Windows.Forms.ToolStrip(); this.m_tsbSpotView = new System.Windows.Forms.ToolStripButton(); this.m_tsbMachinery = new System.Windows.Forms.ToolStripButton(); this.m_viewsPanel = new System.Windows.Forms.Panel(); m_mainMenu = new System.Windows.Forms.MenuStrip(); m_mpFile = new System.Windows.Forms.ToolStripMenuItem(); m_miQuit = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); m_mainMenu.SuspendLayout(); this.m_mainToolStrip.SuspendLayout(); this.SuspendLayout(); // // m_mainMenu // m_mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { m_mpFile }); m_mainMenu.Location = new System.Drawing.Point(0, 0); m_mainMenu.Name = "m_mainMenu"; m_mainMenu.Size = new System.Drawing.Size(801, 24); m_mainMenu.TabIndex = 0; // // m_mpFile // m_mpFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { m_miQuit }); m_mpFile.Name = "m_mpFile"; m_mpFile.Size = new System.Drawing.Size(54, 20); m_mpFile.Text = "&Fichier"; // // m_miQuit // m_miQuit.Name = "m_miQuit"; m_miQuit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F4))); m_miQuit.Size = new System.Drawing.Size(157, 22); m_miQuit.Text = "&Quitter"; m_miQuit.Click += new System.EventHandler(this.Quit_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(50, 6); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(50, 6); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(50, 6); // // m_tsbHelp // this.m_tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.m_tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbHelp.Image = global::DGD.Hub.Properties.Resources.help_48; this.m_tsbHelp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbHelp.Name = "m_tsbHelp"; this.m_tsbHelp.Size = new System.Drawing.Size(50, 52); this.m_tsbHelp.Text = "Aide"; this.m_tsbHelp.Click += new System.EventHandler(this.Help_Click); // // m_tsbSettings // this.m_tsbSettings.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.m_tsbSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbSettings.Image = global::DGD.Hub.Properties.Resources.setting_48; this.m_tsbSettings.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.m_tsbSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbSettings.Name = "m_tsbSettings"; this.m_tsbSettings.Size = new System.Drawing.Size(52, 52); this.m_tsbSettings.Text = "Réglages"; this.m_tsbSettings.Click += new System.EventHandler(this.SetView_Handler); // // m_tsbJetSki // this.m_tsbJetSki.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbJetSki.Image = global::DGD.Hub.Properties.Resources.jet_ski_48; this.m_tsbJetSki.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbJetSki.Name = "m_tsbJetSki"; this.m_tsbJetSki.Size = new System.Drawing.Size(50, 52); this.m_tsbJetSki.Text = "Jet-ski"; this.m_tsbJetSki.Click += new System.EventHandler(this.SetView_Handler); // // m_tsbRangeValue // this.m_tsbRangeValue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbRangeValue.Image = global::DGD.Hub.Properties.Resources.range_val_48; this.m_tsbRangeValue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.m_tsbRangeValue.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbRangeValue.Name = "m_tsbRangeValue"; this.m_tsbRangeValue.Size = new System.Drawing.Size(50, 52); this.m_tsbRangeValue.Text = "Parcourir les fourchettes de valeurs"; this.m_tsbRangeValue.Click += new System.EventHandler(this.SetView_Handler); // // m_tsbQuad // this.m_tsbQuad.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbQuad.Image = global::DGD.Hub.Properties.Resources.quad_48; this.m_tsbQuad.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbQuad.Name = "m_tsbQuad"; this.m_tsbQuad.Size = new System.Drawing.Size(50, 52); this.m_tsbQuad.Text = "Quads"; this.m_tsbQuad.Click += new System.EventHandler(this.SetView_Handler); // // m_tsbAbout // this.m_tsbAbout.Checked = true; this.m_tsbAbout.CheckState = System.Windows.Forms.CheckState.Checked; this.m_tsbAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbAbout.Image = global::DGD.Hub.Properties.Resources.about_hub_48; this.m_tsbAbout.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.m_tsbAbout.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbAbout.Name = "m_tsbAbout"; this.m_tsbAbout.Size = new System.Drawing.Size(50, 52); this.m_tsbAbout.Text = "A propos de cette application"; this.m_tsbAbout.Click += new System.EventHandler(this.SetView_Handler); // // m_mainToolStrip // this.m_mainToolStrip.Dock = System.Windows.Forms.DockStyle.Left; this.m_mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.m_mainToolStrip.ImageScalingSize = new System.Drawing.Size(48, 48); this.m_mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_tsbAbout, toolStripSeparator1, this.m_tsbSpotView, this.m_tsbRangeValue, toolStripSeparator2, this.m_tsbMachinery, this.m_tsbQuad, this.m_tsbJetSki, toolStripSeparator3, this.m_tsbHelp, this.m_tsbSettings }); this.m_mainToolStrip.Location = new System.Drawing.Point(0, 24); this.m_mainToolStrip.Name = "m_mainToolStrip"; this.m_mainToolStrip.Size = new System.Drawing.Size(53, 470); this.m_mainToolStrip.TabIndex = 1; // // m_tsbSpotView // this.m_tsbSpotView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbSpotView.Image = global::DGD.Hub.Properties.Resources.spot_value_48; this.m_tsbSpotView.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.m_tsbSpotView.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbSpotView.Name = "m_tsbSpotView"; this.m_tsbSpotView.Size = new System.Drawing.Size(50, 52); this.m_tsbSpotView.Text = "consulter les valeurs boursières"; this.m_tsbSpotView.Click += new System.EventHandler(this.SetView_Handler); // // m_tsbMachinery // this.m_tsbMachinery.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbMachinery.Image = global::DGD.Hub.Properties.Resources.btp_48; this.m_tsbMachinery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.m_tsbMachinery.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbMachinery.Name = "m_tsbMachinery"; this.m_tsbMachinery.Size = new System.Drawing.Size(50, 52); this.m_tsbMachinery.Text = "Engins BTP"; this.m_tsbMachinery.Click += new System.EventHandler(this.SetView_Handler); // // m_viewsPanel // this.m_viewsPanel.AutoScroll = true; this.m_viewsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.m_viewsPanel.Location = new System.Drawing.Point(53, 24); this.m_viewsPanel.Name = "m_viewsPanel"; this.m_viewsPanel.Size = new System.Drawing.Size(748, 470); this.m_viewsPanel.TabIndex = 2; // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(801, 494); this.Controls.Add(this.m_viewsPanel); this.Controls.Add(this.m_mainToolStrip); this.Controls.Add(m_mainMenu); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = m_mainMenu; this.Name = "MainWindow"; this.Text = "Hub de la valeur en douane"; m_mainMenu.ResumeLayout(false); m_mainMenu.PerformLayout(); this.m_mainToolStrip.ResumeLayout(false); this.m_mainToolStrip.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.Windows.Forms.ContextMenuStrip _InfoCM; System.Windows.Forms.MenuStrip _MainMS; this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._InfoLB = new System.Windows.Forms.ListBox(); this._SectorizeBT = new System.Windows.Forms.Button(); this._SectorsTB = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.lan1Info = new System.Windows.Forms.Label(); this.lan2Info = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); _InfoCM = new System.Windows.Forms.ContextMenuStrip(this.components); _MainMS = new System.Windows.Forms.MenuStrip(); _InfoCM.SuspendLayout(); _MainMS.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // _InfoCM // _InfoCM.ImageScalingSize = new System.Drawing.Size(20, 20); _InfoCM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearToolStripMenuItem }); _InfoCM.Name = "_InfoCM"; _InfoCM.Size = new System.Drawing.Size(113, 28); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(112, 24); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // _MainMS // _MainMS.ImageScalingSize = new System.Drawing.Size(20, 20); _MainMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.settingsToolStripMenuItem }); _MainMS.Location = new System.Drawing.Point(0, 0); _MainMS.Name = "_MainMS"; _MainMS.Size = new System.Drawing.Size(696, 28); _MainMS.TabIndex = 8; _MainMS.Text = "menuStrip1"; // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(106, 24); this.settingsToolStripMenuItem.Text = "Propiedades"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // _InfoLB // this._InfoLB.ContextMenuStrip = _InfoCM; this._InfoLB.FormattingEnabled = true; this._InfoLB.ItemHeight = 16; this._InfoLB.Location = new System.Drawing.Point(4, 181); this._InfoLB.Margin = new System.Windows.Forms.Padding(4); this._InfoLB.Name = "_InfoLB"; this._InfoLB.Size = new System.Drawing.Size(641, 420); this._InfoLB.TabIndex = 5; // // _SectorizeBT // this._SectorizeBT.Location = new System.Drawing.Point(545, 145); this._SectorizeBT.Margin = new System.Windows.Forms.Padding(4); this._SectorizeBT.Name = "_SectorizeBT"; this._SectorizeBT.Size = new System.Drawing.Size(100, 28); this._SectorizeBT.TabIndex = 4; this._SectorizeBT.Text = "Enviar"; this._SectorizeBT.UseVisualStyleBackColor = true; this._SectorizeBT.Click += new System.EventHandler(this._SectorizeBT_Click); // // _SectorsTB // this._SectorsTB.Location = new System.Drawing.Point(20, 115); this._SectorsTB.Margin = new System.Windows.Forms.Padding(4); this._SectorsTB.Name = "_SectorsTB"; this._SectorsTB.Size = new System.Drawing.Size(625, 22); this._SectorsTB.TabIndex = 3; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(252, 82); this.comboBox1.Margin = new System.Windows.Forms.Padding(4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(393, 24); this.comboBox1.TabIndex = 9; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.OnPresectChange); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 82); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(186, 17); this.label1.TabIndex = 10; this.label1.Text = "Sectorizaciones Preparadas"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.lan2Info); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.lan1Info); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this._SectorizeBT); this.panel1.Controls.Add(this._InfoLB); this.panel1.Controls.Add(this._SectorsTB); this.panel1.Location = new System.Drawing.Point(23, 33); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(657, 607); this.panel1.TabIndex = 11; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(20, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 17); this.label2.TabIndex = 11; this.label2.Text = "Lan1"; // // lan1Info // this.lan1Info.AutoSize = true; this.lan1Info.Location = new System.Drawing.Point(66, 23); this.lan1Info.Name = "lan1Info"; this.lan1Info.Size = new System.Drawing.Size(46, 17); this.lan1Info.TabIndex = 12; this.lan1Info.Text = "label3"; // // lan2Info // this.lan2Info.AutoSize = true; this.lan2Info.Location = new System.Drawing.Point(66, 51); this.lan2Info.Name = "lan2Info"; this.lan2Info.Size = new System.Drawing.Size(46, 17); this.lan2Info.TabIndex = 14; this.lan2Info.Text = "label3"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(20, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 17); this.label4.TabIndex = 13; this.label4.Text = "Lan2"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(696, 653); this.Controls.Add(_MainMS); this.Controls.Add(this.panel1); this.MainMenuStrip = _MainMS; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MainForm"; this.Text = Properties.Settings.Default.Title;// "SimulSACTA"; _InfoCM.ResumeLayout(false); _MainMS.ResumeLayout(false); _MainMS.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.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.Windows.Forms.MenuStrip menuStrip1; this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.playerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.player1MouseControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.player1KeyboardControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.difficultyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.easyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mediumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insanityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.eXITToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.colorChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ballToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.leftPaddleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rightPaddleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.greenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.yellowToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.greenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.redToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.yellowToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.greenToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); menuStrip1.ImeMode = System.Windows.Forms.ImeMode.Disable; menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem, this.eXITToolStripMenuItem, this.pauseToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2); menuStrip1.Size = new System.Drawing.Size(800, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.restartToolStripMenuItem, this.playerToolStripMenuItem, this.difficultyToolStripMenuItem, this.colorChangeToolStripMenuItem}); this.optionsToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.optionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(68, 20); this.optionsToolStripMenuItem.Text = "Options"; // // playerToolStripMenuItem // this.playerToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.playerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.player1MouseControlsToolStripMenuItem, this.player1KeyboardControlsToolStripMenuItem}); this.playerToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.playerToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.playerToolStripMenuItem.Name = "playerToolStripMenuItem"; this.playerToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.playerToolStripMenuItem.Text = "2 Player"; // // player1MouseControlsToolStripMenuItem // this.player1MouseControlsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.player1MouseControlsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.player1MouseControlsToolStripMenuItem.Name = "player1MouseControlsToolStripMenuItem"; this.player1MouseControlsToolStripMenuItem.Size = new System.Drawing.Size(263, 22); this.player1MouseControlsToolStripMenuItem.Text = "Player1 = Mouse Controls"; // // player1KeyboardControlsToolStripMenuItem // this.player1KeyboardControlsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.player1KeyboardControlsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.player1KeyboardControlsToolStripMenuItem.Name = "player1KeyboardControlsToolStripMenuItem"; this.player1KeyboardControlsToolStripMenuItem.Size = new System.Drawing.Size(263, 22); this.player1KeyboardControlsToolStripMenuItem.Text = "Player1 = Keyboard Controls"; // // difficultyToolStripMenuItem // this.difficultyToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.difficultyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.easyToolStripMenuItem, this.mediumToolStripMenuItem, this.hardToolStripMenuItem, this.insanityToolStripMenuItem}); this.difficultyToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.difficultyToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.difficultyToolStripMenuItem.Name = "difficultyToolStripMenuItem"; this.difficultyToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.difficultyToolStripMenuItem.Text = "Difficulty"; // // easyToolStripMenuItem // this.easyToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.easyToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.easyToolStripMenuItem.Name = "easyToolStripMenuItem"; this.easyToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.easyToolStripMenuItem.Text = "Easy"; // // mediumToolStripMenuItem // this.mediumToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.mediumToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.mediumToolStripMenuItem.Name = "mediumToolStripMenuItem"; this.mediumToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.mediumToolStripMenuItem.Text = "Medium"; // // hardToolStripMenuItem // this.hardToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.hardToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.hardToolStripMenuItem.Name = "hardToolStripMenuItem"; this.hardToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.hardToolStripMenuItem.Text = "Hard"; // // insanityToolStripMenuItem // this.insanityToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.insanityToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.insanityToolStripMenuItem.Name = "insanityToolStripMenuItem"; this.insanityToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.insanityToolStripMenuItem.Text = "Insanity"; // // eXITToolStripMenuItem // this.eXITToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.eXITToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.eXITToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.eXITToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.eXITToolStripMenuItem.Image = global::Pong.Properties.Resources.redX; this.eXITToolStripMenuItem.Name = "eXITToolStripMenuItem"; this.eXITToolStripMenuItem.Size = new System.Drawing.Size(28, 20); this.eXITToolStripMenuItem.Click += new System.EventHandler(this.eXITToolStripMenuItem_Click); // // pauseToolStripMenuItem // this.pauseToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.pauseToolStripMenuItem.Font = new System.Drawing.Font("OCR-A", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.pauseToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.pauseToolStripMenuItem.Image = global::Pong.Properties.Resources.pause; this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem"; this.pauseToolStripMenuItem.Size = new System.Drawing.Size(28, 20); this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // colorChangeToolStripMenuItem // this.colorChangeToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.colorChangeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ballToolStripMenuItem, this.leftPaddleToolStripMenuItem, this.rightPaddleToolStripMenuItem}); this.colorChangeToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.colorChangeToolStripMenuItem.Name = "colorChangeToolStripMenuItem"; this.colorChangeToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.colorChangeToolStripMenuItem.Text = "Color Change"; // // ballToolStripMenuItem // this.ballToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.ballToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.redToolStripMenuItem, this.yellowToolStripMenuItem, this.greenToolStripMenuItem}); this.ballToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.ballToolStripMenuItem.Name = "ballToolStripMenuItem"; this.ballToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.ballToolStripMenuItem.Text = "Ball"; // // leftPaddleToolStripMenuItem // this.leftPaddleToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.leftPaddleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.redToolStripMenuItem1, this.yellowToolStripMenuItem1, this.greenToolStripMenuItem1}); this.leftPaddleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.leftPaddleToolStripMenuItem.Name = "leftPaddleToolStripMenuItem"; this.leftPaddleToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.leftPaddleToolStripMenuItem.Text = "Left Paddle"; // // rightPaddleToolStripMenuItem // this.rightPaddleToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.rightPaddleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.redToolStripMenuItem2, this.yellowToolStripMenuItem2, this.greenToolStripMenuItem2}); this.rightPaddleToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.rightPaddleToolStripMenuItem.Name = "rightPaddleToolStripMenuItem"; this.rightPaddleToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.rightPaddleToolStripMenuItem.Text = "Right Paddle"; // // redToolStripMenuItem // this.redToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.redToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.redToolStripMenuItem.Name = "redToolStripMenuItem"; this.redToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.redToolStripMenuItem.Text = "Red"; this.redToolStripMenuItem.Click += new System.EventHandler(this.redToolStripMenuItem_Click); // // yellowToolStripMenuItem // this.yellowToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.yellowToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem"; this.yellowToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.yellowToolStripMenuItem.Text = "Yellow"; this.yellowToolStripMenuItem.Click += new System.EventHandler(this.yellowToolStripMenuItem_Click); // // greenToolStripMenuItem // this.greenToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.greenToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.greenToolStripMenuItem.Name = "greenToolStripMenuItem"; this.greenToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.greenToolStripMenuItem.Text = "Green"; this.greenToolStripMenuItem.Click += new System.EventHandler(this.greenToolStripMenuItem_Click); // // redToolStripMenuItem1 // this.redToolStripMenuItem1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.redToolStripMenuItem1.ForeColor = System.Drawing.SystemColors.Control; this.redToolStripMenuItem1.Name = "redToolStripMenuItem1"; this.redToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.redToolStripMenuItem1.Text = "Red"; // // yellowToolStripMenuItem1 // this.yellowToolStripMenuItem1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.yellowToolStripMenuItem1.ForeColor = System.Drawing.SystemColors.Control; this.yellowToolStripMenuItem1.Name = "yellowToolStripMenuItem1"; this.yellowToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.yellowToolStripMenuItem1.Text = "Yellow"; // // greenToolStripMenuItem1 // this.greenToolStripMenuItem1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.greenToolStripMenuItem1.ForeColor = System.Drawing.SystemColors.Control; this.greenToolStripMenuItem1.Name = "greenToolStripMenuItem1"; this.greenToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.greenToolStripMenuItem1.Text = "Green"; // // redToolStripMenuItem2 // this.redToolStripMenuItem2.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.redToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.Control; this.redToolStripMenuItem2.Name = "redToolStripMenuItem2"; this.redToolStripMenuItem2.Size = new System.Drawing.Size(152, 22); this.redToolStripMenuItem2.Text = "Red"; // // yellowToolStripMenuItem2 // this.yellowToolStripMenuItem2.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.yellowToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.Control; this.yellowToolStripMenuItem2.Name = "yellowToolStripMenuItem2"; this.yellowToolStripMenuItem2.Size = new System.Drawing.Size(152, 22); this.yellowToolStripMenuItem2.Text = "Yellow"; // // greenToolStripMenuItem2 // this.greenToolStripMenuItem2.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.greenToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.Control; this.greenToolStripMenuItem2.Name = "greenToolStripMenuItem2"; this.greenToolStripMenuItem2.Size = new System.Drawing.Size(152, 22); this.greenToolStripMenuItem2.Text = "Green"; // // restartToolStripMenuItem // this.restartToolStripMenuItem.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.restartToolStripMenuItem.ForeColor = System.Drawing.SystemColors.Control; this.restartToolStripMenuItem.Name = "restartToolStripMenuItem"; this.restartToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.restartToolStripMenuItem.Text = "Restart"; this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartToolStripMenuItem_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.ClientSize = new System.Drawing.Size(800, 600); this.Controls.Add(menuStrip1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("OCR-A", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MainMenuStrip = menuStrip1; this.Name = "Form1"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Pong"; this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove); menuStrip1.ResumeLayout(false); 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 System.ComponentModel.Container(); System.Windows.Forms.ContextMenuStrip _InfoCM; System.Windows.Forms.MenuStrip _MainMS; this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._InfoLB = new System.Windows.Forms.ListBox(); this._SectorizeBT = new System.Windows.Forms.Button(); this._SectorsTB = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); _InfoCM = new System.Windows.Forms.ContextMenuStrip(this.components); _MainMS = new System.Windows.Forms.MenuStrip(); _InfoCM.SuspendLayout(); _MainMS.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // _InfoCM // _InfoCM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearToolStripMenuItem }); _InfoCM.Name = "_InfoCM"; _InfoCM.Size = new System.Drawing.Size(102, 26); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(101, 22); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // _MainMS // _MainMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.settingsToolStripMenuItem }); _MainMS.Location = new System.Drawing.Point(0, 0); _MainMS.Name = "_MainMS"; _MainMS.Size = new System.Drawing.Size(522, 24); _MainMS.TabIndex = 8; _MainMS.Text = "menuStrip1"; // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(84, 20); this.settingsToolStripMenuItem.Text = "Propiedades"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // _InfoLB // this._InfoLB.ContextMenuStrip = _InfoCM; this._InfoLB.FormattingEnabled = true; this._InfoLB.Location = new System.Drawing.Point(3, 114); this._InfoLB.Name = "_InfoLB"; this._InfoLB.Size = new System.Drawing.Size(482, 186); this._InfoLB.TabIndex = 5; // // _SectorizeBT // this._SectorizeBT.Location = new System.Drawing.Point(410, 85); this._SectorizeBT.Name = "_SectorizeBT"; this._SectorizeBT.Size = new System.Drawing.Size(75, 23); this._SectorizeBT.TabIndex = 4; this._SectorizeBT.Text = "Enviar"; this._SectorizeBT.UseVisualStyleBackColor = true; this._SectorizeBT.Click += new System.EventHandler(this._SectorizeBT_Click); // // _SectorsTB // this._SectorsTB.Location = new System.Drawing.Point(15, 39); this._SectorsTB.Name = "_SectorsTB"; this._SectorsTB.Size = new System.Drawing.Size(470, 20); this._SectorsTB.TabIndex = 3; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(189, 12); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(296, 21); this.comboBox1.TabIndex = 9; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.OnPresectChange); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(139, 13); this.label1.TabIndex = 10; this.label1.Text = "Sectorizaciones Preparadas"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this._SectorizeBT); this.panel1.Controls.Add(this._InfoLB); this.panel1.Controls.Add(this._SectorsTB); this.panel1.Location = new System.Drawing.Point(17, 27); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(493, 311); this.panel1.TabIndex = 11; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(522, 352); this.Controls.Add(_MainMS); this.Controls.Add(this.panel1); this.MainMenuStrip = _MainMS; this.Name = "MainForm"; this.Text = "SimulSACTA"; _InfoCM.ResumeLayout(false); _MainMS.ResumeLayout(false); _MainMS.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox GroupStageProperties; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label LabelMaxRings; System.Windows.Forms.Label EmeraldColorLabel; System.Windows.Forms.Label StartDirectionLabel; System.Windows.Forms.Label StartPositionLabel; System.Windows.Forms.Label TextureLabel; System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.lblStarsColor2 = new System.Windows.Forms.Label(); this.lblStarsColor1 = new System.Windows.Forms.Label(); this.lblSkyBackcolor2 = new System.Windows.Forms.Label(); this.lblSkyBackcolor1 = new System.Windows.Forms.Label(); this.chkBumpMapping = new System.Windows.Forms.CheckBox(); this.lblCheckerColor2 = new System.Windows.Forms.Label(); this.lblCheckerColor1 = new System.Windows.Forms.Label(); this.rdoChecker = new System.Windows.Forms.RadioButton(); this.rdoTexture = new System.Windows.Forms.RadioButton(); this.MaxRings = new System.Windows.Forms.TextBox(); this.EmeraldColor = new System.Windows.Forms.Label(); this.StartDirection = new System.Windows.Forms.ComboBox(); this.StartPositionZ = new System.Windows.Forms.TextBox(); this.StartPositionX = new System.Windows.Forms.TextBox(); this.BumpMapFileName = new System.Windows.Forms.ComboBox(); this.TextureFileName = new System.Windows.Forms.ComboBox(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gameStagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.blueSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.starSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.yellowSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.avoidSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.CursorX = new System.Windows.Forms.ToolStripStatusLabel(); this.CursorZ = new System.Windows.Forms.ToolStripStatusLabel(); this.StageEditBoard = new System.Windows.Forms.PictureBox(); GroupStageProperties = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); LabelMaxRings = new System.Windows.Forms.Label(); EmeraldColorLabel = new System.Windows.Forms.Label(); StartDirectionLabel = new System.Windows.Forms.Label(); StartPositionLabel = new System.Windows.Forms.Label(); TextureLabel = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); GroupStageProperties.SuspendLayout(); menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).BeginInit(); this.SuspendLayout(); // // GroupStageProperties // GroupStageProperties.Controls.Add(this.lblStarsColor2); GroupStageProperties.Controls.Add(this.lblStarsColor1); GroupStageProperties.Controls.Add(label5); GroupStageProperties.Controls.Add(this.lblSkyBackcolor2); GroupStageProperties.Controls.Add(this.lblSkyBackcolor1); GroupStageProperties.Controls.Add(label4); GroupStageProperties.Controls.Add(label3); GroupStageProperties.Controls.Add(this.chkBumpMapping); GroupStageProperties.Controls.Add(this.lblCheckerColor2); GroupStageProperties.Controls.Add(this.lblCheckerColor1); GroupStageProperties.Controls.Add(this.rdoChecker); GroupStageProperties.Controls.Add(this.rdoTexture); GroupStageProperties.Controls.Add(label2); GroupStageProperties.Controls.Add(label1); GroupStageProperties.Controls.Add(this.MaxRings); GroupStageProperties.Controls.Add(LabelMaxRings); GroupStageProperties.Controls.Add(EmeraldColorLabel); GroupStageProperties.Controls.Add(this.EmeraldColor); GroupStageProperties.Controls.Add(this.StartDirection); GroupStageProperties.Controls.Add(this.StartPositionZ); GroupStageProperties.Controls.Add(this.StartPositionX); GroupStageProperties.Controls.Add(StartDirectionLabel); GroupStageProperties.Controls.Add(StartPositionLabel); GroupStageProperties.Controls.Add(TextureLabel); GroupStageProperties.Controls.Add(this.BumpMapFileName); GroupStageProperties.Controls.Add(this.TextureFileName); GroupStageProperties.Dock = System.Windows.Forms.DockStyle.Right; GroupStageProperties.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); GroupStageProperties.Location = new System.Drawing.Point(660, 24); GroupStageProperties.Name = "GroupStageProperties"; GroupStageProperties.Size = new System.Drawing.Size(252, 593); GroupStageProperties.TabIndex = 3; GroupStageProperties.TabStop = false; GroupStageProperties.Text = "Stage properties"; // // lblStarsColor2 // this.lblStarsColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStarsColor2.Location = new System.Drawing.Point(182, 213); this.lblStarsColor2.Name = "lblStarsColor2"; this.lblStarsColor2.Size = new System.Drawing.Size(56, 21); this.lblStarsColor2.TabIndex = 26; this.lblStarsColor2.Text = "Color2"; this.lblStarsColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStarsColor2.Click += new System.EventHandler(this.ChooseColor); // // lblStarsColor1 // this.lblStarsColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStarsColor1.Location = new System.Drawing.Point(114, 213); this.lblStarsColor1.Name = "lblStarsColor1"; this.lblStarsColor1.Size = new System.Drawing.Size(56, 21); this.lblStarsColor1.TabIndex = 25; this.lblStarsColor1.Text = "Color1"; this.lblStarsColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStarsColor1.Click += new System.EventHandler(this.ChooseColor); // // label5 // label5.AutoSize = true; label5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(9, 216); label5.Name = "label5"; label5.Size = new System.Drawing.Size(33, 14); label5.TabIndex = 24; label5.Text = "Stars"; // // lblSkyBackcolor2 // this.lblSkyBackcolor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSkyBackcolor2.Location = new System.Drawing.Point(182, 181); this.lblSkyBackcolor2.Name = "lblSkyBackcolor2"; this.lblSkyBackcolor2.Size = new System.Drawing.Size(56, 21); this.lblSkyBackcolor2.TabIndex = 23; this.lblSkyBackcolor2.Text = "Color2"; this.lblSkyBackcolor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSkyBackcolor2.Click += new System.EventHandler(this.ChooseColor); // // lblSkyBackcolor1 // this.lblSkyBackcolor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSkyBackcolor1.Location = new System.Drawing.Point(114, 181); this.lblSkyBackcolor1.Name = "lblSkyBackcolor1"; this.lblSkyBackcolor1.Size = new System.Drawing.Size(56, 21); this.lblSkyBackcolor1.TabIndex = 22; this.lblSkyBackcolor1.Text = "Color1"; this.lblSkyBackcolor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSkyBackcolor1.Click += new System.EventHandler(this.ChooseColor); // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(9, 184); label4.Name = "label4"; label4.Size = new System.Drawing.Size(65, 14); label4.TabIndex = 21; label4.Text = "Background"; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(9, 154); label3.Name = "label3"; label3.Size = new System.Drawing.Size(94, 14); label3.TabIndex = 20; label3.Text = "Sky appearance"; // // chkBumpMapping // this.chkBumpMapping.AutoSize = true; this.chkBumpMapping.Location = new System.Drawing.Point(12, 105); this.chkBumpMapping.Name = "chkBumpMapping"; this.chkBumpMapping.Size = new System.Drawing.Size(96, 18); this.chkBumpMapping.TabIndex = 19; this.chkBumpMapping.Text = "Bump mapping"; this.chkBumpMapping.UseVisualStyleBackColor = true; this.chkBumpMapping.CheckedChanged += new System.EventHandler(this.OptionControls); // // lblCheckerColor2 // this.lblCheckerColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCheckerColor2.Location = new System.Drawing.Point(182, 49); this.lblCheckerColor2.Name = "lblCheckerColor2"; this.lblCheckerColor2.Size = new System.Drawing.Size(56, 21); this.lblCheckerColor2.TabIndex = 18; this.lblCheckerColor2.Text = "Color2"; this.lblCheckerColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCheckerColor2.Click += new System.EventHandler(this.ChooseColor); // // lblCheckerColor1 // this.lblCheckerColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCheckerColor1.Location = new System.Drawing.Point(114, 49); this.lblCheckerColor1.Name = "lblCheckerColor1"; this.lblCheckerColor1.Size = new System.Drawing.Size(56, 21); this.lblCheckerColor1.TabIndex = 17; this.lblCheckerColor1.Text = "Color1"; this.lblCheckerColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCheckerColor1.Click += new System.EventHandler(this.ChooseColor); // // rdoChecker // this.rdoChecker.AutoSize = true; this.rdoChecker.Location = new System.Drawing.Point(12, 52); this.rdoChecker.Name = "rdoChecker"; this.rdoChecker.Size = new System.Drawing.Size(93, 18); this.rdoChecker.TabIndex = 16; this.rdoChecker.TabStop = true; this.rdoChecker.Text = "Checkerboard"; this.rdoChecker.UseVisualStyleBackColor = true; this.rdoChecker.CheckedChanged += new System.EventHandler(this.OptionControls); // // rdoTexture // this.rdoTexture.AutoSize = true; this.rdoTexture.Location = new System.Drawing.Point(12, 77); this.rdoTexture.Name = "rdoTexture"; this.rdoTexture.Size = new System.Drawing.Size(61, 18); this.rdoTexture.TabIndex = 15; this.rdoTexture.TabStop = true; this.rdoTexture.Text = "Texture"; this.rdoTexture.UseVisualStyleBackColor = true; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(155, 291); label2.Name = "label2"; label2.Size = new System.Drawing.Size(14, 14); label2.TabIndex = 14; label2.Text = "Z"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(120, 291); label1.Name = "label1"; label1.Size = new System.Drawing.Size(14, 14); label1.TabIndex = 13; label1.Text = "X"; // // MaxRings // this.MaxRings.Location = new System.Drawing.Point(114, 377); this.MaxRings.Name = "MaxRings"; this.MaxRings.Size = new System.Drawing.Size(64, 20); this.MaxRings.TabIndex = 12; // // LabelMaxRings // LabelMaxRings.AutoSize = true; LabelMaxRings.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); LabelMaxRings.Location = new System.Drawing.Point(9, 380); LabelMaxRings.Name = "LabelMaxRings"; LabelMaxRings.Size = new System.Drawing.Size(63, 14); LabelMaxRings.TabIndex = 11; LabelMaxRings.Text = "Max Rings"; // // EmeraldColorLabel // EmeraldColorLabel.AutoSize = true; EmeraldColorLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); EmeraldColorLabel.Location = new System.Drawing.Point(9, 257); EmeraldColorLabel.Name = "EmeraldColorLabel"; EmeraldColorLabel.Size = new System.Drawing.Size(85, 14); EmeraldColorLabel.TabIndex = 10; EmeraldColorLabel.Text = "Emerald Color"; // // EmeraldColor // this.EmeraldColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.EmeraldColor.Location = new System.Drawing.Point(114, 256); this.EmeraldColor.Name = "EmeraldColor"; this.EmeraldColor.Size = new System.Drawing.Size(56, 21); this.EmeraldColor.TabIndex = 9; this.EmeraldColor.Click += new System.EventHandler(this.ChooseColor); // // StartDirection // this.StartDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.StartDirection.FormattingEnabled = true; this.StartDirection.Location = new System.Drawing.Point(114, 336); this.StartDirection.Name = "StartDirection"; this.StartDirection.Size = new System.Drawing.Size(64, 22); this.StartDirection.TabIndex = 8; // // StartPositionZ // this.StartPositionZ.Location = new System.Drawing.Point(149, 308); this.StartPositionZ.Name = "StartPositionZ"; this.StartPositionZ.Size = new System.Drawing.Size(29, 20); this.StartPositionZ.TabIndex = 7; // // StartPositionX // this.StartPositionX.Location = new System.Drawing.Point(114, 308); this.StartPositionX.Name = "StartPositionX"; this.StartPositionX.Size = new System.Drawing.Size(29, 20); this.StartPositionX.TabIndex = 6; // // StartDirectionLabel // StartDirectionLabel.AutoSize = true; StartDirectionLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StartDirectionLabel.Location = new System.Drawing.Point(9, 339); StartDirectionLabel.Name = "StartDirectionLabel"; StartDirectionLabel.Size = new System.Drawing.Size(85, 14); StartDirectionLabel.TabIndex = 5; StartDirectionLabel.Text = "Start Direction"; // // StartPositionLabel // StartPositionLabel.AutoSize = true; StartPositionLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StartPositionLabel.Location = new System.Drawing.Point(9, 311); StartPositionLabel.Name = "StartPositionLabel"; StartPositionLabel.Size = new System.Drawing.Size(81, 14); StartPositionLabel.TabIndex = 4; StartPositionLabel.Text = "Start Position"; // // TextureLabel // TextureLabel.AutoSize = true; TextureLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); TextureLabel.Location = new System.Drawing.Point(9, 28); TextureLabel.Name = "TextureLabel"; TextureLabel.Size = new System.Drawing.Size(102, 14); TextureLabel.TabIndex = 2; TextureLabel.Text = "Floor appearance"; // // BumpMapFileName // this.BumpMapFileName.FormattingEnabled = true; this.BumpMapFileName.Location = new System.Drawing.Point(114, 105); this.BumpMapFileName.Name = "BumpMapFileName"; this.BumpMapFileName.Size = new System.Drawing.Size(126, 22); this.BumpMapFileName.TabIndex = 1; // // TextureFileName // this.TextureFileName.FormattingEnabled = true; this.TextureFileName.Location = new System.Drawing.Point(114, 77); this.TextureFileName.Name = "TextureFileName"; this.TextureFileName.Size = new System.Drawing.Size(126, 22); this.TextureFileName.TabIndex = 0; // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.toolsToolStripMenuItem, this.helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(912, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripSeparator1, this.gameStagesToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.FileNew); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.FileOpen); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.FileSave); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.saveAsToolStripMenuItem.Text = "&Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAs); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // gameStagesToolStripMenuItem // this.gameStagesToolStripMenuItem.Name = "gameStagesToolStripMenuItem"; this.gameStagesToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.gameStagesToolStripMenuItem.Text = "Game Stages..."; this.gameStagesToolStripMenuItem.Click += new System.EventHandler(this.ShowGameStages); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(148, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.Exit); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.redSphereToolStripMenuItem, this.blueSphereToolStripMenuItem, this.starSphereToolStripMenuItem, this.ringToolStripMenuItem, this.yellowSphereToolStripMenuItem, this.toolStripMenuItem2, this.avoidSearchToolStripMenuItem }); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20); this.toolsToolStripMenuItem.Text = "Tools"; // // redSphereToolStripMenuItem // this.redSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._1; this.redSphereToolStripMenuItem.Name = "redSphereToolStripMenuItem"; this.redSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1))); this.redSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.redSphereToolStripMenuItem.Text = "RedSphere"; this.redSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // blueSphereToolStripMenuItem // this.blueSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._2; this.blueSphereToolStripMenuItem.Name = "blueSphereToolStripMenuItem"; this.blueSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2))); this.blueSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.blueSphereToolStripMenuItem.Text = "Blue Sphere"; this.blueSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // starSphereToolStripMenuItem // this.starSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._3; this.starSphereToolStripMenuItem.Name = "starSphereToolStripMenuItem"; this.starSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3))); this.starSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.starSphereToolStripMenuItem.Text = "StarSphere"; this.starSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // ringToolStripMenuItem // this.ringToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._4; this.ringToolStripMenuItem.Name = "ringToolStripMenuItem"; this.ringToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4))); this.ringToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.ringToolStripMenuItem.Text = "Ring"; this.ringToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // yellowSphereToolStripMenuItem // this.yellowSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._5; this.yellowSphereToolStripMenuItem.Name = "yellowSphereToolStripMenuItem"; this.yellowSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D5))); this.yellowSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.yellowSphereToolStripMenuItem.Text = "Yellow Sphere"; this.yellowSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(185, 6); // // avoidSearchToolStripMenuItem // this.avoidSearchToolStripMenuItem.Name = "avoidSearchToolStripMenuItem"; this.avoidSearchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.avoidSearchToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.avoidSearchToolStripMenuItem.Text = "Avoid Search"; this.avoidSearchToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(24, 20); this.helpToolStripMenuItem.Text = "&?"; // // 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.ShowAbout); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CursorX, this.CursorZ }); this.statusStrip1.Location = new System.Drawing.Point(0, 617); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(912, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // CursorX // this.CursorX.Name = "CursorX"; this.CursorX.Size = new System.Drawing.Size(14, 17); this.CursorX.Text = "X"; // // CursorZ // this.CursorZ.Name = "CursorZ"; this.CursorZ.Size = new System.Drawing.Size(14, 17); this.CursorZ.Text = "Z"; // // StageEditBoard // this.StageEditBoard.BackColor = System.Drawing.Color.Black; this.StageEditBoard.Dock = System.Windows.Forms.DockStyle.Fill; this.StageEditBoard.Location = new System.Drawing.Point(0, 24); this.StageEditBoard.Name = "StageEditBoard"; this.StageEditBoard.Size = new System.Drawing.Size(912, 615); this.StageEditBoard.TabIndex = 1; this.StageEditBoard.TabStop = false; this.StageEditBoard.Paint += new System.Windows.Forms.PaintEventHandler(this.PaintStageEditBoard); this.StageEditBoard.MouseDown += new System.Windows.Forms.MouseEventHandler(this.EditStageBoardMouseEvents); this.StageEditBoard.MouseMove += new System.Windows.Forms.MouseEventHandler(this.EditStageBoardMouseEvents); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(912, 639); this.Controls.Add(GroupStageProperties); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.StageEditBoard); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.Text = "Blue Spheres Forever - Level Editor"; GroupStageProperties.ResumeLayout(false); GroupStageProperties.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameManagerDialog)); this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._gameListBox = new System.Windows.Forms.ListBox(); this._noteTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer(); this._lastPlayedDateTimePicker = new System.Windows.Forms.DateTimePicker(); this._purchasedDateTimePicker = new System.Windows.Forms.DateTimePicker(); this._playsTextBox = new System.Windows.Forms.TextBox(); this._costTextBox = new System.Windows.Forms.TextBox(); this._nameTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this._addPlayButton = new System.Windows.Forms.Button(); this._newGameButton = new System.Windows.Forms.Button(); this._deleteButton = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this._saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._openFileDialog = new System.Windows.Forms.OpenFileDialog(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); this.toolStripContainer3.ContentPanel.SuspendLayout(); this.toolStripContainer3.TopToolStripPanel.SuspendLayout(); this.toolStripContainer3.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Dock = System.Windows.Forms.DockStyle.None; menuStrip1.GripMargin = new System.Windows.Forms.Padding(0, 2, 0, 2); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem1, this.helpToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 4); menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; menuStrip1.Size = new System.Drawing.Size(544, 25); menuStrip1.TabIndex = 14; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem1 // this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem1, this.toolStripSeparator, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem}); this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1"; this.fileToolStripMenuItem1.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0); this.fileToolStripMenuItem1.Size = new System.Drawing.Size(33, 19); this.fileToolStripMenuItem1.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem1 // this.openToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem1.Image"))); this.openToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta; this.openToolStripMenuItem1.Name = "openToolStripMenuItem1"; this.openToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem1.Size = new System.Drawing.Size(146, 22); this.openToolStripMenuItem1.Text = "&Open"; this.openToolStripMenuItem1.Click += new System.EventHandler(this.openToolStripMenuItem1_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(143, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.saveAsToolStripMenuItem.Text = "Save &As"; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_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, 19); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.aboutToolStripMenuItem.Text = "&About..."; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // _gameListBox // this._gameListBox.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._gameListBox.FormattingEnabled = true; this._gameListBox.Location = new System.Drawing.Point(0, 16); this._gameListBox.Name = "_gameListBox"; this._gameListBox.Size = new System.Drawing.Size(301, 264); this._gameListBox.TabIndex = 0; this._gameListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this._gameListBox_MouseDoubleClick); // // _noteTextBox // this._noteTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this._noteTextBox.Location = new System.Drawing.Point(310, 163); this._noteTextBox.Multiline = true; this._noteTextBox.Name = "_noteTextBox"; this._noteTextBox.ReadOnly = true; this._noteTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this._noteTextBox.Size = new System.Drawing.Size(231, 117); this._noteTextBox.TabIndex = 4; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(307, 147); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 5; this.label1.Text = "Note:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(307, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 13); this.label2.TabIndex = 6; this.label2.Text = "Purchased:"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(307, 57); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(36, 13); this.label3.TabIndex = 9; this.label3.Text = "Cost:"; // // toolStripContainer3 // this.toolStripContainer3.BottomToolStripPanelVisible = false; // // toolStripContainer3.ContentPanel // this.toolStripContainer3.ContentPanel.Controls.Add(this._lastPlayedDateTimePicker); this.toolStripContainer3.ContentPanel.Controls.Add(this._purchasedDateTimePicker); this.toolStripContainer3.ContentPanel.Controls.Add(this._playsTextBox); this.toolStripContainer3.ContentPanel.Controls.Add(this._costTextBox); this.toolStripContainer3.ContentPanel.Controls.Add(this._nameTextBox); this.toolStripContainer3.ContentPanel.Controls.Add(this.label4); this.toolStripContainer3.ContentPanel.Controls.Add(this._addPlayButton); this.toolStripContainer3.ContentPanel.Controls.Add(this._newGameButton); this.toolStripContainer3.ContentPanel.Controls.Add(this._deleteButton); this.toolStripContainer3.ContentPanel.Controls.Add(this._noteTextBox); this.toolStripContainer3.ContentPanel.Controls.Add(this.label1); this.toolStripContainer3.ContentPanel.Controls.Add(this.label5); this.toolStripContainer3.ContentPanel.Controls.Add(this.label2); this.toolStripContainer3.ContentPanel.Controls.Add(this.label6); this.toolStripContainer3.ContentPanel.Controls.Add(this.label3); this.toolStripContainer3.ContentPanel.Controls.Add(this._gameListBox); this.toolStripContainer3.ContentPanel.Size = new System.Drawing.Size(544, 320); this.toolStripContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer3.LeftToolStripPanelVisible = false; this.toolStripContainer3.Location = new System.Drawing.Point(10, 10); this.toolStripContainer3.Name = "toolStripContainer3"; this.toolStripContainer3.RightToolStripPanelVisible = false; this.toolStripContainer3.Size = new System.Drawing.Size(544, 345); this.toolStripContainer3.TabIndex = 15; this.toolStripContainer3.Text = "toolStripContainer3"; // // toolStripContainer3.TopToolStripPanel // this.toolStripContainer3.TopToolStripPanel.Controls.Add(menuStrip1); // // _lastPlayedDateTimePicker // this._lastPlayedDateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._lastPlayedDateTimePicker.CausesValidation = false; this._lastPlayedDateTimePicker.Checked = false; this._lastPlayedDateTimePicker.Enabled = false; this._lastPlayedDateTimePicker.Location = new System.Drawing.Point(390, 110); this._lastPlayedDateTimePicker.Name = "_lastPlayedDateTimePicker"; this._lastPlayedDateTimePicker.Size = new System.Drawing.Size(151, 20); this._lastPlayedDateTimePicker.TabIndex = 16; // // _purchasedDateTimePicker // this._purchasedDateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._purchasedDateTimePicker.CausesValidation = false; this._purchasedDateTimePicker.Enabled = false; this._purchasedDateTimePicker.Location = new System.Drawing.Point(390, 84); this._purchasedDateTimePicker.Name = "_purchasedDateTimePicker"; this._purchasedDateTimePicker.Size = new System.Drawing.Size(151, 20); this._purchasedDateTimePicker.TabIndex = 16; // // _playsTextBox // this._playsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._playsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this._playsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._playsTextBox.Location = new System.Drawing.Point(477, 57); this._playsTextBox.Name = "_playsTextBox"; this._playsTextBox.ReadOnly = true; this._playsTextBox.Size = new System.Drawing.Size(64, 13); this._playsTextBox.TabIndex = 15; // // _costTextBox // this._costTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._costTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this._costTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._costTextBox.Location = new System.Drawing.Point(349, 57); this._costTextBox.Name = "_costTextBox"; this._costTextBox.ReadOnly = true; this._costTextBox.Size = new System.Drawing.Size(75, 13); this._costTextBox.TabIndex = 15; // // _nameTextBox // this._nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._nameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this._nameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._nameTextBox.Location = new System.Drawing.Point(359, 21); this._nameTextBox.Name = "_nameTextBox"; this._nameTextBox.ReadOnly = true; this._nameTextBox.Size = new System.Drawing.Size(185, 25); this._nameTextBox.TabIndex = 15; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(307, 30); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(43, 13); this.label4.TabIndex = 13; this.label4.Text = "Name:"; // // _addPlayButton // this._addPlayButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._addPlayButton.Location = new System.Drawing.Point(466, 286); this._addPlayButton.Name = "_addPlayButton"; this._addPlayButton.Size = new System.Drawing.Size(75, 23); this._addPlayButton.TabIndex = 12; this._addPlayButton.Text = "Add Play"; this._addPlayButton.UseVisualStyleBackColor = true; this._addPlayButton.Click += new System.EventHandler(this._addPlayButton_Click); // // _newGameButton // this._newGameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._newGameButton.Location = new System.Drawing.Point(145, 286); this._newGameButton.Name = "_newGameButton"; this._newGameButton.Size = new System.Drawing.Size(75, 23); this._newGameButton.TabIndex = 11; this._newGameButton.Text = "Add"; this._newGameButton.UseVisualStyleBackColor = true; this._newGameButton.Click += new System.EventHandler(this._newGameButton_Click); // // _deleteButton // this._deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._deleteButton.Location = new System.Drawing.Point(226, 286); this._deleteButton.Name = "_deleteButton"; this._deleteButton.Size = new System.Drawing.Size(75, 23); this._deleteButton.TabIndex = 10; this._deleteButton.Text = "Delete"; this._deleteButton.UseVisualStyleBackColor = true; this._deleteButton.Click += new System.EventHandler(this._deleteGameButton_Click); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(307, 116); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 13); this.label5.TabIndex = 6; this.label5.Text = "Last Played:"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(430, 57); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 13); this.label6.TabIndex = 9; this.label6.Text = "Plays:"; // // _saveFileDialog // this._saveFileDialog.Filter = "Xml files (*.xml)|*.xml"; // // _openFileDialog // this._openFileDialog.FileName = "openFileDialog1"; // // GameManagerDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(564, 365); this.Controls.Add(this.toolStripContainer3); this.MainMenuStrip = menuStrip1; this.MinimumSize = new System.Drawing.Size(500, 276); this.Name = "GameManagerDialog"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Manage Your Collection"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GameManagerDialog_FormClosing); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.toolStripContainer3.ContentPanel.ResumeLayout(false); this.toolStripContainer3.ContentPanel.PerformLayout(); this.toolStripContainer3.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer3.TopToolStripPanel.PerformLayout(); this.toolStripContainer3.ResumeLayout(false); this.toolStripContainer3.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMenu)); this.registrosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.empleadoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clienteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.proveedorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formaDePagoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.registrarRolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.registrarUsuariosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.categoriasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.productosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.procesosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.facturaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.facturasDeVentasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reportesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.productosToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.clientesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.proveedoresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.empleadosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.consultasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cdsvdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.otrosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cerrasSesiónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cambiarDeUsuarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.btnCerrar1 = new System.Windows.Forms.Button(); this.btnMinimizar = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); menuStrip1.Dock = System.Windows.Forms.DockStyle.None; menuStrip1.ImeMode = System.Windows.Forms.ImeMode.Disable; menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.registrosToolStripMenuItem, this.procesosToolStripMenuItem, this.reportesToolStripMenuItem, this.consultasToolStripMenuItem, this.otrosToolStripMenuItem }); menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; menuStrip1.Location = new System.Drawing.Point(14, 169); menuStrip1.Name = "menuStrip1"; menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; menuStrip1.Size = new System.Drawing.Size(118, 141); menuStrip1.Stretch = false; menuStrip1.TabIndex = 2; menuStrip1.TabStop = true; menuStrip1.Text = "menuStrip1"; // // registrosToolStripMenuItem // this.registrosToolStripMenuItem.AutoToolTip = true; this.registrosToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.registrosToolStripMenuItem.Checked = true; this.registrosToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.registrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.empleadoToolStripMenuItem, this.clienteToolStripMenuItem, this.proveedorToolStripMenuItem, this.formaDePagoToolStripMenuItem, this.productosToolStripMenuItem, this.registrarRolToolStripMenuItem, this.registrarUsuariosToolStripMenuItem, this.categoriasToolStripMenuItem }); this.registrosToolStripMenuItem.Font = new System.Drawing.Font("Ebrima", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.registrosToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.registrosToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("registrosToolStripMenuItem.Image"))); this.registrosToolStripMenuItem.Name = "registrosToolStripMenuItem"; this.registrosToolStripMenuItem.Size = new System.Drawing.Size(111, 27); this.registrosToolStripMenuItem.Text = "Registros"; // // empleadoToolStripMenuItem // this.empleadoToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.empleadoToolStripMenuItem.Name = "empleadoToolStripMenuItem"; this.empleadoToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.empleadoToolStripMenuItem.Text = "Empleados"; this.empleadoToolStripMenuItem.Click += new System.EventHandler(this.empleadoToolStripMenuItem_Click_1); // // clienteToolStripMenuItem // this.clienteToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.clienteToolStripMenuItem.Name = "clienteToolStripMenuItem"; this.clienteToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.clienteToolStripMenuItem.Text = "Clientes"; this.clienteToolStripMenuItem.Click += new System.EventHandler(this.clienteToolStripMenuItem_Click); // // proveedorToolStripMenuItem // this.proveedorToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.proveedorToolStripMenuItem.Name = "proveedorToolStripMenuItem"; this.proveedorToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.proveedorToolStripMenuItem.Text = "Proveedores"; this.proveedorToolStripMenuItem.Click += new System.EventHandler(this.proveedorToolStripMenuItem_Click); // // formaDePagoToolStripMenuItem // this.formaDePagoToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.formaDePagoToolStripMenuItem.Name = "formaDePagoToolStripMenuItem"; this.formaDePagoToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.formaDePagoToolStripMenuItem.Text = "Formas de Pago"; this.formaDePagoToolStripMenuItem.Click += new System.EventHandler(this.formaDePagoToolStripMenuItem_Click); // // registrarRolToolStripMenuItem // this.registrarRolToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.registrarRolToolStripMenuItem.Name = "registrarRolToolStripMenuItem"; this.registrarRolToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.registrarRolToolStripMenuItem.Text = "Roles"; this.registrarRolToolStripMenuItem.Click += new System.EventHandler(this.registrarRolToolStripMenuItem_Click); // // registrarUsuariosToolStripMenuItem // this.registrarUsuariosToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.registrarUsuariosToolStripMenuItem.Name = "registrarUsuariosToolStripMenuItem"; this.registrarUsuariosToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.registrarUsuariosToolStripMenuItem.Text = "Usuarios"; this.registrarUsuariosToolStripMenuItem.Click += new System.EventHandler(this.registrarUsuariosToolStripMenuItem_Click); // // categoriasToolStripMenuItem // this.categoriasToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.categoriasToolStripMenuItem.Name = "categoriasToolStripMenuItem"; this.categoriasToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.categoriasToolStripMenuItem.Text = "Categorias"; this.categoriasToolStripMenuItem.Click += new System.EventHandler(this.categoriasToolStripMenuItem_Click); // // productosToolStripMenuItem // this.productosToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.productosToolStripMenuItem.Name = "productosToolStripMenuItem"; this.productosToolStripMenuItem.Size = new System.Drawing.Size(203, 28); this.productosToolStripMenuItem.Text = "Productos"; this.productosToolStripMenuItem.Click += new System.EventHandler(this.productosToolStripMenuItem_Click); // // procesosToolStripMenuItem // this.procesosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.facturaToolStripMenuItem, this.facturasDeVentasToolStripMenuItem }); this.procesosToolStripMenuItem.Font = new System.Drawing.Font("Ebrima", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.procesosToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.procesosToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("procesosToolStripMenuItem.Image"))); this.procesosToolStripMenuItem.Name = "procesosToolStripMenuItem"; this.procesosToolStripMenuItem.Size = new System.Drawing.Size(111, 27); this.procesosToolStripMenuItem.Text = "Procesos"; // // facturaToolStripMenuItem // this.facturaToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.facturaToolStripMenuItem.Name = "facturaToolStripMenuItem"; this.facturaToolStripMenuItem.Size = new System.Drawing.Size(220, 28); this.facturaToolStripMenuItem.Text = "Registrar Compras"; this.facturaToolStripMenuItem.Click += new System.EventHandler(this.facturaToolStripMenuItem_Click); // // facturasDeVentasToolStripMenuItem // this.facturasDeVentasToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.facturasDeVentasToolStripMenuItem.Name = "facturasDeVentasToolStripMenuItem"; this.facturasDeVentasToolStripMenuItem.Size = new System.Drawing.Size(220, 28); this.facturasDeVentasToolStripMenuItem.Text = "Registrar Ventas"; this.facturasDeVentasToolStripMenuItem.Click += new System.EventHandler(this.facturasDeVentasToolStripMenuItem_Click); // // reportesToolStripMenuItem // this.reportesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.productosToolStripMenuItem1, this.clientesToolStripMenuItem, this.proveedoresToolStripMenuItem, this.empleadosToolStripMenuItem }); this.reportesToolStripMenuItem.Font = new System.Drawing.Font("Ebrima", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.reportesToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.reportesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("reportesToolStripMenuItem.Image"))); this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem"; this.reportesToolStripMenuItem.Size = new System.Drawing.Size(111, 27); this.reportesToolStripMenuItem.Text = "Reportes"; // // productosToolStripMenuItem1 // this.productosToolStripMenuItem1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.productosToolStripMenuItem1.Name = "productosToolStripMenuItem1"; this.productosToolStripMenuItem1.Size = new System.Drawing.Size(180, 28); this.productosToolStripMenuItem1.Text = "Productos"; this.productosToolStripMenuItem1.Click += new System.EventHandler(this.productosToolStripMenuItem1_Click); // // clientesToolStripMenuItem // this.clientesToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.clientesToolStripMenuItem.Name = "clientesToolStripMenuItem"; this.clientesToolStripMenuItem.Size = new System.Drawing.Size(180, 28); this.clientesToolStripMenuItem.Text = "Clientes"; this.clientesToolStripMenuItem.Click += new System.EventHandler(this.clientesToolStripMenuItem_Click); // // proveedoresToolStripMenuItem // this.proveedoresToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.proveedoresToolStripMenuItem.Name = "proveedoresToolStripMenuItem"; this.proveedoresToolStripMenuItem.Size = new System.Drawing.Size(180, 28); this.proveedoresToolStripMenuItem.Text = "Proveedores"; this.proveedoresToolStripMenuItem.Click += new System.EventHandler(this.proveedoresToolStripMenuItem_Click); // // empleadosToolStripMenuItem // this.empleadosToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.empleadosToolStripMenuItem.Name = "empleadosToolStripMenuItem"; this.empleadosToolStripMenuItem.Size = new System.Drawing.Size(180, 28); this.empleadosToolStripMenuItem.Text = "Empleados"; this.empleadosToolStripMenuItem.Click += new System.EventHandler(this.empleadosToolStripMenuItem_Click); // // consultasToolStripMenuItem // this.consultasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cdsvdToolStripMenuItem }); this.consultasToolStripMenuItem.Font = new System.Drawing.Font("Ebrima", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.consultasToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.consultasToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("consultasToolStripMenuItem.Image"))); this.consultasToolStripMenuItem.Name = "consultasToolStripMenuItem"; this.consultasToolStripMenuItem.Size = new System.Drawing.Size(111, 27); this.consultasToolStripMenuItem.Text = "Consultas"; // // cdsvdToolStripMenuItem // this.cdsvdToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.cdsvdToolStripMenuItem.Name = "cdsvdToolStripMenuItem"; this.cdsvdToolStripMenuItem.Size = new System.Drawing.Size(180, 28); this.cdsvdToolStripMenuItem.Text = "Existencias"; this.cdsvdToolStripMenuItem.Click += new System.EventHandler(this.cdsvdToolStripMenuItem_Click); // // otrosToolStripMenuItem // this.otrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cerrasSesiónToolStripMenuItem, this.cambiarDeUsuarioToolStripMenuItem }); this.otrosToolStripMenuItem.Font = new System.Drawing.Font("Ebrima", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.otrosToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(30)))), ((int)(((byte)(22))))); this.otrosToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("otrosToolStripMenuItem.Image"))); this.otrosToolStripMenuItem.Name = "otrosToolStripMenuItem"; this.otrosToolStripMenuItem.Size = new System.Drawing.Size(111, 27); this.otrosToolStripMenuItem.Text = "Opciones"; // // cerrasSesiónToolStripMenuItem // this.cerrasSesiónToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.cerrasSesiónToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cerrasSesiónToolStripMenuItem.Image"))); this.cerrasSesiónToolStripMenuItem.Name = "cerrasSesiónToolStripMenuItem"; this.cerrasSesiónToolStripMenuItem.Size = new System.Drawing.Size(229, 28); this.cerrasSesiónToolStripMenuItem.Text = "Cerrar"; this.cerrasSesiónToolStripMenuItem.Click += new System.EventHandler(this.cerrasSesiónToolStripMenuItem_Click); // // cambiarDeUsuarioToolStripMenuItem // this.cambiarDeUsuarioToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.cambiarDeUsuarioToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cambiarDeUsuarioToolStripMenuItem.Image"))); this.cambiarDeUsuarioToolStripMenuItem.Name = "cambiarDeUsuarioToolStripMenuItem"; this.cambiarDeUsuarioToolStripMenuItem.Size = new System.Drawing.Size(229, 28); this.cambiarDeUsuarioToolStripMenuItem.Text = "Cambiar de usuario"; this.cambiarDeUsuarioToolStripMenuItem.Click += new System.EventHandler(this.cambiarDeUsuarioToolStripMenuItem_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(215)))), ((int)(((byte)(196))))); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btnCerrar1); this.panel1.Controls.Add(this.btnMinimizar); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(865, 44); this.panel1.TabIndex = 42; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Times New Roman", 18.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(29, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(108, 29); this.label1.TabIndex = 18; this.label1.Text = "SICOVE"; // // btnCerrar1 // this.btnCerrar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnCerrar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(215)))), ((int)(((byte)(196))))); this.btnCerrar1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnCerrar1.FlatAppearance.BorderSize = 0; this.btnCerrar1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCerrar1.Image = ((System.Drawing.Image)(resources.GetObject("btnCerrar1.Image"))); this.btnCerrar1.Location = new System.Drawing.Point(830, -11); this.btnCerrar1.Name = "btnCerrar1"; this.btnCerrar1.Size = new System.Drawing.Size(35, 68); this.btnCerrar1.TabIndex = 17; this.btnCerrar1.UseVisualStyleBackColor = false; this.btnCerrar1.Click += new System.EventHandler(this.btnCerrar1_Click); // // btnMinimizar // this.btnMinimizar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnMinimizar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(215)))), ((int)(((byte)(196))))); this.btnMinimizar.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnMinimizar.FlatAppearance.BorderSize = 0; this.btnMinimizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMinimizar.Image = ((System.Drawing.Image)(resources.GetObject("btnMinimizar.Image"))); this.btnMinimizar.Location = new System.Drawing.Point(802, 1); this.btnMinimizar.Name = "btnMinimizar"; this.btnMinimizar.Size = new System.Drawing.Size(28, 41); this.btnMinimizar.TabIndex = 16; this.btnMinimizar.UseVisualStyleBackColor = false; this.btnMinimizar.Click += new System.EventHandler(this.btnMinimizar_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156))))); this.panel2.Controls.Add(menuStrip1); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 44); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(160, 471); this.panel2.TabIndex = 43; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(147, 153); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // frmMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(242)))), ((int)(((byte)(235))))); this.ClientSize = new System.Drawing.Size(865, 515); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(242)))), ((int)(((byte)(235))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.HelpButton = true; this.IsMdiContainer = true; this.KeyPreview = true; this.Name = "frmMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "SICOVE"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TabControl m_tabs; System.Windows.Forms.TabPage calculatorTab; System.Windows.Forms.TabPage symbolsTab; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.ContextMenuStrip m_currenciesContextMenu; System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem4; System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem4; System.Windows.Forms.ToolStripMenuItem addMajorCurrenciesToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem; System.Windows.Forms.TabPage accountsAndTradesTab; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem serverToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem getSymbolsAndQuotesToolStripMenuItem; System.Windows.Forms.Label label1; this.m_calculatorTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.m_symbols = new System.Windows.Forms.ListBox(); this.m_symbolsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.m_symbolsTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.currenciesTab = new System.Windows.Forms.TabPage(); this.m_currencies = new System.Windows.Forms.ListBox(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.quotesTab = new System.Windows.Forms.TabPage(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.m_quotes = new System.Windows.Forms.ListBox(); this.m_quotesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.m_quotesTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.m_accounts = new System.Windows.Forms.ListBox(); this.m_acccountsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_trades = new System.Windows.Forms.ListBox(); this.m_tradesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.m_accountsTabPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_calculate = new System.Windows.Forms.Button(); this.m_clear = new System.Windows.Forms.Button(); this.m_openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.m_saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.m_calculationTime = new System.Windows.Forms.TextBox(); m_tabs = new System.Windows.Forms.TabControl(); calculatorTab = new System.Windows.Forms.TabPage(); symbolsTab = new System.Windows.Forms.TabPage(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); m_currenciesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); addToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); removeToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); addMajorCurrenciesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); accountsAndTradesTab = new System.Windows.Forms.TabPage(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); mainMenu = new System.Windows.Forms.MenuStrip(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); serverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); getSymbolsAndQuotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); label1 = new System.Windows.Forms.Label(); m_tabs.SuspendLayout(); calculatorTab.SuspendLayout(); symbolsTab.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); this.m_symbolsContextMenu.SuspendLayout(); this.currenciesTab.SuspendLayout(); m_currenciesContextMenu.SuspendLayout(); this.quotesTab.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.m_quotesContextMenu.SuspendLayout(); accountsAndTradesTab.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.m_acccountsContextMenu.SuspendLayout(); this.m_tradesContextMenu.SuspendLayout(); mainMenu.SuspendLayout(); this.SuspendLayout(); // // m_tabs // m_tabs.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))); m_tabs.Controls.Add(calculatorTab); m_tabs.Controls.Add(symbolsTab); m_tabs.Controls.Add(this.currenciesTab); m_tabs.Controls.Add(this.quotesTab); m_tabs.Controls.Add(accountsAndTradesTab); m_tabs.Location = new System.Drawing.Point(0, 25); m_tabs.Name = "m_tabs"; m_tabs.SelectedIndex = 0; m_tabs.Size = new System.Drawing.Size(784, 377); m_tabs.TabIndex = 0; // // calculatorTab // calculatorTab.Controls.Add(this.m_calculatorTabPropertyGrid); calculatorTab.Location = new System.Drawing.Point(4, 22); calculatorTab.Name = "calculatorTab"; calculatorTab.Padding = new System.Windows.Forms.Padding(3); calculatorTab.Size = new System.Drawing.Size(776, 351); calculatorTab.TabIndex = 0; calculatorTab.Text = "Calculator"; calculatorTab.UseVisualStyleBackColor = true; // // m_calculatorTabPropertyGrid // this.m_calculatorTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_calculatorTabPropertyGrid.Location = new System.Drawing.Point(3, 3); this.m_calculatorTabPropertyGrid.Name = "m_calculatorTabPropertyGrid"; this.m_calculatorTabPropertyGrid.Size = new System.Drawing.Size(770, 345); this.m_calculatorTabPropertyGrid.TabIndex = 0; // // symbolsTab // symbolsTab.Controls.Add(tableLayoutPanel2); symbolsTab.Location = new System.Drawing.Point(4, 22); symbolsTab.Name = "symbolsTab"; symbolsTab.Padding = new System.Windows.Forms.Padding(3); symbolsTab.Size = new System.Drawing.Size(776, 351); symbolsTab.TabIndex = 1; symbolsTab.Text = "Symbols"; symbolsTab.UseVisualStyleBackColor = true; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Controls.Add(this.m_symbols, 0, 0); tableLayoutPanel2.Controls.Add(this.m_symbolsTabPropertyGrid, 1, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Size = new System.Drawing.Size(770, 345); tableLayoutPanel2.TabIndex = 0; // // m_symbols // this.m_symbols.ContextMenuStrip = this.m_symbolsContextMenu; this.m_symbols.Dock = System.Windows.Forms.DockStyle.Fill; this.m_symbols.FormattingEnabled = true; this.m_symbols.Location = new System.Drawing.Point(3, 3); this.m_symbols.Name = "m_symbols"; this.m_symbols.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_symbols.Size = new System.Drawing.Size(379, 339); this.m_symbols.TabIndex = 0; this.m_symbols.SelectedIndexChanged += new System.EventHandler(this.OnSelectedSymbolsChanged); // // m_symbolsContextMenu // this.m_symbolsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem2, this.removeToolStripMenuItem2}); this.m_symbolsContextMenu.Name = "m_symbolsContextMenu"; this.m_symbolsContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem2 // this.addToolStripMenuItem2.Name = "addToolStripMenuItem2"; this.addToolStripMenuItem2.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem2.Text = "Add"; this.addToolStripMenuItem2.Click += new System.EventHandler(this.OnAddSymbol); // // removeToolStripMenuItem2 // this.removeToolStripMenuItem2.Name = "removeToolStripMenuItem2"; this.removeToolStripMenuItem2.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem2.Text = "Remove"; this.removeToolStripMenuItem2.Click += new System.EventHandler(this.OnRemoveSymbol); // // m_symbolsTabPropertyGrid // this.m_symbolsTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_symbolsTabPropertyGrid.Location = new System.Drawing.Point(388, 3); this.m_symbolsTabPropertyGrid.Name = "m_symbolsTabPropertyGrid"; this.m_symbolsTabPropertyGrid.Size = new System.Drawing.Size(379, 339); this.m_symbolsTabPropertyGrid.TabIndex = 1; // // currenciesTab // this.currenciesTab.Controls.Add(this.m_currencies); this.currenciesTab.Location = new System.Drawing.Point(4, 22); this.currenciesTab.Name = "currenciesTab"; this.currenciesTab.Padding = new System.Windows.Forms.Padding(3); this.currenciesTab.Size = new System.Drawing.Size(776, 351); this.currenciesTab.TabIndex = 4; this.currenciesTab.Text = "Currencies"; this.currenciesTab.UseVisualStyleBackColor = true; // // m_currencies // this.m_currencies.ContextMenuStrip = m_currenciesContextMenu; this.m_currencies.Dock = System.Windows.Forms.DockStyle.Fill; this.m_currencies.FormattingEnabled = true; this.m_currencies.Location = new System.Drawing.Point(3, 3); this.m_currencies.Name = "m_currencies"; this.m_currencies.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_currencies.Size = new System.Drawing.Size(770, 345); this.m_currencies.TabIndex = 0; // // m_currenciesContextMenu // m_currenciesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { addToolStripMenuItem4, removeToolStripMenuItem4, addMajorCurrenciesToolStripMenuItem, this.toolStripSeparator1, moveUpToolStripMenuItem, moveDownToolStripMenuItem}); m_currenciesContextMenu.Name = "m_currenciesContextMenu"; m_currenciesContextMenu.Size = new System.Drawing.Size(190, 120); // // addToolStripMenuItem4 // addToolStripMenuItem4.Name = "addToolStripMenuItem4"; addToolStripMenuItem4.Size = new System.Drawing.Size(189, 22); addToolStripMenuItem4.Text = "Add"; addToolStripMenuItem4.Click += new System.EventHandler(this.OnAddCurrency); // // removeToolStripMenuItem4 // removeToolStripMenuItem4.Name = "removeToolStripMenuItem4"; removeToolStripMenuItem4.Size = new System.Drawing.Size(189, 22); removeToolStripMenuItem4.Text = "Remove"; removeToolStripMenuItem4.Click += new System.EventHandler(this.OnRemoveCurrency); // // addMajorCurrenciesToolStripMenuItem // addMajorCurrenciesToolStripMenuItem.Name = "addMajorCurrenciesToolStripMenuItem"; addMajorCurrenciesToolStripMenuItem.Size = new System.Drawing.Size(189, 22); addMajorCurrenciesToolStripMenuItem.Text = "Add Major Currencies"; addMajorCurrenciesToolStripMenuItem.Click += new System.EventHandler(this.OnAddMajorCurrencies); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(186, 6); // // moveUpToolStripMenuItem // moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; moveUpToolStripMenuItem.Size = new System.Drawing.Size(189, 22); moveUpToolStripMenuItem.Text = "Move Up"; moveUpToolStripMenuItem.Click += new System.EventHandler(this.OnMoveUpCurrency); // // moveDownToolStripMenuItem // moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; moveDownToolStripMenuItem.Size = new System.Drawing.Size(189, 22); moveDownToolStripMenuItem.Text = "Move Down"; moveDownToolStripMenuItem.Click += new System.EventHandler(this.OnMoveDownCurrency); // // quotesTab // this.quotesTab.Controls.Add(this.tableLayoutPanel3); this.quotesTab.Location = new System.Drawing.Point(4, 22); this.quotesTab.Name = "quotesTab"; this.quotesTab.Padding = new System.Windows.Forms.Padding(3); this.quotesTab.Size = new System.Drawing.Size(776, 351); this.quotesTab.TabIndex = 2; this.quotesTab.Text = "Quotes"; this.quotesTab.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.m_quotes, 0, 0); this.tableLayoutPanel3.Controls.Add(this.m_quotesTabPropertyGrid, 1, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(770, 345); this.tableLayoutPanel3.TabIndex = 0; // // m_quotes // this.m_quotes.ContextMenuStrip = this.m_quotesContextMenu; this.m_quotes.Dock = System.Windows.Forms.DockStyle.Fill; this.m_quotes.FormattingEnabled = true; this.m_quotes.Location = new System.Drawing.Point(3, 3); this.m_quotes.Name = "m_quotes"; this.m_quotes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_quotes.Size = new System.Drawing.Size(379, 339); this.m_quotes.Sorted = true; this.m_quotes.TabIndex = 0; this.m_quotes.SelectedIndexChanged += new System.EventHandler(this.OnSelectedQuotesChanged); // // m_quotesContextMenu // this.m_quotesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem3, this.removeToolStripMenuItem3}); this.m_quotesContextMenu.Name = "m_quotesContextMenu"; this.m_quotesContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem3 // this.addToolStripMenuItem3.Name = "addToolStripMenuItem3"; this.addToolStripMenuItem3.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem3.Text = "Add"; this.addToolStripMenuItem3.Click += new System.EventHandler(this.OnAddQuote); // // removeToolStripMenuItem3 // this.removeToolStripMenuItem3.Name = "removeToolStripMenuItem3"; this.removeToolStripMenuItem3.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem3.Text = "Remove"; this.removeToolStripMenuItem3.Click += new System.EventHandler(this.OnRemoveQuote); // // m_quotesTabPropertyGrid // this.m_quotesTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_quotesTabPropertyGrid.Location = new System.Drawing.Point(388, 3); this.m_quotesTabPropertyGrid.Name = "m_quotesTabPropertyGrid"; this.m_quotesTabPropertyGrid.Size = new System.Drawing.Size(379, 339); this.m_quotesTabPropertyGrid.TabIndex = 1; // // accountsAndTradesTab // accountsAndTradesTab.Controls.Add(tableLayoutPanel1); accountsAndTradesTab.Location = new System.Drawing.Point(4, 22); accountsAndTradesTab.Name = "accountsAndTradesTab"; accountsAndTradesTab.Padding = new System.Windows.Forms.Padding(3); accountsAndTradesTab.Size = new System.Drawing.Size(776, 351); accountsAndTradesTab.TabIndex = 3; accountsAndTradesTab.Text = "Accounts & Trades"; accountsAndTradesTab.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F)); tableLayoutPanel1.Controls.Add(this.m_accounts, 0, 0); tableLayoutPanel1.Controls.Add(this.m_trades, 1, 0); tableLayoutPanel1.Controls.Add(this.m_accountsTabPropertyGrid, 2, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Size = new System.Drawing.Size(770, 345); tableLayoutPanel1.TabIndex = 0; // // m_accounts // this.m_accounts.ContextMenuStrip = this.m_acccountsContextMenu; this.m_accounts.Dock = System.Windows.Forms.DockStyle.Fill; this.m_accounts.FormattingEnabled = true; this.m_accounts.Location = new System.Drawing.Point(3, 3); this.m_accounts.Name = "m_accounts"; this.m_accounts.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_accounts.Size = new System.Drawing.Size(248, 339); this.m_accounts.TabIndex = 0; this.m_accounts.SelectedIndexChanged += new System.EventHandler(this.OnSelectedAccountsChanged); // // m_acccountsContextMenu // this.m_acccountsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem, this.removeToolStripMenuItem}); this.m_acccountsContextMenu.Name = "m_acccountsContextMenu"; this.m_acccountsContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem // this.addToolStripMenuItem.Name = "addToolStripMenuItem"; this.addToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem.Text = "Add"; this.addToolStripMenuItem.Click += new System.EventHandler(this.OnAddAccount); // // removeToolStripMenuItem // this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem.Text = "Remove"; this.removeToolStripMenuItem.Click += new System.EventHandler(this.OnRemoveAccount); // // m_trades // this.m_trades.ContextMenuStrip = this.m_tradesContextMenu; this.m_trades.Dock = System.Windows.Forms.DockStyle.Fill; this.m_trades.FormattingEnabled = true; this.m_trades.Location = new System.Drawing.Point(257, 3); this.m_trades.Name = "m_trades"; this.m_trades.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.m_trades.Size = new System.Drawing.Size(248, 339); this.m_trades.TabIndex = 1; this.m_trades.SelectedIndexChanged += new System.EventHandler(this.OnSelectedTradesChanged); // // m_tradesContextMenu // this.m_tradesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addToolStripMenuItem1, this.removeToolStripMenuItem1}); this.m_tradesContextMenu.Name = "m_tradesContextMenu"; this.m_tradesContextMenu.Size = new System.Drawing.Size(118, 48); // // addToolStripMenuItem1 // this.addToolStripMenuItem1.Name = "addToolStripMenuItem1"; this.addToolStripMenuItem1.Size = new System.Drawing.Size(117, 22); this.addToolStripMenuItem1.Text = "Add"; this.addToolStripMenuItem1.Click += new System.EventHandler(this.OnAddTrade); // // removeToolStripMenuItem1 // this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1"; this.removeToolStripMenuItem1.Size = new System.Drawing.Size(117, 22); this.removeToolStripMenuItem1.Text = "Remove"; this.removeToolStripMenuItem1.Click += new System.EventHandler(this.OnRemoveTrade); // // m_accountsTabPropertyGrid // this.m_accountsTabPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.m_accountsTabPropertyGrid.Location = new System.Drawing.Point(511, 3); this.m_accountsTabPropertyGrid.Name = "m_accountsTabPropertyGrid"; this.m_accountsTabPropertyGrid.Size = new System.Drawing.Size(256, 339); this.m_accountsTabPropertyGrid.TabIndex = 2; // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, serverToolStripMenuItem}); mainMenu.Location = new System.Drawing.Point(0, 0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(784, 24); mainMenu.TabIndex = 4; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, saveToolStripMenuItem, exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(146, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Click += new System.EventHandler(this.OnOpen); // // saveToolStripMenuItem // saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.OnSave); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.OnExit); // // serverToolStripMenuItem // serverToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { getSymbolsAndQuotesToolStripMenuItem}); serverToolStripMenuItem.Name = "serverToolStripMenuItem"; serverToolStripMenuItem.Size = new System.Drawing.Size(51, 20); serverToolStripMenuItem.Text = "Server"; // // getSymbolsAndQuotesToolStripMenuItem // getSymbolsAndQuotesToolStripMenuItem.Name = "getSymbolsAndQuotesToolStripMenuItem"; getSymbolsAndQuotesToolStripMenuItem.Size = new System.Drawing.Size(204, 22); getSymbolsAndQuotesToolStripMenuItem.Text = "Get Symbols and Quotes"; getSymbolsAndQuotesToolStripMenuItem.Click += new System.EventHandler(this.OnGetSymbolsAndQuotes); // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(234, 423); label1.Name = "label1"; label1.Size = new System.Drawing.Size(84, 13); label1.TabIndex = 5; label1.Text = "Calculation time:"; // // m_calculate // this.m_calculate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_calculate.Location = new System.Drawing.Point(24, 418); this.m_calculate.Name = "m_calculate"; this.m_calculate.Size = new System.Drawing.Size(75, 23); this.m_calculate.TabIndex = 2; this.m_calculate.Text = "Calculate"; this.m_calculate.UseVisualStyleBackColor = true; this.m_calculate.Click += new System.EventHandler(this.OnCalculate); // // m_clear // this.m_clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_clear.Location = new System.Drawing.Point(129, 418); this.m_clear.Name = "m_clear"; this.m_clear.Size = new System.Drawing.Size(75, 23); this.m_clear.TabIndex = 3; this.m_clear.Text = "Clear"; this.m_clear.UseVisualStyleBackColor = true; this.m_clear.Click += new System.EventHandler(this.OnClear); // // m_openFileDialog // this.m_openFileDialog.Filter = "TXT files|*.txt|All files|*.*"; // // m_saveFileDialog // this.m_saveFileDialog.Filter = "TXT files|*.txt|All files|*.*"; // // m_calculationTime // this.m_calculationTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_calculationTime.Location = new System.Drawing.Point(340, 421); this.m_calculationTime.Name = "m_calculationTime"; this.m_calculationTime.ReadOnly = true; this.m_calculationTime.Size = new System.Drawing.Size(100, 20); this.m_calculationTime.TabIndex = 6; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 461); this.Controls.Add(this.m_calculationTime); this.Controls.Add(label1); this.Controls.Add(mainMenu); this.Controls.Add(this.m_clear); this.Controls.Add(this.m_calculate); this.Controls.Add(m_tabs); this.MainMenuStrip = mainMenu; this.MinimumSize = new System.Drawing.Size(800, 200); this.Name = "MainForm"; this.Text = "Financial Example"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); m_tabs.ResumeLayout(false); calculatorTab.ResumeLayout(false); symbolsTab.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); this.m_symbolsContextMenu.ResumeLayout(false); this.currenciesTab.ResumeLayout(false); m_currenciesContextMenu.ResumeLayout(false); this.quotesTab.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.m_quotesContextMenu.ResumeLayout(false); accountsAndTradesTab.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); this.m_acccountsContextMenu.ResumeLayout(false); this.m_tradesContextMenu.ResumeLayout(false); mainMenu.ResumeLayout(false); mainMenu.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FRM_Principal)); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.txtUserLogado = new System.Windows.Forms.ToolStripStatusLabel(); this.txtLogado = new System.Windows.Forms.StatusStrip(); this.lblVersion = new System.Windows.Forms.Label(); this.mOcorrencia = new System.Windows.Forms.ToolStripMenuItem(); this.mAtendimento = new System.Windows.Forms.ToolStripMenuItem(); this.mDept = new System.Windows.Forms.ToolStripMenuItem(); this.mUser = new System.Windows.Forms.ToolStripMenuItem(); this.mConsulta = new System.Windows.Forms.ToolStripMenuItem(); this.mConfig = new System.Windows.Forms.ToolStripMenuItem(); this.mRelatorio = new System.Windows.Forms.ToolStripMenuItem(); this.mOFF = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); this.txtLogado.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.AllowMerge = false; menuStrip1.AutoSize = false; menuStrip1.BackColor = System.Drawing.Color.LightGray; menuStrip1.Dock = System.Windows.Forms.DockStyle.None; menuStrip1.ImeMode = System.Windows.Forms.ImeMode.On; menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mOcorrencia, this.mAtendimento, this.mDept, this.mUser, this.mConsulta, this.mConfig, this.mRelatorio, this.mOFF }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(1284, 61); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(102, 56); this.toolStripStatusLabel1.Text = "Bem-vindo, "; // // toolStripStatusLabel2 // this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 56); // // txtUserLogado // this.txtUserLogado.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtUserLogado.Name = "txtUserLogado"; this.txtUserLogado.Size = new System.Drawing.Size(56, 56); this.txtUserLogado.Text = "Name"; // // txtLogado // this.txtLogado.AutoSize = false; this.txtLogado.BackColor = System.Drawing.Color.Gray; this.txtLogado.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.toolStripStatusLabel2, this.txtUserLogado }); this.txtLogado.Location = new System.Drawing.Point(0, 640); this.txtLogado.Name = "txtLogado"; this.txtLogado.ShowItemToolTips = true; this.txtLogado.Size = new System.Drawing.Size(1284, 61); this.txtLogado.TabIndex = 2; this.txtLogado.Text = "statusStrip1"; // // lblVersion // this.lblVersion.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lblVersion.AutoSize = true; this.lblVersion.BackColor = System.Drawing.Color.LightGray; this.lblVersion.Font = new System.Drawing.Font("Trebuchet MS", 9.75F); this.lblVersion.Location = new System.Drawing.Point(1135, 9); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(50, 18); this.lblVersion.TabIndex = 4; this.lblVersion.Text = "Version"; // // mOcorrencia // this.mOcorrencia.BackColor = System.Drawing.Color.Transparent; this.mOcorrencia.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mOcorrencia.ForeColor = System.Drawing.Color.Black; this.mOcorrencia.Image = global::ControleOcorrencia.Properties.Resources.fix; this.mOcorrencia.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mOcorrencia.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mOcorrencia.Name = "mOcorrencia"; this.mOcorrencia.Size = new System.Drawing.Size(91, 57); this.mOcorrencia.Text = "Ocorrências"; this.mOcorrencia.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mOcorrencia.Click += new System.EventHandler(this.mOcorrencia_Click); // // mAtendimento // this.mAtendimento.BackColor = System.Drawing.Color.Transparent; this.mAtendimento.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mAtendimento.ForeColor = System.Drawing.Color.Black; this.mAtendimento.Image = global::ControleOcorrencia.Properties.Resources.support; this.mAtendimento.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mAtendimento.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mAtendimento.Name = "mAtendimento"; this.mAtendimento.Size = new System.Drawing.Size(100, 57); this.mAtendimento.Text = "Atendimento"; this.mAtendimento.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mAtendimento.Click += new System.EventHandler(this.mAtendimento_Click); // // mDept // this.mDept.BackColor = System.Drawing.Color.Transparent; this.mDept.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mDept.ForeColor = System.Drawing.Color.Black; this.mDept.Image = global::ControleOcorrencia.Properties.Resources.department; this.mDept.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mDept.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mDept.Name = "mDept"; this.mDept.Size = new System.Drawing.Size(114, 57); this.mDept.Text = "Departamentos"; this.mDept.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mDept.Click += new System.EventHandler(this.mDept_Click); // // mUser // this.mUser.BackColor = System.Drawing.Color.Transparent; this.mUser.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mUser.ForeColor = System.Drawing.Color.Black; this.mUser.Image = global::ControleOcorrencia.Properties.Resources.team; this.mUser.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mUser.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mUser.Name = "mUser"; this.mUser.Size = new System.Drawing.Size(72, 57); this.mUser.Text = "Usuários"; this.mUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mUser.Click += new System.EventHandler(this.mUser_Click); // // mConsulta // this.mConsulta.BackColor = System.Drawing.Color.Transparent; this.mConsulta.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mConsulta.ForeColor = System.Drawing.Color.Black; this.mConsulta.Image = global::ControleOcorrencia.Properties.Resources.search; this.mConsulta.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mConsulta.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mConsulta.Name = "mConsulta"; this.mConsulta.Size = new System.Drawing.Size(73, 57); this.mConsulta.Text = "Consulta"; this.mConsulta.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mConsulta.Click += new System.EventHandler(this.mConsulta_Click_1); // // mConfig // this.mConfig.BackColor = System.Drawing.Color.Transparent; this.mConfig.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mConfig.ForeColor = System.Drawing.Color.Black; this.mConfig.Image = global::ControleOcorrencia.Properties.Resources.configuration_5164; this.mConfig.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mConfig.Name = "mConfig"; this.mConfig.Size = new System.Drawing.Size(84, 57); this.mConfig.Text = "Configurar"; this.mConfig.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mConfig.Click += new System.EventHandler(this.mConfig_Click); // // mRelatorio // this.mRelatorio.BackColor = System.Drawing.Color.Transparent; this.mRelatorio.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mRelatorio.ForeColor = System.Drawing.Color.Black; this.mRelatorio.Image = global::ControleOcorrencia.Properties.Resources.graph; this.mRelatorio.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mRelatorio.Name = "mRelatorio"; this.mRelatorio.Size = new System.Drawing.Size(114, 57); this.mRelatorio.Text = "Balanço Mensal"; this.mRelatorio.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mRelatorio.Click += new System.EventHandler(this.mRelatorio_Click); // // mOFF // this.mOFF.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mOFF.ForeColor = System.Drawing.Color.Black; this.mOFF.Image = ((System.Drawing.Image)(resources.GetObject("mOFF.Image"))); this.mOFF.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mOFF.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mOFF.Name = "mOFF"; this.mOFF.Size = new System.Drawing.Size(58, 57); this.mOFF.Text = "Logoff"; this.mOFF.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mOFF.Click += new System.EventHandler(this.ocorrênciasToolStripMenuItem_Click); // // FRM_Principal // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1284, 701); this.Controls.Add(this.lblVersion); this.Controls.Add(this.txtLogado); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = menuStrip1; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1300, 740); this.MinimumSize = new System.Drawing.Size(1300, 740); this.Name = "FRM_Principal"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Principal"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FRM_Principal_FormClosed); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.txtLogado.ResumeLayout(false); this.txtLogado.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem newGameMenuItem; System.Windows.Forms.ToolStripMenuItem loadGameMenuItem; System.Windows.Forms.ToolStripMenuItem quitMenuItem; System.Windows.Forms.Label label1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.gridPanel = new System.Windows.Forms.Panel(); this.currentLevelLabel = new System.Windows.Forms.Label(); this.totalClicksLabel = new System.Windows.Forms.Label(); this.parLabel = new System.Windows.Forms.Label(); this.resetButton = new System.Windows.Forms.Button(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); newGameMenuItem = new System.Windows.Forms.ToolStripMenuItem(); loadGameMenuItem = new System.Windows.Forms.ToolStripMenuItem(); quitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); label1 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItem1}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(384, 24); menuStrip1.TabIndex = 2; menuStrip1.Text = "menuStrip1"; // // toolStripMenuItem1 // toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newGameMenuItem, loadGameMenuItem, this.toolStripSeparator1, quitMenuItem}); toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(50, 20); toolStripMenuItem1.Text = "Menu"; // // newGameMenuItem // newGameMenuItem.Name = "newGameMenuItem"; newGameMenuItem.Size = new System.Drawing.Size(134, 22); newGameMenuItem.Text = "New Game"; newGameMenuItem.Click += new System.EventHandler(this.newGameMenuItem_Click); // // loadGameMenuItem // loadGameMenuItem.Name = "loadGameMenuItem"; loadGameMenuItem.Size = new System.Drawing.Size(134, 22); loadGameMenuItem.Text = "Load Game"; loadGameMenuItem.Click += new System.EventHandler(this.loadGameMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6); // // quitMenuItem // quitMenuItem.Name = "quitMenuItem"; quitMenuItem.Size = new System.Drawing.Size(134, 22); quitMenuItem.Text = "Quit"; quitMenuItem.Click += new System.EventHandler(this.quitMenuItem_Click); // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(12, 361); label1.Name = "label1"; label1.Size = new System.Drawing.Size(73, 13); label1.TabIndex = 4; label1.Text = "Current Level:"; // // label3 // label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label3.AutoSize = true; label3.Location = new System.Drawing.Point(12, 378); label3.Name = "label3"; label3.Size = new System.Drawing.Size(65, 13); label3.TabIndex = 6; label3.Text = "Total Clicks:"; // // label2 // label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); label2.AutoSize = true; label2.Location = new System.Drawing.Point(296, 361); label2.Name = "label2"; label2.Size = new System.Drawing.Size(26, 13); label2.TabIndex = 9; label2.Text = "Par:"; // // gridPanel // this.gridPanel.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.gridPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gridPanel.BackColor = System.Drawing.SystemColors.Control; this.gridPanel.Location = new System.Drawing.Point(12, 28); this.gridPanel.Name = "gridPanel"; this.gridPanel.Size = new System.Drawing.Size(360, 326); this.gridPanel.TabIndex = 3; this.gridPanel.SizeChanged += new System.EventHandler(this.gridPanel_SizeChanged); // // currentLevelLabel // this.currentLevelLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.currentLevelLabel.AutoSize = true; this.currentLevelLabel.Location = new System.Drawing.Point(90, 361); this.currentLevelLabel.Name = "currentLevelLabel"; this.currentLevelLabel.Size = new System.Drawing.Size(13, 13); this.currentLevelLabel.TabIndex = 5; this.currentLevelLabel.Text = "0"; // // totalClicksLabel // this.totalClicksLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.totalClicksLabel.AutoSize = true; this.totalClicksLabel.Location = new System.Drawing.Point(90, 378); this.totalClicksLabel.Name = "totalClicksLabel"; this.totalClicksLabel.Size = new System.Drawing.Size(13, 13); this.totalClicksLabel.TabIndex = 7; this.totalClicksLabel.Text = "0"; // // parLabel // this.parLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.parLabel.AutoSize = true; this.parLabel.Location = new System.Drawing.Point(337, 361); this.parLabel.Name = "parLabel"; this.parLabel.Size = new System.Drawing.Size(13, 13); this.parLabel.TabIndex = 8; this.parLabel.Text = "0"; // // resetButton // this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.resetButton.Location = new System.Drawing.Point(297, 378); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(75, 23); this.resetButton.TabIndex = 10; this.resetButton.Text = "Reset"; this.resetButton.UseVisualStyleBackColor = true; this.resetButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.resetButton_MouseClick); // // MainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(384, 412); this.Controls.Add(this.resetButton); this.Controls.Add(label2); this.Controls.Add(this.parLabel); this.Controls.Add(this.totalClicksLabel); this.Controls.Add(label3); this.Controls.Add(this.currentLevelLabel); this.Controls.Add(label1); this.Controls.Add(this.gridPanel); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.Text = "Lytes"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); menuStrip1.ResumeLayout(false); 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() { System.Windows.Forms.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MovieManagerDialog)); this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._movieListBox = new System.Windows.Forms.ListBox(); this._descriptionTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this._ratingTextBox = new System.Windows.Forms.NumericUpDown(); this._directorComboBox = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this._directorsButton = new System.Windows.Forms.ToolStripButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this._newButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this._deleteButton = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer(); this._saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._openFileDialog = new System.Windows.Forms.OpenFileDialog(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._ratingTextBox)).BeginInit(); this.groupBox1.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.toolStripContainer2.ContentPanel.SuspendLayout(); this.toolStripContainer2.TopToolStripPanel.SuspendLayout(); this.toolStripContainer2.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.toolStripContainer3.ContentPanel.SuspendLayout(); this.toolStripContainer3.TopToolStripPanel.SuspendLayout(); this.toolStripContainer3.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Dock = System.Windows.Forms.DockStyle.None; menuStrip1.GripMargin = new System.Windows.Forms.Padding(0, 2, 0, 2); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem1, this.helpToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 4); menuStrip1.Size = new System.Drawing.Size(609, 25); menuStrip1.TabIndex = 14; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem1 // this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem1, this.toolStripSeparator, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem}); this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1"; this.fileToolStripMenuItem1.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0); this.fileToolStripMenuItem1.Size = new System.Drawing.Size(33, 19); this.fileToolStripMenuItem1.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem1 // this.openToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem1.Image"))); this.openToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta; this.openToolStripMenuItem1.Name = "openToolStripMenuItem1"; this.openToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.openToolStripMenuItem1.Text = "&Open"; this.openToolStripMenuItem1.Click += new System.EventHandler(this.openToolStripMenuItem1_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(149, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveAsToolStripMenuItem.Text = "Save &As"; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_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, 19); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.aboutToolStripMenuItem.Text = "&About..."; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // _movieListBox // this._movieListBox.Dock = System.Windows.Forms.DockStyle.Fill; this._movieListBox.FormattingEnabled = true; this._movieListBox.Location = new System.Drawing.Point(0, 0); this._movieListBox.Name = "_movieListBox"; this._movieListBox.Size = new System.Drawing.Size(258, 327); this._movieListBox.TabIndex = 0; // // _descriptionTextBox // this._descriptionTextBox.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._descriptionTextBox.Location = new System.Drawing.Point(72, 66); this._descriptionTextBox.Multiline = true; this._descriptionTextBox.Name = "_descriptionTextBox"; this._descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this._descriptionTextBox.Size = new System.Drawing.Size(244, 248); this._descriptionTextBox.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 69); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 5; this.label1.Text = "Description:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 13); this.label2.TabIndex = 6; this.label2.Text = "Director:"; // // _ratingTextBox // this._ratingTextBox.Location = new System.Drawing.Point(73, 13); this._ratingTextBox.Name = "_ratingTextBox"; this._ratingTextBox.Size = new System.Drawing.Size(49, 20); this._ratingTextBox.TabIndex = 7; // // _directorComboBox // this._directorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._directorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this._directorComboBox.FormattingEnabled = true; this._directorComboBox.Location = new System.Drawing.Point(72, 39); this._directorComboBox.Name = "_directorComboBox"; this._directorComboBox.Size = new System.Drawing.Size(244, 21); this._directorComboBox.TabIndex = 8; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 13); this.label3.TabIndex = 9; this.label3.Text = "Rating:"; // // groupBox1 // this.groupBox1.Controls.Add(this.toolStripContainer1); 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(335, 385); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "Details"; // // toolStripContainer1 // this.toolStripContainer1.BottomToolStripPanelVisible = false; // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.label3); this.toolStripContainer1.ContentPanel.Controls.Add(this.label2); this.toolStripContainer1.ContentPanel.Controls.Add(this._ratingTextBox); this.toolStripContainer1.ContentPanel.Controls.Add(this._directorComboBox); this.toolStripContainer1.ContentPanel.Controls.Add(this._descriptionTextBox); this.toolStripContainer1.ContentPanel.Controls.Add(this.label1); this.toolStripContainer1.ContentPanel.Padding = new System.Windows.Forms.Padding(10); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(329, 327); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.LeftToolStripPanelVisible = false; this.toolStripContainer1.Location = new System.Drawing.Point(3, 16); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.RightToolStripPanelVisible = false; this.toolStripContainer1.Size = new System.Drawing.Size(329, 366); this.toolStripContainer1.TabIndex = 10; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2); // // toolStrip2 // this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._directorsButton}); this.toolStrip2.Location = new System.Drawing.Point(3, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(102, 39); this.toolStrip2.TabIndex = 0; // // _directorsButton // this._directorsButton.Image = global::MovieLab.Properties.Resources.Director; this._directorsButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._directorsButton.Name = "_directorsButton"; this._directorsButton.Size = new System.Drawing.Size(99, 36); this._directorsButton.Text = "Directors..."; this._directorsButton.Click += new System.EventHandler(this._directorsButton_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.toolStripContainer2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(264, 385); this.groupBox2.TabIndex = 11; this.groupBox2.TabStop = false; this.groupBox2.Text = "Movies"; // // toolStripContainer2 // this.toolStripContainer2.BottomToolStripPanelVisible = false; // // toolStripContainer2.ContentPanel // this.toolStripContainer2.ContentPanel.Controls.Add(this._movieListBox); this.toolStripContainer2.ContentPanel.Size = new System.Drawing.Size(258, 327); this.toolStripContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer2.LeftToolStripPanelVisible = false; this.toolStripContainer2.Location = new System.Drawing.Point(3, 16); this.toolStripContainer2.Name = "toolStripContainer2"; this.toolStripContainer2.RightToolStripPanelVisible = false; this.toolStripContainer2.Size = new System.Drawing.Size(258, 366); this.toolStripContainer2.TabIndex = 4; this.toolStripContainer2.Text = "toolStripContainer2"; // // toolStripContainer2.TopToolStripPanel // this.toolStripContainer2.TopToolStripPanel.Controls.Add(this.toolStrip1); // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._newButton, this.toolStripSeparator1, this._deleteButton}); this.toolStrip1.Location = new System.Drawing.Point(3, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(161, 39); this.toolStrip1.TabIndex = 1; // // _newButton // this._newButton.Image = global::MovieLab.Properties.Resources.Movie; this._newButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._newButton.Name = "_newButton"; this._newButton.Size = new System.Drawing.Size(76, 36); this._newButton.Text = "New..."; this._newButton.ToolTipText = "New Movie"; this._newButton.Click += new System.EventHandler(this._newButton_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // // _deleteButton // this._deleteButton.Image = global::MovieLab.Properties.Resources.Delete; this._deleteButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._deleteButton.Name = "_deleteButton"; this._deleteButton.Size = new System.Drawing.Size(76, 36); this._deleteButton.Text = "Delete"; this._deleteButton.Click += new System.EventHandler(this._deleteButton_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox2); this.splitContainer1.Panel1MinSize = 200; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupBox1); this.splitContainer1.Panel2MinSize = 150; this.splitContainer1.Size = new System.Drawing.Size(609, 385); this.splitContainer1.SplitterDistance = 264; this.splitContainer1.SplitterWidth = 10; this.splitContainer1.TabIndex = 13; // // toolStripContainer3 // this.toolStripContainer3.BottomToolStripPanelVisible = false; // // toolStripContainer3.ContentPanel // this.toolStripContainer3.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer3.ContentPanel.Size = new System.Drawing.Size(609, 385); this.toolStripContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer3.LeftToolStripPanelVisible = false; this.toolStripContainer3.Location = new System.Drawing.Point(10, 10); this.toolStripContainer3.Name = "toolStripContainer3"; this.toolStripContainer3.RightToolStripPanelVisible = false; this.toolStripContainer3.Size = new System.Drawing.Size(609, 410); this.toolStripContainer3.TabIndex = 15; this.toolStripContainer3.Text = "toolStripContainer3"; // // toolStripContainer3.TopToolStripPanel // this.toolStripContainer3.TopToolStripPanel.Controls.Add(menuStrip1); // // _saveFileDialog // this._saveFileDialog.Filter = "Xml files (*.xml)|*.xml"; // // _openFileDialog // this._openFileDialog.FileName = "openFileDialog1"; // // MovieManagerDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(629, 430); this.Controls.Add(this.toolStripContainer3); this.MainMenuStrip = menuStrip1; this.MinimumSize = new System.Drawing.Size(500, 276); this.Name = "MovieManagerDialog"; this.Padding = new System.Windows.Forms.Padding(10); this.Text = "My Movies"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MovieManagerDialog_FormClosing); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._ratingTextBox)).EndInit(); this.groupBox1.ResumeLayout(false); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.ContentPanel.PerformLayout(); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.toolStripContainer2.ContentPanel.ResumeLayout(false); this.toolStripContainer2.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer2.TopToolStripPanel.PerformLayout(); this.toolStripContainer2.ResumeLayout(false); this.toolStripContainer2.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.toolStripContainer3.ContentPanel.ResumeLayout(false); this.toolStripContainer3.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer3.TopToolStripPanel.PerformLayout(); this.toolStripContainer3.ResumeLayout(false); this.toolStripContainer3.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip graphFormMenuStrip; System.Windows.Forms.ToolStripMenuItem FileMenu; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GraphForm)); System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem printSetupToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem viewMenu; System.Windows.Forms.ToolStripMenuItem editMenu; System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator6; System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator7; System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem; this.closeSpecterFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.measurePanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); graphFormMenuStrip = new System.Windows.Forms.MenuStrip(); FileMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); printSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); viewMenu = new System.Windows.Forms.ToolStripMenuItem(); editMenu = new System.Windows.Forms.ToolStripMenuItem(); undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); graphFormMenuStrip.SuspendLayout(); this.SuspendLayout(); // // graphFormMenuStrip // graphFormMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { FileMenu, viewMenu, editMenu}); resources.ApplyResources(graphFormMenuStrip, "graphFormMenuStrip"); graphFormMenuStrip.Name = "graphFormMenuStrip"; // // FileMenu // FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.closeSpecterFileToolStripMenuItem, this.saveToolStripMenuItem, toolStripSeparator4, printToolStripMenuItem, printPreviewToolStripMenuItem, printSetupToolStripMenuItem, toolStripSeparator5}); FileMenu.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; FileMenu.MergeIndex = 0; FileMenu.Name = "FileMenu"; resources.ApplyResources(FileMenu, "FileMenu"); // // closeSpecterFileToolStripMenuItem // resources.ApplyResources(this.closeSpecterFileToolStripMenuItem, "closeSpecterFileToolStripMenuItem"); this.closeSpecterFileToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.closeSpecterFileToolStripMenuItem.MergeIndex = 1; this.closeSpecterFileToolStripMenuItem.Name = "closeSpecterFileToolStripMenuItem"; this.closeSpecterFileToolStripMenuItem.Click += new System.EventHandler(this.closeSpecterFileToolStripMenuItem_Click); // // saveToolStripMenuItem // resources.ApplyResources(this.saveToolStripMenuItem, "saveToolStripMenuItem"); this.saveToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.saveToolStripMenuItem.MergeIndex = 2; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // toolStripSeparator4 // toolStripSeparator4.MergeAction = System.Windows.Forms.MergeAction.Insert; toolStripSeparator4.MergeIndex = 3; toolStripSeparator4.Name = "toolStripSeparator4"; resources.ApplyResources(toolStripSeparator4, "toolStripSeparator4"); // // printToolStripMenuItem // resources.ApplyResources(printToolStripMenuItem, "printToolStripMenuItem"); printToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; printToolStripMenuItem.MergeIndex = 4; printToolStripMenuItem.Name = "printToolStripMenuItem"; // // printPreviewToolStripMenuItem // resources.ApplyResources(printPreviewToolStripMenuItem, "printPreviewToolStripMenuItem"); printPreviewToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; printPreviewToolStripMenuItem.MergeIndex = 5; printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem"; // // printSetupToolStripMenuItem // printSetupToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; printSetupToolStripMenuItem.MergeIndex = 6; printSetupToolStripMenuItem.Name = "printSetupToolStripMenuItem"; resources.ApplyResources(printSetupToolStripMenuItem, "printSetupToolStripMenuItem"); // // toolStripSeparator5 // toolStripSeparator5.MergeAction = System.Windows.Forms.MergeAction.Insert; toolStripSeparator5.MergeIndex = 7; toolStripSeparator5.Name = "toolStripSeparator5"; resources.ApplyResources(toolStripSeparator5, "toolStripSeparator5"); // // viewMenu // viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.measurePanelToolStripMenuItem}); viewMenu.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; viewMenu.Name = "viewMenu"; resources.ApplyResources(viewMenu, "viewMenu"); // // measurePanelToolStripMenuItem // this.measurePanelToolStripMenuItem.Checked = true; this.measurePanelToolStripMenuItem.CheckOnClick = true; this.measurePanelToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.measurePanelToolStripMenuItem.Name = "measurePanelToolStripMenuItem"; resources.ApplyResources(this.measurePanelToolStripMenuItem, "measurePanelToolStripMenuItem"); this.measurePanelToolStripMenuItem.CheckedChanged += new System.EventHandler(this.measurePanelToolStripMenuItem_CheckedChanged); // // editMenu // editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { undoToolStripMenuItem, redoToolStripMenuItem, toolStripSeparator6, cutToolStripMenuItem, copyToolStripMenuItem, pasteToolStripMenuItem, toolStripSeparator7, selectAllToolStripMenuItem}); editMenu.MergeAction = System.Windows.Forms.MergeAction.Insert; editMenu.MergeIndex = 1; editMenu.Name = "editMenu"; resources.ApplyResources(editMenu, "editMenu"); // // undoToolStripMenuItem // resources.ApplyResources(undoToolStripMenuItem, "undoToolStripMenuItem"); undoToolStripMenuItem.Name = "undoToolStripMenuItem"; // // redoToolStripMenuItem // resources.ApplyResources(redoToolStripMenuItem, "redoToolStripMenuItem"); redoToolStripMenuItem.Name = "redoToolStripMenuItem"; // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; resources.ApplyResources(toolStripSeparator6, "toolStripSeparator6"); // // cutToolStripMenuItem // resources.ApplyResources(cutToolStripMenuItem, "cutToolStripMenuItem"); cutToolStripMenuItem.Name = "cutToolStripMenuItem"; // // copyToolStripMenuItem // resources.ApplyResources(copyToolStripMenuItem, "copyToolStripMenuItem"); copyToolStripMenuItem.Name = "copyToolStripMenuItem"; // // pasteToolStripMenuItem // resources.ApplyResources(pasteToolStripMenuItem, "pasteToolStripMenuItem"); pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; // // toolStripSeparator7 // toolStripSeparator7.Name = "toolStripSeparator7"; resources.ApplyResources(toolStripSeparator7, "toolStripSeparator7"); // // selectAllToolStripMenuItem // selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; resources.ApplyResources(selectAllToolStripMenuItem, "selectAllToolStripMenuItem"); // // GraphForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ControlBox = false; this.Controls.Add(graphFormMenuStrip); this.MainMenuStrip = graphFormMenuStrip; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GraphForm"; this.ShowIcon = false; graphFormMenuStrip.ResumeLayout(false); graphFormMenuStrip.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.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.Panel panel1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Panel panel2; System.Windows.Forms.Panel panel3; System.Windows.Forms.ToolStrip toolStrip1; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importFromROMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.palettePanel = new System.Windows.Forms.Panel(); this.centerButton = new System.Windows.Forms.Button(); this.showCenterCheckBox = new System.Windows.Forms.CheckBox(); this.offsetYNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.offsetXNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.spriteImagePanel = new System.Windows.Forms.Panel(); this.pencilToolStripButton = new System.Windows.Forms.ToolStripButton(); this.fillToolStripButton = new System.Windows.Forms.ToolStripButton(); this.importButton = new System.Windows.Forms.Button(); this.exportButton = new System.Windows.Forms.Button(); this.paletteContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.importPaletteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importMDPaletteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportPaletteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); panel1 = new System.Windows.Forms.Panel(); groupBox1 = new System.Windows.Forms.GroupBox(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); panel2 = new System.Windows.Forms.Panel(); panel3 = new System.Windows.Forms.Panel(); toolStrip1 = new System.Windows.Forms.ToolStrip(); menuStrip1.SuspendLayout(); panel1.SuspendLayout(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.offsetYNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.offsetXNumericUpDown)).BeginInit(); panel2.SuspendLayout(); panel3.SuspendLayout(); toolStrip1.SuspendLayout(); this.paletteContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(584, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.importFromROMToolStripMenuItem, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripSeparator1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // importFromROMToolStripMenuItem // this.importFromROMToolStripMenuItem.Name = "importFromROMToolStripMenuItem"; this.importFromROMToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.importFromROMToolStripMenuItem.Text = "&Import from ROM..."; this.importFromROMToolStripMenuItem.Click += new System.EventHandler(this.importFromROMToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.S))); this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.saveAsToolStripMenuItem.Text = "Save &As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(183, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // panel1 // panel1.AutoScroll = true; panel1.Controls.Add(this.palettePanel); panel1.Dock = System.Windows.Forms.DockStyle.Top; panel1.Location = new System.Drawing.Point(0, 24); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(584, 256); panel1.TabIndex = 1; // // palettePanel // this.palettePanel.Location = new System.Drawing.Point(0, 0); this.palettePanel.Margin = new System.Windows.Forms.Padding(0); this.palettePanel.Name = "palettePanel"; this.palettePanel.Size = new System.Drawing.Size(512, 512); this.palettePanel.TabIndex = 0; this.palettePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.palettePanel_Paint); this.palettePanel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.palettePanel_MouseDoubleClick); this.palettePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.palettePanel_MouseDown); // // groupBox1 // groupBox1.AutoSize = true; groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox1.Controls.Add(this.centerButton); groupBox1.Controls.Add(this.showCenterCheckBox); groupBox1.Controls.Add(this.offsetYNumericUpDown); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(this.offsetXNumericUpDown); groupBox1.Controls.Add(label1); groupBox1.Location = new System.Drawing.Point(12, 286); groupBox1.Name = "groupBox1"; groupBox1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); groupBox1.Size = new System.Drawing.Size(182, 84); groupBox1.TabIndex = 2; groupBox1.TabStop = false; groupBox1.Text = "Offset"; // // centerButton // this.centerButton.AutoSize = true; this.centerButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.centerButton.Location = new System.Drawing.Point(6, 45); this.centerButton.Name = "centerButton"; this.centerButton.Size = new System.Drawing.Size(48, 23); this.centerButton.TabIndex = 4; this.centerButton.Text = "Center"; this.centerButton.UseVisualStyleBackColor = true; this.centerButton.Click += new System.EventHandler(this.centerButton_Click); // // showCenterCheckBox // this.showCenterCheckBox.AutoSize = true; this.showCenterCheckBox.Location = new System.Drawing.Point(60, 49); this.showCenterCheckBox.Name = "showCenterCheckBox"; this.showCenterCheckBox.Size = new System.Drawing.Size(53, 17); this.showCenterCheckBox.TabIndex = 17; this.showCenterCheckBox.Text = "Show"; this.showCenterCheckBox.UseVisualStyleBackColor = true; this.showCenterCheckBox.CheckedChanged += new System.EventHandler(this.showCenterCheckBox_CheckedChanged); // // offsetYNumericUpDown // this.offsetYNumericUpDown.Location = new System.Drawing.Point(121, 19); this.offsetYNumericUpDown.Maximum = new decimal(new int[] { 127, 0, 0, 0 }); this.offsetYNumericUpDown.Minimum = new decimal(new int[] { 128, 0, 0, -2147483648 }); this.offsetYNumericUpDown.Name = "offsetYNumericUpDown"; this.offsetYNumericUpDown.Size = new System.Drawing.Size(55, 20); this.offsetYNumericUpDown.TabIndex = 3; this.offsetYNumericUpDown.Value = new decimal(new int[] { 16, 0, 0, -2147483648 }); this.offsetYNumericUpDown.ValueChanged += new System.EventHandler(this.offsetYNumericUpDown_ValueChanged); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(98, 21); label2.Name = "label2"; label2.Size = new System.Drawing.Size(17, 13); label2.TabIndex = 2; label2.Text = "Y:"; // // offsetXNumericUpDown // this.offsetXNumericUpDown.Location = new System.Drawing.Point(29, 19); this.offsetXNumericUpDown.Maximum = new decimal(new int[] { 32767, 0, 0, 0 }); this.offsetXNumericUpDown.Minimum = new decimal(new int[] { 32768, 0, 0, -2147483648 }); this.offsetXNumericUpDown.Name = "offsetXNumericUpDown"; this.offsetXNumericUpDown.Size = new System.Drawing.Size(63, 20); this.offsetXNumericUpDown.TabIndex = 1; this.offsetXNumericUpDown.Value = new decimal(new int[] { 16, 0, 0, -2147483648 }); this.offsetXNumericUpDown.ValueChanged += new System.EventHandler(this.offsetXNumericUpDown_ValueChanged); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 21); label1.Name = "label1"; label1.Size = new System.Drawing.Size(17, 13); label1.TabIndex = 0; label1.Text = "X:"; // // panel2 // panel2.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))); panel2.AutoScroll = true; panel2.Controls.Add(panel3); panel2.Controls.Add(toolStrip1); panel2.Location = new System.Drawing.Point(200, 286); panel2.Name = "panel2"; panel2.Size = new System.Drawing.Size(372, 264); panel2.TabIndex = 16; // // panel3 // panel3.Controls.Add(this.spriteImagePanel); panel3.Dock = System.Windows.Forms.DockStyle.Fill; panel3.Location = new System.Drawing.Point(24, 0); panel3.Name = "panel3"; panel3.Size = new System.Drawing.Size(348, 264); panel3.TabIndex = 4; // // spriteImagePanel // this.spriteImagePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.spriteImagePanel.Location = new System.Drawing.Point(0, 0); this.spriteImagePanel.Margin = new System.Windows.Forms.Padding(0); this.spriteImagePanel.Name = "spriteImagePanel"; this.spriteImagePanel.Size = new System.Drawing.Size(128, 128); this.spriteImagePanel.TabIndex = 3; this.spriteImagePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.spriteImagePanel_Paint); this.spriteImagePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.spriteImagePanel_MouseDown); this.spriteImagePanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.spriteImagePanel_MouseMove); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.Left; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pencilToolStripButton, this.fillToolStripButton }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(24, 264); toolStrip1.TabIndex = 17; toolStrip1.Text = "toolStrip1"; // // pencilToolStripButton // this.pencilToolStripButton.Checked = true; this.pencilToolStripButton.CheckState = System.Windows.Forms.CheckState.Checked; this.pencilToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.pencilToolStripButton.Image = global::ChaotixSpriteEdit.Properties.Resources.pencil; this.pencilToolStripButton.Name = "pencilToolStripButton"; this.pencilToolStripButton.Size = new System.Drawing.Size(21, 20); this.pencilToolStripButton.Text = "Pencil"; this.pencilToolStripButton.Click += new System.EventHandler(this.pencilToolStripButton_Click); // // fillToolStripButton // this.fillToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.fillToolStripButton.Image = global::ChaotixSpriteEdit.Properties.Resources.fill; this.fillToolStripButton.Name = "fillToolStripButton"; this.fillToolStripButton.Size = new System.Drawing.Size(21, 20); this.fillToolStripButton.Text = "Fill"; this.fillToolStripButton.Click += new System.EventHandler(this.fillToolStripButton_Click); // // importButton // this.importButton.AutoSize = true; this.importButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.importButton.Location = new System.Drawing.Point(12, 376); this.importButton.Name = "importButton"; this.importButton.Size = new System.Drawing.Size(46, 23); this.importButton.TabIndex = 14; this.importButton.Text = "Import"; this.importButton.UseVisualStyleBackColor = true; this.importButton.Click += new System.EventHandler(this.importButton_Click); // // exportButton // this.exportButton.AutoSize = true; this.exportButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.exportButton.Location = new System.Drawing.Point(64, 376); this.exportButton.Name = "exportButton"; this.exportButton.Size = new System.Drawing.Size(47, 23); this.exportButton.TabIndex = 15; this.exportButton.Text = "Export"; this.exportButton.UseVisualStyleBackColor = true; this.exportButton.Click += new System.EventHandler(this.exportButton_Click); // // paletteContextMenuStrip // this.paletteContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.importPaletteToolStripMenuItem, this.importMDPaletteToolStripMenuItem, this.exportPaletteToolStripMenuItem }); this.paletteContextMenuStrip.Name = "paletteContextMenuStrip"; this.paletteContextMenuStrip.Size = new System.Drawing.Size(153, 92); // // importPaletteToolStripMenuItem // this.importPaletteToolStripMenuItem.Name = "importPaletteToolStripMenuItem"; this.importPaletteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.importPaletteToolStripMenuItem.Text = "Import..."; this.importPaletteToolStripMenuItem.Click += new System.EventHandler(this.importPaletteToolStripMenuItem_Click); // // importMDPaletteToolStripMenuItem // this.importMDPaletteToolStripMenuItem.Name = "importMDPaletteToolStripMenuItem"; this.importMDPaletteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.importMDPaletteToolStripMenuItem.Text = "Import MD..."; this.importMDPaletteToolStripMenuItem.Click += new System.EventHandler(this.importMDPaletteToolStripMenuItem_Click); // // exportPaletteToolStripMenuItem // this.exportPaletteToolStripMenuItem.Name = "exportPaletteToolStripMenuItem"; this.exportPaletteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exportPaletteToolStripMenuItem.Text = "Export..."; this.exportPaletteToolStripMenuItem.Click += new System.EventHandler(this.exportPaletteToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 562); this.Controls.Add(panel2); this.Controls.Add(this.exportButton); this.Controls.Add(this.importButton); this.Controls.Add(groupBox1); this.Controls.Add(panel1); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.Text = "Chaotix Sprite Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); panel1.ResumeLayout(false); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.offsetYNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.offsetXNumericUpDown)).EndInit(); panel2.ResumeLayout(false); panel2.PerformLayout(); panel3.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.paletteContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; System.Windows.Forms.Button returnToAccountsButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainView)); this.tabView = new System.Windows.Forms.TabControl(); this.OverviewTabPage = new System.Windows.Forms.TabPage(); this.AccountsTabPage = new System.Windows.Forms.TabPage(); this.accountViewContainer = new System.Windows.Forms.Panel(); this.accountRegister = new SharpBooks.UI.AccountRegister(); this.accountViewActions = new System.Windows.Forms.Panel(); this.newTransactionButton = new System.Windows.Forms.Button(); this.accountTree = new SharpBooks.UI.AccountTree(); this.accountImages = new System.Windows.Forms.ImageList(this.components); this.AccountsList = new System.Windows.Forms.TreeView(); this.PaymentsTabPage = new System.Windows.Forms.TabPage(); this.InvestmentsTabItem = new System.Windows.Forms.TabPage(); mainMenu = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); returnToAccountsButton = new System.Windows.Forms.Button(); mainMenu.SuspendLayout(); this.tabView.SuspendLayout(); this.AccountsTabPage.SuspendLayout(); this.accountViewContainer.SuspendLayout(); this.accountViewActions.SuspendLayout(); this.SuspendLayout(); // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem}); mainMenu.Location = new System.Drawing.Point(0, 0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(784, 24); mainMenu.TabIndex = 0; mainMenu.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, closeToolStripMenuItem, saveToolStripMenuItem, saveAsToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(186, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Click += new System.EventHandler(this.New_Click); // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(186, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Click += new System.EventHandler(this.Open_Click); // // closeToolStripMenuItem // closeToolStripMenuItem.Name = "closeToolStripMenuItem"; closeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W))); closeToolStripMenuItem.Size = new System.Drawing.Size(186, 22); closeToolStripMenuItem.Text = "&Close"; closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click); // // saveToolStripMenuItem // saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(186, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.Save_Click); // // saveAsToolStripMenuItem // saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); saveAsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); saveAsToolStripMenuItem.Text = "Save &As"; saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAs_Click); // // returnToAccountsButton // returnToAccountsButton.Location = new System.Drawing.Point(0, 0); returnToAccountsButton.Name = "returnToAccountsButton"; returnToAccountsButton.Size = new System.Drawing.Size(108, 23); returnToAccountsButton.TabIndex = 0; returnToAccountsButton.Text = "Back to Accounts"; returnToAccountsButton.UseVisualStyleBackColor = true; returnToAccountsButton.Click += new System.EventHandler(this.ReturnToAccounts_Click); // // tabView // this.tabView.Controls.Add(this.OverviewTabPage); this.tabView.Controls.Add(this.AccountsTabPage); this.tabView.Controls.Add(this.PaymentsTabPage); this.tabView.Controls.Add(this.InvestmentsTabItem); this.tabView.Dock = System.Windows.Forms.DockStyle.Fill; this.tabView.Location = new System.Drawing.Point(0, 24); this.tabView.Name = "tabView"; this.tabView.SelectedIndex = 0; this.tabView.Size = new System.Drawing.Size(784, 388); this.tabView.TabIndex = 1; // // OverviewTabPage // this.OverviewTabPage.Location = new System.Drawing.Point(4, 22); this.OverviewTabPage.Name = "OverviewTabPage"; this.OverviewTabPage.Padding = new System.Windows.Forms.Padding(3); this.OverviewTabPage.Size = new System.Drawing.Size(776, 362); this.OverviewTabPage.TabIndex = 0; this.OverviewTabPage.Text = "Overview"; this.OverviewTabPage.UseVisualStyleBackColor = true; // // AccountsTabPage // this.AccountsTabPage.Controls.Add(this.accountViewContainer); this.AccountsTabPage.Controls.Add(this.accountTree); this.AccountsTabPage.Controls.Add(this.AccountsList); this.AccountsTabPage.Location = new System.Drawing.Point(4, 22); this.AccountsTabPage.Name = "AccountsTabPage"; this.AccountsTabPage.Padding = new System.Windows.Forms.Padding(3); this.AccountsTabPage.Size = new System.Drawing.Size(776, 362); this.AccountsTabPage.TabIndex = 1; this.AccountsTabPage.Text = "Accounts / Expenses"; this.AccountsTabPage.UseVisualStyleBackColor = true; // // accountViewContainer // this.accountViewContainer.Controls.Add(this.accountRegister); this.accountViewContainer.Controls.Add(this.accountViewActions); this.accountViewContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.accountViewContainer.Location = new System.Drawing.Point(3, 3); this.accountViewContainer.Name = "accountViewContainer"; this.accountViewContainer.Size = new System.Drawing.Size(770, 356); this.accountViewContainer.TabIndex = 3; this.accountViewContainer.Visible = false; // // accountRegister // this.accountRegister.BackColor = System.Drawing.SystemColors.Window; this.accountRegister.Dock = System.Windows.Forms.DockStyle.Fill; this.accountRegister.Location = new System.Drawing.Point(0, 23); this.accountRegister.Name = "accountRegister"; this.accountRegister.Size = new System.Drawing.Size(770, 333); this.accountRegister.TabIndex = 3; this.accountRegister.TransactionUpdated += new System.EventHandler<SharpBooks.UI.TransactionUpdatedEventArgs>(this.AccountRegister_TransactionUpdated); this.accountRegister.TransactionCreated += new System.EventHandler<SharpBooks.UI.TransactionCreatedEventArgs>(this.AccountRegister_TransactionCreated); // // accountViewActions // this.accountViewActions.Controls.Add(this.newTransactionButton); this.accountViewActions.Controls.Add(returnToAccountsButton); this.accountViewActions.Dock = System.Windows.Forms.DockStyle.Top; this.accountViewActions.Location = new System.Drawing.Point(0, 0); this.accountViewActions.Name = "accountViewActions"; this.accountViewActions.Size = new System.Drawing.Size(770, 23); this.accountViewActions.TabIndex = 4; // // newTransactionButton // this.newTransactionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.newTransactionButton.Location = new System.Drawing.Point(662, 0); this.newTransactionButton.Name = "newTransactionButton"; this.newTransactionButton.Size = new System.Drawing.Size(108, 23); this.newTransactionButton.TabIndex = 1; this.newTransactionButton.Text = "&New Transaction"; this.newTransactionButton.UseVisualStyleBackColor = true; this.newTransactionButton.Click += new System.EventHandler(this.newTransactionButton_Click); // // accountTree // this.accountTree.Book = null; this.accountTree.Dock = System.Windows.Forms.DockStyle.Fill; this.accountTree.ImageList = this.accountImages; this.accountTree.Location = new System.Drawing.Point(3, 3); this.accountTree.Name = "accountTree"; this.accountTree.Size = new System.Drawing.Size(770, 356); this.accountTree.TabIndex = 1; this.accountTree.AccountSelected += new System.EventHandler<SharpBooks.Plugins.AccountSelectedEventArgs>(this.AccountTree_AccountSelected); this.accountTree.NewAccountRequested += new System.EventHandler<SharpBooks.Plugins.NewAccountRequestedEventArgs>(this.AccountTree_NewAccountRequested); this.accountTree.AccountDeleteRequested += new System.EventHandler<SharpBooks.Plugins.AccountDeleteRequestedEventArgs>(this.AccountTree_AccountDeleteRequested); // // accountImages // this.accountImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("accountImages.ImageStream"))); this.accountImages.TransparentColor = System.Drawing.Color.Transparent; this.accountImages.Images.SetKeyName(0, "Coinstack.png"); // // AccountsList // this.AccountsList.Dock = System.Windows.Forms.DockStyle.Fill; this.AccountsList.Location = new System.Drawing.Point(3, 3); this.AccountsList.Name = "AccountsList"; this.AccountsList.Size = new System.Drawing.Size(770, 356); this.AccountsList.TabIndex = 0; // // PaymentsTabPage // this.PaymentsTabPage.Location = new System.Drawing.Point(4, 22); this.PaymentsTabPage.Name = "PaymentsTabPage"; this.PaymentsTabPage.Padding = new System.Windows.Forms.Padding(3); this.PaymentsTabPage.Size = new System.Drawing.Size(776, 362); this.PaymentsTabPage.TabIndex = 2; this.PaymentsTabPage.Text = "Payments"; this.PaymentsTabPage.UseVisualStyleBackColor = true; // // InvestmentsTabItem // this.InvestmentsTabItem.Location = new System.Drawing.Point(4, 22); this.InvestmentsTabItem.Name = "InvestmentsTabItem"; this.InvestmentsTabItem.Padding = new System.Windows.Forms.Padding(3); this.InvestmentsTabItem.Size = new System.Drawing.Size(776, 362); this.InvestmentsTabItem.TabIndex = 3; this.InvestmentsTabItem.Text = "Investments"; this.InvestmentsTabItem.UseVisualStyleBackColor = true; // // MainView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 412); this.Controls.Add(this.tabView); this.Controls.Add(mainMenu); this.MainMenuStrip = mainMenu; this.Name = "MainView"; this.Text = "MainView"; mainMenu.ResumeLayout(false); mainMenu.PerformLayout(); this.tabView.ResumeLayout(false); this.AccountsTabPage.ResumeLayout(false); this.accountViewContainer.ResumeLayout(false); this.accountViewActions.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip mainMenuStrip; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStrip mainToolStrip; System.Windows.Forms.ToolStripButton newToolStripButton; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripButton exitToolStripButton; this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.startStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripButton = new System.Windows.Forms.ToolStripButton(); this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton(); this.startStopToolStripButton = new System.Windows.Forms.ToolStripButton(); this.projectsListView = new System.Windows.Forms.ListView(); this.logTextBox = new System.Windows.Forms.TextBox(); mainMenuStrip = new System.Windows.Forms.MenuStrip(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mainToolStrip = new System.Windows.Forms.ToolStrip(); newToolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripButton = new System.Windows.Forms.ToolStripButton(); mainMenuStrip.SuspendLayout(); mainToolStrip.SuspendLayout(); this.SuspendLayout(); // // mainMenuStrip // mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.projectToolStripMenuItem }); mainMenuStrip.Location = new System.Drawing.Point(0, 0); mainMenuStrip.Name = "mainMenuStrip"; mainMenuStrip.Size = new System.Drawing.Size(784, 24); mainMenuStrip.TabIndex = 0; // // projectToolStripMenuItem // this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, this.editToolStripMenuItem, this.deleteToolStripMenuItem, toolStripSeparator1, this.startStopToolStripMenuItem, toolStripSeparator2, exitToolStripMenuItem }); this.projectToolStripMenuItem.Name = "projectToolStripMenuItem"; this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.projectToolStripMenuItem.Text = "&Project"; // // newToolStripMenuItem // newToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.New; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(150, 22); newToolStripMenuItem.Text = "&New..."; newToolStripMenuItem.Click += new System.EventHandler(this.NewProject); // // editToolStripMenuItem // this.editToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Edit; this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.editToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.editToolStripMenuItem.Text = "&Edit..."; this.editToolStripMenuItem.Click += new System.EventHandler(this.EditProject); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Delete; this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.deleteToolStripMenuItem.Text = "&Delete..."; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteProject); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(147, 6); // // startStopToolStripMenuItem // this.startStopToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Start; this.startStopToolStripMenuItem.Name = "startStopToolStripMenuItem"; this.startStopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.startStopToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.startStopToolStripMenuItem.Text = "&Start"; this.startStopToolStripMenuItem.Click += new System.EventHandler(this.StartStopPreprocessing); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(147, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Exit; exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); exitToolStripMenuItem.Size = new System.Drawing.Size(150, 22); exitToolStripMenuItem.Text = "&Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.Exit); // // mainToolStrip // mainToolStrip.BackColor = System.Drawing.SystemColors.Control; mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripButton, this.editToolStripButton, this.deleteToolStripButton, toolStripSeparator3, this.startStopToolStripButton, toolStripSeparator4, exitToolStripButton }); mainToolStrip.Location = new System.Drawing.Point(0, 24); mainToolStrip.Name = "mainToolStrip"; mainToolStrip.Size = new System.Drawing.Size(784, 25); mainToolStrip.TabIndex = 1; // // newToolStripButton // newToolStripButton.Image = global::NSass.Tool.Properties.Resources.New; newToolStripButton.Name = "newToolStripButton"; newToolStripButton.Size = new System.Drawing.Size(23, 22); newToolStripButton.ToolTipText = "New project..."; newToolStripButton.Click += new System.EventHandler(this.NewProject); // // editToolStripButton // this.editToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.editToolStripButton.Image = global::NSass.Tool.Properties.Resources.Edit; this.editToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.editToolStripButton.Name = "editToolStripButton"; this.editToolStripButton.Size = new System.Drawing.Size(23, 22); this.editToolStripButton.Text = "toolStripButton1"; this.editToolStripButton.ToolTipText = "Edit project..."; this.editToolStripButton.Click += new System.EventHandler(this.EditProject); // // deleteToolStripButton // this.deleteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.deleteToolStripButton.Image = global::NSass.Tool.Properties.Resources.Delete; this.deleteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteToolStripButton.Name = "deleteToolStripButton"; this.deleteToolStripButton.Size = new System.Drawing.Size(23, 22); this.deleteToolStripButton.Text = "toolStripButton2"; this.deleteToolStripButton.ToolTipText = "Delete project..."; this.deleteToolStripButton.Click += new System.EventHandler(this.DeleteProject); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // startStopToolStripButton // this.startStopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.startStopToolStripButton.Image = global::NSass.Tool.Properties.Resources.Start; this.startStopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.startStopToolStripButton.Name = "startStopToolStripButton"; this.startStopToolStripButton.Size = new System.Drawing.Size(23, 22); this.startStopToolStripButton.Text = "toolStripButton3"; this.startStopToolStripButton.ToolTipText = "Start preprocessing"; this.startStopToolStripButton.Click += new System.EventHandler(this.StartStopPreprocessing); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // exitToolStripButton // exitToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; exitToolStripButton.Image = global::NSass.Tool.Properties.Resources.Exit; exitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; exitToolStripButton.Name = "exitToolStripButton"; exitToolStripButton.Size = new System.Drawing.Size(23, 22); exitToolStripButton.Text = "Exit"; exitToolStripButton.Click += new System.EventHandler(this.Exit); // // projectsListView // this.projectsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.projectsListView.FullRowSelect = true; this.projectsListView.Location = new System.Drawing.Point(12, 52); this.projectsListView.MultiSelect = false; this.projectsListView.Name = "projectsListView"; this.projectsListView.Size = new System.Drawing.Size(170, 498); this.projectsListView.TabIndex = 2; this.projectsListView.UseCompatibleStateImageBehavior = false; this.projectsListView.View = System.Windows.Forms.View.List; this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.SelectedProjectChanged); // // logTextBox // this.logTextBox.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.logTextBox.BackColor = System.Drawing.SystemColors.Window; this.logTextBox.Location = new System.Drawing.Point(188, 52); 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(584, 498); this.logTextBox.TabIndex = 3; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.logTextBox); this.Controls.Add(this.projectsListView); this.Controls.Add(mainToolStrip); this.Controls.Add(mainMenuStrip); this.MainMenuStrip = mainMenuStrip; this.Name = "MainForm"; this.Text = "SASS/SCSS preprocessor"; mainMenuStrip.ResumeLayout(false); mainMenuStrip.PerformLayout(); mainToolStrip.ResumeLayout(false); mainToolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.ToolStripMenuItem worldToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem normalSizeToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripMenuItem audioToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem4; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameForm)); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.speedUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.slowDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fpsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.worldTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.soundEffectsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.musicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.xnaControl = new TextAdventure.WindowsGame.Xna.TextAdventureXnaControl(); this.clearLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); worldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); normalSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); audioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); menuStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { worldToolStripMenuItem, viewToolStripMenuItem, audioToolStripMenuItem}); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(284, 24); menuStrip.TabIndex = 0; menuStrip.Text = "menuStrip1"; menuStrip.MenuActivate += new System.EventHandler(this.MenuStripOnMenuActivate); menuStrip.MenuDeactivate += new System.EventHandler(this.MenuStripOnMenuDeactivate); // // worldToolStripMenuItem // worldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, this.closeToolStripMenuItem, toolStripMenuItem1, this.pauseToolStripMenuItem, this.speedUpToolStripMenuItem, this.slowDownToolStripMenuItem, toolStripMenuItem3, exitToolStripMenuItem}); worldToolStripMenuItem.Name = "worldToolStripMenuItem"; worldToolStripMenuItem.Size = new System.Drawing.Size(51, 20); worldToolStripMenuItem.Text = "&World"; // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(155, 22); openToolStripMenuItem.Text = "&Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemOnClick); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.closeToolStripMenuItem.Text = "&Close"; this.closeToolStripMenuItem.Click += new System.EventHandler(this.CloseToolStripMenuItemOnClick); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(152, 6); // // pauseToolStripMenuItem // this.pauseToolStripMenuItem.CheckOnClick = true; this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem"; this.pauseToolStripMenuItem.ShortcutKeyDisplayString = "Pause"; this.pauseToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.pauseToolStripMenuItem.Text = "&Pause"; this.pauseToolStripMenuItem.CheckedChanged += new System.EventHandler(this.PauseToolStripMenuItemOnCheckedChanged); // // speedUpToolStripMenuItem // this.speedUpToolStripMenuItem.Name = "speedUpToolStripMenuItem"; this.speedUpToolStripMenuItem.ShortcutKeyDisplayString = "+"; this.speedUpToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.speedUpToolStripMenuItem.Text = "Speed &Up"; this.speedUpToolStripMenuItem.Click += new System.EventHandler(this.SpeedUpToolStripMenuItemOnClick); // // slowDownToolStripMenuItem // this.slowDownToolStripMenuItem.Name = "slowDownToolStripMenuItem"; this.slowDownToolStripMenuItem.ShortcutKeyDisplayString = "-"; this.slowDownToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.slowDownToolStripMenuItem.Text = "Slow &Down"; this.slowDownToolStripMenuItem.Click += new System.EventHandler(this.SlowDownToolStripMenuItemOnClick); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(152, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemOnClick); // // viewToolStripMenuItem // viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { normalSizeToolStripMenuItem, toolStripMenuItem2, this.fpsToolStripMenuItem, this.logToolStripMenuItem, this.worldTimeToolStripMenuItem, toolStripMenuItem4, this.clearLogToolStripMenuItem}); viewToolStripMenuItem.Name = "viewToolStripMenuItem"; viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); viewToolStripMenuItem.Text = "&View"; // // normalSizeToolStripMenuItem // normalSizeToolStripMenuItem.Name = "normalSizeToolStripMenuItem"; normalSizeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D0))); normalSizeToolStripMenuItem.Size = new System.Drawing.Size(177, 22); normalSizeToolStripMenuItem.Text = "&Normal Size"; normalSizeToolStripMenuItem.Click += new System.EventHandler(this.NormalSizeToolStripMenuItemOnClick); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(174, 6); // // fpsToolStripMenuItem // this.fpsToolStripMenuItem.CheckOnClick = true; this.fpsToolStripMenuItem.Name = "fpsToolStripMenuItem"; this.fpsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); this.fpsToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.fpsToolStripMenuItem.Text = "&FPS"; this.fpsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.FpsToolStripMenuItemOnCheckedChanged); // // logToolStripMenuItem // this.logToolStripMenuItem.CheckOnClick = true; this.logToolStripMenuItem.Name = "logToolStripMenuItem"; this.logToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L))); this.logToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.logToolStripMenuItem.Text = "&Log"; this.logToolStripMenuItem.Click += new System.EventHandler(this.LogToolStripMenuItemOnClick); // // worldTimeToolStripMenuItem // this.worldTimeToolStripMenuItem.CheckOnClick = true; this.worldTimeToolStripMenuItem.Name = "worldTimeToolStripMenuItem"; this.worldTimeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T))); this.worldTimeToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.worldTimeToolStripMenuItem.Text = "&World Time"; this.worldTimeToolStripMenuItem.Click += new System.EventHandler(this.WorldTimeToolStripMenuItemOnClick); // // audioToolStripMenuItem // audioToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.soundEffectsToolStripMenuItem, this.musicToolStripMenuItem}); audioToolStripMenuItem.Name = "audioToolStripMenuItem"; audioToolStripMenuItem.Size = new System.Drawing.Size(51, 20); audioToolStripMenuItem.Text = "&Audio"; // // soundEffectsToolStripMenuItem // this.soundEffectsToolStripMenuItem.CheckOnClick = true; this.soundEffectsToolStripMenuItem.Name = "soundEffectsToolStripMenuItem"; this.soundEffectsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.soundEffectsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.soundEffectsToolStripMenuItem.Text = "&Sound Effects"; this.soundEffectsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SoundEffectsToolStripMenuItemOnCheckedChanged); // // musicToolStripMenuItem // this.musicToolStripMenuItem.CheckOnClick = true; this.musicToolStripMenuItem.Name = "musicToolStripMenuItem"; this.musicToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M))); this.musicToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.musicToolStripMenuItem.Text = "&Music"; this.musicToolStripMenuItem.CheckedChanged += new System.EventHandler(this.MusicToolStripMenuItemOnCheckedChanged); // // openFileDialog // this.openFileDialog.Filter = "World Assemblies (*.dll)|*.dll|All Files (*.*)|*.*"; this.openFileDialog.Title = "Open World"; // // xnaControl // this.xnaControl.Dock = System.Windows.Forms.DockStyle.Fill; this.xnaControl.DrawBackground = true; this.xnaControl.Location = new System.Drawing.Point(0, 24); this.xnaControl.Name = "xnaControl"; this.xnaControl.Size = new System.Drawing.Size(284, 238); this.xnaControl.TabIndex = 1; this.xnaControl.TabStop = false; this.xnaControl.Resize += new System.EventHandler(this.XnaControlOnResize); // // toolStripMenuItem4 // toolStripMenuItem4.Name = "toolStripMenuItem4"; toolStripMenuItem4.Size = new System.Drawing.Size(174, 6); // // clearLogToolStripMenuItem // this.clearLogToolStripMenuItem.Name = "clearLogToolStripMenuItem"; this.clearLogToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.clearLogToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.clearLogToolStripMenuItem.Text = "&Clear Log"; this.clearLogToolStripMenuItem.Click += new System.EventHandler(this.ClearLogToolStripMenuItemOnClick); // // GameForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.xnaControl); this.Controls.Add(menuStrip); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MainMenuStrip = menuStrip; this.Name = "GameForm"; this.Text = "Text Adventure"; menuStrip.ResumeLayout(false); menuStrip.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(GSWindowText)); menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.translateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.languageToTranslateToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cmbToLang = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.languageToTranslateFromToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cmbFromLang = new System.Windows.Forms.ToolStripComboBox(); this.trayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TrayWhenClose = new System.Windows.Forms.ToolStripMenuItem(); this.TrayWhenMin = new System.Windows.Forms.ToolStripMenuItem(); this.comboBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.getAllItemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.StartupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.instructionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tmrRedo = new System.Windows.Forms.Timer(this.components); this.pnlMain = new System.Windows.Forms.Panel(); this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.settingsToolStripMenuItem, this.helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(450, 24); menuStrip1.TabIndex = 0; 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); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.copyToolStripMenuItem, this.cutToolStripMenuItem, this.pasteToolStripMenuItem, this.clearToolStripMenuItem, this.toolStripSeparator1, this.selectAllToolStripMenuItem, this.undoToolStripMenuItem }); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.editToolStripMenuItem.Text = "&Edit"; // // copyToolStripMenuItem // this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.copyToolStripMenuItem.Text = "Copy"; this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); // // cutToolStripMenuItem // this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; this.cutToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.cutToolStripMenuItem.Text = "Cut"; this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); // // pasteToolStripMenuItem // this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; this.pasteToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.pasteToolStripMenuItem.Text = "Paste"; this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(119, 6); // // selectAllToolStripMenuItem // this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.selectAllToolStripMenuItem.Text = "Select All"; this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); // // undoToolStripMenuItem // this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.undoToolStripMenuItem.Text = "Undo"; this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.translateToolStripMenuItem, this.trayToolStripMenuItem, this.comboBoxToolStripMenuItem, this.StartupToolStripMenuItem, this.alwaysOnTopToolStripMenuItem }); this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.settingsToolStripMenuItem.Text = "&Settings"; // // translateToolStripMenuItem // this.translateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.languageToTranslateToToolStripMenuItem, this.cmbToLang, this.toolStripSeparator2, this.languageToTranslateFromToolStripMenuItem, this.cmbFromLang }); this.translateToolStripMenuItem.Name = "translateToolStripMenuItem"; this.translateToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.translateToolStripMenuItem.Text = "Translate"; // // languageToTranslateToToolStripMenuItem // this.languageToTranslateToToolStripMenuItem.Name = "languageToTranslateToToolStripMenuItem"; this.languageToTranslateToToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.languageToTranslateToToolStripMenuItem.Text = "Language to Translate to:"; // // cmbToLang // this.cmbToLang.Name = "cmbToLang"; this.cmbToLang.Size = new System.Drawing.Size(121, 23); this.cmbToLang.SelectedIndexChanged += new System.EventHandler(this.cmbToLang_SelectedIndexChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(220, 6); // // languageToTranslateFromToolStripMenuItem // this.languageToTranslateFromToolStripMenuItem.Name = "languageToTranslateFromToolStripMenuItem"; this.languageToTranslateFromToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.languageToTranslateFromToolStripMenuItem.Text = "Language to Translate from:"; // // cmbFromLang // this.cmbFromLang.Name = "cmbFromLang"; this.cmbFromLang.Size = new System.Drawing.Size(121, 23); this.cmbFromLang.SelectedIndexChanged += new System.EventHandler(this.cmbFromLang_SelectedIndexChanged); // // trayToolStripMenuItem // this.trayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TrayWhenClose, this.TrayWhenMin }); this.trayToolStripMenuItem.Name = "trayToolStripMenuItem"; this.trayToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.trayToolStripMenuItem.Text = "Tray"; // // TrayWhenClose // this.TrayWhenClose.Name = "TrayWhenClose"; this.TrayWhenClose.Size = new System.Drawing.Size(232, 22); this.TrayWhenClose.Text = "Minimize to Tray if Closed"; this.TrayWhenClose.Click += new System.EventHandler(this.TrayWhenClose_Click); // // TrayWhenMin // this.TrayWhenMin.Name = "TrayWhenMin"; this.TrayWhenMin.Size = new System.Drawing.Size(232, 22); this.TrayWhenMin.Text = "Minimize to Tray if Minimized"; this.TrayWhenMin.Click += new System.EventHandler(this.TrayWhenMin_Click); // // comboBoxToolStripMenuItem // this.comboBoxToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.getAllItemsToolStripMenuItem }); this.comboBoxToolStripMenuItem.Name = "comboBoxToolStripMenuItem"; this.comboBoxToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.comboBoxToolStripMenuItem.Text = "Combo box"; // // getAllItemsToolStripMenuItem // this.getAllItemsToolStripMenuItem.Name = "getAllItemsToolStripMenuItem"; this.getAllItemsToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.getAllItemsToolStripMenuItem.Text = "Get all items"; this.getAllItemsToolStripMenuItem.Click += new System.EventHandler(this.getAllItemsToolStripMenuItem_Click); // // StartupToolStripMenuItem // this.StartupToolStripMenuItem.Name = "StartupToolStripMenuItem"; this.StartupToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.StartupToolStripMenuItem.Text = "On Window\'s Startup"; this.StartupToolStripMenuItem.Click += new System.EventHandler(this.StartupToolStripMenuItem_Click); // // alwaysOnTopToolStripMenuItem // this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.alwaysOnTopToolStripMenuItem.Text = "Always on top"; this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.instructionsToolStripMenuItem, this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // instructionsToolStripMenuItem // this.instructionsToolStripMenuItem.Name = "instructionsToolStripMenuItem"; this.instructionsToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.instructionsToolStripMenuItem.Text = "Instructions"; this.instructionsToolStripMenuItem.Click += new System.EventHandler(this.instructionsToolStripMenuItem_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // tmrRedo // this.tmrRedo.Interval = 10; // // pnlMain // this.pnlMain.Location = new System.Drawing.Point(12, 27); this.pnlMain.Name = "pnlMain"; this.pnlMain.Size = new System.Drawing.Size(426, 144); this.pnlMain.TabIndex = 1; // // notifyIcon // this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.notifyIcon.BalloonTipText = "Program is running\r\nDouble-click icon to show"; this.notifyIcon.BalloonTipTitle = "GSWindowText"; this.notifyIcon.Text = "GSWindowText"; this.notifyIcon.Visible = true; this.notifyIcon.BalloonTipClicked += new System.EventHandler(this.notifyIcon_BalloonTipClicked); this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick); // // GSWindowText // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(450, 183); this.Controls.Add(this.pnlMain); this.Controls.Add(menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.MaximizeBox = false; this.Name = "GSWindowText"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "GSWindowText"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GSWindowText_FormClosing); this.Load += new System.EventHandler(this.GSWindowText_Load); this.SizeChanged += new System.EventHandler(this.GSWindowText_SizeChanged); menuStrip1.ResumeLayout(false); 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() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.SplitContainer splitContainer; System.Windows.Forms.GroupBox filterOptionsGroupBox; System.Windows.Forms.Label filterDirectionLabel; this.captureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.messagesListView = new System.Windows.Forms.ListView(); this.itemNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.messageIDColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.directionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.messageNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.filterUserTextTextBox = new System.Windows.Forms.TextBox(); this.filterDirectionOutRadioButton = new System.Windows.Forms.RadioButton(); this.filterDirectionInRadioButton = new System.Windows.Forms.RadioButton(); this.filterDirectionAnyRadioButton = new System.Windows.Forms.RadioButton(); this.messageExplorerTreeView = new System.Windows.Forms.TreeView(); this.startCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stopCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); filterOptionsGroupBox = new System.Windows.Forms.GroupBox(); filterDirectionLabel = new System.Windows.Forms.Label(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); filterOptionsGroupBox.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(904, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.captureToolStripMenuItem, this.importExportToolStripMenuItem, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // captureToolStripMenuItem // this.captureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.startCaptureToolStripMenuItem, this.stopCaptureToolStripMenuItem}); this.captureToolStripMenuItem.Name = "captureToolStripMenuItem"; this.captureToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.captureToolStripMenuItem.Text = "&Capture"; // // importExportToolStripMenuItem // this.importExportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.importMessagesToolStripMenuItem, this.exportMessagesToolStripMenuItem}); this.importExportToolStripMenuItem.Name = "importExportToolStripMenuItem"; this.importExportToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.importExportToolStripMenuItem.Text = "&Import/Export"; // // importMessagesToolStripMenuItem // this.importMessagesToolStripMenuItem.Name = "importMessagesToolStripMenuItem"; this.importMessagesToolStripMenuItem.Size = new System.Drawing.Size(173, 22); this.importMessagesToolStripMenuItem.Text = "Import Messages..."; this.importMessagesToolStripMenuItem.Click += new System.EventHandler(this.OnImportMenuItemClicked); // // exportMessagesToolStripMenuItem // this.exportMessagesToolStripMenuItem.Name = "exportMessagesToolStripMenuItem"; this.exportMessagesToolStripMenuItem.Size = new System.Drawing.Size(173, 22); this.exportMessagesToolStripMenuItem.Text = "Export Messages..."; this.exportMessagesToolStripMenuItem.Click += new System.EventHandler(this.OnExportMenuItemClicked); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.OnExitMenuItemClicked); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 24); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.messagesListView); splitContainer.Panel1.Controls.Add(filterOptionsGroupBox); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.messageExplorerTreeView); splitContainer.Size = new System.Drawing.Size(904, 437); splitContainer.SplitterDistance = 301; splitContainer.TabIndex = 1; // // messagesListView // this.messagesListView.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.messagesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.itemNameColumnHeader, this.messageIDColumn, this.directionColumnHeader, this.messageNameColumnHeader}); this.messagesListView.FullRowSelect = true; this.messagesListView.GridLines = true; this.messagesListView.Location = new System.Drawing.Point(13, 79); this.messagesListView.MultiSelect = false; this.messagesListView.Name = "messagesListView"; this.messagesListView.Size = new System.Drawing.Size(285, 346); this.messagesListView.TabIndex = 1; this.messagesListView.UseCompatibleStateImageBehavior = false; this.messagesListView.View = System.Windows.Forms.View.Details; this.messagesListView.SelectedIndexChanged += new System.EventHandler(this.OnMessagesListViewSelectedIndexChanged); // // itemNameColumnHeader // this.itemNameColumnHeader.Width = 0; // // messageIDColumn // this.messageIDColumn.Text = "#"; this.messageIDColumn.Width = 80; // // directionColumnHeader // this.directionColumnHeader.Text = "Direction"; this.directionColumnHeader.Width = 54; // // messageNameColumnHeader // this.messageNameColumnHeader.Text = "Message"; this.messageNameColumnHeader.Width = 140; // // filterOptionsGroupBox // filterOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); filterOptionsGroupBox.Controls.Add(this.filterUserTextTextBox); filterOptionsGroupBox.Controls.Add(this.filterDirectionOutRadioButton); filterOptionsGroupBox.Controls.Add(this.filterDirectionInRadioButton); filterOptionsGroupBox.Controls.Add(this.filterDirectionAnyRadioButton); filterOptionsGroupBox.Controls.Add(filterDirectionLabel); filterOptionsGroupBox.Location = new System.Drawing.Point(13, 4); filterOptionsGroupBox.Name = "filterOptionsGroupBox"; filterOptionsGroupBox.Size = new System.Drawing.Size(285, 68); filterOptionsGroupBox.TabIndex = 0; filterOptionsGroupBox.TabStop = false; filterOptionsGroupBox.Text = "Filter"; // // filterUserTextTextBox // this.filterUserTextTextBox.ForeColor = System.Drawing.SystemColors.InactiveCaption; this.filterUserTextTextBox.Location = new System.Drawing.Point(6, 42); this.filterUserTextTextBox.Name = "filterUserTextTextBox"; this.filterUserTextTextBox.Size = new System.Drawing.Size(273, 20); this.filterUserTextTextBox.TabIndex = 4; this.filterUserTextTextBox.Text = "Search..."; this.filterUserTextTextBox.TextChanged += new System.EventHandler(this.OnFilterUserTextChanged); this.filterUserTextTextBox.Enter += new System.EventHandler(this.OnFilterUserTextTextBoxEnter); this.filterUserTextTextBox.Leave += new System.EventHandler(this.OnFilterUserTextTextBoxLeave); // // filterDirectionOutRadioButton // this.filterDirectionOutRadioButton.AutoSize = true; this.filterDirectionOutRadioButton.Location = new System.Drawing.Point(169, 19); this.filterDirectionOutRadioButton.Name = "filterDirectionOutRadioButton"; this.filterDirectionOutRadioButton.Size = new System.Drawing.Size(42, 17); this.filterDirectionOutRadioButton.TabIndex = 3; this.filterDirectionOutRadioButton.TabStop = true; this.filterDirectionOutRadioButton.Text = "Out"; this.filterDirectionOutRadioButton.UseVisualStyleBackColor = true; this.filterDirectionOutRadioButton.CheckedChanged += new System.EventHandler(this.OnFilterRadioButtonCheckedChanged); // // filterDirectionInRadioButton // this.filterDirectionInRadioButton.AutoSize = true; this.filterDirectionInRadioButton.Location = new System.Drawing.Point(128, 19); this.filterDirectionInRadioButton.Name = "filterDirectionInRadioButton"; this.filterDirectionInRadioButton.Size = new System.Drawing.Size(34, 17); this.filterDirectionInRadioButton.TabIndex = 2; this.filterDirectionInRadioButton.TabStop = true; this.filterDirectionInRadioButton.Text = "In"; this.filterDirectionInRadioButton.UseVisualStyleBackColor = true; this.filterDirectionInRadioButton.CheckedChanged += new System.EventHandler(this.OnFilterRadioButtonCheckedChanged); // // filterDirectionAnyRadioButton // this.filterDirectionAnyRadioButton.AutoSize = true; this.filterDirectionAnyRadioButton.Location = new System.Drawing.Point(65, 19); this.filterDirectionAnyRadioButton.Name = "filterDirectionAnyRadioButton"; this.filterDirectionAnyRadioButton.Size = new System.Drawing.Size(56, 17); this.filterDirectionAnyRadioButton.TabIndex = 1; this.filterDirectionAnyRadioButton.TabStop = true; this.filterDirectionAnyRadioButton.Text = "In/Out"; this.filterDirectionAnyRadioButton.UseVisualStyleBackColor = true; this.filterDirectionAnyRadioButton.CheckedChanged += new System.EventHandler(this.OnFilterRadioButtonCheckedChanged); // // filterDirectionLabel // filterDirectionLabel.AutoSize = true; filterDirectionLabel.Location = new System.Drawing.Point(7, 21); filterDirectionLabel.Name = "filterDirectionLabel"; filterDirectionLabel.Size = new System.Drawing.Size(52, 13); filterDirectionLabel.TabIndex = 0; filterDirectionLabel.Text = "Direction:"; // // messageExplorerTreeView // this.messageExplorerTreeView.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.messageExplorerTreeView.Location = new System.Drawing.Point(3, 3); this.messageExplorerTreeView.Name = "messageExplorerTreeView"; this.messageExplorerTreeView.Size = new System.Drawing.Size(584, 422); this.messageExplorerTreeView.TabIndex = 0; // // startCaptureToolStripMenuItem // this.startCaptureToolStripMenuItem.Name = "startCaptureToolStripMenuItem"; this.startCaptureToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.startCaptureToolStripMenuItem.Text = "&Start"; this.startCaptureToolStripMenuItem.Click += new System.EventHandler(this.OnStartCaptureMenuItemClicked); // // stopCaptureToolStripMenuItem // this.stopCaptureToolStripMenuItem.Name = "stopCaptureToolStripMenuItem"; this.stopCaptureToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.stopCaptureToolStripMenuItem.Text = "S&top"; this.stopCaptureToolStripMenuItem.Click += new System.EventHandler(this.OnStopCaptureMenuItemClicked); // // InterceptionSessionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(904, 461); this.Controls.Add(splitContainer); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "InterceptionSessionForm"; this.Text = "Team Rocket Proxy"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); filterOptionsGroupBox.ResumeLayout(false); filterOptionsGroupBox.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.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveAllToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator; System.Windows.Forms.ToolStripMenuItem newWindowToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem closeWindowToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem closeFileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem closeAllFilesToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem formatToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem formatSelectionToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem formalAllToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem formatAutoformatAsCodeToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator7; System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem cutContextToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem copyContextToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem pasteContextToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem selectAllContextToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator6; System.Windows.Forms.ToolStripMenuItem formatSelectionContextToolStripMenuItem; System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.ToolStripMenuItem compileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem compileCompileToolStripMenuItem; this._versionHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._rtbContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this._tabControl = new System.Windows.Forms.TabControl(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); newWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); closeWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); closeFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); closeAllFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); formatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); formatSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); formalAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); formatAutoformatAsCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); cutContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); selectAllContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); formatSelectionContextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); compileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); compileCompileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip.SuspendLayout(); this._rtbContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, saveToolStripMenuItem, saveAsToolStripMenuItem, saveAllToolStripMenuItem, toolStripSeparator, newWindowToolStripMenuItem, closeWindowToolStripMenuItem, toolStripSeparator1, closeFileToolStripMenuItem, closeAllFilesToolStripMenuItem, toolStripSeparator2, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(291, 26); newToolStripMenuItem.Text = "New"; newToolStripMenuItem.Click += new System.EventHandler(this.OnNewClick); // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(291, 26); openToolStripMenuItem.Text = "Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.OnOpenClick); // // saveToolStripMenuItem // saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(291, 26); saveToolStripMenuItem.Text = "Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.OnSaveClick); // // saveAsToolStripMenuItem // saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); saveAsToolStripMenuItem.Size = new System.Drawing.Size(291, 26); saveAsToolStripMenuItem.Text = "Save As..."; saveAsToolStripMenuItem.Click += new System.EventHandler(this.OnSaveAsClick); // // saveAllToolStripMenuItem // saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem"; saveAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.S))); saveAllToolStripMenuItem.Size = new System.Drawing.Size(291, 26); saveAllToolStripMenuItem.Text = "Save All"; saveAllToolStripMenuItem.Click += new System.EventHandler(this.OnSaveAllClick); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(288, 6); // // newWindowToolStripMenuItem // newWindowToolStripMenuItem.Name = "newWindowToolStripMenuItem"; newWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.N))); newWindowToolStripMenuItem.Size = new System.Drawing.Size(291, 26); newWindowToolStripMenuItem.Text = "New Window"; newWindowToolStripMenuItem.Click += new System.EventHandler(this.OnNewWindowClick); // // closeWindowToolStripMenuItem // closeWindowToolStripMenuItem.Name = "closeWindowToolStripMenuItem"; closeWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.W))); closeWindowToolStripMenuItem.Size = new System.Drawing.Size(291, 26); closeWindowToolStripMenuItem.Text = "Close Window"; closeWindowToolStripMenuItem.Click += new System.EventHandler(this.OnCloseWindowClick); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(288, 6); // // closeFileToolStripMenuItem // closeFileToolStripMenuItem.Name = "closeFileToolStripMenuItem"; closeFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W))); closeFileToolStripMenuItem.Size = new System.Drawing.Size(291, 26); closeFileToolStripMenuItem.Text = "Close File"; closeFileToolStripMenuItem.Click += new System.EventHandler(this.OnCloseFileClick); // // closeAllFilesToolStripMenuItem // closeAllFilesToolStripMenuItem.Name = "closeAllFilesToolStripMenuItem"; closeAllFilesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) | System.Windows.Forms.Keys.W))); closeAllFilesToolStripMenuItem.Size = new System.Drawing.Size(291, 26); closeAllFilesToolStripMenuItem.Text = "Close All Files"; closeAllFilesToolStripMenuItem.Click += new System.EventHandler(this.OnCloseAllFilesClick); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(288, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(291, 26); exitToolStripMenuItem.Text = "Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.OnExitClick); // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { undoToolStripMenuItem, redoToolStripMenuItem, toolStripSeparator3, cutToolStripMenuItem, copyToolStripMenuItem, pasteToolStripMenuItem, toolStripSeparator4, selectAllToolStripMenuItem }); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.Size = new System.Drawing.Size(49, 24); editToolStripMenuItem.Text = "&Edit"; // // undoToolStripMenuItem // undoToolStripMenuItem.Name = "undoToolStripMenuItem"; undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); undoToolStripMenuItem.Size = new System.Drawing.Size(226, 26); undoToolStripMenuItem.Text = "Undo"; undoToolStripMenuItem.Click += new System.EventHandler(this.OnUndoClick); // // redoToolStripMenuItem // redoToolStripMenuItem.Name = "redoToolStripMenuItem"; redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.Z))); redoToolStripMenuItem.Size = new System.Drawing.Size(226, 26); redoToolStripMenuItem.Text = "Redo"; redoToolStripMenuItem.Click += new System.EventHandler(this.OnRedoClick); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(223, 6); // // cutToolStripMenuItem // cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image"))); cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; cutToolStripMenuItem.Name = "cutToolStripMenuItem"; cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); cutToolStripMenuItem.Size = new System.Drawing.Size(226, 26); cutToolStripMenuItem.Text = "Cut"; cutToolStripMenuItem.Click += new System.EventHandler(this.OnCutClick); // // copyToolStripMenuItem // copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image"))); copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; copyToolStripMenuItem.Name = "copyToolStripMenuItem"; copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); copyToolStripMenuItem.Size = new System.Drawing.Size(226, 26); copyToolStripMenuItem.Text = "Copy"; copyToolStripMenuItem.Click += new System.EventHandler(this.OnCopyClick); // // pasteToolStripMenuItem // pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image"))); pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); pasteToolStripMenuItem.Size = new System.Drawing.Size(226, 26); pasteToolStripMenuItem.Text = "Paste"; pasteToolStripMenuItem.Click += new System.EventHandler(this.OnPasteClick); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(223, 6); // // selectAllToolStripMenuItem // selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); selectAllToolStripMenuItem.Size = new System.Drawing.Size(226, 26); selectAllToolStripMenuItem.Text = "Select All"; selectAllToolStripMenuItem.Click += new System.EventHandler(this.OnSelectAllClick); // // formatToolStripMenuItem // formatToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { formatSelectionToolStripMenuItem, formalAllToolStripMenuItem, formatAutoformatAsCodeToolStripMenuItem }); formatToolStripMenuItem.Name = "formatToolStripMenuItem"; formatToolStripMenuItem.Size = new System.Drawing.Size(70, 24); formatToolStripMenuItem.Text = "F&ormat"; // // formatSelectionToolStripMenuItem // formatSelectionToolStripMenuItem.Name = "formatSelectionToolStripMenuItem"; formatSelectionToolStripMenuItem.Size = new System.Drawing.Size(228, 26); formatSelectionToolStripMenuItem.Text = "Format Selection..."; formatSelectionToolStripMenuItem.Click += new System.EventHandler(this.OnFormatSelectionClick); // // formalAllToolStripMenuItem // formalAllToolStripMenuItem.Name = "formalAllToolStripMenuItem"; formalAllToolStripMenuItem.Size = new System.Drawing.Size(228, 26); formalAllToolStripMenuItem.Text = "Formal All..."; formalAllToolStripMenuItem.Click += new System.EventHandler(this.OnFormatAllClick); // // formatAutoformatAsCodeToolStripMenuItem // formatAutoformatAsCodeToolStripMenuItem.Name = "formatAutoformatAsCodeToolStripMenuItem"; formatAutoformatAsCodeToolStripMenuItem.Size = new System.Drawing.Size(228, 26); formatAutoformatAsCodeToolStripMenuItem.Text = "Autoformat As Code"; formatAutoformatAsCodeToolStripMenuItem.Click += new System.EventHandler(this.OnAutoformatAsCodeClick); // // toolsToolStripMenuItem // toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._versionHistoryToolStripMenuItem, toolStripSeparator7, optionsToolStripMenuItem }); toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; toolsToolStripMenuItem.Size = new System.Drawing.Size(58, 24); toolsToolStripMenuItem.Text = "&Tools"; // // _versionHistoryToolStripMenuItem // this._versionHistoryToolStripMenuItem.Enabled = false; this._versionHistoryToolStripMenuItem.Name = "_versionHistoryToolStripMenuItem"; this._versionHistoryToolStripMenuItem.Size = new System.Drawing.Size(191, 26); this._versionHistoryToolStripMenuItem.Text = "Version History"; // // toolStripSeparator7 // toolStripSeparator7.Name = "toolStripSeparator7"; toolStripSeparator7.Size = new System.Drawing.Size(188, 6); // // optionsToolStripMenuItem // optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; optionsToolStripMenuItem.Size = new System.Drawing.Size(191, 26); optionsToolStripMenuItem.Text = "Options..."; optionsToolStripMenuItem.Click += new System.EventHandler(this.OnOptionsClick); // // cutContextToolStripMenuItem // cutContextToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutContextToolStripMenuItem.Image"))); cutContextToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; cutContextToolStripMenuItem.Name = "cutContextToolStripMenuItem"; cutContextToolStripMenuItem.Size = new System.Drawing.Size(203, 26); cutContextToolStripMenuItem.Text = "Cut"; cutContextToolStripMenuItem.Click += new System.EventHandler(this.OnCutClick); // // copyContextToolStripMenuItem // copyContextToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyContextToolStripMenuItem.Image"))); copyContextToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; copyContextToolStripMenuItem.Name = "copyContextToolStripMenuItem"; copyContextToolStripMenuItem.Size = new System.Drawing.Size(203, 26); copyContextToolStripMenuItem.Text = "Copy"; copyContextToolStripMenuItem.Click += new System.EventHandler(this.OnCopyClick); // // pasteContextToolStripMenuItem // pasteContextToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteContextToolStripMenuItem.Image"))); pasteContextToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; pasteContextToolStripMenuItem.Name = "pasteContextToolStripMenuItem"; pasteContextToolStripMenuItem.Size = new System.Drawing.Size(203, 26); pasteContextToolStripMenuItem.Text = "Paste"; pasteContextToolStripMenuItem.Click += new System.EventHandler(this.OnPasteClick); // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(200, 6); // // selectAllContextToolStripMenuItem // selectAllContextToolStripMenuItem.Name = "selectAllContextToolStripMenuItem"; selectAllContextToolStripMenuItem.Size = new System.Drawing.Size(203, 26); selectAllContextToolStripMenuItem.Text = "Select All"; selectAllContextToolStripMenuItem.Click += new System.EventHandler(this.OnSelectAllClick); // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; toolStripSeparator6.Size = new System.Drawing.Size(200, 6); // // formatSelectionContextToolStripMenuItem // formatSelectionContextToolStripMenuItem.Name = "formatSelectionContextToolStripMenuItem"; formatSelectionContextToolStripMenuItem.Size = new System.Drawing.Size(203, 26); formatSelectionContextToolStripMenuItem.Text = "Format Selection..."; formatSelectionContextToolStripMenuItem.Click += new System.EventHandler(this.OnFormatSelectionClick); // // menuStrip // menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, formatToolStripMenuItem, toolsToolStripMenuItem, compileToolStripMenuItem }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(757, 28); menuStrip.TabIndex = 0; menuStrip.Tag = ""; menuStrip.Text = "menuStrip"; // // compileToolStripMenuItem // compileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { compileCompileToolStripMenuItem }); compileToolStripMenuItem.Name = "compileToolStripMenuItem"; compileToolStripMenuItem.Size = new System.Drawing.Size(79, 24); compileToolStripMenuItem.Text = "&Compile"; // // compileCompileToolStripMenuItem // compileCompileToolStripMenuItem.Name = "compileCompileToolStripMenuItem"; compileCompileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B))); compileCompileToolStripMenuItem.Size = new System.Drawing.Size(199, 26); compileCompileToolStripMenuItem.Text = "Compile"; compileCompileToolStripMenuItem.Click += new System.EventHandler(this.OnCompileClick); // // _rtbContextMenuStrip // this._rtbContextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this._rtbContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { cutContextToolStripMenuItem, copyContextToolStripMenuItem, pasteContextToolStripMenuItem, toolStripSeparator5, selectAllContextToolStripMenuItem, toolStripSeparator6, formatSelectionContextToolStripMenuItem }); this._rtbContextMenuStrip.Name = "_rtbContextMenuStrip"; this._rtbContextMenuStrip.Size = new System.Drawing.Size(204, 146); // // _tabControl // this._tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this._tabControl.Location = new System.Drawing.Point(0, 28); this._tabControl.Name = "_tabControl"; this._tabControl.SelectedIndex = 0; this._tabControl.Size = new System.Drawing.Size(757, 520); this._tabControl.TabIndex = 1; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(757, 548); this.Controls.Add(this._tabControl); this.Controls.Add(menuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip; this.Name = "MainForm"; this.Text = "untitled - Notepad+"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnMainFormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnMainFormClosed); this.Load += new System.EventHandler(this.OnMainFormLoad); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); this._rtbContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip mnStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChinh)); this.hệThốngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.đăngXuấtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.thoátToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.côngTyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.phòngBanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhânViênToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhàCungCấpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.kháchHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chiTiếtĐiểmThưởngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thẻGiảmGiáToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.khoHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thuếToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.đơnVịTínhToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tiểnTệToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loạiHangHoaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhómHàngHóaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hàngHóaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhómTkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tàiKhoảnKếToánToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem(); this.góiHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.nhậpHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.đơnĐặtHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhậpMuaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.kháchHàngTrảLạiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuấtHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuấtBánToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.bánLẻSiêuThịToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.trảLạiNhàCungCấpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLýCôngNợToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thanhToánVớiKháchHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thanhToánVớiNhàCungCấpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tổngHợpChiTiếtCôngNợToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLýThuChiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thuTiềnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chiTiềnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhậpSốDưĐầuKỳToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.kếtChuyểnSốDưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sổQuỹToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.chuyểnKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.điềuChuyểnKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xácNhânĐiềuChuyểnKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quảnLýKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.kiểmKêKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tổngHợpXuấtNhậpTồnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.caiĐătKhoHangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.phiếuXuấtHủyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xácNhậnPhiếuXuấtHủyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoDoanhThuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoThờiGianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoNhânViênToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoNhómHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoMặtHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoCôngNợToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoNCCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoKháchHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuấtHàngToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.theoThờiGianToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.theoNhómHàngToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.theoMặtHàngToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.theoThờiGianToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.nhậpHàngToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.theoKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoNhómHàngToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.theoMặtHàngToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.theoThờiGianToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.tồnKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoTừngKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.theoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuấtnhậptồnTheoKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.xuấtnhậptồnTheoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mứcTồnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tiềnTồnKhoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chiTiếtHàngHóaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoThuếToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoLãiLỗToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoXuấtHủyHàngHóaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoTrảLạiNCCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoKháchHàngTrảLạiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tooltripBaoCaoHangHetHan = new System.Windows.Forms.ToolStripMenuItem(); this.tooltripBaoCaoTongHopThuChi = new System.Windows.Forms.ToolStripMenuItem(); this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tìmKiếmToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tìmKiếmChứngTừToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.trợGiúpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hướngDẫnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inMãVạchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sttUser = new System.Windows.Forms.StatusStrip(); this.tlsUs = new System.Windows.Forms.ToolStripStatusLabel(); this.tssNguoiSuDung = new System.Windows.Forms.ToolStripStatusLabel(); this.pnlTrai = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.PictureBox(); this.btnBaoCao = new System.Windows.Forms.PictureBox(); this.btnKhoHang = new System.Windows.Forms.PictureBox(); this.btnNghiepVu = new System.Windows.Forms.PictureBox(); this.btnDanhMuc = new System.Windows.Forms.PictureBox(); this.btnBanLe = new System.Windows.Forms.PictureBox(); this.btnBanBuon = new System.Windows.Forms.PictureBox(); this.btnTrangChinh = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.helpProvider1 = new System.Windows.Forms.HelpProvider(); this.bcKhachHangTraLai1 = new GUI.Report.BCKhachHangTraLai(); mnStrip = new System.Windows.Forms.MenuStrip(); mnStrip.SuspendLayout(); this.sttUser.SuspendLayout(); this.pnlTrai.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.button1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnBaoCao)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnKhoHang)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnNghiepVu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnDanhMuc)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnBanLe)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnBanBuon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnTrangChinh)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bcKhachHangTraLai1)).BeginInit(); this.SuspendLayout(); // // mnStrip // mnStrip.BackColor = System.Drawing.SystemColors.ButtonHighlight; mnStrip.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); mnStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.hệThốngToolStripMenuItem, this.toolStripMenuItem1, this.toolStripMenuItem2, this.toolStripMenuItem4, this.báoCáoToolStripMenuItem, this.tìmKiếmToolStripMenuItem, this.trợGiúpToolStripMenuItem, this.inMãVạchToolStripMenuItem}); mnStrip.Location = new System.Drawing.Point(0, 0); mnStrip.Name = "mnStrip"; mnStrip.Size = new System.Drawing.Size(1350, 24); mnStrip.TabIndex = 1; // // hệThốngToolStripMenuItem // this.hệThốngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.đăngXuấtToolStripMenuItem, this.toolStripMenuItem7, this.toolStripSeparator4, this.toolStripMenuItem3, this.toolStripMenuItem5, this.toolStripSeparator1, this.thoátToolStripMenuItem}); this.hệThốngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("hệThốngToolStripMenuItem.Image"))); this.hệThốngToolStripMenuItem.Name = "hệThốngToolStripMenuItem"; this.hệThốngToolStripMenuItem.Size = new System.Drawing.Size(79, 20); this.hệThốngToolStripMenuItem.Text = "Hệ thống"; // // đăngXuấtToolStripMenuItem // this.đăngXuấtToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("đăngXuấtToolStripMenuItem.Image"))); this.đăngXuấtToolStripMenuItem.Name = "đăngXuấtToolStripMenuItem"; this.đăngXuấtToolStripMenuItem.Size = new System.Drawing.Size(156, 22); this.đăngXuấtToolStripMenuItem.Text = "Đăng xuất"; this.đăngXuấtToolStripMenuItem.Click += new System.EventHandler(this.đăngXuấtToolStripMenuItem_Click); // // toolStripMenuItem7 // this.toolStripMenuItem7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem7.Image"))); this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Size = new System.Drawing.Size(156, 22); this.toolStripMenuItem7.Text = "Phân quyền"; this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem7_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(153, 6); // // toolStripMenuItem3 // this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image"))); this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(156, 22); this.toolStripMenuItem3.Text = "Lưu vết hệ thống"; this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click); // // toolStripMenuItem5 // this.toolStripMenuItem5.Image = global::GUI.Properties.Resources.Luu; this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Size = new System.Drawing.Size(156, 22); this.toolStripMenuItem5.Text = "Sao lưu hệ thống"; this.toolStripMenuItem5.Visible = false; this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click_1); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(153, 6); // // thoátToolStripMenuItem // this.thoátToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("thoátToolStripMenuItem.Image"))); this.thoátToolStripMenuItem.Name = "thoátToolStripMenuItem"; this.thoátToolStripMenuItem.Size = new System.Drawing.Size(156, 22); this.thoátToolStripMenuItem.Text = "Thoát"; this.thoátToolStripMenuItem.Click += new System.EventHandler(this.thoátToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.côngTyToolStripMenuItem, this.phòngBanToolStripMenuItem, this.nhânViênToolStripMenuItem, this.nhàCungCấpToolStripMenuItem, this.kháchHàngToolStripMenuItem, this.khoHàngToolStripMenuItem, this.thuếToolStripMenuItem, this.đơnVịTínhToolStripMenuItem, this.tiểnTệToolStripMenuItem, this.loạiHangHoaToolStripMenuItem, this.nhómHàngHóaToolStripMenuItem, this.hàngHóaToolStripMenuItem, this.nhómTkToolStripMenuItem, this.tàiKhoảnKếToánToolStripMenuItem, this.toolStripMenuItem6, this.góiHàngToolStripMenuItem}); this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image"))); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(87, 20); this.toolStripMenuItem1.Text = " Danh mục"; // // côngTyToolStripMenuItem // this.côngTyToolStripMenuItem.Image = global::GUI.Properties.Resources.Home__1_; this.côngTyToolStripMenuItem.Name = "côngTyToolStripMenuItem"; this.côngTyToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.côngTyToolStripMenuItem.Text = "Công ty"; this.côngTyToolStripMenuItem.Click += new System.EventHandler(this.côngTyToolStripMenuItem_Click); // // phòngBanToolStripMenuItem // this.phòngBanToolStripMenuItem.Image = global::GUI.Properties.Resources.phonban; this.phòngBanToolStripMenuItem.Name = "phòngBanToolStripMenuItem"; this.phòngBanToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.phòngBanToolStripMenuItem.Text = "Phòng ban"; this.phòngBanToolStripMenuItem.Click += new System.EventHandler(this.phòngBanToolStripMenuItem_Click); // // nhânViênToolStripMenuItem // this.nhânViênToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhânViênToolStripMenuItem.Image"))); this.nhânViênToolStripMenuItem.Name = "nhânViênToolStripMenuItem"; this.nhânViênToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.nhânViênToolStripMenuItem.Text = "Nhân viên"; this.nhânViênToolStripMenuItem.Click += new System.EventHandler(this.nhânViênToolStripMenuItem_Click); // // nhàCungCấpToolStripMenuItem // this.nhàCungCấpToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhàCungCấpToolStripMenuItem.Image"))); this.nhàCungCấpToolStripMenuItem.Name = "nhàCungCấpToolStripMenuItem"; this.nhàCungCấpToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.nhàCungCấpToolStripMenuItem.Text = "Nhà cung cấp"; this.nhàCungCấpToolStripMenuItem.Click += new System.EventHandler(this.nhàCungCấpToolStripMenuItem_Click); // // kháchHàngToolStripMenuItem // this.kháchHàngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.chiTiếtĐiểmThưởngToolStripMenuItem, this.thẻGiảmGiáToolStripMenuItem}); this.kháchHàngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("kháchHàngToolStripMenuItem.Image"))); this.kháchHàngToolStripMenuItem.Name = "kháchHàngToolStripMenuItem"; this.kháchHàngToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.kháchHàngToolStripMenuItem.Text = "Khách hàng"; this.kháchHàngToolStripMenuItem.Click += new System.EventHandler(this.kháchHàngToolStripMenuItem_Click); // // chiTiếtĐiểmThưởngToolStripMenuItem // this.chiTiếtĐiểmThưởngToolStripMenuItem.Image = global::GUI.Properties.Resources.Gioi_thieu__1_; this.chiTiếtĐiểmThưởngToolStripMenuItem.Name = "chiTiếtĐiểmThưởngToolStripMenuItem"; this.chiTiếtĐiểmThưởngToolStripMenuItem.Size = new System.Drawing.Size(173, 22); this.chiTiếtĐiểmThưởngToolStripMenuItem.Text = "Chi tiết điểm thưởng"; this.chiTiếtĐiểmThưởngToolStripMenuItem.Click += new System.EventHandler(this.chiTiếtĐiểmThưởngToolStripMenuItem_Click); // // thẻGiảmGiáToolStripMenuItem // this.thẻGiảmGiáToolStripMenuItem.Image = global::GUI.Properties.Resources.Gioi_thieu__1_; this.thẻGiảmGiáToolStripMenuItem.Name = "thẻGiảmGiáToolStripMenuItem"; this.thẻGiảmGiáToolStripMenuItem.Size = new System.Drawing.Size(173, 22); this.thẻGiảmGiáToolStripMenuItem.Text = "Thẻ Giá Trị"; this.thẻGiảmGiáToolStripMenuItem.Click += new System.EventHandler(this.thẻGiảmGiáToolStripMenuItem_Click); // // khoHàngToolStripMenuItem // this.khoHàngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("khoHàngToolStripMenuItem.Image"))); this.khoHàngToolStripMenuItem.Name = "khoHàngToolStripMenuItem"; this.khoHàngToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.khoHàngToolStripMenuItem.Text = "Kho hàng"; this.khoHàngToolStripMenuItem.Click += new System.EventHandler(this.khoHàngToolStripMenuItem_Click); // // thuếToolStripMenuItem // this.thuếToolStripMenuItem.Image = global::GUI.Properties.Resources.Thu_tien__1_; this.thuếToolStripMenuItem.Name = "thuếToolStripMenuItem"; this.thuếToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.thuếToolStripMenuItem.Text = "Thuế"; this.thuếToolStripMenuItem.Click += new System.EventHandler(this.thuếToolStripMenuItem_Click); // // đơnVịTínhToolStripMenuItem // this.đơnVịTínhToolStripMenuItem.Image = global::GUI.Properties.Resources.Tien_te__1_; this.đơnVịTínhToolStripMenuItem.Name = "đơnVịTínhToolStripMenuItem"; this.đơnVịTínhToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.đơnVịTínhToolStripMenuItem.Text = "Đơn vị tính"; this.đơnVịTínhToolStripMenuItem.Click += new System.EventHandler(this.đơnVịTínhToolStripMenuItem_Click); // // tiểnTệToolStripMenuItem // this.tiểnTệToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("tiểnTệToolStripMenuItem.Image"))); this.tiểnTệToolStripMenuItem.Name = "tiểnTệToolStripMenuItem"; this.tiểnTệToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.tiểnTệToolStripMenuItem.Text = "Tiền tệ"; this.tiểnTệToolStripMenuItem.Click += new System.EventHandler(this.tiểnTệToolStripMenuItem_Click); // // loạiHangHoaToolStripMenuItem // this.loạiHangHoaToolStripMenuItem.Image = global::GUI.Properties.Resources.Nhom_hang_hoa__1_; this.loạiHangHoaToolStripMenuItem.Name = "loạiHangHoaToolStripMenuItem"; this.loạiHangHoaToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.loạiHangHoaToolStripMenuItem.Text = "Loại hàng hóa"; this.loạiHangHoaToolStripMenuItem.Click += new System.EventHandler(this.loạiHangHoaToolStripMenuItem_Click); // // nhómHàngHóaToolStripMenuItem // this.nhómHàngHóaToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhómHàngHóaToolStripMenuItem.Image"))); this.nhómHàngHóaToolStripMenuItem.Name = "nhómHàngHóaToolStripMenuItem"; this.nhómHàngHóaToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.nhómHàngHóaToolStripMenuItem.Text = "Nhóm hàng hóa"; this.nhómHàngHóaToolStripMenuItem.Click += new System.EventHandler(this.nhómHàngHóaToolStripMenuItem_Click); // // hàngHóaToolStripMenuItem // this.hàngHóaToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("hàngHóaToolStripMenuItem.Image"))); this.hàngHóaToolStripMenuItem.Name = "hàngHóaToolStripMenuItem"; this.hàngHóaToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.hàngHóaToolStripMenuItem.Text = "Hàng hóa"; this.hàngHóaToolStripMenuItem.Click += new System.EventHandler(this.hàngHóaToolStripMenuItem_Click); // // nhómTkToolStripMenuItem // this.nhómTkToolStripMenuItem.Enabled = false; this.nhómTkToolStripMenuItem.Image = global::GUI.Properties.Resources.NhomTkketoan; this.nhómTkToolStripMenuItem.Name = "nhómTkToolStripMenuItem"; this.nhómTkToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.nhómTkToolStripMenuItem.Text = "Nhóm tài khoản kế toán"; this.nhómTkToolStripMenuItem.Visible = false; this.nhómTkToolStripMenuItem.Click += new System.EventHandler(this.nhómTkToolStripMenuItem_Click); // // tàiKhoảnKếToánToolStripMenuItem // this.tàiKhoảnKếToánToolStripMenuItem.Enabled = false; this.tàiKhoảnKếToánToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("tàiKhoảnKếToánToolStripMenuItem.Image"))); this.tàiKhoảnKếToánToolStripMenuItem.Name = "tàiKhoảnKếToánToolStripMenuItem"; this.tàiKhoảnKếToánToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.tàiKhoảnKếToánToolStripMenuItem.Text = "Tài khoản kế toán"; this.tàiKhoảnKếToánToolStripMenuItem.Visible = false; this.tàiKhoảnKếToánToolStripMenuItem.Click += new System.EventHandler(this.tàiKhoảnKếToánToolStripMenuItem_Click); // // toolStripMenuItem6 // this.toolStripMenuItem6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem6.Image"))); this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Size = new System.Drawing.Size(189, 22); this.toolStripMenuItem6.Text = "Khoản mục thu chi"; this.toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItem6_Click); // // góiHàngToolStripMenuItem // this.góiHàngToolStripMenuItem.Image = global::GUI.Properties.Resources.goihang; this.góiHàngToolStripMenuItem.Name = "góiHàngToolStripMenuItem"; this.góiHàngToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.góiHàngToolStripMenuItem.Text = "Gói Hàng"; this.góiHàngToolStripMenuItem.Click += new System.EventHandler(this.góiHàngToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nhậpHàngToolStripMenuItem, this.xuấtHàngToolStripMenuItem, this.quảnLýCôngNợToolStripMenuItem, this.quảnLýThuChiToolStripMenuItem}); this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image"))); this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(85, 20); this.toolStripMenuItem2.Text = "Nghiệp vụ"; // // nhậpHàngToolStripMenuItem // this.nhậpHàngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.đơnĐặtHàngToolStripMenuItem, this.nhậpMuaToolStripMenuItem, this.kháchHàngTrảLạiToolStripMenuItem}); this.nhậpHàngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhậpHàngToolStripMenuItem.Image"))); this.nhậpHàngToolStripMenuItem.Name = "nhậpHàngToolStripMenuItem"; this.nhậpHàngToolStripMenuItem.Size = new System.Drawing.Size(153, 22); this.nhậpHàngToolStripMenuItem.Text = "Nhập hàng"; // // đơnĐặtHàngToolStripMenuItem // this.đơnĐặtHàngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("đơnĐặtHàngToolStripMenuItem.Image"))); this.đơnĐặtHàngToolStripMenuItem.Name = "đơnĐặtHàngToolStripMenuItem"; this.đơnĐặtHàngToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.đơnĐặtHàngToolStripMenuItem.Text = "Đơn đặt hàng"; this.đơnĐặtHàngToolStripMenuItem.Click += new System.EventHandler(this.đơnĐặtHàngToolStripMenuItem_Click); // // nhậpMuaToolStripMenuItem // this.nhậpMuaToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhậpMuaToolStripMenuItem.Image"))); this.nhậpMuaToolStripMenuItem.Name = "nhậpMuaToolStripMenuItem"; this.nhậpMuaToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.nhậpMuaToolStripMenuItem.Text = "Nhập kho"; this.nhậpMuaToolStripMenuItem.Click += new System.EventHandler(this.nhậpMuaToolStripMenuItem_Click); // // kháchHàngTrảLạiToolStripMenuItem // this.kháchHàngTrảLạiToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("kháchHàngTrảLạiToolStripMenuItem.Image"))); this.kháchHàngTrảLạiToolStripMenuItem.Name = "kháchHàngTrảLạiToolStripMenuItem"; this.kháchHàngTrảLạiToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.kháchHàngTrảLạiToolStripMenuItem.Text = "Khách hàng trả lại"; this.kháchHàngTrảLạiToolStripMenuItem.Click += new System.EventHandler(this.kháchHàngTrảLạiToolStripMenuItem_Click); // // xuấtHàngToolStripMenuItem // this.xuấtHàngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.xuấtBánToolStripMenuItem, this.bánLẻSiêuThịToolStripMenuItem, this.trảLạiNhàCungCấpToolStripMenuItem}); this.xuấtHàngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("xuấtHàngToolStripMenuItem.Image"))); this.xuấtHàngToolStripMenuItem.Name = "xuấtHàngToolStripMenuItem"; this.xuấtHàngToolStripMenuItem.Size = new System.Drawing.Size(153, 22); this.xuấtHàngToolStripMenuItem.Text = "Xuất hàng"; // // xuấtBánToolStripMenuItem // this.xuấtBánToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("xuấtBánToolStripMenuItem.Image"))); this.xuấtBánToolStripMenuItem.Name = "xuấtBánToolStripMenuItem"; this.xuấtBánToolStripMenuItem.Size = new System.Drawing.Size(170, 22); this.xuấtBánToolStripMenuItem.Text = "Bán buôn"; this.xuấtBánToolStripMenuItem.Click += new System.EventHandler(this.xuấtBánToolStripMenuItem_Click); // // bánLẻSiêuThịToolStripMenuItem // this.bánLẻSiêuThịToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("bánLẻSiêuThịToolStripMenuItem.Image"))); this.bánLẻSiêuThịToolStripMenuItem.Name = "bánLẻSiêuThịToolStripMenuItem"; this.bánLẻSiêuThịToolStripMenuItem.Size = new System.Drawing.Size(170, 22); this.bánLẻSiêuThịToolStripMenuItem.Text = "Bán lẻ"; this.bánLẻSiêuThịToolStripMenuItem.Click += new System.EventHandler(this.bánLẻSiêuThịToolStripMenuItem_Click); // // trảLạiNhàCungCấpToolStripMenuItem // this.trảLạiNhàCungCấpToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("trảLạiNhàCungCấpToolStripMenuItem.Image"))); this.trảLạiNhàCungCấpToolStripMenuItem.Name = "trảLạiNhàCungCấpToolStripMenuItem"; this.trảLạiNhàCungCấpToolStripMenuItem.Size = new System.Drawing.Size(170, 22); this.trảLạiNhàCungCấpToolStripMenuItem.Text = "Trả lại nhà cung cấp"; this.trảLạiNhàCungCấpToolStripMenuItem.Click += new System.EventHandler(this.trảLạiNhàCungCấpToolStripMenuItem_Click); // // quảnLýCôngNợToolStripMenuItem // this.quảnLýCôngNợToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thanhToánVớiKháchHàngToolStripMenuItem, this.thanhToánVớiNhàCungCấpToolStripMenuItem, this.tổngHợpChiTiếtCôngNợToolStripMenuItem, this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem, this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem}); this.quảnLýCôngNợToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quảnLýCôngNợToolStripMenuItem.Image"))); this.quảnLýCôngNợToolStripMenuItem.Name = "quảnLýCôngNợToolStripMenuItem"; this.quảnLýCôngNợToolStripMenuItem.Size = new System.Drawing.Size(153, 22); this.quảnLýCôngNợToolStripMenuItem.Text = "Quản lý công nợ"; // // thanhToánVớiKháchHàngToolStripMenuItem // this.thanhToánVớiKháchHàngToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("thanhToánVớiKháchHàngToolStripMenuItem.Image"))); this.thanhToánVớiKháchHàngToolStripMenuItem.Name = "thanhToánVớiKháchHàngToolStripMenuItem"; this.thanhToánVớiKháchHàngToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.thanhToánVớiKháchHàngToolStripMenuItem.Text = "Thanh toán với khách hàng"; this.thanhToánVớiKháchHàngToolStripMenuItem.Click += new System.EventHandler(this.thanhToánVớiKháchHàngToolStripMenuItem_Click); // // thanhToánVớiNhàCungCấpToolStripMenuItem // this.thanhToánVớiNhàCungCấpToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("thanhToánVớiNhàCungCấpToolStripMenuItem.Image"))); this.thanhToánVớiNhàCungCấpToolStripMenuItem.Name = "thanhToánVớiNhàCungCấpToolStripMenuItem"; this.thanhToánVớiNhàCungCấpToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.thanhToánVớiNhàCungCấpToolStripMenuItem.Text = "Thanh toán với nhà cung cấp"; this.thanhToánVớiNhàCungCấpToolStripMenuItem.Click += new System.EventHandler(this.thanhToánVớiNhàCungCấpToolStripMenuItem_Click); // // tổngHợpChiTiếtCôngNợToolStripMenuItem // this.tổngHợpChiTiếtCôngNợToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("tổngHợpChiTiếtCôngNợToolStripMenuItem.Image"))); this.tổngHợpChiTiếtCôngNợToolStripMenuItem.Name = "tổngHợpChiTiếtCôngNợToolStripMenuItem"; this.tổngHợpChiTiếtCôngNợToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.tổngHợpChiTiếtCôngNợToolStripMenuItem.Text = "Tổng hợp chi tiết công nợ"; this.tổngHợpChiTiếtCôngNợToolStripMenuItem.Click += new System.EventHandler(this.tổngHợpChiTiếtCôngNợToolStripMenuItem_Click); // // nhậpSốDưCôngNợĐầuKỳToolStripMenuItem // this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhậpSốDưCôngNợĐầuKỳToolStripMenuItem.Image"))); this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem.Name = "nhậpSốDưCôngNợĐầuKỳToolStripMenuItem"; this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem.Text = "Nhập số dư công nợ đầu kỳ"; this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem.Click += new System.EventHandler(this.nhậpSốDưCôngNợĐầuKỳToolStripMenuItem_Click); // // chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem // this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem.Image"))); this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem.Name = "chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem"; this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem.Text = "Chuyển số dư công nợ cuối kỳ"; this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem.Click += new System.EventHandler(this.chuyểnSốDưCôngNợCuốiKỳToolStripMenuItem_Click); // // quảnLýThuChiToolStripMenuItem // this.quảnLýThuChiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.thuTiềnToolStripMenuItem, this.chiTiềnToolStripMenuItem, this.nhậpSốDưĐầuKỳToolStripMenuItem, this.kếtChuyểnSốDưToolStripMenuItem, this.sổQuỹToolStripMenuItem}); this.quảnLýThuChiToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quảnLýThuChiToolStripMenuItem.Image"))); this.quảnLýThuChiToolStripMenuItem.Name = "quảnLýThuChiToolStripMenuItem"; this.quảnLýThuChiToolStripMenuItem.Size = new System.Drawing.Size(153, 22); this.quảnLýThuChiToolStripMenuItem.Text = "Quản lý thu chi"; // // thuTiềnToolStripMenuItem // this.thuTiềnToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("thuTiềnToolStripMenuItem.Image"))); this.thuTiềnToolStripMenuItem.Name = "thuTiềnToolStripMenuItem"; this.thuTiềnToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.thuTiềnToolStripMenuItem.Text = "Phiếu thu"; this.thuTiềnToolStripMenuItem.Click += new System.EventHandler(this.thuTiềnToolStripMenuItem_Click); // // chiTiềnToolStripMenuItem // this.chiTiềnToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chiTiềnToolStripMenuItem.Image"))); this.chiTiềnToolStripMenuItem.Name = "chiTiềnToolStripMenuItem"; this.chiTiềnToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.chiTiềnToolStripMenuItem.Text = "Phiếu chi"; this.chiTiềnToolStripMenuItem.Click += new System.EventHandler(this.chiTiềnToolStripMenuItem_Click); // // nhậpSốDưĐầuKỳToolStripMenuItem // this.nhậpSốDưĐầuKỳToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.nhậpSốDưĐầuKỳToolStripMenuItem.Name = "nhậpSốDưĐầuKỳToolStripMenuItem"; this.nhậpSốDưĐầuKỳToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.nhậpSốDưĐầuKỳToolStripMenuItem.Text = "Nhập số dư đầu kỳ"; this.nhậpSốDưĐầuKỳToolStripMenuItem.Click += new System.EventHandler(this.nhậpSốDưĐầuKỳToolStripMenuItem_Click); // // kếtChuyểnSốDưToolStripMenuItem // this.kếtChuyểnSốDưToolStripMenuItem.Image = global::GUI.Properties.Resources.Chuyen_kho__1_; this.kếtChuyểnSốDưToolStripMenuItem.Name = "kếtChuyểnSốDưToolStripMenuItem"; this.kếtChuyểnSốDưToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.kếtChuyểnSốDưToolStripMenuItem.Text = "Kết chuyển số dư"; this.kếtChuyểnSốDưToolStripMenuItem.Click += new System.EventHandler(this.kếtChuyểnSốDưToolStripMenuItem_Click); // // sổQuỹToolStripMenuItem // this.sổQuỹToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("sổQuỹToolStripMenuItem.Image"))); this.sổQuỹToolStripMenuItem.Name = "sổQuỹToolStripMenuItem"; this.sổQuỹToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.sổQuỹToolStripMenuItem.Text = "Sổ quỹ"; this.sổQuỹToolStripMenuItem.Click += new System.EventHandler(this.sổQuỹToolStripMenuItem_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.chuyểnKhoToolStripMenuItem, this.quảnLýKhoToolStripMenuItem, this.caiĐătKhoHangToolStripMenuItem, this.toolStripSeparator3, this.phiếuXuấtHủyToolStripMenuItem, this.xácNhậnPhiếuXuấtHủyToolStripMenuItem}); this.toolStripMenuItem4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem4.Image"))); this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(81, 20); this.toolStripMenuItem4.Text = "Kho hàng"; // // chuyểnKhoToolStripMenuItem // this.chuyểnKhoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.điềuChuyểnKhoToolStripMenuItem, this.xácNhânĐiềuChuyểnKhoToolStripMenuItem}); this.chuyểnKhoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chuyểnKhoToolStripMenuItem.Image"))); this.chuyểnKhoToolStripMenuItem.Name = "chuyểnKhoToolStripMenuItem"; this.chuyểnKhoToolStripMenuItem.Size = new System.Drawing.Size(194, 22); this.chuyểnKhoToolStripMenuItem.Text = "Chuyển kho"; // // điềuChuyểnKhoToolStripMenuItem // this.điềuChuyểnKhoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("điềuChuyểnKhoToolStripMenuItem.Image"))); this.điềuChuyểnKhoToolStripMenuItem.Name = "điềuChuyểnKhoToolStripMenuItem"; this.điềuChuyểnKhoToolStripMenuItem.Size = new System.Drawing.Size(201, 22); this.điềuChuyểnKhoToolStripMenuItem.Text = "Điều chuyển kho"; this.điềuChuyểnKhoToolStripMenuItem.Click += new System.EventHandler(this.điềuChuyểnKhoToolStripMenuItem_Click); // // xácNhânĐiềuChuyểnKhoToolStripMenuItem // this.xácNhânĐiềuChuyểnKhoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("xácNhânĐiềuChuyểnKhoToolStripMenuItem.Image"))); this.xácNhânĐiềuChuyểnKhoToolStripMenuItem.Name = "xácNhânĐiềuChuyểnKhoToolStripMenuItem"; this.xácNhânĐiềuChuyểnKhoToolStripMenuItem.Size = new System.Drawing.Size(201, 22); this.xácNhânĐiềuChuyểnKhoToolStripMenuItem.Text = "Xác nhân điều chuyển kho"; this.xácNhânĐiềuChuyểnKhoToolStripMenuItem.Click += new System.EventHandler(this.xácNhânĐiềuChuyểnKhoToolStripMenuItem_Click); // // quảnLýKhoToolStripMenuItem // this.quảnLýKhoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.kiểmKêKhoToolStripMenuItem, this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem, this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem, this.tổngHợpXuấtNhậpTồnToolStripMenuItem}); this.quảnLýKhoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quảnLýKhoToolStripMenuItem.Image"))); this.quảnLýKhoToolStripMenuItem.Name = "quảnLýKhoToolStripMenuItem"; this.quảnLýKhoToolStripMenuItem.Size = new System.Drawing.Size(194, 22); this.quảnLýKhoToolStripMenuItem.Text = "Quản lý kho"; // // kiểmKêKhoToolStripMenuItem // this.kiểmKêKhoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("kiểmKêKhoToolStripMenuItem.Image"))); this.kiểmKêKhoToolStripMenuItem.Name = "kiểmKêKhoToolStripMenuItem"; this.kiểmKêKhoToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.kiểmKêKhoToolStripMenuItem.Text = "Kiểm kê kho"; this.kiểmKêKhoToolStripMenuItem.Click += new System.EventHandler(this.kiểmKêKhoToolStripMenuItem_Click); // // nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem // this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem.Image"))); this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem.Name = "nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem"; this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem.Text = "Nhập số dư tồn kho đầu kỳ"; this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem.Click += new System.EventHandler(this.nhậpSốDưTồnKhoĐầuKỳToolStripMenuItem_Click); // // chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem // this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem.Image"))); this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem.Name = "chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem"; this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem.Text = "Chuyển số dư tồn kho cuối kỳ"; this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem.Click += new System.EventHandler(this.chuyểnSốDưTồnKhoCuốiKỳToolStripMenuItem_Click); // // tổngHợpXuấtNhậpTồnToolStripMenuItem // this.tổngHợpXuấtNhậpTồnToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.tổngHợpXuấtNhậpTồnToolStripMenuItem.Name = "tổngHợpXuấtNhậpTồnToolStripMenuItem"; this.tổngHợpXuấtNhậpTồnToolStripMenuItem.Size = new System.Drawing.Size(221, 22); this.tổngHợpXuấtNhậpTồnToolStripMenuItem.Text = "Tổng hợp xuất - nhập - tồn"; this.tổngHợpXuấtNhậpTồnToolStripMenuItem.Visible = false; this.tổngHợpXuấtNhậpTồnToolStripMenuItem.Click += new System.EventHandler(this.tổngHợpXuấtNhậpTồnToolStripMenuItem_Click); // // caiĐătKhoHangToolStripMenuItem // this.caiĐătKhoHangToolStripMenuItem.Image = global::GUI.Properties.Resources.He_Thong; this.caiĐătKhoHangToolStripMenuItem.Name = "caiĐătKhoHangToolStripMenuItem"; this.caiĐătKhoHangToolStripMenuItem.Size = new System.Drawing.Size(194, 22); this.caiĐătKhoHangToolStripMenuItem.Text = "Cài đặt kho hàng"; this.caiĐătKhoHangToolStripMenuItem.Click += new System.EventHandler(this.caiĐătKhoHangToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(191, 6); // // phiếuXuấtHủyToolStripMenuItem // this.phiếuXuấtHủyToolStripMenuItem.Image = global::GUI.Properties.Resources.Chuyen_kho__1_; this.phiếuXuấtHủyToolStripMenuItem.Name = "phiếuXuấtHủyToolStripMenuItem"; this.phiếuXuấtHủyToolStripMenuItem.Size = new System.Drawing.Size(194, 22); this.phiếuXuấtHủyToolStripMenuItem.Text = "Phiếu xuất hủy"; this.phiếuXuấtHủyToolStripMenuItem.Click += new System.EventHandler(this.phiếuXuấtHủyToolStripMenuItem_Click); // // xácNhậnPhiếuXuấtHủyToolStripMenuItem // this.xácNhậnPhiếuXuấtHủyToolStripMenuItem.Image = global::GUI.Properties.Resources.Chap_nhan; this.xácNhậnPhiếuXuấtHủyToolStripMenuItem.Name = "xácNhậnPhiếuXuấtHủyToolStripMenuItem"; this.xácNhậnPhiếuXuấtHủyToolStripMenuItem.Size = new System.Drawing.Size(194, 22); this.xácNhậnPhiếuXuấtHủyToolStripMenuItem.Text = "Xác nhận phiếu xuất hủy"; this.xácNhậnPhiếuXuấtHủyToolStripMenuItem.Click += new System.EventHandler(this.xácNhậnPhiếuXuấtHủyToolStripMenuItem_Click_1); // // báoCáoToolStripMenuItem // this.báoCáoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.báoCáoDoanhThuToolStripMenuItem, this.báoCáoCôngNợToolStripMenuItem, this.xuấtHàngToolStripMenuItem1, this.nhậpHàngToolStripMenuItem1, this.tồnKhoToolStripMenuItem, this.chiTiếtHàngHóaToolStripMenuItem, this.báoCáoThuếToolStripMenuItem, this.báoCáoLãiLỗToolStripMenuItem1, this.báoCáoXuấtHủyHàngHóaToolStripMenuItem, this.báoCáoTrảLạiNCCToolStripMenuItem, this.báoCáoKháchHàngTrảLạiToolStripMenuItem, this.tooltripBaoCaoHangHetHan, this.tooltripBaoCaoTongHopThuChi, this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem, this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem}); this.báoCáoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("báoCáoToolStripMenuItem.Image"))); this.báoCáoToolStripMenuItem.Name = "báoCáoToolStripMenuItem"; this.báoCáoToolStripMenuItem.Size = new System.Drawing.Size(73, 20); this.báoCáoToolStripMenuItem.Text = "Báo cáo"; // // báoCáoDoanhThuToolStripMenuItem // this.báoCáoDoanhThuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.theoThờiGianToolStripMenuItem, this.theoNhânViênToolStripMenuItem, this.theoNhómHàngToolStripMenuItem, this.theoMặtHàngToolStripMenuItem}); this.báoCáoDoanhThuToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoDoanhThuToolStripMenuItem.Name = "báoCáoDoanhThuToolStripMenuItem"; this.báoCáoDoanhThuToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoDoanhThuToolStripMenuItem.Text = "Báo cáo doanh thu"; // // theoThờiGianToolStripMenuItem // this.theoThờiGianToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoThờiGianToolStripMenuItem.Name = "theoThờiGianToolStripMenuItem"; this.theoThờiGianToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.theoThờiGianToolStripMenuItem.Text = "Theo thời gian"; this.theoThờiGianToolStripMenuItem.Click += new System.EventHandler(this.theoThờiGianToolStripMenuItem_Click); // // theoNhânViênToolStripMenuItem // this.theoNhânViênToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoNhânViênToolStripMenuItem.Name = "theoNhânViênToolStripMenuItem"; this.theoNhânViênToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.theoNhânViênToolStripMenuItem.Text = "Theo nhân viên"; this.theoNhânViênToolStripMenuItem.Click += new System.EventHandler(this.theoNhânViênToolStripMenuItem_Click); // // theoNhómHàngToolStripMenuItem // this.theoNhómHàngToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoNhómHàngToolStripMenuItem.Name = "theoNhómHàngToolStripMenuItem"; this.theoNhómHàngToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.theoNhómHàngToolStripMenuItem.Text = "Theo nhóm hàng"; this.theoNhómHàngToolStripMenuItem.Click += new System.EventHandler(this.báoCáoDoanhThuTheoNhómHàngToolStripMenuItem_Click); // // theoMặtHàngToolStripMenuItem // this.theoMặtHàngToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoMặtHàngToolStripMenuItem.Name = "theoMặtHàngToolStripMenuItem"; this.theoMặtHàngToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.theoMặtHàngToolStripMenuItem.Text = "Theo mặt hàng"; this.theoMặtHàngToolStripMenuItem.Click += new System.EventHandler(this.báoCáoDoanhThuTheoMặtHàngToolStripMenuItem_Click); // // báoCáoCôngNợToolStripMenuItem // this.báoCáoCôngNợToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.theoNCCToolStripMenuItem, this.theoKháchHàngToolStripMenuItem}); this.báoCáoCôngNợToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoCôngNợToolStripMenuItem.Name = "báoCáoCôngNợToolStripMenuItem"; this.báoCáoCôngNợToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoCôngNợToolStripMenuItem.Text = "Báo cáo công nợ"; // // theoNCCToolStripMenuItem // this.theoNCCToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoNCCToolStripMenuItem.Name = "theoNCCToolStripMenuItem"; this.theoNCCToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.theoNCCToolStripMenuItem.Text = "Theo NCC"; this.theoNCCToolStripMenuItem.Click += new System.EventHandler(this.báoCáoCôngNợTheoNhàSảnXuấtToolStripMenuItem_Click); // // theoKháchHàngToolStripMenuItem // this.theoKháchHàngToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoKháchHàngToolStripMenuItem.Name = "theoKháchHàngToolStripMenuItem"; this.theoKháchHàngToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.theoKháchHàngToolStripMenuItem.Text = "Theo khách hàng"; this.theoKháchHàngToolStripMenuItem.Click += new System.EventHandler(this.báoCáoCôngNợTheoKháchHàngToolStripMenuItem_Click); // // xuấtHàngToolStripMenuItem1 // this.xuấtHàngToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.theoThờiGianToolStripMenuItem2, this.theoNhómHàngToolStripMenuItem1, this.theoMặtHàngToolStripMenuItem1, this.theoThờiGianToolStripMenuItem3}); this.xuấtHàngToolStripMenuItem1.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.xuấtHàngToolStripMenuItem1.Name = "xuấtHàngToolStripMenuItem1"; this.xuấtHàngToolStripMenuItem1.Size = new System.Drawing.Size(270, 22); this.xuấtHàngToolStripMenuItem1.Text = "Báo Cáo Xuất hàng"; // // theoThờiGianToolStripMenuItem2 // this.theoThờiGianToolStripMenuItem2.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoThờiGianToolStripMenuItem2.Name = "theoThờiGianToolStripMenuItem2"; this.theoThờiGianToolStripMenuItem2.Size = new System.Drawing.Size(154, 22); this.theoThờiGianToolStripMenuItem2.Text = "Theo kho"; this.theoThờiGianToolStripMenuItem2.Click += new System.EventHandler(this.theoThờiGianToolStripMenuItem2_Click); // // theoNhómHàngToolStripMenuItem1 // this.theoNhómHàngToolStripMenuItem1.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoNhómHàngToolStripMenuItem1.Name = "theoNhómHàngToolStripMenuItem1"; this.theoNhómHàngToolStripMenuItem1.Size = new System.Drawing.Size(154, 22); this.theoNhómHàngToolStripMenuItem1.Text = "Theo nhóm hàng"; this.theoNhómHàngToolStripMenuItem1.Click += new System.EventHandler(this.theoNhómHàngToolStripMenuItem1_Click); // // theoMặtHàngToolStripMenuItem1 // this.theoMặtHàngToolStripMenuItem1.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoMặtHàngToolStripMenuItem1.Name = "theoMặtHàngToolStripMenuItem1"; this.theoMặtHàngToolStripMenuItem1.Size = new System.Drawing.Size(154, 22); this.theoMặtHàngToolStripMenuItem1.Text = "Theo mặt hàng"; this.theoMặtHàngToolStripMenuItem1.Click += new System.EventHandler(this.theoMặtHàngToolStripMenuItem1_Click); // // theoThờiGianToolStripMenuItem3 // this.theoThờiGianToolStripMenuItem3.Image = global::GUI.Properties.Resources.Bao_Cao__5_; this.theoThờiGianToolStripMenuItem3.Name = "theoThờiGianToolStripMenuItem3"; this.theoThờiGianToolStripMenuItem3.Size = new System.Drawing.Size(154, 22); this.theoThờiGianToolStripMenuItem3.Text = "Theo thời gian"; this.theoThờiGianToolStripMenuItem3.Click += new System.EventHandler(this.theoThờiGianToolStripMenuItem3_Click); // // nhậpHàngToolStripMenuItem1 // this.nhậpHàngToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.theoKhoToolStripMenuItem, this.theoNhómHàngToolStripMenuItem2, this.theoMặtHàngToolStripMenuItem2, this.theoThờiGianToolStripMenuItem1}); this.nhậpHàngToolStripMenuItem1.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.nhậpHàngToolStripMenuItem1.Name = "nhậpHàngToolStripMenuItem1"; this.nhậpHàngToolStripMenuItem1.Size = new System.Drawing.Size(270, 22); this.nhậpHàngToolStripMenuItem1.Text = "Báo Cáo Nhập hàng"; // // theoKhoToolStripMenuItem // this.theoKhoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoKhoToolStripMenuItem.Name = "theoKhoToolStripMenuItem"; this.theoKhoToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.theoKhoToolStripMenuItem.Text = "Theo kho"; this.theoKhoToolStripMenuItem.Click += new System.EventHandler(this.theoKhoToolStripMenuItem_Click); // // theoNhómHàngToolStripMenuItem2 // this.theoNhómHàngToolStripMenuItem2.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoNhómHàngToolStripMenuItem2.Name = "theoNhómHàngToolStripMenuItem2"; this.theoNhómHàngToolStripMenuItem2.Size = new System.Drawing.Size(154, 22); this.theoNhómHàngToolStripMenuItem2.Text = "Theo nhóm hàng"; this.theoNhómHàngToolStripMenuItem2.Click += new System.EventHandler(this.theoNhómHàngToolStripMenuItem2_Click); // // theoMặtHàngToolStripMenuItem2 // this.theoMặtHàngToolStripMenuItem2.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoMặtHàngToolStripMenuItem2.Name = "theoMặtHàngToolStripMenuItem2"; this.theoMặtHàngToolStripMenuItem2.Size = new System.Drawing.Size(154, 22); this.theoMặtHàngToolStripMenuItem2.Text = "Theo mặt hàng"; this.theoMặtHàngToolStripMenuItem2.Click += new System.EventHandler(this.theoMặtHàngToolStripMenuItem2_Click); // // theoThờiGianToolStripMenuItem1 // this.theoThờiGianToolStripMenuItem1.Image = global::GUI.Properties.Resources.Bao_Cao__5_; this.theoThờiGianToolStripMenuItem1.Name = "theoThờiGianToolStripMenuItem1"; this.theoThờiGianToolStripMenuItem1.Size = new System.Drawing.Size(154, 22); this.theoThờiGianToolStripMenuItem1.Text = "Theo thời gian"; this.theoThờiGianToolStripMenuItem1.Click += new System.EventHandler(this.theoThờiGianToolStripMenuItem1_Click); // // tồnKhoToolStripMenuItem // this.tồnKhoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.theoTừngKhoToolStripMenuItem, this.theoToolStripMenuItem, this.xuToolStripMenuItem, this.xuấtnhậptồnTheoKhoToolStripMenuItem, this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem, this.xuấtnhậptồnTheoToolStripMenuItem, this.mứcTồnToolStripMenuItem, this.tiềnTồnKhoToolStripMenuItem}); this.tồnKhoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.tồnKhoToolStripMenuItem.Name = "tồnKhoToolStripMenuItem"; this.tồnKhoToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.tồnKhoToolStripMenuItem.Text = "Báo Cáo Tồn kho"; // // theoTừngKhoToolStripMenuItem // this.theoTừngKhoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoTừngKhoToolStripMenuItem.Name = "theoTừngKhoToolStripMenuItem"; this.theoTừngKhoToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.theoTừngKhoToolStripMenuItem.Text = "Theo kho"; this.theoTừngKhoToolStripMenuItem.Click += new System.EventHandler(this.theoTừngKhoToolStripMenuItem_Click); // // theoToolStripMenuItem // this.theoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.theoToolStripMenuItem.Name = "theoToolStripMenuItem"; this.theoToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.theoToolStripMenuItem.Text = "Theo nhóm hàng"; this.theoToolStripMenuItem.Click += new System.EventHandler(this.theoToolStripMenuItem_Click); // // xuToolStripMenuItem // this.xuToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.xuToolStripMenuItem.Name = "xuToolStripMenuItem"; this.xuToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.xuToolStripMenuItem.Text = "Xuất-nhập-tồn theo nhóm hàng hóa"; this.xuToolStripMenuItem.Visible = false; this.xuToolStripMenuItem.Click += new System.EventHandler(this.xuToolStripMenuItem_Click_1); // // xuấtnhậptồnTheoKhoToolStripMenuItem // this.xuấtnhậptồnTheoKhoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.xuấtnhậptồnTheoKhoToolStripMenuItem.Name = "xuấtnhậptồnTheoKhoToolStripMenuItem"; this.xuấtnhậptồnTheoKhoToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.xuấtnhậptồnTheoKhoToolStripMenuItem.Text = "Xuất-nhập-tồn theo kho"; this.xuấtnhậptồnTheoKhoToolStripMenuItem.Visible = false; this.xuấtnhậptồnTheoKhoToolStripMenuItem.Click += new System.EventHandler(this.xuấtnhậptồnTheoKhoToolStripMenuItem_Click); // // xuấtnhậptồnTheoLoạiHàngToolStripMenuItem // this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem.Name = "xuấtnhậptồnTheoLoạiHàngToolStripMenuItem"; this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem.Text = "Xuất-nhập-tồn theo loại hàng"; this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem.Visible = false; this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem.Click += new System.EventHandler(this.xuấtnhậptồnTheoLoạiHàngToolStripMenuItem_Click); // // xuấtnhậptồnTheoToolStripMenuItem // this.xuấtnhậptồnTheoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.xuấtnhậptồnTheoToolStripMenuItem.Name = "xuấtnhậptồnTheoToolStripMenuItem"; this.xuấtnhậptồnTheoToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.xuấtnhậptồnTheoToolStripMenuItem.Text = "Xuất-nhập-tồn theo phiếu xuất nhập"; this.xuấtnhậptồnTheoToolStripMenuItem.Visible = false; this.xuấtnhậptồnTheoToolStripMenuItem.Click += new System.EventHandler(this.xuấtnhậptồnTheoToolStripMenuItem_Click); // // mứcTồnToolStripMenuItem // this.mứcTồnToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.mứcTồnToolStripMenuItem.Name = "mứcTồnToolStripMenuItem"; this.mứcTồnToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.mứcTồnToolStripMenuItem.Text = "Mức tồn tối đa tối thiểu"; this.mứcTồnToolStripMenuItem.Click += new System.EventHandler(this.mứcTồnToolStripMenuItem_Click_1); // // tiềnTồnKhoToolStripMenuItem // this.tiềnTồnKhoToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.tiềnTồnKhoToolStripMenuItem.Name = "tiềnTồnKhoToolStripMenuItem"; this.tiềnTồnKhoToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.tiềnTồnKhoToolStripMenuItem.Text = "Tiền Tồn Kho"; this.tiềnTồnKhoToolStripMenuItem.Click += new System.EventHandler(this.tiềnTồnKhoToolStripMenuItem_Click); // // chiTiếtHàngHóaToolStripMenuItem // this.chiTiếtHàngHóaToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.chiTiếtHàngHóaToolStripMenuItem.Name = "chiTiếtHàngHóaToolStripMenuItem"; this.chiTiếtHàngHóaToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.chiTiếtHàngHóaToolStripMenuItem.Text = "Chi Tiết Hàng Hóa"; this.chiTiếtHàngHóaToolStripMenuItem.Click += new System.EventHandler(this.chiTiếtHàngHóaToolStripMenuItem_Click); // // báoCáoThuếToolStripMenuItem // this.báoCáoThuếToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoThuếToolStripMenuItem.Name = "báoCáoThuếToolStripMenuItem"; this.báoCáoThuếToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoThuếToolStripMenuItem.Text = "Báo Cáo Thuế"; this.báoCáoThuếToolStripMenuItem.Click += new System.EventHandler(this.báoCáoThuếToolStripMenuItem_Click); // // báoCáoLãiLỗToolStripMenuItem1 // this.báoCáoLãiLỗToolStripMenuItem1.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoLãiLỗToolStripMenuItem1.Name = "báoCáoLãiLỗToolStripMenuItem1"; this.báoCáoLãiLỗToolStripMenuItem1.Size = new System.Drawing.Size(270, 22); this.báoCáoLãiLỗToolStripMenuItem1.Text = "Báo cáo lãi lỗ"; this.báoCáoLãiLỗToolStripMenuItem1.Visible = false; this.báoCáoLãiLỗToolStripMenuItem1.Click += new System.EventHandler(this.báoCáoLãiLỗToolStripMenuItem1_Click); // // báoCáoXuấtHủyHàngHóaToolStripMenuItem // this.báoCáoXuấtHủyHàngHóaToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoXuấtHủyHàngHóaToolStripMenuItem.Name = "báoCáoXuấtHủyHàngHóaToolStripMenuItem"; this.báoCáoXuấtHủyHàngHóaToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoXuấtHủyHàngHóaToolStripMenuItem.Text = "Báo cáo xuất hủy hàng hóa"; this.báoCáoXuấtHủyHàngHóaToolStripMenuItem.Click += new System.EventHandler(this.báoCáoXuấtHủyHàngHóaToolStripMenuItem_Click); // // báoCáoTrảLạiNCCToolStripMenuItem // this.báoCáoTrảLạiNCCToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoTrảLạiNCCToolStripMenuItem.Name = "báoCáoTrảLạiNCCToolStripMenuItem"; this.báoCáoTrảLạiNCCToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoTrảLạiNCCToolStripMenuItem.Text = "Báo cáo trả lại NCC"; this.báoCáoTrảLạiNCCToolStripMenuItem.Click += new System.EventHandler(this.báoCáoTrảLạiNCCToolStripMenuItem_Click); // // báoCáoKháchHàngTrảLạiToolStripMenuItem // this.báoCáoKháchHàngTrảLạiToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoKháchHàngTrảLạiToolStripMenuItem.Name = "báoCáoKháchHàngTrảLạiToolStripMenuItem"; this.báoCáoKháchHàngTrảLạiToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoKháchHàngTrảLạiToolStripMenuItem.Text = "Báo cáo khách hàng trả lại"; this.báoCáoKháchHàngTrảLạiToolStripMenuItem.Click += new System.EventHandler(this.báoCáoKháchHàngTrảLạiToolStripMenuItem_Click); // // tooltripBaoCaoHangHetHan // this.tooltripBaoCaoHangHetHan.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.tooltripBaoCaoHangHetHan.Name = "tooltripBaoCaoHangHetHan"; this.tooltripBaoCaoHangHetHan.Size = new System.Drawing.Size(270, 22); this.tooltripBaoCaoHangHetHan.Text = "Báo cáo hàng hết hạn"; this.tooltripBaoCaoHangHetHan.Click += new System.EventHandler(this.tooltripBaoCaoHangHetHan_Click); // // tooltripBaoCaoTongHopThuChi // this.tooltripBaoCaoTongHopThuChi.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.tooltripBaoCaoTongHopThuChi.Name = "tooltripBaoCaoTongHopThuChi"; this.tooltripBaoCaoTongHopThuChi.Size = new System.Drawing.Size(270, 22); this.tooltripBaoCaoTongHopThuChi.Text = "Báo cáo tổng hợp thu chi"; this.tooltripBaoCaoTongHopThuChi.Click += new System.EventHandler(this.tooltripBaoCaoTongHopThuChi_Click); // // báoCáoThuTiềnThẻGiáTrịToolStripMenuItem // this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__4_; this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem.Name = "báoCáoThuTiềnThẻGiáTrịToolStripMenuItem"; this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem.Text = "Báo cáo thu tiền thẻ giá trị"; this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem.Click += new System.EventHandler(this.báoCáoThuTiềnThẻGiáTrịToolStripMenuItem_Click); // // thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem // this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem.Image = global::GUI.Properties.Resources.Bao_Cao__5_; this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem.Name = "thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem"; this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem.Size = new System.Drawing.Size(270, 22); this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem.Text = "Thống kê mặt hàng bán ra theo nhân viên"; this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem.Click += new System.EventHandler(this.thốngKêMặtHàngBánRaTheoNhânViênToolStripMenuItem_Click); // // tìmKiếmToolStripMenuItem // this.tìmKiếmToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tìmKiếmChứngTừToolStripMenuItem}); this.tìmKiếmToolStripMenuItem.Image = global::GUI.Properties.Resources.Tra_cuu__1_; this.tìmKiếmToolStripMenuItem.Name = "tìmKiếmToolStripMenuItem"; this.tìmKiếmToolStripMenuItem.Size = new System.Drawing.Size(81, 20); this.tìmKiếmToolStripMenuItem.Text = "Tìm kiếm"; // // tìmKiếmChứngTừToolStripMenuItem // this.tìmKiếmChứngTừToolStripMenuItem.Image = global::GUI.Properties.Resources.Xem_chi_tiet; this.tìmKiếmChứngTừToolStripMenuItem.Name = "tìmKiếmChứngTừToolStripMenuItem"; this.tìmKiếmChứngTừToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.tìmKiếmChứngTừToolStripMenuItem.Text = "Tìm Kiếm Chứng Từ"; this.tìmKiếmChứngTừToolStripMenuItem.Click += new System.EventHandler(this.tìmKiếmChứngTừToolStripMenuItem_Click); // // trợGiúpToolStripMenuItem // this.trợGiúpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.hướngDẫnToolStripMenuItem}); this.trợGiúpToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("trợGiúpToolStripMenuItem.Image"))); this.trợGiúpToolStripMenuItem.Name = "trợGiúpToolStripMenuItem"; this.trợGiúpToolStripMenuItem.Size = new System.Drawing.Size(77, 20); this.trợGiúpToolStripMenuItem.Text = "Trợ giúp"; // // hướngDẫnToolStripMenuItem // this.hướngDẫnToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("hướngDẫnToolStripMenuItem.Image"))); this.hướngDẫnToolStripMenuItem.Name = "hướngDẫnToolStripMenuItem"; this.hướngDẫnToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.hướngDẫnToolStripMenuItem.Text = "Hướng dẫn"; this.hướngDẫnToolStripMenuItem.Click += new System.EventHandler(this.hướngDẫnToolStripMenuItem_Click); // // inMãVạchToolStripMenuItem // this.inMãVạchToolStripMenuItem.Image = global::GUI.Properties.Resources.In_tem_ma_vach__1_; this.inMãVạchToolStripMenuItem.Name = "inMãVạchToolStripMenuItem"; this.inMãVạchToolStripMenuItem.Size = new System.Drawing.Size(87, 20); this.inMãVạchToolStripMenuItem.Text = "In mã vạch"; this.inMãVạchToolStripMenuItem.Click += new System.EventHandler(this.inMãVạchToolStripMenuItem_Click); // // sttUser // this.sttUser.Font = new System.Drawing.Font("Corbel", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sttUser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tlsUs, this.tssNguoiSuDung}); this.sttUser.Location = new System.Drawing.Point(0, 708); this.sttUser.Name = "sttUser"; this.sttUser.Size = new System.Drawing.Size(1350, 22); this.sttUser.TabIndex = 2; // // tlsUs // this.tlsUs.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tlsUs.Name = "tlsUs"; this.tlsUs.Size = new System.Drawing.Size(89, 17); this.tlsUs.Text = "Người sử dụng :"; // // tssNguoiSuDung // this.tssNguoiSuDung.Name = "tssNguoiSuDung"; this.tssNguoiSuDung.Size = new System.Drawing.Size(0, 17); // // pnlTrai // this.pnlTrai.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.pnlTrai.Controls.Add(this.panel1); this.pnlTrai.Dock = System.Windows.Forms.DockStyle.Left; this.pnlTrai.Location = new System.Drawing.Point(0, 24); this.pnlTrai.Name = "pnlTrai"; this.pnlTrai.Size = new System.Drawing.Size(240, 684); this.pnlTrai.TabIndex = 4; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.btnBaoCao); this.panel1.Controls.Add(this.btnKhoHang); this.panel1.Controls.Add(this.btnNghiepVu); this.panel1.Controls.Add(this.btnDanhMuc); this.panel1.Controls.Add(this.btnBanLe); this.panel1.Controls.Add(this.btnBanBuon); this.panel1.Controls.Add(this.btnTrangChinh); this.panel1.Controls.Add(this.groupBox1); this.panel1.Location = new System.Drawing.Point(25, 11); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(190, 626); this.panel1.TabIndex = 6; // // button1 // this.button1.Image = global::GUI.Properties.Resources.thoat1; this.button1.Location = new System.Drawing.Point(26, 345); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(139, 46); this.button1.TabIndex = 26; this.button1.TabStop = false; this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.MouseLeave += new System.EventHandler(this.button1_MouseLeave); this.button1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button1_MouseMove); // // btnBaoCao // this.btnBaoCao.Image = global::GUI.Properties.Resources.baocao; this.btnBaoCao.Location = new System.Drawing.Point(26, 297); this.btnBaoCao.Name = "btnBaoCao"; this.btnBaoCao.Size = new System.Drawing.Size(139, 46); this.btnBaoCao.TabIndex = 25; this.btnBaoCao.TabStop = false; this.btnBaoCao.Click += new System.EventHandler(this.btnBaoCao_Click); this.btnBaoCao.MouseLeave += new System.EventHandler(this.btnBaoCao_MouseLeave); this.btnBaoCao.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnBaoCao_MouseMove); // // btnKhoHang // this.btnKhoHang.Image = global::GUI.Properties.Resources.khohang; this.btnKhoHang.Location = new System.Drawing.Point(26, 249); this.btnKhoHang.Name = "btnKhoHang"; this.btnKhoHang.Size = new System.Drawing.Size(139, 46); this.btnKhoHang.TabIndex = 24; this.btnKhoHang.TabStop = false; this.btnKhoHang.Click += new System.EventHandler(this.btnKhoHang_Click); this.btnKhoHang.MouseLeave += new System.EventHandler(this.btnKhoHang_MouseLeave); this.btnKhoHang.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnKhoHang_MouseMove); // // btnNghiepVu // this.btnNghiepVu.Image = global::GUI.Properties.Resources.nghiepvu; this.btnNghiepVu.Location = new System.Drawing.Point(26, 201); this.btnNghiepVu.Name = "btnNghiepVu"; this.btnNghiepVu.Size = new System.Drawing.Size(139, 46); this.btnNghiepVu.TabIndex = 23; this.btnNghiepVu.TabStop = false; this.btnNghiepVu.Click += new System.EventHandler(this.btnNghiepVu_Click); this.btnNghiepVu.MouseLeave += new System.EventHandler(this.btnNghiepVu_MouseLeave); this.btnNghiepVu.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnNghiepVu_MouseMove); // // btnDanhMuc // this.btnDanhMuc.Image = global::GUI.Properties.Resources.danhmuc; this.btnDanhMuc.Location = new System.Drawing.Point(26, 153); this.btnDanhMuc.Name = "btnDanhMuc"; this.btnDanhMuc.Size = new System.Drawing.Size(139, 46); this.btnDanhMuc.TabIndex = 22; this.btnDanhMuc.TabStop = false; this.btnDanhMuc.Click += new System.EventHandler(this.btnDanhMuc_Click); this.btnDanhMuc.MouseLeave += new System.EventHandler(this.btnDanhMuc_MouseLeave); this.btnDanhMuc.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnDanhMuc_MouseMove); // // btnBanLe // this.btnBanLe.Image = global::GUI.Properties.Resources.banle; this.btnBanLe.Location = new System.Drawing.Point(26, 105); this.btnBanLe.Name = "btnBanLe"; this.btnBanLe.Size = new System.Drawing.Size(139, 46); this.btnBanLe.TabIndex = 21; this.btnBanLe.TabStop = false; this.btnBanLe.Click += new System.EventHandler(this.btnBanLe_Click); this.btnBanLe.MouseLeave += new System.EventHandler(this.btnBanLe_MouseLeave); this.btnBanLe.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnBanLe_MouseMove); // // btnBanBuon // this.btnBanBuon.Image = global::GUI.Properties.Resources.banbuon; this.btnBanBuon.Location = new System.Drawing.Point(26, 57); this.btnBanBuon.Name = "btnBanBuon"; this.btnBanBuon.Size = new System.Drawing.Size(139, 46); this.btnBanBuon.TabIndex = 20; this.btnBanBuon.TabStop = false; this.btnBanBuon.Click += new System.EventHandler(this.btnBanBuon_Click); this.btnBanBuon.MouseLeave += new System.EventHandler(this.btnBanBuon_MouseLeave); this.btnBanBuon.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnBanBuon_MouseMove); // // btnTrangChinh // this.btnTrangChinh.Image = global::GUI.Properties.Resources.home; this.btnTrangChinh.Location = new System.Drawing.Point(26, 9); this.btnTrangChinh.Name = "btnTrangChinh"; this.btnTrangChinh.Size = new System.Drawing.Size(139, 46); this.btnTrangChinh.TabIndex = 19; this.btnTrangChinh.TabStop = false; this.btnTrangChinh.Click += new System.EventHandler(this.btnTrangChinh_Click); this.btnTrangChinh.MouseLeave += new System.EventHandler(this.btnTrangChinh_MouseLeave); this.btnTrangChinh.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnTrangChinh_MouseMove); // // groupBox1 // this.groupBox1.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(8, 397); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(174, 226); this.groupBox1.TabIndex = 15; this.groupBox1.TabStop = false; this.groupBox1.Text = "CHỨC NĂNG"; // // helpProvider1 // this.helpProvider1.HelpNamespace = "help.chm"; // // bcKhachHangTraLai1 // this.bcKhachHangTraLai1.DataSetName = "BCKhachHangTraLai"; this.bcKhachHangTraLai1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // frmChinh // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(1350, 730); this.Controls.Add(this.pnlTrai); this.Controls.Add(this.sttUser); this.Controls.Add(mnStrip); this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = mnStrip; this.Name = "frmChinh"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Tag = "CÔNG TY CỔ PHẦN PHÁT TRIỂN CÔNG NGHỆ VÀ ỨNG DỤNG GIẢI PHÁP DHT. - ĐT: 04 36320862" + ". - DĐ: 0982.388.488"; this.Text = "CÔNG TY CỔ PHẦN PHÁT TRIỂN CÔNG NGHỆ VÀ ỨNG DỤNG GIẢI PHÁP DHT"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmChinh_FormClosing_1); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmChinh_FormClosed); this.Load += new System.EventHandler(this.frmChinh_Load); mnStrip.ResumeLayout(false); mnStrip.PerformLayout(); this.sttUser.ResumeLayout(false); this.sttUser.PerformLayout(); this.pnlTrai.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.button1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnBaoCao)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnKhoHang)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnNghiepVu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnDanhMuc)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnBanLe)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnBanBuon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnTrangChinh)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bcKhachHangTraLai1)).EndInit(); 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.Windows.Forms.MenuStrip menuStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchBox = new System.Windows.Forms.ToolStripTextBox(); this.goButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.backButton = new System.Windows.Forms.ToolStripButton(); this.nextButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); timer = new System.Windows.Forms.Timer(this.components); menuStrip.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem}); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exportStripMenuItem, this.toolStripSeparator4, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem"); this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); resources.ApplyResources(toolStripContainer1, "toolStripContainer1"); toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // resources.ApplyResources(statusStrip1, "statusStrip1"); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel}); statusStrip1.Name = "statusStrip1"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel"); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.hitsBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; resources.ApplyResources(this.webBrowser, "webBrowser"); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; // // toolStrip1 // resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchBox, this.goButton, this.toolStripSeparator2, this.backButton, this.nextButton}); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // searchBox // resources.ApplyResources(this.searchBox, "searchBox"); this.searchBox.AutoToolTip = true; this.searchBox.Name = "searchBox"; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // goButton // this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.goButton, "goButton"); this.goButton.Name = "goButton"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.backButton, "backButton"); this.backButton.Name = "backButton"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.nextButton, "nextButton"); this.nextButton.Name = "nextButton"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // exportStripMenuItem // this.exportStripMenuItem.Name = "exportStripMenuItem"; resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem"); this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.setHspellPathToolStripMenuItem}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // setHspellPathToolStripMenuItem // this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem"; resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem"); this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // BrowseForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Button btnSend; System.Windows.Forms.MenuStrip menu; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemClearScreen; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem reloadSpecialControlFileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemReloadGemXml; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem publishZServiceToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemExit; System.Windows.Forms.ToolStripMenuItem sECSToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemSECSMessageList; System.Windows.Forms.ToolStripMenuItem defineLinkToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem menuItemEnableLinkTest; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem configToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemEapConfig; System.Windows.Forms.ToolStripMenuItem menuItemGemConfig; System.Windows.Forms.StatusStrip statusbar; System.Windows.Forms.SplitContainer splitContainer2; this.txtMsg = new System.Windows.Forms.TextBox(); this.menuItemGemEnable = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemGemDisable = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemSecsTrace = new System.Windows.Forms.ToolStripMenuItem(); this.eqpAddressStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.eapDriverLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.gemStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.listBoxSecsMessages = new System.Windows.Forms.ListBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.rtxtScreen = new System.Windows.Forms.RichTextBox(); groupBox1 = new System.Windows.Forms.GroupBox(); btnSend = new System.Windows.Forms.Button(); menu = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemClearScreen = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); reloadSpecialControlFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemReloadGemXml = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); publishZServiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemExit = new System.Windows.Forms.ToolStripMenuItem(); sECSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemSECSMessageList = new System.Windows.Forms.ToolStripMenuItem(); defineLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); menuItemEnableLinkTest = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemEapConfig = new System.Windows.Forms.ToolStripMenuItem(); menuItemGemConfig = new System.Windows.Forms.ToolStripMenuItem(); statusbar = new System.Windows.Forms.StatusStrip(); splitContainer2 = new System.Windows.Forms.SplitContainer(); groupBox1.SuspendLayout(); menu.SuspendLayout(); statusbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.txtMsg); groupBox1.Controls.Add(btnSend); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; groupBox1.Location = new System.Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(96, 207); groupBox1.TabIndex = 5; groupBox1.TabStop = false; groupBox1.Text = "Message"; // // txtMsg // this.txtMsg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtMsg.Dock = System.Windows.Forms.DockStyle.Fill; this.txtMsg.Location = new System.Drawing.Point(3, 18); this.txtMsg.Multiline = true; this.txtMsg.Name = "txtMsg"; this.txtMsg.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMsg.Size = new System.Drawing.Size(90, 162); this.txtMsg.TabIndex = 2; this.txtMsg.WordWrap = false; // // btnSend // btnSend.Dock = System.Windows.Forms.DockStyle.Bottom; btnSend.Location = new System.Drawing.Point(3, 180); btnSend.Name = "btnSend"; btnSend.Size = new System.Drawing.Size(90, 24); btnSend.TabIndex = 1; btnSend.Text = "Send"; btnSend.Click += new System.EventHandler(this.btnSend_Click); // // menu // menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, sECSToolStripMenuItem, configToolStripMenuItem}); menu.Location = new System.Drawing.Point(0, 0); menu.Name = "menu"; menu.Size = new System.Drawing.Size(642, 24); menu.TabIndex = 0; menu.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { menuItemClearScreen, toolStripSeparator5, reloadSpecialControlFileToolStripMenuItem, menuItemReloadGemXml, toolStripSeparator1, publishZServiceToolStripMenuItem, menuItemExit}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(38, 20); fileToolStripMenuItem.Text = "File"; // // menuItemClearScreen // menuItemClearScreen.Name = "menuItemClearScreen"; menuItemClearScreen.Size = new System.Drawing.Size(226, 22); menuItemClearScreen.Text = "Clear Screen"; menuItemClearScreen.Click += new System.EventHandler(this.menuItemClearScreen_Click); // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(223, 6); // // reloadSpecialControlFileToolStripMenuItem // reloadSpecialControlFileToolStripMenuItem.Name = "reloadSpecialControlFileToolStripMenuItem"; reloadSpecialControlFileToolStripMenuItem.Size = new System.Drawing.Size(226, 22); reloadSpecialControlFileToolStripMenuItem.Text = "Reload Special Control File"; reloadSpecialControlFileToolStripMenuItem.Click += new System.EventHandler(this.reloadSpecialControlFileToolStripMenuItem_Click); // // menuItemReloadGemXml // menuItemReloadGemXml.Name = "menuItemReloadGemXml"; menuItemReloadGemXml.Size = new System.Drawing.Size(226, 22); menuItemReloadGemXml.Text = "Reload Gem.xml"; menuItemReloadGemXml.Click += new System.EventHandler(this.menuItemReloadGemXml_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(223, 6); // // publishZServiceToolStripMenuItem // publishZServiceToolStripMenuItem.Name = "publishZServiceToolStripMenuItem"; publishZServiceToolStripMenuItem.Size = new System.Drawing.Size(226, 22); publishZServiceToolStripMenuItem.Text = "Publish Z Service"; publishZServiceToolStripMenuItem.Click += new System.EventHandler(this.publishZServiceToolStripMenuItem_Click); // // menuItemExit // menuItemExit.Name = "menuItemExit"; menuItemExit.Size = new System.Drawing.Size(226, 22); menuItemExit.Text = "Exit"; menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click); // // sECSToolStripMenuItem // sECSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { menuItemSECSMessageList, defineLinkToolStripMenuItem, toolStripSeparator2, this.menuItemGemEnable, this.menuItemGemDisable, toolStripSeparator3, menuItemEnableLinkTest, toolStripSeparator4, this.menuItemSecsTrace}); sECSToolStripMenuItem.Name = "sECSToolStripMenuItem"; sECSToolStripMenuItem.Size = new System.Drawing.Size(48, 20); sECSToolStripMenuItem.Text = "SECS"; // // menuItemSECSMessageList // menuItemSECSMessageList.CheckOnClick = true; menuItemSECSMessageList.Name = "menuItemSECSMessageList"; menuItemSECSMessageList.Size = new System.Drawing.Size(178, 22); menuItemSECSMessageList.Text = "SECS Message List"; menuItemSECSMessageList.Click += new System.EventHandler(this.menuItemSecsMessagestList_Click); // // defineLinkToolStripMenuItem // defineLinkToolStripMenuItem.Name = "defineLinkToolStripMenuItem"; defineLinkToolStripMenuItem.Size = new System.Drawing.Size(178, 22); defineLinkToolStripMenuItem.Text = "Define Link"; defineLinkToolStripMenuItem.Click += new System.EventHandler(this.defineLinkToolStripMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(175, 6); // // menuItemGemEnable // this.menuItemGemEnable.Name = "menuItemGemEnable"; this.menuItemGemEnable.Size = new System.Drawing.Size(178, 22); this.menuItemGemEnable.Text = "Enable"; this.menuItemGemEnable.Click += new System.EventHandler(this.menuItemGemEnable_Click); // // menuItemGemDisable // this.menuItemGemDisable.Name = "menuItemGemDisable"; this.menuItemGemDisable.Size = new System.Drawing.Size(178, 22); this.menuItemGemDisable.Text = "Disable"; this.menuItemGemDisable.Click += new System.EventHandler(this.menuItemGemDisable_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(175, 6); // // menuItemEnableLinkTest // menuItemEnableLinkTest.CheckOnClick = true; menuItemEnableLinkTest.Name = "menuItemEnableLinkTest"; menuItemEnableLinkTest.Size = new System.Drawing.Size(178, 22); menuItemEnableLinkTest.Text = "Link Test"; menuItemEnableLinkTest.Click += new System.EventHandler(this.enableTraceLogToolStripMenuItem_Click); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(175, 6); // // menuItemSecsTrace // this.menuItemSecsTrace.CheckOnClick = true; this.menuItemSecsTrace.Name = "menuItemSecsTrace"; this.menuItemSecsTrace.Size = new System.Drawing.Size(178, 22); this.menuItemSecsTrace.Text = "Trace On Screen"; this.menuItemSecsTrace.Click += new System.EventHandler(this.menuItemSecsTrace_Click); // // configToolStripMenuItem // configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { menuItemEapConfig, menuItemGemConfig}); configToolStripMenuItem.Name = "configToolStripMenuItem"; configToolStripMenuItem.Size = new System.Drawing.Size(57, 20); configToolStripMenuItem.Text = "Config"; // // menuItemEapConfig // menuItemEapConfig.Name = "menuItemEapConfig"; menuItemEapConfig.Size = new System.Drawing.Size(102, 22); menuItemEapConfig.Text = "EAP"; menuItemEapConfig.Click += new System.EventHandler(this.menuItemEapConfig_Click); // // menuItemGemConfig // menuItemGemConfig.Name = "menuItemGemConfig"; menuItemGemConfig.Size = new System.Drawing.Size(102, 22); menuItemGemConfig.Text = "GEM"; menuItemGemConfig.Click += new System.EventHandler(this.menuItemGemConfig_Click); // // statusbar // statusbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.eqpAddressStatusLabel, this.eapDriverLabel, this.gemStatusLabel}); statusbar.Location = new System.Drawing.Point(0, 441); statusbar.Name = "statusbar"; statusbar.Size = new System.Drawing.Size(642, 22); statusbar.TabIndex = 1; // // eqpAddressStatusLabel // this.eqpAddressStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Bump; this.eqpAddressStatusLabel.Name = "eqpAddressStatusLabel"; this.eqpAddressStatusLabel.Size = new System.Drawing.Size(47, 17); this.eqpAddressStatusLabel.Text = "EQP IP:"; // // eapDriverLabel // this.eapDriverLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right))); this.eapDriverLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.eapDriverLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.eapDriverLabel.Name = "eapDriverLabel"; this.eapDriverLabel.Size = new System.Drawing.Size(476, 17); this.eapDriverLabel.Spring = true; this.eapDriverLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gemStatusLabel // this.gemStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.gemStatusLabel.Name = "gemStatusLabel"; this.gemStatusLabel.Size = new System.Drawing.Size(104, 17); this.gemStatusLabel.Text = "SECS GEM Status"; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.listBoxSecsMessages); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(groupBox1); splitContainer2.Size = new System.Drawing.Size(150, 207); splitContainer2.TabIndex = 0; splitContainer2.TabStop = false; // // listBoxSecsMessages // this.listBoxSecsMessages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listBoxSecsMessages.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxSecsMessages.ItemHeight = 12; this.listBoxSecsMessages.Location = new System.Drawing.Point(0, 0); this.listBoxSecsMessages.Name = "listBoxSecsMessages"; this.listBoxSecsMessages.Size = new System.Drawing.Size(50, 207); this.listBoxSecsMessages.TabIndex = 1; this.listBoxSecsMessages.SelectedIndexChanged += new System.EventHandler(this.listBoxSecsMessageList_SelectedIndexChanged); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 24); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(splitContainer2); this.splitContainer1.Panel1Collapsed = true; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.rtxtScreen); this.splitContainer1.Size = new System.Drawing.Size(642, 417); this.splitContainer1.SplitterDistance = 207; this.splitContainer1.TabIndex = 10; // // rtxtScreen // this.rtxtScreen.BackColor = System.Drawing.Color.White; this.rtxtScreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.rtxtScreen.DetectUrls = false; this.rtxtScreen.Dock = System.Windows.Forms.DockStyle.Fill; this.rtxtScreen.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rtxtScreen.Location = new System.Drawing.Point(0, 0); this.rtxtScreen.MaxLength = 8192; this.rtxtScreen.Name = "rtxtScreen"; this.rtxtScreen.ReadOnly = true; this.rtxtScreen.ShortcutsEnabled = false; this.rtxtScreen.Size = new System.Drawing.Size(642, 417); this.rtxtScreen.TabIndex = 8; this.rtxtScreen.TabStop = false; this.rtxtScreen.Text = ""; this.rtxtScreen.WordWrap = false; // // HostMainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(642, 463); this.Controls.Add(this.splitContainer1); this.Controls.Add(statusbar); this.Controls.Add(menu); this.MainMenuStrip = menu; this.Name = "HostMainForm"; this.Text = "MainForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); menu.ResumeLayout(false); menu.PerformLayout(); statusbar.ResumeLayout(false); statusbar.PerformLayout(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); 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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label mexAddressLabel; System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem metadataMenu; System.Windows.Forms.ToolStripMenuItem exploreMenuItem; System.Windows.Forms.ToolStripMenuItem proxyMenuItem; System.Windows.Forms.ToolStripMenuItem helpMenu; System.Windows.Forms.ToolStripMenuItem aboutMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExplorerForm)); this.discoverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.serviceBusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logInToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.discoveryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_MexTree = new System.Windows.Forms.TreeView(); this.m_ExploreButton = new System.Windows.Forms.Button(); this.m_MexAddressTextBox = new System.Windows.Forms.TextBox(); this.proxyButton = new System.Windows.Forms.Button(); this.m_DiscoverButton = new System.Windows.Forms.Button(); this.m_BlankViewControl = new ServiceModelEx.NodeViewControl(); this.m_EndpointViewControl = new ServiceModelEx.EndpointViewControl(); this.m_OperationViewControl = new ServiceModelEx.OperationViewControl(); this.m_BindingViewControl = new ServiceModelEx.BindingViewControl(); this.m_ServiceViewControl = new ServiceModelEx.ServiceViewControl(); this.m_AddressViewControl = new ServiceModelEx.AddressViewControl(); this.m_ContractViewControl = new ServiceModelEx.ContractViewControl(); mexAddressLabel = new System.Windows.Forms.Label(); mainMenu = new System.Windows.Forms.MenuStrip(); metadataMenu = new System.Windows.Forms.ToolStripMenuItem(); exploreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); proxyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpMenu = new System.Windows.Forms.ToolStripMenuItem(); aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mainMenu.SuspendLayout(); this.SuspendLayout(); // // mexAddressLabel // mexAddressLabel.AutoSize = true; mexAddressLabel.Location = new System.Drawing.Point(12, 35); mexAddressLabel.Name = "mexAddressLabel"; mexAddressLabel.Size = new System.Drawing.Size(147, 13); mexAddressLabel.TabIndex = 3; mexAddressLabel.Text = "Metadata Exchange Address:"; // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { metadataMenu, this.serviceBusToolStripMenuItem, helpMenu }); mainMenu.Location = new System.Drawing.Point(0, 0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(666, 24); mainMenu.TabIndex = 17; mainMenu.Text = "menuStrip1"; // // metadataMenu // metadataMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { exploreMenuItem, this.discoverToolStripMenuItem, proxyMenuItem }); metadataMenu.Name = "metadataMenu"; metadataMenu.Size = new System.Drawing.Size(49, 20); metadataMenu.Text = "Action"; // // exploreMenuItem // exploreMenuItem.Image = global::ServiceModelEx.Properties.Resources.Explore; exploreMenuItem.Name = "exploreMenuItem"; exploreMenuItem.Size = new System.Drawing.Size(152, 22); exploreMenuItem.Text = "Explore"; exploreMenuItem.Click += new System.EventHandler(this.OnExplore); // // discoverToolStripMenuItem // this.discoverToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Discover; this.discoverToolStripMenuItem.Name = "discoverToolStripMenuItem"; this.discoverToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.discoverToolStripMenuItem.Text = "Discover"; this.discoverToolStripMenuItem.Click += new System.EventHandler(this.OnDiscover); // // proxyMenuItem // proxyMenuItem.Image = global::ServiceModelEx.Properties.Resources.Proxy; proxyMenuItem.Name = "proxyMenuItem"; proxyMenuItem.Size = new System.Drawing.Size(152, 22); proxyMenuItem.Text = "Generate Proxy"; proxyMenuItem.Click += new System.EventHandler(this.OnGenerateProxy); // // serviceBusToolStripMenuItem // this.serviceBusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.logInToolStripMenuItem, this.discoveryToolStripMenuItem }); this.serviceBusToolStripMenuItem.Name = "serviceBusToolStripMenuItem"; this.serviceBusToolStripMenuItem.Size = new System.Drawing.Size(76, 20); this.serviceBusToolStripMenuItem.Text = "Service Bus"; // // logInToolStripMenuItem // this.logInToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Logon; this.logInToolStripMenuItem.Name = "logInToolStripMenuItem"; this.logInToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.logInToolStripMenuItem.Text = "Log in..."; this.logInToolStripMenuItem.Click += new System.EventHandler(this.OnServiceBusLogOn); // // discoveryToolStripMenuItem // this.discoveryToolStripMenuItem.Image = global::ServiceModelEx.Properties.Resources.Discover; this.discoveryToolStripMenuItem.Name = "discoveryToolStripMenuItem"; this.discoveryToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.discoveryToolStripMenuItem.Text = "Discovery..."; this.discoveryToolStripMenuItem.Click += new System.EventHandler(this.OnConfigureDiscovery); // // helpMenu // helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutMenuItem }); helpMenu.Name = "helpMenu"; helpMenu.Size = new System.Drawing.Size(41, 20); helpMenu.Text = "Help"; // // aboutMenuItem // aboutMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutMenuItem.Image"))); aboutMenuItem.Name = "aboutMenuItem"; aboutMenuItem.Size = new System.Drawing.Size(105, 22); aboutMenuItem.Text = "About"; aboutMenuItem.Click += new System.EventHandler(this.OnAbout); // // m_MexTree // this.m_MexTree.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.m_MexTree.Location = new System.Drawing.Point(12, 82); this.m_MexTree.Name = "m_MexTree"; this.m_MexTree.Size = new System.Drawing.Size(242, 339); this.m_MexTree.TabIndex = 0; this.m_MexTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnItemSelected); // // m_ExploreButton // this.m_ExploreButton.Location = new System.Drawing.Point(418, 53); this.m_ExploreButton.Name = "m_ExploreButton"; this.m_ExploreButton.Size = new System.Drawing.Size(75, 23); this.m_ExploreButton.TabIndex = 2; this.m_ExploreButton.Text = "Explore"; this.m_ExploreButton.UseVisualStyleBackColor = true; this.m_ExploreButton.Click += new System.EventHandler(this.OnExplore); // // m_MexAddressTextBox // this.m_MexAddressTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.m_MexAddressTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl; this.m_MexAddressTextBox.Location = new System.Drawing.Point(12, 53); this.m_MexAddressTextBox.Name = "m_MexAddressTextBox"; this.m_MexAddressTextBox.Size = new System.Drawing.Size(400, 20); this.m_MexAddressTextBox.TabIndex = 4; this.m_MexAddressTextBox.Text = "http://localhost:8000/"; // // proxyButton // this.proxyButton.Location = new System.Drawing.Point(580, 53); this.proxyButton.Name = "proxyButton"; this.proxyButton.Size = new System.Drawing.Size(75, 23); this.proxyButton.TabIndex = 2; this.proxyButton.Text = "Proxy"; this.proxyButton.UseVisualStyleBackColor = true; this.proxyButton.Click += new System.EventHandler(this.OnGenerateProxy); // // m_DiscoverButton // this.m_DiscoverButton.Location = new System.Drawing.Point(499, 53); this.m_DiscoverButton.Name = "m_DiscoverButton"; this.m_DiscoverButton.Size = new System.Drawing.Size(75, 23); this.m_DiscoverButton.TabIndex = 18; this.m_DiscoverButton.Text = "Discover"; this.m_DiscoverButton.UseVisualStyleBackColor = true; this.m_DiscoverButton.Click += new System.EventHandler(this.OnDiscover); // // m_BlankViewControl // this.m_BlankViewControl.BackColor = System.Drawing.SystemColors.ControlDark; this.m_BlankViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_BlankViewControl.Location = new System.Drawing.Point(270, 82); this.m_BlankViewControl.Name = "m_BlankViewControl"; this.m_BlankViewControl.Size = new System.Drawing.Size(385, 337); this.m_BlankViewControl.TabIndex = 16; this.m_BlankViewControl.Visible = false; // // m_EndpointViewControl // this.m_EndpointViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_EndpointViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_EndpointViewControl.Location = new System.Drawing.Point(270, 82); this.m_EndpointViewControl.Name = "m_EndpointViewControl"; this.m_EndpointViewControl.Size = new System.Drawing.Size(385, 337); this.m_EndpointViewControl.TabIndex = 15; this.m_EndpointViewControl.Visible = false; // // m_OperationViewControl // this.m_OperationViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_OperationViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_OperationViewControl.Location = new System.Drawing.Point(270, 82); this.m_OperationViewControl.Name = "m_OperationViewControl"; this.m_OperationViewControl.Size = new System.Drawing.Size(385, 337); this.m_OperationViewControl.TabIndex = 14; this.m_OperationViewControl.Visible = false; // // m_BindingViewControl // this.m_BindingViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_BindingViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_BindingViewControl.Location = new System.Drawing.Point(270, 82); this.m_BindingViewControl.Name = "m_BindingViewControl"; this.m_BindingViewControl.Size = new System.Drawing.Size(385, 337); this.m_BindingViewControl.TabIndex = 13; this.m_BindingViewControl.Visible = false; // // m_ServiceViewControl // this.m_ServiceViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_ServiceViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_ServiceViewControl.Location = new System.Drawing.Point(270, 82); this.m_ServiceViewControl.Name = "m_ServiceViewControl"; this.m_ServiceViewControl.Size = new System.Drawing.Size(385, 337); this.m_ServiceViewControl.TabIndex = 12; this.m_ServiceViewControl.Visible = false; // // m_AddressViewControl // this.m_AddressViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_AddressViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_AddressViewControl.Location = new System.Drawing.Point(270, 82); this.m_AddressViewControl.Name = "m_AddressViewControl"; this.m_AddressViewControl.Size = new System.Drawing.Size(385, 337); this.m_AddressViewControl.TabIndex = 11; this.m_AddressViewControl.Visible = false; // // m_ContractViewControl // this.m_ContractViewControl.BackColor = System.Drawing.SystemColors.Control; this.m_ContractViewControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_ContractViewControl.Location = new System.Drawing.Point(270, 82); this.m_ContractViewControl.Name = "m_ContractViewControl"; this.m_ContractViewControl.Size = new System.Drawing.Size(385, 337); this.m_ContractViewControl.TabIndex = 7; this.m_ContractViewControl.Visible = false; // // ExplorerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(666, 433); this.Controls.Add(this.m_DiscoverButton); this.Controls.Add(this.m_BlankViewControl); this.Controls.Add(this.m_EndpointViewControl); this.Controls.Add(this.m_OperationViewControl); this.Controls.Add(this.m_BindingViewControl); this.Controls.Add(this.m_ServiceViewControl); this.Controls.Add(this.m_AddressViewControl); this.Controls.Add(this.m_ContractViewControl); this.Controls.Add(this.m_MexAddressTextBox); this.Controls.Add(mexAddressLabel); this.Controls.Add(this.proxyButton); this.Controls.Add(this.m_ExploreButton); this.Controls.Add(this.m_MexTree); this.Controls.Add(mainMenu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = mainMenu; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ExplorerForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = " Metadata Explorer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed); mainMenu.ResumeLayout(false); mainMenu.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.MenuStrip mainMenuStrip; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; this.pictureBox = new System.Windows.Forms.PictureBox(); this.treeViewSubTextures = new System.Windows.Forms.TreeView(); this.toolStripSubTextures = new System.Windows.Forms.ToolStrip(); this.toolStripSubTextureAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSubTextureRemove = new System.Windows.Forms.ToolStripButton(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.addTextureDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.packToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); mainMenuStrip = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.toolStripSubTextures.SuspendLayout(); mainMenuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.AutoScroll = true; splitContainer1.Panel1.Controls.Add(this.pictureBox); splitContainer1.Panel1.SizeChanged += new System.EventHandler(this.LeftPanel_SizeChanged); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(608, 373); splitContainer1.SplitterDistance = 309; splitContainer1.TabIndex = 0; splitContainer1.TabStop = false; // // pictureBox // this.pictureBox.Location = new System.Drawing.Point(0, 0); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(0, 0); this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.treeViewSubTextures); splitContainer2.Panel1.Controls.Add(this.toolStripSubTextures); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.propertyGrid); splitContainer2.Size = new System.Drawing.Size(293, 371); splitContainer2.SplitterDistance = 150; splitContainer2.TabIndex = 0; splitContainer2.TabStop = false; // // treeViewSubTextures // this.treeViewSubTextures.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewSubTextures.Enabled = false; this.treeViewSubTextures.HideSelection = false; this.treeViewSubTextures.Location = new System.Drawing.Point(0, 25); this.treeViewSubTextures.Name = "treeViewSubTextures"; this.treeViewSubTextures.ShowRootLines = false; this.treeViewSubTextures.Size = new System.Drawing.Size(293, 125); this.treeViewSubTextures.TabIndex = 0; this.treeViewSubTextures.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSubTextures_AfterSelect); this.treeViewSubTextures.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeViewSubTextures_MouseUp); // // toolStripSubTextures // this.toolStripSubTextures.Enabled = false; this.toolStripSubTextures.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSubTextureAdd, this.toolStripSubTextureRemove}); this.toolStripSubTextures.Location = new System.Drawing.Point(0, 0); this.toolStripSubTextures.Name = "toolStripSubTextures"; this.toolStripSubTextures.Size = new System.Drawing.Size(293, 25); this.toolStripSubTextures.TabIndex = 1; // // toolStripSubTextureAdd // this.toolStripSubTextureAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripSubTextureAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSubTextureAdd.Name = "toolStripSubTextureAdd"; this.toolStripSubTextureAdd.Size = new System.Drawing.Size(45, 22); this.toolStripSubTextureAdd.Text = "Add..."; this.toolStripSubTextureAdd.Click += new System.EventHandler(this.toolStripSubTextureAdd_Click); // // toolStripSubTextureRemove // this.toolStripSubTextureRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripSubTextureRemove.Enabled = false; this.toolStripSubTextureRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSubTextureRemove.Name = "toolStripSubTextureRemove"; this.toolStripSubTextureRemove.Size = new System.Drawing.Size(59, 22); this.toolStripSubTextureRemove.Text = "Remove"; this.toolStripSubTextureRemove.Click += new System.EventHandler(this.toolStripSubTextureRemove_Click); // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.Enabled = false; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(293, 217); this.propertyGrid.TabIndex = 0; this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged); // // mainMenuStrip // mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem}); mainMenuStrip.Location = new System.Drawing.Point(0, 0); mainMenuStrip.Name = "mainMenuStrip"; mainMenuStrip.Size = new System.Drawing.Size(608, 25); mainMenuStrip.TabIndex = 1; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, toolStripMenuItem1, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripMenuItem2, this.propertiesToolStripMenuItem, toolStripMenuItem3, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(39, 21); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.Size = new System.Drawing.Size(145, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.Size = new System.Drawing.Size(145, 22); openToolStripMenuItem.Text = "&Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(142, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Enabled = false; this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.saveAsToolStripMenuItem.Text = "Save &As..."; // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(142, 6); // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.Enabled = false; this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.propertiesToolStripMenuItem.Text = "&Properties..."; this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(142, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // openFileDialog // this.openFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml"; // // addTextureDialog // this.addTextureDialog.Filter = "Texture file (*.png)|*.png"; this.addTextureDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.addTextureDialog_FileOk); // // saveFileDialog // this.saveFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml"; // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.packToolStripMenuItem}); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.Size = new System.Drawing.Size(42, 21); editToolStripMenuItem.Text = "&Edit"; // // packToolStripMenuItem // this.packToolStripMenuItem.Enabled = false; this.packToolStripMenuItem.Name = "packToolStripMenuItem"; this.packToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.packToolStripMenuItem.Text = "&Pack"; this.packToolStripMenuItem.Click += new System.EventHandler(this.packToolStripMenuItem_Click); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(608, 398); this.Controls.Add(splitContainer1); this.Controls.Add(mainMenuStrip); this.MainMenuStrip = mainMenuStrip; this.Name = "Main"; this.Text = "Texture Atlas Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.ResumeLayout(false); this.toolStripSubTextures.ResumeLayout(false); this.toolStripSubTextures.PerformLayout(); mainMenuStrip.ResumeLayout(false); mainMenuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.ToolStripMenuItem worldToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem normalSizeToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripMenuItem audioToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem4; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameForm)); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.speedUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.slowDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fpsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.worldTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.soundEffectsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.musicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.xnaControl = new TextAdventure.WindowsGame.Xna.TextAdventureXnaControl(); this.clearLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); worldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); normalSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); audioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); menuStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { worldToolStripMenuItem, viewToolStripMenuItem, audioToolStripMenuItem }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(284, 24); menuStrip.TabIndex = 0; menuStrip.Text = "menuStrip1"; menuStrip.MenuActivate += new System.EventHandler(this.MenuStripOnMenuActivate); menuStrip.MenuDeactivate += new System.EventHandler(this.MenuStripOnMenuDeactivate); // // worldToolStripMenuItem // worldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, this.closeToolStripMenuItem, toolStripMenuItem1, this.pauseToolStripMenuItem, this.speedUpToolStripMenuItem, this.slowDownToolStripMenuItem, toolStripMenuItem3, exitToolStripMenuItem }); worldToolStripMenuItem.Name = "worldToolStripMenuItem"; worldToolStripMenuItem.Size = new System.Drawing.Size(51, 20); worldToolStripMenuItem.Text = "&World"; // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(155, 22); openToolStripMenuItem.Text = "&Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemOnClick); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.closeToolStripMenuItem.Text = "&Close"; this.closeToolStripMenuItem.Click += new System.EventHandler(this.CloseToolStripMenuItemOnClick); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(152, 6); // // pauseToolStripMenuItem // this.pauseToolStripMenuItem.CheckOnClick = true; this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem"; this.pauseToolStripMenuItem.ShortcutKeyDisplayString = "Pause"; this.pauseToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.pauseToolStripMenuItem.Text = "&Pause"; this.pauseToolStripMenuItem.CheckedChanged += new System.EventHandler(this.PauseToolStripMenuItemOnCheckedChanged); // // speedUpToolStripMenuItem // this.speedUpToolStripMenuItem.Name = "speedUpToolStripMenuItem"; this.speedUpToolStripMenuItem.ShortcutKeyDisplayString = "+"; this.speedUpToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.speedUpToolStripMenuItem.Text = "Speed &Up"; this.speedUpToolStripMenuItem.Click += new System.EventHandler(this.SpeedUpToolStripMenuItemOnClick); // // slowDownToolStripMenuItem // this.slowDownToolStripMenuItem.Name = "slowDownToolStripMenuItem"; this.slowDownToolStripMenuItem.ShortcutKeyDisplayString = "-"; this.slowDownToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.slowDownToolStripMenuItem.Text = "Slow &Down"; this.slowDownToolStripMenuItem.Click += new System.EventHandler(this.SlowDownToolStripMenuItemOnClick); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(152, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemOnClick); // // viewToolStripMenuItem // viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { normalSizeToolStripMenuItem, toolStripMenuItem2, this.fpsToolStripMenuItem, this.logToolStripMenuItem, this.worldTimeToolStripMenuItem, toolStripMenuItem4, this.clearLogToolStripMenuItem }); viewToolStripMenuItem.Name = "viewToolStripMenuItem"; viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); viewToolStripMenuItem.Text = "&View"; // // normalSizeToolStripMenuItem // normalSizeToolStripMenuItem.Name = "normalSizeToolStripMenuItem"; normalSizeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D0))); normalSizeToolStripMenuItem.Size = new System.Drawing.Size(177, 22); normalSizeToolStripMenuItem.Text = "&Normal Size"; normalSizeToolStripMenuItem.Click += new System.EventHandler(this.NormalSizeToolStripMenuItemOnClick); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(174, 6); // // fpsToolStripMenuItem // this.fpsToolStripMenuItem.CheckOnClick = true; this.fpsToolStripMenuItem.Name = "fpsToolStripMenuItem"; this.fpsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); this.fpsToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.fpsToolStripMenuItem.Text = "&FPS"; this.fpsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.FpsToolStripMenuItemOnCheckedChanged); // // logToolStripMenuItem // this.logToolStripMenuItem.CheckOnClick = true; this.logToolStripMenuItem.Name = "logToolStripMenuItem"; this.logToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L))); this.logToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.logToolStripMenuItem.Text = "&Log"; this.logToolStripMenuItem.Click += new System.EventHandler(this.LogToolStripMenuItemOnClick); // // worldTimeToolStripMenuItem // this.worldTimeToolStripMenuItem.CheckOnClick = true; this.worldTimeToolStripMenuItem.Name = "worldTimeToolStripMenuItem"; this.worldTimeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T))); this.worldTimeToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.worldTimeToolStripMenuItem.Text = "&World Time"; this.worldTimeToolStripMenuItem.Click += new System.EventHandler(this.WorldTimeToolStripMenuItemOnClick); // // audioToolStripMenuItem // audioToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.soundEffectsToolStripMenuItem, this.musicToolStripMenuItem }); audioToolStripMenuItem.Name = "audioToolStripMenuItem"; audioToolStripMenuItem.Size = new System.Drawing.Size(51, 20); audioToolStripMenuItem.Text = "&Audio"; // // soundEffectsToolStripMenuItem // this.soundEffectsToolStripMenuItem.CheckOnClick = true; this.soundEffectsToolStripMenuItem.Name = "soundEffectsToolStripMenuItem"; this.soundEffectsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.soundEffectsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.soundEffectsToolStripMenuItem.Text = "&Sound Effects"; this.soundEffectsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.SoundEffectsToolStripMenuItemOnCheckedChanged); // // musicToolStripMenuItem // this.musicToolStripMenuItem.CheckOnClick = true; this.musicToolStripMenuItem.Name = "musicToolStripMenuItem"; this.musicToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M))); this.musicToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.musicToolStripMenuItem.Text = "&Music"; this.musicToolStripMenuItem.CheckedChanged += new System.EventHandler(this.MusicToolStripMenuItemOnCheckedChanged); // // openFileDialog // this.openFileDialog.Filter = "World Assemblies (*.dll)|*.dll|All Files (*.*)|*.*"; this.openFileDialog.Title = "Open World"; // // xnaControl // this.xnaControl.Dock = System.Windows.Forms.DockStyle.Fill; this.xnaControl.DrawBackground = true; this.xnaControl.Location = new System.Drawing.Point(0, 24); this.xnaControl.Name = "xnaControl"; this.xnaControl.Size = new System.Drawing.Size(284, 238); this.xnaControl.TabIndex = 1; this.xnaControl.TabStop = false; this.xnaControl.Resize += new System.EventHandler(this.XnaControlOnResize); // // toolStripMenuItem4 // toolStripMenuItem4.Name = "toolStripMenuItem4"; toolStripMenuItem4.Size = new System.Drawing.Size(174, 6); // // clearLogToolStripMenuItem // this.clearLogToolStripMenuItem.Name = "clearLogToolStripMenuItem"; this.clearLogToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.clearLogToolStripMenuItem.Size = new System.Drawing.Size(177, 22); this.clearLogToolStripMenuItem.Text = "&Clear Log"; this.clearLogToolStripMenuItem.Click += new System.EventHandler(this.ClearLogToolStripMenuItemOnClick); // // GameForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.xnaControl); this.Controls.Add(menuStrip); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MainMenuStrip = menuStrip; this.Name = "GameForm"; this.Text = "Text Adventure"; menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }