/// <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 loadToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem donateToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label5; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label label4; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.TabPage tabPage5; this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.load1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.load2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.load3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.levelLabel = new System.Windows.Forms.Label(); this.characterNameBox = new System.Windows.Forms.TextBox(); this.moneyUpDown = new System.Windows.Forms.NumericUpDown(); this.experienceUpDown = new System.Windows.Forms.NumericUpDown(); this.headerIdBox = new System.Windows.Forms.TextBox(); this.chipsListView = new BrightIdeasSoftware.ObjectListView(); this.chipsPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.chipsNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.chipsLevelColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.chipsWeightColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.corpseInventoryListView = new BrightIdeasSoftware.ObjectListView(); this.corpseItemPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.corpseItemIdColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.corpseItemQuantityColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.tabControl = new System.Windows.Forms.TabControl(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.inventoryListView = new BrightIdeasSoftware.ObjectListView(); this.itemPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.itemIdColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.itemQuantityColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.tabPage3 = new System.Windows.Forms.TabPage(); this.weaponsListView = new BrightIdeasSoftware.ObjectListView(); this.weaponPositionColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.weaponObtainedColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.weaponNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.weaponLevelColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.itemNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.corpseItemNameColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); donateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tabPage1 = new System.Windows.Forms.TabPage(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label5 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); tabPage2 = new System.Windows.Forms.TabPage(); tabPage5 = new System.Windows.Forms.TabPage(); menuStrip1.SuspendLayout(); tabPage1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).BeginInit(); tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).BeginInit(); tabPage5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).BeginInit(); this.tabControl.SuspendLayout(); this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.SystemColors.Control; menuStrip1.GripMargin = new System.Windows.Forms.Padding(2); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, donateToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(460, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { loadToolStripMenuItem, this.saveToolStripMenuItem, toolStripMenuItem1, this.load1ToolStripMenuItem, this.load2ToolStripMenuItem, this.load3ToolStripMenuItem, toolStripMenuItem2, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // loadToolStripMenuItem // loadToolStripMenuItem.Name = "loadToolStripMenuItem"; loadToolStripMenuItem.Size = new System.Drawing.Size(116, 22); loadToolStripMenuItem.Text = "Load"; loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(113, 6); // // load1ToolStripMenuItem // this.load1ToolStripMenuItem.Enabled = false; this.load1ToolStripMenuItem.Name = "load1ToolStripMenuItem"; this.load1ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.load1ToolStripMenuItem.Text = "Load #1"; this.load1ToolStripMenuItem.Click += new System.EventHandler(this.load1ToolStripMenuItem_Click); // // load2ToolStripMenuItem // this.load2ToolStripMenuItem.Enabled = false; this.load2ToolStripMenuItem.Name = "load2ToolStripMenuItem"; this.load2ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.load2ToolStripMenuItem.Text = "Load #2"; this.load2ToolStripMenuItem.Click += new System.EventHandler(this.load2ToolStripMenuItem_Click); // // load3ToolStripMenuItem // this.load3ToolStripMenuItem.Enabled = false; this.load3ToolStripMenuItem.Name = "load3ToolStripMenuItem"; this.load3ToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.load3ToolStripMenuItem.Text = "Load #3"; this.load3ToolStripMenuItem.Click += new System.EventHandler(this.load3ToolStripMenuItem_Click); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(113, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22); exitToolStripMenuItem.Text = "Exit"; // // donateToolStripMenuItem // donateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("donateToolStripMenuItem.Image"))); donateToolStripMenuItem.Name = "donateToolStripMenuItem"; donateToolStripMenuItem.Size = new System.Drawing.Size(107, 20); donateToolStripMenuItem.Text = "Like this tool?"; donateToolStripMenuItem.Click += new System.EventHandler(this.donateToolStripMenuItem_Click); // // tabPage1 // tabPage1.Controls.Add(tableLayoutPanel1); 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(428, 448); tabPage1.TabIndex = 0; tabPage1.Text = "General"; tabPage1.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Size = new System.Drawing.Size(422, 442); tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(label5, 0, 4); this.tableLayoutPanel2.Controls.Add(this.levelLabel, 0, 4); this.tableLayoutPanel2.Controls.Add(label3, 0, 3); this.tableLayoutPanel2.Controls.Add(label2, 0, 2); this.tableLayoutPanel2.Controls.Add(this.characterNameBox, 1, 1); this.tableLayoutPanel2.Controls.Add(label1, 0, 1); this.tableLayoutPanel2.Controls.Add(this.moneyUpDown, 1, 2); this.tableLayoutPanel2.Controls.Add(this.experienceUpDown, 1, 3); this.tableLayoutPanel2.Controls.Add(label4, 0, 0); this.tableLayoutPanel2.Controls.Add(this.headerIdBox, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 159); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 5; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(416, 124); this.tableLayoutPanel2.TabIndex = 0; // // label5 // label5.Anchor = System.Windows.Forms.AnchorStyles.Left; label5.AutoSize = true; label5.Location = new System.Drawing.Point(3, 107); label5.Name = "label5"; label5.Size = new System.Drawing.Size(36, 13); label5.TabIndex = 9; label5.Text = "Level:"; // // levelLabel // this.levelLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; this.levelLabel.AutoSize = true; this.levelLabel.Location = new System.Drawing.Point(96, 107); this.levelLabel.Name = "levelLabel"; this.levelLabel.Size = new System.Drawing.Size(0, 13); this.levelLabel.TabIndex = 8; // // label3 // label3.Anchor = System.Windows.Forms.AnchorStyles.Left; label3.AutoSize = true; label3.Location = new System.Drawing.Point(3, 84); label3.Name = "label3"; label3.Size = new System.Drawing.Size(63, 13); label3.TabIndex = 5; label3.Text = "Experience:"; // // label2 // label2.Anchor = System.Windows.Forms.AnchorStyles.Left; label2.AutoSize = true; label2.Location = new System.Drawing.Point(3, 58); label2.Name = "label2"; label2.Size = new System.Drawing.Size(42, 13); label2.TabIndex = 4; label2.Text = "Money:"; // // characterNameBox // this.characterNameBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.characterNameBox.Location = new System.Drawing.Point(96, 29); this.characterNameBox.MaxLength = 34; this.characterNameBox.Name = "characterNameBox"; this.characterNameBox.Size = new System.Drawing.Size(317, 20); this.characterNameBox.TabIndex = 0; // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Left; label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 32); label1.Name = "label1"; label1.Size = new System.Drawing.Size(87, 13); label1.TabIndex = 3; label1.Text = "Character Name:"; // // moneyUpDown // this.moneyUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.moneyUpDown.Location = new System.Drawing.Point(96, 55); this.moneyUpDown.Maximum = new decimal(new int[] { 9999999, 0, 0, 0 }); this.moneyUpDown.Name = "moneyUpDown"; this.moneyUpDown.Size = new System.Drawing.Size(317, 20); this.moneyUpDown.TabIndex = 6; this.moneyUpDown.ThousandsSeparator = true; // // experienceUpDown // this.experienceUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.experienceUpDown.Location = new System.Drawing.Point(96, 81); this.experienceUpDown.Maximum = new decimal(new int[] { 9999999, 0, 0, 0 }); this.experienceUpDown.Name = "experienceUpDown"; this.experienceUpDown.Size = new System.Drawing.Size(317, 20); this.experienceUpDown.TabIndex = 7; this.experienceUpDown.ThousandsSeparator = true; this.experienceUpDown.ValueChanged += new System.EventHandler(this.experienceUpDown_ValueChanged); // // label4 // label4.Anchor = System.Windows.Forms.AnchorStyles.Left; label4.AutoSize = true; label4.Location = new System.Drawing.Point(3, 6); label4.Name = "label4"; label4.Size = new System.Drawing.Size(59, 13); label4.TabIndex = 10; label4.Text = "Header ID:"; // // headerIdBox // this.headerIdBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.headerIdBox.Location = new System.Drawing.Point(96, 3); this.headerIdBox.MaxLength = 24; this.headerIdBox.Name = "headerIdBox"; this.headerIdBox.Size = new System.Drawing.Size(317, 20); this.headerIdBox.TabIndex = 11; this.headerIdBox.TextChanged += new System.EventHandler(this.headerIdBox_TextChanged); // // tabPage2 // tabPage2.Controls.Add(this.chipsListView); 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(428, 448); tabPage2.TabIndex = 1; tabPage2.Text = "Chips"; tabPage2.UseVisualStyleBackColor = true; // // chipsListView // this.chipsListView.AllColumns.Add(this.chipsPositionColumn); this.chipsListView.AllColumns.Add(this.chipsNameColumn); this.chipsListView.AllColumns.Add(this.chipsLevelColumn); this.chipsListView.AllColumns.Add(this.chipsWeightColumn); this.chipsListView.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; this.chipsListView.CellEditUseWholeCell = false; this.chipsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chipsPositionColumn, this.chipsNameColumn, this.chipsLevelColumn, this.chipsWeightColumn }); this.chipsListView.Cursor = System.Windows.Forms.Cursors.Default; this.chipsListView.Dock = System.Windows.Forms.DockStyle.Fill; this.chipsListView.FullRowSelect = true; this.chipsListView.GridLines = true; this.chipsListView.HideSelection = false; this.chipsListView.Location = new System.Drawing.Point(3, 3); this.chipsListView.Name = "chipsListView"; this.chipsListView.ShowGroups = false; this.chipsListView.Size = new System.Drawing.Size(422, 442); this.chipsListView.TabIndex = 0; this.chipsListView.UseCompatibleStateImageBehavior = false; this.chipsListView.View = System.Windows.Forms.View.Details; this.chipsListView.CellEditFinishing += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditFinishing); this.chipsListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.chipsListView_CellEditStarting); // // chipsPositionColumn // this.chipsPositionColumn.AspectName = "Position"; this.chipsPositionColumn.AspectToStringFormat = "[{0}]"; this.chipsPositionColumn.IsEditable = false; this.chipsPositionColumn.Text = "Position"; // // chipsNameColumn // this.chipsNameColumn.AspectName = "Name"; this.chipsNameColumn.Text = "Name"; this.chipsNameColumn.Width = 200; // // chipsLevelColumn // this.chipsLevelColumn.AspectName = "Level"; this.chipsLevelColumn.Text = "Level"; // // chipsWeightColumn // this.chipsWeightColumn.AspectName = "Weight"; this.chipsWeightColumn.Text = "Weight"; // // tabPage5 // tabPage5.Controls.Add(this.corpseInventoryListView); tabPage5.Location = new System.Drawing.Point(4, 22); tabPage5.Name = "tabPage5"; tabPage5.Padding = new System.Windows.Forms.Padding(3); tabPage5.Size = new System.Drawing.Size(428, 448); tabPage5.TabIndex = 4; tabPage5.Text = "Corpse Inventory"; tabPage5.UseVisualStyleBackColor = true; // // corpseInventoryListView // this.corpseInventoryListView.AllColumns.Add(this.corpseItemPositionColumn); this.corpseInventoryListView.AllColumns.Add(this.corpseItemIdColumn); this.corpseInventoryListView.AllColumns.Add(this.corpseItemNameColumn); this.corpseInventoryListView.AllColumns.Add(this.corpseItemQuantityColumn); this.corpseInventoryListView.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; this.corpseInventoryListView.CellEditUseWholeCell = false; this.corpseInventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.corpseItemPositionColumn, this.corpseItemIdColumn, this.corpseItemNameColumn, this.corpseItemQuantityColumn }); this.corpseInventoryListView.Cursor = System.Windows.Forms.Cursors.Default; this.corpseInventoryListView.Dock = System.Windows.Forms.DockStyle.Fill; this.corpseInventoryListView.FullRowSelect = true; this.corpseInventoryListView.GridLines = true; this.corpseInventoryListView.HideSelection = false; this.corpseInventoryListView.Location = new System.Drawing.Point(3, 3); this.corpseInventoryListView.Name = "corpseInventoryListView"; this.corpseInventoryListView.ShowGroups = false; this.corpseInventoryListView.Size = new System.Drawing.Size(422, 442); this.corpseInventoryListView.TabIndex = 3; this.corpseInventoryListView.UseCompatibleStateImageBehavior = false; this.corpseInventoryListView.View = System.Windows.Forms.View.Details; this.corpseInventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished); this.corpseInventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting); // // corpseItemPositionColumn // this.corpseItemPositionColumn.AspectName = "Position"; this.corpseItemPositionColumn.AspectToStringFormat = "[{0}]"; this.corpseItemPositionColumn.IsEditable = false; this.corpseItemPositionColumn.Text = "Position"; // // corpseItemIdColumn // this.corpseItemIdColumn.AspectName = "Id"; this.corpseItemIdColumn.IsEditable = false; this.corpseItemIdColumn.Text = "Id"; // // corpseItemQuantityColumn // this.corpseItemQuantityColumn.AspectName = "Quantity"; this.corpseItemQuantityColumn.Text = "Quantity"; // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(tabPage1); this.tabControl.Controls.Add(this.tabPage4); this.tabControl.Controls.Add(tabPage5); this.tabControl.Controls.Add(tabPage2); this.tabControl.Controls.Add(this.tabPage3); this.tabControl.Enabled = false; this.tabControl.Location = new System.Drawing.Point(12, 27); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(436, 474); this.tabControl.TabIndex = 1; // // tabPage4 // this.tabPage4.Controls.Add(this.inventoryListView); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(428, 448); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Inventory"; this.tabPage4.UseVisualStyleBackColor = true; // // inventoryListView // this.inventoryListView.AllColumns.Add(this.itemPositionColumn); this.inventoryListView.AllColumns.Add(this.itemIdColumn); this.inventoryListView.AllColumns.Add(this.itemNameColumn); this.inventoryListView.AllColumns.Add(this.itemQuantityColumn); this.inventoryListView.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; this.inventoryListView.CellEditUseWholeCell = false; this.inventoryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.itemPositionColumn, this.itemIdColumn, this.itemNameColumn, this.itemQuantityColumn }); this.inventoryListView.Cursor = System.Windows.Forms.Cursors.Default; this.inventoryListView.Dock = System.Windows.Forms.DockStyle.Fill; this.inventoryListView.FullRowSelect = true; this.inventoryListView.GridLines = true; this.inventoryListView.HideSelection = false; this.inventoryListView.Location = new System.Drawing.Point(3, 3); this.inventoryListView.Name = "inventoryListView"; this.inventoryListView.ShowGroups = false; this.inventoryListView.Size = new System.Drawing.Size(422, 442); this.inventoryListView.TabIndex = 2; this.inventoryListView.UseCompatibleStateImageBehavior = false; this.inventoryListView.View = System.Windows.Forms.View.Details; this.inventoryListView.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditFinished); this.inventoryListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.inventoryListView_CellEditStarting); // // itemPositionColumn // this.itemPositionColumn.AspectName = "Position"; this.itemPositionColumn.AspectToStringFormat = "[{0}]"; this.itemPositionColumn.IsEditable = false; this.itemPositionColumn.Text = "Position"; // // itemIdColumn // this.itemIdColumn.AspectName = "Id"; this.itemIdColumn.IsEditable = false; this.itemIdColumn.Text = "Id"; // // itemQuantityColumn // this.itemQuantityColumn.AspectName = "Quantity"; this.itemQuantityColumn.Text = "Quantity"; // // tabPage3 // this.tabPage3.Controls.Add(this.weaponsListView); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(428, 448); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Weapons"; this.tabPage3.UseVisualStyleBackColor = true; // // weaponsListView // this.weaponsListView.AllColumns.Add(this.weaponPositionColumn); this.weaponsListView.AllColumns.Add(this.weaponObtainedColumn); this.weaponsListView.AllColumns.Add(this.weaponNameColumn); this.weaponsListView.AllColumns.Add(this.weaponLevelColumn); this.weaponsListView.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; this.weaponsListView.CellEditUseWholeCell = false; this.weaponsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.weaponPositionColumn, this.weaponObtainedColumn, this.weaponNameColumn, this.weaponLevelColumn }); this.weaponsListView.Cursor = System.Windows.Forms.Cursors.Default; this.weaponsListView.Dock = System.Windows.Forms.DockStyle.Fill; this.weaponsListView.FullRowSelect = true; this.weaponsListView.GridLines = true; this.weaponsListView.HideSelection = false; this.weaponsListView.Location = new System.Drawing.Point(3, 3); this.weaponsListView.Name = "weaponsListView"; this.weaponsListView.ShowGroups = false; this.weaponsListView.Size = new System.Drawing.Size(422, 442); this.weaponsListView.TabIndex = 1; this.weaponsListView.UseCompatibleStateImageBehavior = false; this.weaponsListView.View = System.Windows.Forms.View.Details; this.weaponsListView.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.weaponsListView_CellEditStarting); // // weaponPositionColumn // this.weaponPositionColumn.AspectName = "Position"; this.weaponPositionColumn.AspectToStringFormat = "[{0}]"; this.weaponPositionColumn.IsEditable = false; this.weaponPositionColumn.Text = "Position"; // // weaponObtainedColumn // this.weaponObtainedColumn.AspectName = "Obtained"; this.weaponObtainedColumn.CheckBoxes = true; this.weaponObtainedColumn.Text = "Obtained?"; this.weaponObtainedColumn.Width = 80; // // weaponNameColumn // this.weaponNameColumn.AspectName = "Name"; this.weaponNameColumn.IsEditable = false; this.weaponNameColumn.Text = "Name"; this.weaponNameColumn.Width = 200; // // weaponLevelColumn // this.weaponLevelColumn.AspectName = "Level"; this.weaponLevelColumn.Text = "Level"; // // itemNameColumn // this.itemNameColumn.AspectName = "Name"; this.itemNameColumn.Text = "Name"; this.itemNameColumn.Width = 180; // // corpseItemNameColumn // this.corpseItemNameColumn.AspectName = "Name"; this.corpseItemNameColumn.Text = "Name"; this.corpseItemNameColumn.Width = 180; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(460, 513); this.Controls.Add(this.tabControl); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Main"; this.Text = "NieR: Automata - Save Editor"; this.Load += new System.EventHandler(this.Main_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); tabPage1.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.moneyUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.experienceUpDown)).EndInit(); tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chipsListView)).EndInit(); tabPage5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.corpseInventoryListView)).EndInit(); this.tabControl.ResumeLayout(false); this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.inventoryListView)).EndInit(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.weaponsListView)).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.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 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.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.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 MenuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWelcome)); this.TeamsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FixturesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.AnalysisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.QuitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.Label1 = new System.Windows.Forms.Label(); MenuStrip1 = new System.Windows.Forms.MenuStrip(); MenuStrip1.SuspendLayout(); this.SuspendLayout(); // // MenuStrip1 // MenuStrip1.BackColor = System.Drawing.SystemColors.ButtonFace; MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TeamsToolStripMenuItem, this.FixturesToolStripMenuItem, this.AnalysisToolStripMenuItem, this.QuitToolStripMenuItem }); MenuStrip1.Location = new System.Drawing.Point(0, 0); MenuStrip1.Name = "MenuStrip1"; MenuStrip1.Size = new System.Drawing.Size(435, 24); MenuStrip1.TabIndex = 3; MenuStrip1.Text = "MenuStrip1"; // // TeamsToolStripMenuItem // this.TeamsToolStripMenuItem.Name = "TeamsToolStripMenuItem"; this.TeamsToolStripMenuItem.Size = new System.Drawing.Size(53, 20); this.TeamsToolStripMenuItem.Text = "Teams"; this.TeamsToolStripMenuItem.Click += new System.EventHandler(this.TeamsToolStripMenuItem_Click); // // FixturesToolStripMenuItem // this.FixturesToolStripMenuItem.Name = "FixturesToolStripMenuItem"; this.FixturesToolStripMenuItem.Size = new System.Drawing.Size(59, 20); this.FixturesToolStripMenuItem.Text = "Fixtures"; this.FixturesToolStripMenuItem.Click += new System.EventHandler(this.FixturesToolStripMenuItem_Click); // // AnalysisToolStripMenuItem // this.AnalysisToolStripMenuItem.Name = "AnalysisToolStripMenuItem"; this.AnalysisToolStripMenuItem.Size = new System.Drawing.Size(62, 20); this.AnalysisToolStripMenuItem.Text = "Analysis"; this.AnalysisToolStripMenuItem.Click += new System.EventHandler(this.AnalysisToolStripMenuItem_Click); // // QuitToolStripMenuItem // this.QuitToolStripMenuItem.Name = "QuitToolStripMenuItem"; this.QuitToolStripMenuItem.Size = new System.Drawing.Size(42, 20); this.QuitToolStripMenuItem.Text = "Quit"; this.QuitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); // // Label1 // this.Label1.BackColor = System.Drawing.Color.Transparent; this.Label1.Font = new System.Drawing.Font("Forte", 20F); this.Label1.ForeColor = System.Drawing.Color.Gold; this.Label1.Location = new System.Drawing.Point(61, 39); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(343, 48); this.Label1.TabIndex = 2; this.Label1.Text = "Welcome to the GAASys "; // // frmWelcome // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Green; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(435, 403); this.Controls.Add(MenuStrip1); this.Controls.Add(this.Label1); this.DoubleBuffered = true; this.Name = "frmWelcome"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Welcome"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmWelcome_FormClosed); 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.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.SplitContainer splitContainer3; this.modelFileTreeView_ = new uni.ui.common.ModelFileTreeView(); this.modelViewerGlPanel_ = new uni.ui.common.ModelViewerGlPanel(); this.modelTabs_ = new uni.ui.right_panel.ModelTabs(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.modelToolStrip1 = new uni.src.ui.top.ModelToolStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer3 = new System.Windows.Forms.SplitContainer(); ((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(); menuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer3)).BeginInit(); splitContainer3.Panel1.SuspendLayout(); splitContainer3.Panel2.SuspendLayout(); splitContainer3.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // 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(this.modelFileTreeView_); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(1013, 491); splitContainer1.SplitterDistance = 224; splitContainer1.TabIndex = 2; // // modelFileTreeView_ // this.modelFileTreeView_.Dock = System.Windows.Forms.DockStyle.Fill; this.modelFileTreeView_.Location = new System.Drawing.Point(0, 0); this.modelFileTreeView_.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.modelFileTreeView_.Name = "modelFileTreeView_"; this.modelFileTreeView_.Size = new System.Drawing.Size(224, 491); this.modelFileTreeView_.TabIndex = 0; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.modelViewerGlPanel_); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.modelTabs_); splitContainer2.Size = new System.Drawing.Size(785, 491); splitContainer2.SplitterDistance = 573; splitContainer2.TabIndex = 1; // // modelViewerGlPanel_ // this.modelViewerGlPanel_.Animation = null; this.modelViewerGlPanel_.AnimationPlaybackManager = null; this.modelViewerGlPanel_.BackColor = System.Drawing.Color.Fuchsia; this.modelViewerGlPanel_.Dock = System.Windows.Forms.DockStyle.Fill; this.modelViewerGlPanel_.Location = new System.Drawing.Point(0, 0); this.modelViewerGlPanel_.Model = null; this.modelViewerGlPanel_.Name = "modelViewerGlPanel_"; this.modelViewerGlPanel_.Size = new System.Drawing.Size(573, 491); this.modelViewerGlPanel_.TabIndex = 0; this.modelViewerGlPanel_.Load += new System.EventHandler(this.modelViewerGlPanel__Load); // // modelTabs_ // this.modelTabs_.Dock = System.Windows.Forms.DockStyle.Fill; this.modelTabs_.Location = new System.Drawing.Point(0, 0); this.modelTabs_.Name = "modelTabs_"; this.modelTabs_.Size = new System.Drawing.Size(208, 491); this.modelTabs_.TabIndex = 0; // // 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(1013, 24); menuStrip.TabIndex = 1; menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "Help"; // // modelToolStrip1 // this.modelToolStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.modelToolStrip1.Location = new System.Drawing.Point(0, 0); this.modelToolStrip1.Name = "modelToolStrip1"; this.modelToolStrip1.Size = new System.Drawing.Size(1013, 25); this.modelToolStrip1.TabIndex = 3; // // splitContainer3 // splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer3.IsSplitterFixed = true; splitContainer3.Location = new System.Drawing.Point(0, 24); splitContainer3.Name = "splitContainer3"; splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // splitContainer3.Panel1.Controls.Add(this.modelToolStrip1); // // splitContainer3.Panel2 // splitContainer3.Panel2.Controls.Add(splitContainer1); splitContainer3.Size = new System.Drawing.Size(1013, 520); splitContainer3.SplitterDistance = 25; splitContainer3.TabIndex = 4; // // UniversalModelExtractorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1013, 544); this.Controls.Add(splitContainer3); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "UniversalModelExtractorForm"; this.Text = "Universal Model Extractor"; this.Load += new System.EventHandler(this.UniversalModelExtractorForm_Load); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); splitContainer3.Panel1.ResumeLayout(false); splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer3)).EndInit(); splitContainer3.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.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() { 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.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.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() { 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() { 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> /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// </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.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() { 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.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.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() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); LabelStatus = new System.Windows.Forms.Label(); LabelTip = new System.Windows.Forms.Label(); LabelInput = new System.Windows.Forms.Label(); TimerInputTimeout = new System.Windows.Forms.Timer(components); MenuStripMain = new System.Windows.Forms.MenuStrip(); ToolStripMenuItemFile = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemManageCards = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemNewCard = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemEdit = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemRemoveCard = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemManageTime = new System.Windows.Forms.ToolStripMenuItem(); editAvgHoursToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemEditPast = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemAddTime = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemReports = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemGenerate = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemSettings = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemHelp = new System.Windows.Forms.ToolStripMenuItem(); ToolStripMenuItemAbout = new System.Windows.Forms.ToolStripMenuItem(); Clock = new System.Windows.Forms.Label(); clockTimer = new System.Windows.Forms.Timer(components); dateBox = new System.Windows.Forms.Label(); MenuStripMain.SuspendLayout(); SuspendLayout(); // // LabelStatus // LabelStatus.Dock = System.Windows.Forms.DockStyle.Top; LabelStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); LabelStatus.Location = new System.Drawing.Point(0, 24); LabelStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelStatus.Name = "LabelStatus"; LabelStatus.Size = new System.Drawing.Size(658, 195); LabelStatus.TabIndex = 0; LabelStatus.Text = "Waiting for card scan . . ."; LabelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LabelTip // LabelTip.Dock = System.Windows.Forms.DockStyle.Top; LabelTip.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); LabelTip.Location = new System.Drawing.Point(0, 219); LabelTip.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelTip.Name = "LabelTip"; LabelTip.Size = new System.Drawing.Size(658, 144); LabelTip.TabIndex = 1; LabelTip.Text = "Scan a card or type in your Student ID to clock in or clock out."; LabelTip.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // LabelInput // LabelInput.AutoSize = true; LabelInput.Location = new System.Drawing.Point(9, 23); LabelInput.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); LabelInput.Name = "LabelInput"; LabelInput.Size = new System.Drawing.Size(36, 13); LabelInput.TabIndex = 2; LabelInput.Text = "input: "; // // TimerInputTimeout // TimerInputTimeout.Interval = 15000; TimerInputTimeout.Tick += new System.EventHandler(TimerInputTimeout_Tick); // // MenuStripMain // MenuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolStripMenuItemFile, ToolStripMenuItemManageCards, ToolStripMenuItemManageTime, ToolStripMenuItemReports, ToolStripMenuItemSettings, ToolStripMenuItemHelp }); MenuStripMain.Location = new System.Drawing.Point(0, 0); MenuStripMain.Name = "MenuStripMain"; MenuStripMain.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2); MenuStripMain.Size = new System.Drawing.Size(658, 24); MenuStripMain.TabIndex = 3; MenuStripMain.Text = "Menu Strip"; // // ToolStripMenuItemFile // ToolStripMenuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolStripMenuItemExit }); ToolStripMenuItemFile.Name = "ToolStripMenuItemFile"; ToolStripMenuItemFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F))); ToolStripMenuItemFile.Size = new System.Drawing.Size(37, 20); ToolStripMenuItemFile.Text = "&File"; // // ToolStripMenuItemExit // ToolStripMenuItemExit.Name = "ToolStripMenuItemExit"; ToolStripMenuItemExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.X))); ToolStripMenuItemExit.Size = new System.Drawing.Size(129, 22); ToolStripMenuItemExit.Text = "E&xit"; ToolStripMenuItemExit.Click += new System.EventHandler(ToolStripMenuItemExit_Click); // // ToolStripMenuItemManageCards // ToolStripMenuItemManageCards.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolStripMenuItemNewCard, ToolStripMenuItemEdit, ToolStripMenuItemRemoveCard }); ToolStripMenuItemManageCards.Name = "ToolStripMenuItemManageCards"; ToolStripMenuItemManageCards.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C))); ToolStripMenuItemManageCards.Size = new System.Drawing.Size(95, 20); ToolStripMenuItemManageCards.Text = "Manage &Cards"; // // ToolStripMenuItemNewCard // ToolStripMenuItemNewCard.Name = "ToolStripMenuItemNewCard"; ToolStripMenuItemNewCard.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.N))); ToolStripMenuItemNewCard.Size = new System.Drawing.Size(186, 22); ToolStripMenuItemNewCard.Text = "Add &new card"; ToolStripMenuItemNewCard.Click += new System.EventHandler(ToolStripMenuItemNewCard_Click); // // ToolStripMenuItemEdit // ToolStripMenuItemEdit.Name = "ToolStripMenuItemEdit"; ToolStripMenuItemEdit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E))); ToolStripMenuItemEdit.Size = new System.Drawing.Size(186, 22); ToolStripMenuItemEdit.Text = "&Edit card"; ToolStripMenuItemEdit.Click += new System.EventHandler(ToolStripMenuItemEdit_Click); // // ToolStripMenuItemRemoveCard // ToolStripMenuItemRemoveCard.Name = "ToolStripMenuItemRemoveCard"; ToolStripMenuItemRemoveCard.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.M))); ToolStripMenuItemRemoveCard.Size = new System.Drawing.Size(186, 22); ToolStripMenuItemRemoveCard.Text = "Re&move card"; ToolStripMenuItemRemoveCard.Click += new System.EventHandler(ToolStripMenuItemRemoveCard_Click); // // ToolStripMenuItemManageTime // ToolStripMenuItemManageTime.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { editAvgHoursToolStripMenuItem, ToolStripMenuItemEditPast, ToolStripMenuItemAddTime }); ToolStripMenuItemManageTime.Name = "ToolStripMenuItemManageTime"; ToolStripMenuItemManageTime.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.T))); ToolStripMenuItemManageTime.Size = new System.Drawing.Size(92, 20); ToolStripMenuItemManageTime.Text = "Manage &Time"; // // editAvgHoursToolStripMenuItem // editAvgHoursToolStripMenuItem.Name = "editAvgHoursToolStripMenuItem"; editAvgHoursToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H))); editAvgHoursToolStripMenuItem.Size = new System.Drawing.Size(211, 22); editAvgHoursToolStripMenuItem.Text = "Edit avg. Hours"; editAvgHoursToolStripMenuItem.Click += new System.EventHandler(editAvgHoursToolStripMenuItem_Click); // // ToolStripMenuItemEditPast // ToolStripMenuItemEditPast.Name = "ToolStripMenuItemEditPast"; ToolStripMenuItemEditPast.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P))); ToolStripMenuItemEditPast.Size = new System.Drawing.Size(211, 22); ToolStripMenuItemEditPast.Text = "Edit &past time"; ToolStripMenuItemEditPast.Click += new System.EventHandler(ToolStripMenuItemEditPast_Click); // // ToolStripMenuItemAddTime // ToolStripMenuItemAddTime.Name = "ToolStripMenuItemAddTime"; ToolStripMenuItemAddTime.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D))); ToolStripMenuItemAddTime.Size = new System.Drawing.Size(211, 22); ToolStripMenuItemAddTime.Text = "Manually a&dd time"; ToolStripMenuItemAddTime.Click += new System.EventHandler(ToolStripMenuItemAddTime_Click); // // ToolStripMenuItemReports // ToolStripMenuItemReports.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolStripMenuItemGenerate }); ToolStripMenuItemReports.Name = "ToolStripMenuItemReports"; ToolStripMenuItemReports.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.R))); ToolStripMenuItemReports.Size = new System.Drawing.Size(59, 20); ToolStripMenuItemReports.Text = "&Reports"; // // ToolStripMenuItemGenerate // ToolStripMenuItemGenerate.Name = "ToolStripMenuItemGenerate"; ToolStripMenuItemGenerate.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.G))); ToolStripMenuItemGenerate.Size = new System.Drawing.Size(217, 22); ToolStripMenuItemGenerate.Text = "&Generate time sheet"; ToolStripMenuItemGenerate.Click += new System.EventHandler(TimeSheetToolStripMenuItemGenerate_Click); // // ToolStripMenuItemSettings // ToolStripMenuItemSettings.Name = "ToolStripMenuItemSettings"; ToolStripMenuItemSettings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S))); ToolStripMenuItemSettings.Size = new System.Drawing.Size(61, 20); ToolStripMenuItemSettings.Text = "&Settings"; ToolStripMenuItemSettings.Visible = false; // // ToolStripMenuItemHelp // ToolStripMenuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolStripMenuItemAbout }); ToolStripMenuItemHelp.Name = "ToolStripMenuItemHelp"; ToolStripMenuItemHelp.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H))); ToolStripMenuItemHelp.Size = new System.Drawing.Size(44, 20); ToolStripMenuItemHelp.Text = "&Help"; // // ToolStripMenuItemAbout // ToolStripMenuItemAbout.Name = "ToolStripMenuItemAbout"; ToolStripMenuItemAbout.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.A))); ToolStripMenuItemAbout.Size = new System.Drawing.Size(145, 22); ToolStripMenuItemAbout.Text = "&About"; ToolStripMenuItemAbout.Click += new System.EventHandler(ToolStripMenuItemAbout_Click); // // Clock // Clock.Dock = System.Windows.Forms.DockStyle.Top; Clock.Font = new System.Drawing.Font("Consolas", 72F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); Clock.Location = new System.Drawing.Point(0, 363); Clock.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); Clock.Name = "Clock"; Clock.Size = new System.Drawing.Size(658, 108); Clock.TabIndex = 2; Clock.Text = "Clock"; Clock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // clockTimer // clockTimer.Enabled = true; clockTimer.Interval = 1000; clockTimer.Tick += new System.EventHandler(clockTimer_Tick); // // dateBox // dateBox.Dock = System.Windows.Forms.DockStyle.Top; dateBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dateBox.Location = new System.Drawing.Point(0, 471); dateBox.Name = "dateBox"; dateBox.Size = new System.Drawing.Size(658, 42); dateBox.TabIndex = 4; dateBox.Text = "Date"; dateBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // FormMain // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(658, 581); Controls.Add(dateBox); Controls.Add(Clock); Controls.Add(LabelInput); Controls.Add(LabelTip); Controls.Add(LabelStatus); Controls.Add(MenuStripMain); Icon = ((System.Drawing.Icon)(resources.GetObject("$Icon"))); MainMenuStrip = MenuStripMain; Margin = new System.Windows.Forms.Padding(2); Name = "FormMain"; SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; Text = "Barcode Clocking"; WindowState = System.Windows.Forms.FormWindowState.Maximized; Deactivate += new System.EventHandler(FormMain_Deactivate); KeyPress += new System.Windows.Forms.KeyPressEventHandler(FormMain_KeyPress); MenuStripMain.ResumeLayout(false); MenuStripMain.PerformLayout(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.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 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() { 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> /// 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.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TelaPrincipal)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.campanhasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.adicionarToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.editarToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.pequisarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deletarToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.marcasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.adicionarToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.editarToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.pesquisarToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.deletarToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.usuarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.alterarDadosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sistemaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.configuraçõesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.labelNomeUsuario = new System.Windows.Forms.Label(); this.groupBoxMesAtualFundo = new System.Windows.Forms.GroupBox(); this.groupBoxMesAtualTitulo = new System.Windows.Forms.GroupBox(); this.labelMesAtual = new System.Windows.Forms.Label(); this.labelPorcentagemMesAtual = new System.Windows.Forms.Label(); this.labelCloncuido = new System.Windows.Forms.Label(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.Marca = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AcoesPorMes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Realizadas = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Concluido = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.labelConcluidoDashboard = new System.Windows.Forms.Label(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.labelRealizadasDashboard = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.labelAcoesMesDashboard = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.labelMarcaDashboard = new System.Windows.Forms.Label(); this.groupBoxUltimosPostFundo = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.adicionarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.alterarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pesquisarToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.deletarToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.dicionarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pesquisarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deletarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.labelDepartamentoUsuario = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.groupBoxMesAtualFundo.SuspendLayout(); this.groupBoxMesAtualTitulo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBoxUltimosPostFundo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.AutoSize = false; menuStrip1.BackColor = System.Drawing.Color.Transparent; menuStrip1.Dock = System.Windows.Forms.DockStyle.None; menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); menuStrip1.ImeMode = System.Windows.Forms.ImeMode.NoControl; menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.campanhasToolStripMenuItem, this.marcasToolStripMenuItem, this.usuarioToolStripMenuItem, this.sistemaToolStripMenuItem }); menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table; menuStrip1.Location = new System.Drawing.Point(12, 75); menuStrip1.MdiWindowListItem = this.campanhasToolStripMenuItem; menuStrip1.Name = "menuStrip1"; menuStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No; menuStrip1.Size = new System.Drawing.Size(159, 570); menuStrip1.TabIndex = 2; menuStrip1.Text = "Menu"; // // campanhasToolStripMenuItem // this.campanhasToolStripMenuItem.AccessibleRole = System.Windows.Forms.AccessibleRole.Dialog; this.campanhasToolStripMenuItem.Checked = true; this.campanhasToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.campanhasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.adicionarToolStripMenuItem1, this.editarToolStripMenuItem1, this.pequisarToolStripMenuItem, this.deletarToolStripMenuItem2 }); this.campanhasToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.campanhasToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.campanhasToolStripMenuItem.Name = "campanhasToolStripMenuItem"; this.campanhasToolStripMenuItem.Size = new System.Drawing.Size(95, 21); this.campanhasToolStripMenuItem.Text = "Campanhas"; this.campanhasToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // adicionarToolStripMenuItem1 // this.adicionarToolStripMenuItem1.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.adicionarToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("adicionarToolStripMenuItem1.Image"))); this.adicionarToolStripMenuItem1.Name = "adicionarToolStripMenuItem1"; this.adicionarToolStripMenuItem1.Size = new System.Drawing.Size(135, 22); this.adicionarToolStripMenuItem1.Text = "Adicionar"; this.adicionarToolStripMenuItem1.Click += new System.EventHandler(this.adicionarToolStripMenuItem1_Click); // // editarToolStripMenuItem1 // this.editarToolStripMenuItem1.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.editarToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("editarToolStripMenuItem1.Image"))); this.editarToolStripMenuItem1.Name = "editarToolStripMenuItem1"; this.editarToolStripMenuItem1.Size = new System.Drawing.Size(135, 22); this.editarToolStripMenuItem1.Text = "Editar"; // // pequisarToolStripMenuItem // this.pequisarToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.pequisarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pequisarToolStripMenuItem.Image"))); this.pequisarToolStripMenuItem.Name = "pequisarToolStripMenuItem"; this.pequisarToolStripMenuItem.Size = new System.Drawing.Size(135, 22); this.pequisarToolStripMenuItem.Text = "Pequisar"; // // deletarToolStripMenuItem2 // this.deletarToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.deletarToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("deletarToolStripMenuItem2.Image"))); this.deletarToolStripMenuItem2.Name = "deletarToolStripMenuItem2"; this.deletarToolStripMenuItem2.Size = new System.Drawing.Size(135, 22); this.deletarToolStripMenuItem2.Text = "Deletar"; // // marcasToolStripMenuItem // this.marcasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.adicionarToolStripMenuItem2, this.editarToolStripMenuItem2, this.pesquisarToolStripMenuItem2, this.deletarToolStripMenuItem3 }); this.marcasToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.marcasToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.marcasToolStripMenuItem.Name = "marcasToolStripMenuItem"; this.marcasToolStripMenuItem.Size = new System.Drawing.Size(66, 21); this.marcasToolStripMenuItem.Text = "Marcas"; this.marcasToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // adicionarToolStripMenuItem2 // this.adicionarToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.adicionarToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("adicionarToolStripMenuItem2.Image"))); this.adicionarToolStripMenuItem2.Name = "adicionarToolStripMenuItem2"; this.adicionarToolStripMenuItem2.Size = new System.Drawing.Size(139, 22); this.adicionarToolStripMenuItem2.Text = "Adicionar"; this.adicionarToolStripMenuItem2.Click += new System.EventHandler(this.adicionarToolStripMenuItem2_Click); // // editarToolStripMenuItem2 // this.editarToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.editarToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("editarToolStripMenuItem2.Image"))); this.editarToolStripMenuItem2.Name = "editarToolStripMenuItem2"; this.editarToolStripMenuItem2.Size = new System.Drawing.Size(139, 22); this.editarToolStripMenuItem2.Text = "Editar"; // // pesquisarToolStripMenuItem2 // this.pesquisarToolStripMenuItem2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.pesquisarToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("pesquisarToolStripMenuItem2.Image"))); this.pesquisarToolStripMenuItem2.Name = "pesquisarToolStripMenuItem2"; this.pesquisarToolStripMenuItem2.Size = new System.Drawing.Size(139, 22); this.pesquisarToolStripMenuItem2.Text = "Pesquisar"; // // deletarToolStripMenuItem3 // this.deletarToolStripMenuItem3.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.deletarToolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("deletarToolStripMenuItem3.Image"))); this.deletarToolStripMenuItem3.Name = "deletarToolStripMenuItem3"; this.deletarToolStripMenuItem3.Size = new System.Drawing.Size(139, 22); this.deletarToolStripMenuItem3.Text = "Deletar"; // // usuarioToolStripMenuItem // this.usuarioToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.alterarDadosToolStripMenuItem }); this.usuarioToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.usuarioToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.usuarioToolStripMenuItem.Name = "usuarioToolStripMenuItem"; this.usuarioToolStripMenuItem.Size = new System.Drawing.Size(69, 21); this.usuarioToolStripMenuItem.Text = "Usuário"; this.usuarioToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // alterarDadosToolStripMenuItem // this.alterarDadosToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.alterarDadosToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alterarDadosToolStripMenuItem.Image"))); this.alterarDadosToolStripMenuItem.Name = "alterarDadosToolStripMenuItem"; this.alterarDadosToolStripMenuItem.Size = new System.Drawing.Size(118, 22); this.alterarDadosToolStripMenuItem.Text = "Alterar"; this.alterarDadosToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // sistemaToolStripMenuItem // this.sistemaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.configuraçõesToolStripMenuItem }); this.sistemaToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sistemaToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.sistemaToolStripMenuItem.Name = "sistemaToolStripMenuItem"; this.sistemaToolStripMenuItem.Size = new System.Drawing.Size(70, 21); this.sistemaToolStripMenuItem.Text = "Sistema"; this.sistemaToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // configuraçõesToolStripMenuItem // this.configuraçõesToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.configuraçõesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("configuraçõesToolStripMenuItem.Image"))); this.configuraçõesToolStripMenuItem.Name = "configuraçõesToolStripMenuItem"; this.configuraçõesToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.configuraçõesToolStripMenuItem.Text = "Configurações"; this.configuraçõesToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(159, 59); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(847, 3); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(67, 59); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 0; this.pictureBox2.TabStop = false; // // labelNomeUsuario // this.labelNomeUsuario.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelNomeUsuario.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelNomeUsuario.ForeColor = System.Drawing.Color.MediumSeaGreen; this.labelNomeUsuario.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelNomeUsuario.Location = new System.Drawing.Point(694, 17); this.labelNomeUsuario.Name = "labelNomeUsuario"; this.labelNomeUsuario.Size = new System.Drawing.Size(148, 18); this.labelNomeUsuario.TabIndex = 1; this.labelNomeUsuario.Text = "Usuario"; this.labelNomeUsuario.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBoxMesAtualFundo // this.groupBoxMesAtualFundo.Controls.Add(this.groupBoxMesAtualTitulo); this.groupBoxMesAtualFundo.Controls.Add(this.labelPorcentagemMesAtual); this.groupBoxMesAtualFundo.Controls.Add(this.labelCloncuido); this.groupBoxMesAtualFundo.Location = new System.Drawing.Point(694, 68); this.groupBoxMesAtualFundo.Name = "groupBoxMesAtualFundo"; this.groupBoxMesAtualFundo.Size = new System.Drawing.Size(220, 112); this.groupBoxMesAtualFundo.TabIndex = 0; this.groupBoxMesAtualFundo.TabStop = false; // // groupBoxMesAtualTitulo // this.groupBoxMesAtualTitulo.Controls.Add(this.labelMesAtual); this.groupBoxMesAtualTitulo.Location = new System.Drawing.Point(0, 0); this.groupBoxMesAtualTitulo.Name = "groupBoxMesAtualTitulo"; this.groupBoxMesAtualTitulo.Size = new System.Drawing.Size(220, 40); this.groupBoxMesAtualTitulo.TabIndex = 0; this.groupBoxMesAtualTitulo.TabStop = false; // // labelMesAtual // this.labelMesAtual.AutoSize = true; this.labelMesAtual.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelMesAtual.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelMesAtual.Location = new System.Drawing.Point(76, 15); this.labelMesAtual.Name = "labelMesAtual"; this.labelMesAtual.Size = new System.Drawing.Size(66, 17); this.labelMesAtual.TabIndex = 1; this.labelMesAtual.Text = "MesAtual"; // // labelPorcentagemMesAtual // this.labelPorcentagemMesAtual.AutoSize = true; this.labelPorcentagemMesAtual.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelPorcentagemMesAtual.ForeColor = System.Drawing.Color.Red; this.labelPorcentagemMesAtual.Location = new System.Drawing.Point(70, 46); this.labelPorcentagemMesAtual.Name = "labelPorcentagemMesAtual"; this.labelPorcentagemMesAtual.Size = new System.Drawing.Size(84, 37); this.labelPorcentagemMesAtual.TabIndex = 1; this.labelPorcentagemMesAtual.Text = "00%"; // // labelCloncuido // this.labelCloncuido.AutoSize = true; this.labelCloncuido.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelCloncuido.ForeColor = System.Drawing.SystemColors.WindowFrame; this.labelCloncuido.Location = new System.Drawing.Point(78, 84); this.labelCloncuido.Name = "labelCloncuido"; this.labelCloncuido.Size = new System.Drawing.Size(70, 17); this.labelCloncuido.TabIndex = 1; this.labelCloncuido.Text = "Concluído"; // // dataGridView // this.dataGridView.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.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Window; this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridView.ColumnHeadersVisible = false; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Marca, this.AcoesPorMes, this.Realizadas, this.Concluido }); this.dataGridView.GridColor = System.Drawing.SystemColors.ControlLight; this.dataGridView.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dataGridView.Location = new System.Drawing.Point(3, 38); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dataGridView.RowHeadersVisible = false; this.dataGridView.Size = new System.Drawing.Size(506, 533); this.dataGridView.TabIndex = 11; // // Marca // this.Marca.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter; this.Marca.DefaultCellStyle = dataGridViewCellStyle1; this.Marca.Frozen = true; this.Marca.HeaderText = "Marca"; this.Marca.Name = "Marca"; this.Marca.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Marca.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Marca.Width = 127; // // AcoesPorMes // this.AcoesPorMes.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.Format = "N2"; dataGridViewCellStyle2.NullValue = null; this.AcoesPorMes.DefaultCellStyle = dataGridViewCellStyle2; this.AcoesPorMes.Frozen = true; this.AcoesPorMes.HeaderText = "Ações por Mês"; this.AcoesPorMes.Name = "AcoesPorMes"; this.AcoesPorMes.Width = 126; // // Realizadas // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Realizadas.DefaultCellStyle = dataGridViewCellStyle3; this.Realizadas.HeaderText = "Realizadas"; this.Realizadas.Name = "Realizadas"; // // Concluido // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Concluido.DefaultCellStyle = dataGridViewCellStyle4; this.Concluido.HeaderText = "% Concluído"; this.Concluido.Name = "Concluido"; // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox7); this.groupBox1.Controls.Add(this.groupBox6); this.groupBox1.Controls.Add(this.groupBox5); this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.dataGridView); this.groupBox1.Location = new System.Drawing.Point(176, 68); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(512, 577); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // groupBox7 // this.groupBox7.Controls.Add(this.labelConcluidoDashboard); this.groupBox7.Location = new System.Drawing.Point(382, 0); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(130, 40); this.groupBox7.TabIndex = 0; this.groupBox7.TabStop = false; // // labelConcluidoDashboard // this.labelConcluidoDashboard.AutoSize = true; this.labelConcluidoDashboard.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelConcluidoDashboard.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelConcluidoDashboard.Location = new System.Drawing.Point(20, 14); this.labelConcluidoDashboard.Name = "labelConcluidoDashboard"; this.labelConcluidoDashboard.Size = new System.Drawing.Size(86, 17); this.labelConcluidoDashboard.TabIndex = 1; this.labelConcluidoDashboard.Text = "% Concluído"; this.labelConcluidoDashboard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox6 // this.groupBox6.Controls.Add(this.labelRealizadasDashboard); this.groupBox6.Location = new System.Drawing.Point(256, 0); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(127, 40); this.groupBox6.TabIndex = 0; this.groupBox6.TabStop = false; // // labelRealizadasDashboard // this.labelRealizadasDashboard.AutoSize = true; this.labelRealizadasDashboard.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelRealizadasDashboard.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelRealizadasDashboard.Location = new System.Drawing.Point(24, 14); this.labelRealizadasDashboard.Name = "labelRealizadasDashboard"; this.labelRealizadasDashboard.Size = new System.Drawing.Size(78, 17); this.labelRealizadasDashboard.TabIndex = 1; this.labelRealizadasDashboard.Text = "Realizadas"; this.labelRealizadasDashboard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox5 // this.groupBox5.Controls.Add(this.labelAcoesMesDashboard); this.groupBox5.Location = new System.Drawing.Point(129, 0); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(128, 40); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; // // labelAcoesMesDashboard // this.labelAcoesMesDashboard.AutoSize = true; this.labelAcoesMesDashboard.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAcoesMesDashboard.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelAcoesMesDashboard.Location = new System.Drawing.Point(12, 14); this.labelAcoesMesDashboard.Name = "labelAcoesMesDashboard"; this.labelAcoesMesDashboard.Size = new System.Drawing.Size(102, 17); this.labelAcoesMesDashboard.TabIndex = 1; this.labelAcoesMesDashboard.Text = "Ações por Mês"; this.labelAcoesMesDashboard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox4 // this.groupBox4.Controls.Add(this.label7); this.groupBox4.Location = new System.Drawing.Point(0, 0); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(130, 40); this.groupBox4.TabIndex = 0; this.groupBox4.TabStop = false; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label7.Location = new System.Drawing.Point(37, 14); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(47, 17); this.label7.TabIndex = 1; this.label7.Text = "Marca"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox3 // this.groupBox3.Controls.Add(this.labelMarcaDashboard); this.groupBox3.Location = new System.Drawing.Point(0, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(128, 40); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; // // labelMarcaDashboard // this.labelMarcaDashboard.AutoSize = true; this.labelMarcaDashboard.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelMarcaDashboard.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelMarcaDashboard.Location = new System.Drawing.Point(37, 15); this.labelMarcaDashboard.Name = "labelMarcaDashboard"; this.labelMarcaDashboard.Size = new System.Drawing.Size(51, 16); this.labelMarcaDashboard.TabIndex = 1; this.labelMarcaDashboard.Text = "Marca"; this.labelMarcaDashboard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBoxUltimosPostFundo // this.groupBoxUltimosPostFundo.Controls.Add(this.dataGridView1); this.groupBoxUltimosPostFundo.Location = new System.Drawing.Point(694, 179); this.groupBoxUltimosPostFundo.Name = "groupBoxUltimosPostFundo"; this.groupBoxUltimosPostFundo.Size = new System.Drawing.Size(220, 466); this.groupBoxUltimosPostFundo.TabIndex = 0; this.groupBoxUltimosPostFundo.TabStop = false; // // dataGridView1 // this.dataGridView1.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.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window; this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridView1.ColumnHeadersVisible = false; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3 }); this.dataGridView1.GridColor = System.Drawing.SystemColors.ControlLight; this.dataGridView1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dataGridView1.Location = new System.Drawing.Point(6, 7); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.Size = new System.Drawing.Size(208, 453); this.dataGridView1.TabIndex = 11; // // dataGridViewTextBoxColumn2 // dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomLeft; dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle5; this.dataGridViewTextBoxColumn2.HeaderText = "Mês"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomRight; dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle6; this.dataGridViewTextBoxColumn3.HeaderText = "% Concluído"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // adicionarToolStripMenuItem // this.adicionarToolStripMenuItem.Name = "adicionarToolStripMenuItem"; this.adicionarToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.adicionarToolStripMenuItem.Text = "Adicionar"; // // alterarToolStripMenuItem // this.alterarToolStripMenuItem.Name = "alterarToolStripMenuItem"; this.alterarToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.alterarToolStripMenuItem.Text = "Alterar"; // // pesquisarToolStripMenuItem1 // this.pesquisarToolStripMenuItem1.Name = "pesquisarToolStripMenuItem1"; this.pesquisarToolStripMenuItem1.Size = new System.Drawing.Size(180, 26); this.pesquisarToolStripMenuItem1.Text = "Pesquisar"; // // deletarToolStripMenuItem1 // this.deletarToolStripMenuItem1.Name = "deletarToolStripMenuItem1"; this.deletarToolStripMenuItem1.Size = new System.Drawing.Size(180, 26); this.deletarToolStripMenuItem1.Text = "Deletar"; // // dicionarToolStripMenuItem // this.dicionarToolStripMenuItem.Name = "dicionarToolStripMenuItem"; this.dicionarToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.dicionarToolStripMenuItem.Text = "Adicionar"; // // editarToolStripMenuItem // this.editarToolStripMenuItem.Name = "editarToolStripMenuItem"; this.editarToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.editarToolStripMenuItem.Text = "Editar"; // // pesquisarToolStripMenuItem // this.pesquisarToolStripMenuItem.Name = "pesquisarToolStripMenuItem"; this.pesquisarToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.pesquisarToolStripMenuItem.Text = "Pesquisar"; // // deletarToolStripMenuItem // this.deletarToolStripMenuItem.Name = "deletarToolStripMenuItem"; this.deletarToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.deletarToolStripMenuItem.Text = "Deletar"; // // labelDepartamentoUsuario // this.labelDepartamentoUsuario.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelDepartamentoUsuario.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDepartamentoUsuario.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelDepartamentoUsuario.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelDepartamentoUsuario.Location = new System.Drawing.Point(694, 36); this.labelDepartamentoUsuario.Name = "labelDepartamentoUsuario"; this.labelDepartamentoUsuario.Size = new System.Drawing.Size(148, 18); this.labelDepartamentoUsuario.TabIndex = 1; this.labelDepartamentoUsuario.Text = "Departamento"; this.labelDepartamentoUsuario.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // TelaPrincipal // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(926, 657); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBoxMesAtualFundo); this.Controls.Add(this.labelDepartamentoUsuario); this.Controls.Add(this.labelNomeUsuario); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.groupBoxUltimosPostFundo); this.Controls.Add(menuStrip1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(942, 695); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(942, 695); this.Name = "TelaPrincipal"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Controle de Marketing"; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.groupBoxMesAtualFundo.ResumeLayout(false); this.groupBoxMesAtualFundo.PerformLayout(); this.groupBoxMesAtualTitulo.ResumeLayout(false); this.groupBoxMesAtualTitulo.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBoxUltimosPostFundo.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip MenuStrip; System.Windows.Forms.ToolStripMenuItem MenuItemFile; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemNew; TC.WinForms.Commands.ApplicationCommand NewDocumentCommand; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemOpen; System.Windows.Forms.ToolStripSeparator SeparatorMenuFile1; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemSave; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemSaveAs; System.Windows.Forms.ToolStripSeparator SeparatorMenuFile2; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemRun; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemStop; System.Windows.Forms.ToolStripSeparator SeparatorMenuFile3; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemClose; System.Windows.Forms.ToolStripMenuItem MenuItemEdit; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemUndo; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemRedo; System.Windows.Forms.ToolStripSeparator SeparatorMenuEdit1; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemCut; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemCopy; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemPaste; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemDelete; System.Windows.Forms.ToolStripSeparator SeparatorMenuEdit2; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemSelectAll; System.Windows.Forms.StatusStrip StatusStrip; System.Windows.Forms.ToolStrip ToolStrip; TC.WinForms.Controls.TToolStripCommandButton ButtonNew; TC.WinForms.Controls.TToolStripCommandButton ButtonOpen; TC.WinForms.Controls.TToolStripCommandButton ButtonSave; System.Windows.Forms.ToolStripSeparator SeparatorToolStrip1; TC.WinForms.Controls.TToolStripCommandButton ButtonCut; TC.WinForms.Controls.TToolStripCommandButton ButtonCopy; TC.WinForms.Controls.TToolStripCommandButton ButtonPaste; System.Windows.Forms.ToolStripSeparator SeparatorToolStrip2; TC.WinForms.Controls.TToolStripCommandButton ButtonUndo; TC.WinForms.Controls.TToolStripCommandButton ButtonRedo; System.Windows.Forms.ToolStripSeparator SeparatorToolStrip3; TC.WinForms.Controls.TToolStripCommandButton ButtonRun; TC.WinForms.Controls.TToolStripCommandButton ButtonStop; TC.WinForms.Controls.TToolStripCommandButton ButtonInfo; TC.WinForms.Commands.ApplicationCommand LanguageGuideCommand; System.Windows.Forms.ToolStripMenuItem MenuItemHelp; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemLanguageGuide; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemAbout; System.Windows.Forms.ToolStripSeparator SeparatorMenuHelp1; this.RunCommand = new TC.WinForms.Commands.ApplicationCommand(); this.StopCommand = new TC.WinForms.Commands.ApplicationCommand(); this.CodeEditor = new TC.WinForms.Controls.TCodeEditor(); this.LabelStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.LabelCurrentLine = new System.Windows.Forms.ToolStripStatusLabel(); this.LabelCurrentColumn = new System.Windows.Forms.ToolStripStatusLabel(); this.LabelOverwriteMode = new System.Windows.Forms.ToolStripStatusLabel(); MenuStrip = new System.Windows.Forms.MenuStrip(); MenuItemFile = new System.Windows.Forms.ToolStripMenuItem(); MenuItemNew = new TC.WinForms.Controls.TToolStripCommandMenuItem(); NewDocumentCommand = new TC.WinForms.Commands.ApplicationCommand(); MenuItemOpen = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuFile1 = new System.Windows.Forms.ToolStripSeparator(); MenuItemSave = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemSaveAs = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuFile2 = new System.Windows.Forms.ToolStripSeparator(); MenuItemRun = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemStop = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuFile3 = new System.Windows.Forms.ToolStripSeparator(); MenuItemClose = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemEdit = new System.Windows.Forms.ToolStripMenuItem(); MenuItemUndo = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemRedo = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuEdit1 = new System.Windows.Forms.ToolStripSeparator(); MenuItemCut = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemCopy = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemPaste = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemDelete = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuEdit2 = new System.Windows.Forms.ToolStripSeparator(); MenuItemSelectAll = new TC.WinForms.Controls.TToolStripCommandMenuItem(); StatusStrip = new System.Windows.Forms.StatusStrip(); ToolStrip = new System.Windows.Forms.ToolStrip(); ButtonNew = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonOpen = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonSave = new TC.WinForms.Controls.TToolStripCommandButton(); SeparatorToolStrip1 = new System.Windows.Forms.ToolStripSeparator(); ButtonCut = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonCopy = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonPaste = new TC.WinForms.Controls.TToolStripCommandButton(); SeparatorToolStrip2 = new System.Windows.Forms.ToolStripSeparator(); ButtonUndo = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonRedo = new TC.WinForms.Controls.TToolStripCommandButton(); SeparatorToolStrip3 = new System.Windows.Forms.ToolStripSeparator(); ButtonRun = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonStop = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonInfo = new TC.WinForms.Controls.TToolStripCommandButton(); LanguageGuideCommand = new TC.WinForms.Commands.ApplicationCommand(); MenuItemHelp = new System.Windows.Forms.ToolStripMenuItem(); MenuItemLanguageGuide = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemAbout = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuHelp1 = new System.Windows.Forms.ToolStripSeparator(); MenuStrip.SuspendLayout(); StatusStrip.SuspendLayout(); ToolStrip.SuspendLayout(); this.SuspendLayout(); // // MenuStrip // MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemFile, MenuItemEdit, MenuItemHelp }); MenuStrip.Location = new System.Drawing.Point(0, 0); MenuStrip.Name = "MenuStrip"; MenuStrip.Padding = new System.Windows.Forms.Padding(0); MenuStrip.Size = new System.Drawing.Size(334, 24); MenuStrip.TabIndex = 0; // // MenuItemFile // MenuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemNew, MenuItemOpen, SeparatorMenuFile1, MenuItemSave, MenuItemSaveAs, SeparatorMenuFile2, MenuItemRun, MenuItemStop, SeparatorMenuFile3, MenuItemClose }); MenuItemFile.Name = "MenuItemFile"; MenuItemFile.Size = new System.Drawing.Size(37, 24); MenuItemFile.Text = "&File"; // // MenuItemNew // MenuItemNew.Command = NewDocumentCommand; MenuItemNew.Image = global::TC.Magneto.Shell.Properties.Resources.NewDocument; MenuItemNew.Name = "MenuItemNew"; MenuItemNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); MenuItemNew.Size = new System.Drawing.Size(195, 22); MenuItemNew.Text = "&New"; // // NewDocumentCommand // NewDocumentCommand.Executed += new System.EventHandler(this.NewDocument); // // MenuItemOpen // MenuItemOpen.Command = this.LoadDocumentCommand; MenuItemOpen.Image = global::TC.Magneto.Shell.Properties.Resources.Open; MenuItemOpen.Name = "MenuItemOpen"; MenuItemOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); MenuItemOpen.Size = new System.Drawing.Size(195, 22); MenuItemOpen.Text = "&Open…"; // // SeparatorMenuFile1 // SeparatorMenuFile1.Name = "SeparatorMenuFile1"; SeparatorMenuFile1.Size = new System.Drawing.Size(192, 6); // // MenuItemSave // MenuItemSave.Command = this.SaveDocumentCommand; MenuItemSave.Image = global::TC.Magneto.Shell.Properties.Resources.Save; MenuItemSave.Name = "MenuItemSave"; MenuItemSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); MenuItemSave.Size = new System.Drawing.Size(195, 22); MenuItemSave.Text = "&Save"; // // MenuItemSaveAs // MenuItemSaveAs.Command = this.SaveDocumentAsCommand; MenuItemSaveAs.Name = "MenuItemSaveAs"; MenuItemSaveAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); MenuItemSaveAs.Size = new System.Drawing.Size(195, 22); MenuItemSaveAs.Text = "Save &As…"; // // SeparatorMenuFile2 // SeparatorMenuFile2.Name = "SeparatorMenuFile2"; SeparatorMenuFile2.Size = new System.Drawing.Size(192, 6); // // MenuItemRun // MenuItemRun.Command = this.RunCommand; MenuItemRun.Image = global::TC.Magneto.Shell.Properties.Resources.Play; MenuItemRun.Name = "MenuItemRun"; MenuItemRun.ShortcutKeys = System.Windows.Forms.Keys.F5; MenuItemRun.Size = new System.Drawing.Size(195, 22); MenuItemRun.Text = "&Run"; // // RunCommand // this.RunCommand.Executed += new System.EventHandler(this.Run); // // MenuItemStop // MenuItemStop.Command = this.StopCommand; MenuItemStop.Image = global::TC.Magneto.Shell.Properties.Resources.Stop; MenuItemStop.Name = "MenuItemStop"; MenuItemStop.Size = new System.Drawing.Size(195, 22); MenuItemStop.Text = "Stop"; // // StopCommand // this.StopCommand.CanExecute = false; this.StopCommand.Executed += new System.EventHandler(this.Stop); // // SeparatorMenuFile3 // SeparatorMenuFile3.Name = "SeparatorMenuFile3"; SeparatorMenuFile3.Size = new System.Drawing.Size(192, 6); // // MenuItemClose // MenuItemClose.Command = this.CloseCommand; MenuItemClose.Name = "MenuItemClose"; MenuItemClose.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); MenuItemClose.Size = new System.Drawing.Size(195, 22); MenuItemClose.Text = "&Close"; // // MenuItemEdit // MenuItemEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemUndo, MenuItemRedo, SeparatorMenuEdit1, MenuItemCut, MenuItemCopy, MenuItemPaste, MenuItemDelete, SeparatorMenuEdit2, MenuItemSelectAll }); MenuItemEdit.Name = "MenuItemEdit"; MenuItemEdit.Size = new System.Drawing.Size(39, 24); MenuItemEdit.Text = "&Edit"; // // MenuItemUndo // MenuItemUndo.Command = this.CodeEditor.UndoCommand; MenuItemUndo.Image = global::TC.Magneto.Shell.Properties.Resources.Undo; MenuItemUndo.Name = "MenuItemUndo"; MenuItemUndo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); MenuItemUndo.Size = new System.Drawing.Size(164, 22); MenuItemUndo.Text = "&Undo"; // // CodeEditor // this.CodeEditor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CodeEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.CodeEditor.FileDialogFilter = "Magneto Files (*.magneto)|*.magneto|All Files (*.*)|*.*"; this.CodeEditor.Location = new System.Drawing.Point(0, 49); this.CodeEditor.Name = "CodeEditor"; this.CodeEditor.Size = new System.Drawing.Size(334, 193); this.CodeEditor.TabIndex = 2; this.CodeEditor.Text = ""; this.CodeEditor.CurrentLineNumberChanged += new System.EventHandler(this.SetLabelCurrentLine); this.CodeEditor.OverwriteModeChanged += new System.EventHandler(this.SetLabelOverwriteMode); this.CodeEditor.CurrentColumnNumberChanged += new System.EventHandler(this.SetLabelCurrentColumn); // // MenuItemRedo // MenuItemRedo.Command = this.CodeEditor.RedoCommand; MenuItemRedo.Image = global::TC.Magneto.Shell.Properties.Resources.Redo; MenuItemRedo.Name = "MenuItemRedo"; MenuItemRedo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); MenuItemRedo.Size = new System.Drawing.Size(164, 22); MenuItemRedo.Text = "&Redo"; // // SeparatorMenuEdit1 // SeparatorMenuEdit1.Name = "SeparatorMenuEdit1"; SeparatorMenuEdit1.Size = new System.Drawing.Size(161, 6); // // MenuItemCut // MenuItemCut.Command = this.CodeEditor.CutCommand; MenuItemCut.Image = global::TC.Magneto.Shell.Properties.Resources.Cut; MenuItemCut.Name = "MenuItemCut"; MenuItemCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); MenuItemCut.Size = new System.Drawing.Size(164, 22); MenuItemCut.Text = "Cu&t"; // // MenuItemCopy // MenuItemCopy.Command = this.CodeEditor.CopyCommand; MenuItemCopy.Image = global::TC.Magneto.Shell.Properties.Resources.Copy; MenuItemCopy.Name = "MenuItemCopy"; MenuItemCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); MenuItemCopy.Size = new System.Drawing.Size(164, 22); MenuItemCopy.Text = "&Copy"; // // MenuItemPaste // MenuItemPaste.Command = this.CodeEditor.PasteCommand; MenuItemPaste.Image = global::TC.Magneto.Shell.Properties.Resources.Paste; MenuItemPaste.Name = "MenuItemPaste"; MenuItemPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); MenuItemPaste.Size = new System.Drawing.Size(164, 22); MenuItemPaste.Text = "&Paste"; // // MenuItemDelete // MenuItemDelete.Command = this.CodeEditor.DeleteCommand; MenuItemDelete.Image = global::TC.Magneto.Shell.Properties.Resources.Delete; MenuItemDelete.Name = "MenuItemDelete"; MenuItemDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete; MenuItemDelete.Size = new System.Drawing.Size(164, 22); MenuItemDelete.Text = "&Delete"; // // SeparatorMenuEdit2 // SeparatorMenuEdit2.Name = "SeparatorMenuEdit2"; SeparatorMenuEdit2.Size = new System.Drawing.Size(161, 6); // // MenuItemSelectAll // MenuItemSelectAll.Command = this.CodeEditor.SelectAllCommand; MenuItemSelectAll.Name = "MenuItemSelectAll"; MenuItemSelectAll.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); MenuItemSelectAll.Size = new System.Drawing.Size(164, 22); MenuItemSelectAll.Text = "Select &All"; // // StatusStrip // StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.LabelStatus, this.LabelCurrentLine, this.LabelCurrentColumn, this.LabelOverwriteMode }); StatusStrip.Location = new System.Drawing.Point(0, 242); StatusStrip.Name = "StatusStrip"; StatusStrip.Size = new System.Drawing.Size(334, 22); StatusStrip.TabIndex = 1; // // LabelStatus // this.LabelStatus.Name = "LabelStatus"; this.LabelStatus.Size = new System.Drawing.Size(231, 17); this.LabelStatus.Spring = true; this.LabelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LabelCurrentLine // this.LabelCurrentLine.Name = "LabelCurrentLine"; this.LabelCurrentLine.Size = new System.Drawing.Size(29, 17); this.LabelCurrentLine.Text = "Ln 1"; // // LabelCurrentColumn // this.LabelCurrentColumn.Name = "LabelCurrentColumn"; this.LabelCurrentColumn.Size = new System.Drawing.Size(34, 17); this.LabelCurrentColumn.Text = "Col 1"; // // LabelOverwriteMode // this.LabelOverwriteMode.Name = "LabelOverwriteMode"; this.LabelOverwriteMode.Size = new System.Drawing.Size(25, 17); this.LabelOverwriteMode.Text = "INS"; // // ToolStrip // ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ButtonNew, ButtonOpen, ButtonSave, SeparatorToolStrip1, ButtonCut, ButtonCopy, ButtonPaste, SeparatorToolStrip2, ButtonUndo, ButtonRedo, SeparatorToolStrip3, ButtonRun, ButtonStop, ButtonInfo }); ToolStrip.Location = new System.Drawing.Point(0, 24); ToolStrip.Name = "ToolStrip"; ToolStrip.Size = new System.Drawing.Size(334, 25); ToolStrip.TabIndex = 3; // // ButtonNew // ButtonNew.Command = NewDocumentCommand; ButtonNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonNew.Image = global::TC.Magneto.Shell.Properties.Resources.NewDocument; ButtonNew.Name = "ButtonNew"; ButtonNew.Size = new System.Drawing.Size(23, 22); ButtonNew.ToolTipText = "New (Ctrl+N)"; // // ButtonOpen // ButtonOpen.Command = this.LoadDocumentCommand; ButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonOpen.Image = global::TC.Magneto.Shell.Properties.Resources.Open; ButtonOpen.Name = "ButtonOpen"; ButtonOpen.Size = new System.Drawing.Size(23, 22); ButtonOpen.ToolTipText = "Open (Ctrl+O)"; // // ButtonSave // ButtonSave.Command = this.SaveDocumentCommand; ButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonSave.Image = global::TC.Magneto.Shell.Properties.Resources.Save; ButtonSave.Name = "ButtonSave"; ButtonSave.Size = new System.Drawing.Size(23, 22); ButtonSave.ToolTipText = "Save (Ctrl+S)"; // // SeparatorToolStrip1 // SeparatorToolStrip1.Name = "SeparatorToolStrip1"; SeparatorToolStrip1.Size = new System.Drawing.Size(6, 25); // // ButtonCut // ButtonCut.Command = this.CodeEditor.CutCommand; ButtonCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonCut.Image = global::TC.Magneto.Shell.Properties.Resources.Cut; ButtonCut.Name = "ButtonCut"; ButtonCut.Size = new System.Drawing.Size(23, 22); ButtonCut.ToolTipText = "Cut (Ctrl+X)"; // // ButtonCopy // ButtonCopy.Command = this.CodeEditor.CopyCommand; ButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonCopy.Image = global::TC.Magneto.Shell.Properties.Resources.Copy; ButtonCopy.Name = "ButtonCopy"; ButtonCopy.Size = new System.Drawing.Size(23, 22); ButtonCopy.ToolTipText = "Copy (Ctrl+C)"; // // ButtonPaste // ButtonPaste.Command = this.CodeEditor.PasteCommand; ButtonPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonPaste.Image = global::TC.Magneto.Shell.Properties.Resources.Paste; ButtonPaste.Name = "ButtonPaste"; ButtonPaste.Size = new System.Drawing.Size(23, 22); ButtonPaste.ToolTipText = "Paste (Ctrl+V)"; // // SeparatorToolStrip2 // SeparatorToolStrip2.Name = "SeparatorToolStrip2"; SeparatorToolStrip2.Size = new System.Drawing.Size(6, 25); // // ButtonUndo // ButtonUndo.Command = this.CodeEditor.UndoCommand; ButtonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonUndo.Image = global::TC.Magneto.Shell.Properties.Resources.Undo; ButtonUndo.Name = "ButtonUndo"; ButtonUndo.Size = new System.Drawing.Size(23, 22); ButtonUndo.ToolTipText = "Undo (Ctrl+Z)"; // // ButtonRedo // ButtonRedo.Command = this.CodeEditor.RedoCommand; ButtonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonRedo.Image = global::TC.Magneto.Shell.Properties.Resources.Redo; ButtonRedo.Name = "ButtonRedo"; ButtonRedo.Size = new System.Drawing.Size(23, 22); ButtonRedo.ToolTipText = "Redo (Ctrl+Y)"; // // SeparatorToolStrip3 // SeparatorToolStrip3.Name = "SeparatorToolStrip3"; SeparatorToolStrip3.Size = new System.Drawing.Size(6, 25); // // ButtonRun // ButtonRun.Command = this.RunCommand; ButtonRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonRun.Image = global::TC.Magneto.Shell.Properties.Resources.Play; ButtonRun.Name = "ButtonRun"; ButtonRun.Size = new System.Drawing.Size(23, 22); ButtonRun.ToolTipText = "Run (F5)"; // // ButtonStop // ButtonStop.Command = this.StopCommand; ButtonStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonStop.Image = global::TC.Magneto.Shell.Properties.Resources.Stop; ButtonStop.Name = "ButtonStop"; ButtonStop.Size = new System.Drawing.Size(23, 22); ButtonStop.ToolTipText = "Stop"; // // ButtonInfo // ButtonInfo.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; ButtonInfo.Command = this.ApplicationAboutCommand; ButtonInfo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonInfo.Image = global::TC.Magneto.Shell.Properties.Resources.Info; ButtonInfo.Name = "ButtonInfo"; ButtonInfo.Size = new System.Drawing.Size(23, 22); ButtonInfo.Text = "About Magneto"; // // LanguageGuideCommand // LanguageGuideCommand.Executed += new System.EventHandler(this.DisplayLanguageGuide); // // MenuItemHelp // MenuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemLanguageGuide, SeparatorMenuHelp1, MenuItemAbout }); MenuItemHelp.Name = "MenuItemHelp"; MenuItemHelp.Size = new System.Drawing.Size(44, 24); MenuItemHelp.Text = "&Help"; // // MenuItemLanguageGuide // MenuItemLanguageGuide.Command = LanguageGuideCommand; MenuItemLanguageGuide.Name = "MenuItemLanguageGuide"; MenuItemLanguageGuide.Size = new System.Drawing.Size(160, 22); MenuItemLanguageGuide.Text = "&Language Guide"; // // MenuItemAbout // MenuItemAbout.Command = this.ApplicationAboutCommand; MenuItemAbout.Name = "MenuItemAbout"; MenuItemAbout.Size = new System.Drawing.Size(160, 22); MenuItemAbout.Text = "&About Magneto"; // // SeparatorMenuHelp1 // SeparatorMenuHelp1.Name = "SeparatorMenuHelp1"; SeparatorMenuHelp1.Size = new System.Drawing.Size(157, 6); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(334, 264); this.Commands.Add(NewDocumentCommand); this.Commands.Add(this.RunCommand); this.Commands.Add(this.StopCommand); this.Commands.Add(LanguageGuideCommand); this.Controls.Add(this.CodeEditor); this.Controls.Add(StatusStrip); this.Controls.Add(ToolStrip); this.Controls.Add(MenuStrip); this.DocumentContainer = this.CodeEditor; this.MainMenuStrip = MenuStrip; this.MinimumSize = new System.Drawing.Size(350, 200); this.Name = "MainForm"; this.Text = "Magneto"; MenuStrip.ResumeLayout(false); MenuStrip.PerformLayout(); StatusStrip.ResumeLayout(false); StatusStrip.PerformLayout(); ToolStrip.ResumeLayout(false); ToolStrip.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 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 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.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugWindow)); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnuDebug_Run = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.mnuDebug_StepInto = new System.Windows.Forms.ToolStripMenuItem(); this.mnuDebug_StepOver = new System.Windows.Forms.ToolStripMenuItem(); this.mnuDebug_StepOut = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.mnuDebug_Reset = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); ((System.ComponentModel.ISupportInitialize)(this.DebugContainer)).BeginInit(); this.DebugContainer.Panel2.SuspendLayout(); this.DebugContainer.SuspendLayout(); menuStrip1.SuspendLayout(); this.SuspendLayout(); // // sBox // this.sBox.Size = new System.Drawing.Size(860, 324); // // sDoc // this.sDoc.Lines = new string[] { "abc" }; // // Status // this.Status.Location = new System.Drawing.Point(0, 673); this.Status.Size = new System.Drawing.Size(860, 22); // // DebugContainer // this.DebugContainer.Location = new System.Drawing.Point(0, 24); this.DebugContainer.Size = new System.Drawing.Size(860, 649); // // Output // this.Output.Size = new System.Drawing.Size(860, 321); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.debugToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(860, 24); menuStrip1.TabIndex = 6; menuStrip1.Text = "menuStrip1"; // // debugToolStripMenuItem // this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuDebug_Run, this.toolStripSeparator1, this.mnuDebug_StepInto, this.mnuDebug_StepOver, this.mnuDebug_StepOut, this.toolStripSeparator2, this.mnuDebug_Reset }); this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.debugToolStripMenuItem.Text = "Debug"; // // mnuDebug_Run // this.mnuDebug_Run.Image = global::SerpentWare.Common.Properties.Resources.DebugStart; this.mnuDebug_Run.Name = "mnuDebug_Run"; this.mnuDebug_Run.ShortcutKeys = System.Windows.Forms.Keys.F5; this.mnuDebug_Run.Size = new System.Drawing.Size(177, 22); this.mnuDebug_Run.Text = "Run"; this.mnuDebug_Run.Click += new System.EventHandler(this.mnuDebug_Run_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(174, 6); // // mnuDebug_StepInto // this.mnuDebug_StepInto.Image = global::SerpentWare.Common.Properties.Resources.DebugStepInto; this.mnuDebug_StepInto.Name = "mnuDebug_StepInto"; this.mnuDebug_StepInto.ShortcutKeys = System.Windows.Forms.Keys.F11; this.mnuDebug_StepInto.Size = new System.Drawing.Size(177, 22); this.mnuDebug_StepInto.Text = "Step Into"; this.mnuDebug_StepInto.Click += new System.EventHandler(this.mnuDebug_StepInto_Click); // // mnuDebug_StepOver // this.mnuDebug_StepOver.Image = global::SerpentWare.Common.Properties.Resources.DebugStepOver; this.mnuDebug_StepOver.Name = "mnuDebug_StepOver"; this.mnuDebug_StepOver.ShortcutKeys = System.Windows.Forms.Keys.F10; this.mnuDebug_StepOver.Size = new System.Drawing.Size(177, 22); this.mnuDebug_StepOver.Text = "Step Over"; this.mnuDebug_StepOver.Click += new System.EventHandler(this.mnuDebug_StepOver_Click); // // mnuDebug_StepOut // this.mnuDebug_StepOut.Image = global::SerpentWare.Common.Properties.Resources.DebugStepOut; this.mnuDebug_StepOut.Name = "mnuDebug_StepOut"; this.mnuDebug_StepOut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F11))); this.mnuDebug_StepOut.Size = new System.Drawing.Size(177, 22); this.mnuDebug_StepOut.Text = "Step Out"; this.mnuDebug_StepOut.Click += new System.EventHandler(this.mnuDebug_StepOut_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(174, 6); // // mnuDebug_Reset // this.mnuDebug_Reset.Image = global::SerpentWare.Common.Properties.Resources.DebugStop; this.mnuDebug_Reset.Name = "mnuDebug_Reset"; this.mnuDebug_Reset.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5))); this.mnuDebug_Reset.Size = new System.Drawing.Size(177, 22); this.mnuDebug_Reset.Text = "Reset"; this.mnuDebug_Reset.Click += new System.EventHandler(this.mnuDebug_Reset_Click); // // DebugWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(860, 695); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "DebugWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "DebugWindow"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DebugWindow_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DebugWindow_FormClosed); this.Load += new System.EventHandler(this.DebugWindow_Load); this.Controls.SetChildIndex(this.Status, 0); this.Controls.SetChildIndex(menuStrip1, 0); this.Controls.SetChildIndex(this.DebugContainer, 0); this.DebugContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DebugContainer)).EndInit(); this.DebugContainer.ResumeLayout(false); 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.GroupBox groupBox1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.MenuStrip menuStrip; this.buttonCheckIfHooked = new System.Windows.Forms.Button(); this.checkBoxInvokeEnabled = new System.Windows.Forms.CheckBox(); this.buttonUnbindAll = new System.Windows.Forms.Button(); this.buttonUnbindSelected = new System.Windows.Forms.Button(); this.listBoxBindings = new System.Windows.Forms.ListBox(); this.listBoxHKLog = new System.Windows.Forms.ListBox(); this.contextMenuLogList = new System.Windows.Forms.ContextMenuStrip(this.components); this.menuItemClear = new System.Windows.Forms.ToolStripMenuItem(); this.buttonBind = new System.Windows.Forms.Button(); this.hotkeyTextBox = new GlobalInput.Forms.HotkeyTextBox(); this.groupBoxMouse = new System.Windows.Forms.GroupBox(); this.checkBoxMouseCallNext = new System.Windows.Forms.CheckBox(); this.labelMousePos = new System.Windows.Forms.Label(); this.checkBoxMouseHookerEnabled = new System.Windows.Forms.CheckBox(); this.listBoxMousing = new System.Windows.Forms.ListBox(); this.checkBoxKeyCallNext = new System.Windows.Forms.CheckBox(); this.checkBoxKeyboardHookEnabled = new System.Windows.Forms.CheckBox(); this.listBoxKeyboardHook = new System.Windows.Forms.ListBox(); this.buttonFindOccupied = new System.Windows.Forms.Button(); this.listBoxOccupied = new System.Windows.Forms.ListBox(); this.menuItemKeysVisualizer = new System.Windows.Forms.ToolStripMenuItem(); this.keyboardHooker = new GlobalInput.Keyboard.KeyboardHooker(); this.mouseHooker = new GlobalInput.Mouse.MouseHooker(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); groupBox1 = new System.Windows.Forms.GroupBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); groupBox3 = new System.Windows.Forms.GroupBox(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); groupBox2 = new System.Windows.Forms.GroupBox(); menuStrip = new System.Windows.Forms.MenuStrip(); groupBox1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.contextMenuLogList.SuspendLayout(); this.groupBoxMouse.SuspendLayout(); groupBox3.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); groupBox2.SuspendLayout(); menuStrip.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.buttonCheckIfHooked); groupBox1.Controls.Add(this.checkBoxInvokeEnabled); groupBox1.Controls.Add(this.buttonUnbindAll); groupBox1.Controls.Add(this.buttonUnbindSelected); groupBox1.Controls.Add(tableLayoutPanel1); groupBox1.Controls.Add(this.buttonBind); groupBox1.Controls.Add(this.hotkeyTextBox); groupBox1.Controls.Add(label1); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(3, 3); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(424, 155); groupBox1.TabIndex = 3; groupBox1.TabStop = false; groupBox1.Text = "Hokeying"; // // buttonCheckIfHooked // this.buttonCheckIfHooked.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonCheckIfHooked.Location = new System.Drawing.Point(262, 17); this.buttonCheckIfHooked.Name = "buttonCheckIfHooked"; this.buttonCheckIfHooked.Size = new System.Drawing.Size(75, 23); this.buttonCheckIfHooked.TabIndex = 10; this.buttonCheckIfHooked.Text = "Check"; this.toolTip.SetToolTip(this.buttonCheckIfHooked, "Check to see if the hotkey is already installed."); this.buttonCheckIfHooked.UseVisualStyleBackColor = true; this.buttonCheckIfHooked.Click += new System.EventHandler(this.buttonCheckIfHooked_Click); // // checkBoxInvokeEnabled // this.checkBoxInvokeEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxInvokeEnabled.AutoSize = true; this.checkBoxInvokeEnabled.Location = new System.Drawing.Point(317, 132); this.checkBoxInvokeEnabled.Name = "checkBoxInvokeEnabled"; this.checkBoxInvokeEnabled.Size = new System.Drawing.Size(101, 17); this.checkBoxInvokeEnabled.TabIndex = 9; this.checkBoxInvokeEnabled.Text = "Invoke Enabled"; this.toolTip.SetToolTip(this.checkBoxInvokeEnabled, "Whether to allow the installed hotkeys to invoke the actions they are bound to."); this.checkBoxInvokeEnabled.UseVisualStyleBackColor = true; // // buttonUnbindAll // this.buttonUnbindAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonUnbindAll.Location = new System.Drawing.Point(149, 125); this.buttonUnbindAll.Name = "buttonUnbindAll"; this.buttonUnbindAll.Size = new System.Drawing.Size(137, 23); this.buttonUnbindAll.TabIndex = 8; this.buttonUnbindAll.Text = "Unbind All"; this.buttonUnbindAll.UseVisualStyleBackColor = true; this.buttonUnbindAll.Click += new System.EventHandler(this.buttonUnbindAll_Click); // // buttonUnbindSelected // this.buttonUnbindSelected.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonUnbindSelected.Location = new System.Drawing.Point(6, 125); this.buttonUnbindSelected.Name = "buttonUnbindSelected"; this.buttonUnbindSelected.Size = new System.Drawing.Size(137, 23); this.buttonUnbindSelected.TabIndex = 7; this.buttonUnbindSelected.Text = "Unbind Selected"; this.toolTip.SetToolTip(this.buttonUnbindSelected, "Unbind the hotkey selected in the bindings list-box."); this.buttonUnbindSelected.UseVisualStyleBackColor = true; this.buttonUnbindSelected.Click += new System.EventHandler(this.buttonUnbindSelected_Click); // // tableLayoutPanel1 // tableLayoutPanel1.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))); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(this.listBoxBindings, 0, 1); tableLayoutPanel1.Controls.Add(this.listBoxHKLog, 1, 1); tableLayoutPanel1.Controls.Add(label3, 0, 0); tableLayoutPanel1.Controls.Add(label2, 1, 0); tableLayoutPanel1.Location = new System.Drawing.Point(6, 45); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Size = new System.Drawing.Size(412, 74); tableLayoutPanel1.TabIndex = 6; // // listBoxBindings // this.listBoxBindings.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.listBoxBindings.FormatString = "{0}"; this.listBoxBindings.FormattingEnabled = true; this.listBoxBindings.IntegralHeight = false; this.listBoxBindings.Location = new System.Drawing.Point(3, 16); this.listBoxBindings.Name = "listBoxBindings"; this.listBoxBindings.Size = new System.Drawing.Size(200, 55); this.listBoxBindings.TabIndex = 7; // // listBoxHKLog // this.listBoxHKLog.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.listBoxHKLog.ContextMenuStrip = this.contextMenuLogList; this.listBoxHKLog.FormattingEnabled = true; this.listBoxHKLog.IntegralHeight = false; this.listBoxHKLog.Location = new System.Drawing.Point(209, 16); this.listBoxHKLog.Name = "listBoxHKLog"; this.listBoxHKLog.SelectionMode = System.Windows.Forms.SelectionMode.None; this.listBoxHKLog.Size = new System.Drawing.Size(200, 55); this.listBoxHKLog.TabIndex = 8; this.toolTip.SetToolTip(this.listBoxHKLog, "Right-click to clear."); this.listBoxHKLog.MouseEnter += new System.EventHandler(this.listBox_MouseEnter); // // contextMenuLogList // this.contextMenuLogList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemClear }); this.contextMenuLogList.Name = "contextMenuLogList"; this.contextMenuLogList.Size = new System.Drawing.Size(102, 26); // // menuItemClear // this.menuItemClear.Name = "menuItemClear"; this.menuItemClear.Size = new System.Drawing.Size(101, 22); this.menuItemClear.Text = "Clear"; this.menuItemClear.Click += new System.EventHandler(this.menuItemClear_Click); // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(3, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(50, 13); label3.TabIndex = 9; label3.Text = "Bindings:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(209, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(28, 13); label2.TabIndex = 6; label2.Text = "Log:"; // // buttonBind // this.buttonBind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonBind.Location = new System.Drawing.Point(343, 17); this.buttonBind.Name = "buttonBind"; this.buttonBind.Size = new System.Drawing.Size(75, 23); this.buttonBind.TabIndex = 4; this.buttonBind.Text = "Bind"; this.toolTip.SetToolTip(this.buttonBind, "Bind the hotkey specified in the hotkey textbox."); this.buttonBind.UseVisualStyleBackColor = true; this.buttonBind.Click += new System.EventHandler(this.buttonBind_Click); // // hotkeyTextBox // this.hotkeyTextBox.AllowSoloModifiers = true; this.hotkeyTextBox.AllowToggleKeys = true; this.hotkeyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hotkeyTextBox.BackColor = System.Drawing.SystemColors.Control; this.hotkeyTextBox.HotkeyKeyCode = System.Windows.Forms.Keys.None; this.hotkeyTextBox.HotkeyModifiers = System.Windows.Forms.Keys.None; this.hotkeyTextBox.Location = new System.Drawing.Point(53, 19); this.hotkeyTextBox.Name = "hotkeyTextBox"; this.hotkeyTextBox.Size = new System.Drawing.Size(203, 20); this.hotkeyTextBox.TabIndex = 0; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 22); label1.Name = "label1"; label1.Size = new System.Drawing.Size(41, 13); label1.TabIndex = 1; label1.Text = "Hotkey"; // // groupBoxMouse // this.groupBoxMouse.Controls.Add(this.checkBoxMouseCallNext); this.groupBoxMouse.Controls.Add(this.labelMousePos); this.groupBoxMouse.Controls.Add(this.checkBoxMouseHookerEnabled); this.groupBoxMouse.Controls.Add(this.listBoxMousing); this.groupBoxMouse.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxMouse.Location = new System.Drawing.Point(3, 325); this.groupBoxMouse.Name = "groupBoxMouse"; this.groupBoxMouse.Size = new System.Drawing.Size(424, 155); this.groupBoxMouse.TabIndex = 4; this.groupBoxMouse.TabStop = false; this.groupBoxMouse.Text = "Mouse"; // // checkBoxMouseCallNext // this.checkBoxMouseCallNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxMouseCallNext.AutoSize = true; this.checkBoxMouseCallNext.Location = new System.Drawing.Point(250, 132); this.checkBoxMouseCallNext.Name = "checkBoxMouseCallNext"; this.checkBoxMouseCallNext.Size = new System.Drawing.Size(97, 17); this.checkBoxMouseCallNext.TabIndex = 7; this.checkBoxMouseCallNext.Text = "Call Next Hook"; this.toolTip.SetToolTip(this.checkBoxMouseCallNext, "Whether to pass mouse hook input to the next hook in the hook chain.\r\n"); this.checkBoxMouseCallNext.UseVisualStyleBackColor = true; // // labelMousePos // this.labelMousePos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelMousePos.AutoSize = true; this.labelMousePos.Location = new System.Drawing.Point(6, 134); this.labelMousePos.Name = "labelMousePos"; this.labelMousePos.Size = new System.Drawing.Size(105, 13); this.labelMousePos.TabIndex = 7; this.labelMousePos.Text = "Mouse Position: N/A"; // // checkBoxMouseHookerEnabled // this.checkBoxMouseHookerEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxMouseHookerEnabled.AutoSize = true; this.checkBoxMouseHookerEnabled.Location = new System.Drawing.Point(353, 132); this.checkBoxMouseHookerEnabled.Name = "checkBoxMouseHookerEnabled"; this.checkBoxMouseHookerEnabled.Size = new System.Drawing.Size(65, 17); this.checkBoxMouseHookerEnabled.TabIndex = 6; this.checkBoxMouseHookerEnabled.Text = "Enabled"; this.checkBoxMouseHookerEnabled.UseVisualStyleBackColor = true; // // listBoxMousing // this.listBoxMousing.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.listBoxMousing.ContextMenuStrip = this.contextMenuLogList; this.listBoxMousing.FormattingEnabled = true; this.listBoxMousing.IntegralHeight = false; this.listBoxMousing.Location = new System.Drawing.Point(6, 19); this.listBoxMousing.Name = "listBoxMousing"; this.listBoxMousing.SelectionMode = System.Windows.Forms.SelectionMode.None; this.listBoxMousing.Size = new System.Drawing.Size(412, 107); this.listBoxMousing.TabIndex = 3; this.toolTip.SetToolTip(this.listBoxMousing, "Right-click to clear."); this.listBoxMousing.MouseEnter += new System.EventHandler(this.listBox_MouseEnter); // // groupBox3 // groupBox3.Controls.Add(this.checkBoxKeyCallNext); groupBox3.Controls.Add(this.checkBoxKeyboardHookEnabled); groupBox3.Controls.Add(this.listBoxKeyboardHook); groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; groupBox3.Location = new System.Drawing.Point(3, 164); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(424, 155); groupBox3.TabIndex = 5; groupBox3.TabStop = false; groupBox3.Text = "Keyboard hook"; // // checkBoxKeyCallNext // this.checkBoxKeyCallNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxKeyCallNext.AutoSize = true; this.checkBoxKeyCallNext.Location = new System.Drawing.Point(250, 132); this.checkBoxKeyCallNext.Name = "checkBoxKeyCallNext"; this.checkBoxKeyCallNext.Size = new System.Drawing.Size(97, 17); this.checkBoxKeyCallNext.TabIndex = 6; this.checkBoxKeyCallNext.Text = "Call Next Hook"; this.toolTip.SetToolTip(this.checkBoxKeyCallNext, "Whether to pass keyboard hook input to the next hook in the hook chain."); this.checkBoxKeyCallNext.UseVisualStyleBackColor = true; // // checkBoxKeyboardHookEnabled // this.checkBoxKeyboardHookEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxKeyboardHookEnabled.AutoSize = true; this.checkBoxKeyboardHookEnabled.Location = new System.Drawing.Point(353, 132); this.checkBoxKeyboardHookEnabled.Name = "checkBoxKeyboardHookEnabled"; this.checkBoxKeyboardHookEnabled.Size = new System.Drawing.Size(65, 17); this.checkBoxKeyboardHookEnabled.TabIndex = 5; this.checkBoxKeyboardHookEnabled.Text = "Enabled"; this.checkBoxKeyboardHookEnabled.UseVisualStyleBackColor = true; // // listBoxKeyboardHook // this.listBoxKeyboardHook.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.listBoxKeyboardHook.ContextMenuStrip = this.contextMenuLogList; this.listBoxKeyboardHook.FormattingEnabled = true; this.listBoxKeyboardHook.IntegralHeight = false; this.listBoxKeyboardHook.Location = new System.Drawing.Point(6, 19); this.listBoxKeyboardHook.Name = "listBoxKeyboardHook"; this.listBoxKeyboardHook.SelectionMode = System.Windows.Forms.SelectionMode.None; this.listBoxKeyboardHook.Size = new System.Drawing.Size(412, 107); this.listBoxKeyboardHook.TabIndex = 4; this.toolTip.SetToolTip(this.listBoxKeyboardHook, "Right-click to clear."); this.listBoxKeyboardHook.MouseEnter += new System.EventHandler(this.listBox_MouseEnter); // // tableLayoutPanel2 // tableLayoutPanel2.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))); tableLayoutPanel2.ColumnCount = 1; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(groupBox1, 0, 0); tableLayoutPanel2.Controls.Add(this.groupBoxMouse, 0, 2); tableLayoutPanel2.Controls.Add(groupBox3, 0, 1); tableLayoutPanel2.Location = new System.Drawing.Point(12, 30); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 3; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel2.Size = new System.Drawing.Size(430, 483); tableLayoutPanel2.TabIndex = 6; // // groupBox2 // groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); groupBox2.Controls.Add(this.buttonFindOccupied); groupBox2.Controls.Add(this.listBoxOccupied); groupBox2.Location = new System.Drawing.Point(448, 30); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(233, 483); groupBox2.TabIndex = 7; groupBox2.TabStop = false; groupBox2.Text = "Occupied Hooks"; // // buttonFindOccupied // this.buttonFindOccupied.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.buttonFindOccupied.Location = new System.Drawing.Point(6, 454); this.buttonFindOccupied.Name = "buttonFindOccupied"; this.buttonFindOccupied.Size = new System.Drawing.Size(221, 23); this.buttonFindOccupied.TabIndex = 2; this.buttonFindOccupied.Text = "Find All"; this.toolTip.SetToolTip(this.buttonFindOccupied, "Find all occupied key hooks.\r\nBe them installed by this app or another."); this.buttonFindOccupied.UseVisualStyleBackColor = true; this.buttonFindOccupied.Click += new System.EventHandler(this.buttonFindOccupied_Click); // // listBoxOccupied // this.listBoxOccupied.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.listBoxOccupied.FormattingEnabled = true; this.listBoxOccupied.IntegralHeight = false; this.listBoxOccupied.Location = new System.Drawing.Point(6, 19); this.listBoxOccupied.Name = "listBoxOccupied"; this.listBoxOccupied.Size = new System.Drawing.Size(221, 429); this.listBoxOccupied.TabIndex = 0; // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemKeysVisualizer }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(693, 24); menuStrip.TabIndex = 8; menuStrip.Text = "menuStrip1"; // // menuItemKeysVisualizer // this.menuItemKeysVisualizer.Name = "menuItemKeysVisualizer"; this.menuItemKeysVisualizer.Size = new System.Drawing.Size(134, 20); this.menuItemKeysVisualizer.Text = "Visualize Keys Enum..."; this.menuItemKeysVisualizer.ToolTipText = "Opens a Form used to visualize the data of a Keys enum value."; this.menuItemKeysVisualizer.Click += new System.EventHandler(this.menuItemKeysVisualizer_Click); // // keyboardHooker // this.keyboardHooker.KeyDown += new System.EventHandler <System.Windows.Forms.KeyEventArgs>(this.keyboardHooker_KeyDown); this.keyboardHooker.KeyUp += new System.EventHandler <System.Windows.Forms.KeyEventArgs>(this.keyboardHooker_KeyUp); // // mouseHooker // this.mouseHooker.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseWheel); this.mouseHooker.MouseMoved += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseMoved); this.mouseHooker.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseUp); this.mouseHooker.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mouseHooker_MouseDown); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(693, 525); this.Controls.Add(menuStrip); this.Controls.Add(groupBox2); this.Controls.Add(tableLayoutPanel2); this.DoubleBuffered = true; this.MinimumSize = new System.Drawing.Size(481, 528); this.Name = "MainForm"; this.Text = "Global Input Demo"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); this.contextMenuLogList.ResumeLayout(false); this.groupBoxMouse.ResumeLayout(false); this.groupBoxMouse.PerformLayout(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); groupBox2.ResumeLayout(false); 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() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem CmdOpen; System.Windows.Forms.ToolStripMenuItem CmdSave; this.CronTab = new RobotWare.Cron.UserInterface.Cron(); this.DlgSave = new System.Windows.Forms.SaveFileDialog(); this.DlgOpen = new System.Windows.Forms.OpenFileDialog(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.Expression = new System.Windows.Forms.TextBox(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); CmdOpen = new System.Windows.Forms.ToolStripMenuItem(); CmdSave = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1.SuspendLayout(); this.tableLayoutPanel1.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(491, 24); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { CmdOpen, CmdSave }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // CmdOpen // CmdOpen.Name = "CmdOpen"; CmdOpen.Size = new System.Drawing.Size(112, 22); CmdOpen.Text = "&Open..."; CmdOpen.Click += new System.EventHandler(this.CmdOpen_Click); // // CmdSave // CmdSave.Name = "CmdSave"; CmdSave.Size = new System.Drawing.Size(112, 22); CmdSave.Text = "&Save..."; CmdSave.Click += new System.EventHandler(this.CmdSave_Click); // // CronTab // this.CronTab.Dock = System.Windows.Forms.DockStyle.Fill; this.CronTab.Location = new System.Drawing.Point(3, 3); this.CronTab.Name = "CronTab"; this.CronTab.Size = new System.Drawing.Size(485, 309); this.CronTab.TabIndex = 0; this.CronTab.ExpressionChanged += new System.EventHandler(this.CronTab_ExpressionChanged); // // DlgSave // this.DlgSave.FileName = "Test01.xml"; this.DlgSave.Filter = "XML files (*.xml)|*.xml|All files (*.*)|*.*"; // // DlgOpen // this.DlgOpen.FileName = "Test01.xml"; this.DlgOpen.Filter = "XML files (*.xml)|*.xml|All files (*.*)|*.*"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.CronTab, 0, 0); this.tableLayoutPanel1.Controls.Add(this.Expression, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(491, 341); this.tableLayoutPanel1.TabIndex = 2; // // Expression // this.Expression.Dock = System.Windows.Forms.DockStyle.Top; this.Expression.Location = new System.Drawing.Point(3, 318); this.Expression.Name = "Expression"; this.Expression.ReadOnly = true; this.Expression.Size = new System.Drawing.Size(485, 20); this.Expression.TabIndex = 1; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(491, 365); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "Main"; this.Text = "Cron Builder Tester"; menuStrip1.ResumeLayout(false); menuStrip1.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainFrm)); statusStrip1 = new System.Windows.Forms.StatusStrip(); LB_LoadedIMG = new System.Windows.Forms.ToolStripStatusLabel(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); pictureBox1 = new System.Windows.Forms.PictureBox(); Btn_LoadSpritesheet = new System.Windows.Forms.Button(); GB_Preview = new System.Windows.Forms.GroupBox(); Btn_PreviewMap = new System.Windows.Forms.Button(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); NUM_Y = new System.Windows.Forms.NumericUpDown(); NUM_X = new System.Windows.Forms.NumericUpDown(); Btn_SplitSpriteSheet = new System.Windows.Forms.Button(); IMG_Spritesheet = new System.Windows.Forms.PictureBox(); tabPage2 = new System.Windows.Forms.TabPage(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); statusStrip1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit(); GB_Preview.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(NUM_Y)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(NUM_X)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(IMG_Spritesheet)).BeginInit(); menuStrip1.SuspendLayout(); SuspendLayout(); // // statusStrip1 // statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { LB_LoadedIMG }); statusStrip1.Location = new System.Drawing.Point(0, 372); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(531, 22); statusStrip1.SizingGrip = false; statusStrip1.TabIndex = 0; statusStrip1.Text = "statusStrip1"; // // LB_LoadedIMG // LB_LoadedIMG.Name = "LB_LoadedIMG"; LB_LoadedIMG.Size = new System.Drawing.Size(110, 17); LB_LoadedIMG.Text = "Loaded Image: N/A"; // // 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(531, 348); tabControl1.TabIndex = 1; // // tabPage1 // tabPage1.Controls.Add(pictureBox1); tabPage1.Controls.Add(Btn_LoadSpritesheet); tabPage1.Controls.Add(GB_Preview); tabPage1.Controls.Add(Btn_SplitSpriteSheet); tabPage1.Controls.Add(IMG_Spritesheet); 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(523, 322); tabPage1.TabIndex = 0; tabPage1.Text = "Sprite Tool"; tabPage1.UseVisualStyleBackColor = true; // // pictureBox1 // pictureBox1.Location = new System.Drawing.Point(270, 144); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new System.Drawing.Size(245, 143); pictureBox1.TabIndex = 4; pictureBox1.TabStop = false; // // Btn_LoadSpritesheet // Btn_LoadSpritesheet.Location = new System.Drawing.Point(116, 293); Btn_LoadSpritesheet.Name = "Btn_LoadSpritesheet"; Btn_LoadSpritesheet.Size = new System.Drawing.Size(102, 23); Btn_LoadSpritesheet.TabIndex = 3; Btn_LoadSpritesheet.Text = "Load Spritesheet"; Btn_LoadSpritesheet.UseVisualStyleBackColor = true; Btn_LoadSpritesheet.Click += new System.EventHandler(Btn_LoadSpritesheet_Click); // // GB_Preview // GB_Preview.Controls.Add(Btn_PreviewMap); GB_Preview.Controls.Add(label2); GB_Preview.Controls.Add(label1); GB_Preview.Controls.Add(NUM_Y); GB_Preview.Controls.Add(NUM_X); GB_Preview.Enabled = false; GB_Preview.Location = new System.Drawing.Point(270, 31); GB_Preview.Name = "GB_Preview"; GB_Preview.Size = new System.Drawing.Size(245, 107); GB_Preview.TabIndex = 2; GB_Preview.TabStop = false; GB_Preview.Text = "Preview"; // // Btn_PreviewMap // Btn_PreviewMap.Location = new System.Drawing.Point(6, 71); Btn_PreviewMap.Name = "Btn_PreviewMap"; Btn_PreviewMap.Size = new System.Drawing.Size(233, 23); Btn_PreviewMap.TabIndex = 4; Btn_PreviewMap.Text = "Generate Preview Map"; Btn_PreviewMap.UseVisualStyleBackColor = true; Btn_PreviewMap.Click += new System.EventHandler(Btn_PreviewMap_Click); // // label2 // label2.AutoSize = true; label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(7, 48); label2.Name = "label2"; label2.Size = new System.Drawing.Size(17, 13); label2.TabIndex = 3; label2.Text = "Y:"; // // label1 // label1.AutoSize = true; label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(7, 22); label1.Name = "label1"; label1.Size = new System.Drawing.Size(17, 13); label1.TabIndex = 2; label1.Text = "X:"; // // NUM_Y // NUM_Y.Location = new System.Drawing.Point(30, 45); NUM_Y.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); NUM_Y.Name = "NUM_Y"; NUM_Y.Size = new System.Drawing.Size(206, 20); NUM_Y.TabIndex = 1; NUM_Y.ValueChanged += new System.EventHandler(NUM_Y_ValueChanged); // // NUM_X // NUM_X.Location = new System.Drawing.Point(30, 19); NUM_X.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); NUM_X.Name = "NUM_X"; NUM_X.Size = new System.Drawing.Size(206, 20); NUM_X.TabIndex = 0; NUM_X.ValueChanged += new System.EventHandler(NUM_X_ValueChanged); // // Btn_SplitSpriteSheet // Btn_SplitSpriteSheet.Enabled = false; Btn_SplitSpriteSheet.Location = new System.Drawing.Point(8, 293); Btn_SplitSpriteSheet.Name = "Btn_SplitSpriteSheet"; Btn_SplitSpriteSheet.Size = new System.Drawing.Size(102, 23); Btn_SplitSpriteSheet.TabIndex = 1; Btn_SplitSpriteSheet.Text = "Split Spritesheet"; Btn_SplitSpriteSheet.UseVisualStyleBackColor = true; Btn_SplitSpriteSheet.Click += new System.EventHandler(Btn_SplitSpriteSheet_Click); // // IMG_Spritesheet // IMG_Spritesheet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; IMG_Spritesheet.Image = global::Splat_Sprite_Slicer.Properties.Resources.Splat; IMG_Spritesheet.Location = new System.Drawing.Point(8, 31); IMG_Spritesheet.Name = "IMG_Spritesheet"; IMG_Spritesheet.Size = new System.Drawing.Size(256, 256); IMG_Spritesheet.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; IMG_Spritesheet.TabIndex = 0; IMG_Spritesheet.TabStop = false; // // tabPage2 // 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(523, 322); tabPage2.TabIndex = 1; tabPage2.Text = "About"; tabPage2.UseVisualStyleBackColor = true; // // 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(531, 24); menuStrip1.TabIndex = 2; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // mainFrm // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(531, 394); Controls.Add(tabControl1); Controls.Add(statusStrip1); Controls.Add(menuStrip1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); MainMenuStrip = menuStrip1; MaximizeBox = false; Name = "mainFrm"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Splat Spritesheet Slicer"; Load += new System.EventHandler(mainFrm_Load); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit(); GB_Preview.ResumeLayout(false); GB_Preview.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(NUM_Y)).EndInit(); ((System.ComponentModel.ISupportInitialize)(NUM_X)).EndInit(); ((System.ComponentModel.ISupportInitialize)(IMG_Spritesheet)).EndInit(); 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() { 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() { 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 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.MenuStrip mnuMain; System.Windows.Forms.ToolStripMenuItem mnuFile; System.Windows.Forms.ToolStripSeparator mnuFile_1; System.Windows.Forms.ToolStripSeparator mnuFile_2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.mnuFileConnect = new System.Windows.Forms.ToolStripMenuItem(); this.mnuFileDisConnect = new System.Windows.Forms.ToolStripMenuItem(); this.mnuFileSettings = new System.Windows.Forms.ToolStripMenuItem(); this.mnuFileExit = new System.Windows.Forms.ToolStripMenuItem(); this.stsMain = new System.Windows.Forms.StatusStrip(); this.stsComPort = new System.Windows.Forms.ToolStripStatusLabel(); this.stsBaudRate = new System.Windows.Forms.ToolStripStatusLabel(); this.stsDataBits = new System.Windows.Forms.ToolStripStatusLabel(); this.stsParity = new System.Windows.Forms.ToolStripStatusLabel(); this.stsStopBits = new System.Windows.Forms.ToolStripStatusLabel(); this.stsState = new System.Windows.Forms.ToolStripStatusLabel(); this.lblTemp = new System.Windows.Forms.Label(); this.tmr = new System.Windows.Forms.Timer(this.components); this.numAddress = new System.Windows.Forms.NumericUpDown(); this.numValue = new System.Windows.Forms.NumericUpDown(); this.BtnSend = new System.Windows.Forms.Button(); this.LblLevel = new System.Windows.Forms.Label(); this.BtnInc = new System.Windows.Forms.Button(); this.BtnDec = new System.Windows.Forms.Button(); this.LblAddress = new System.Windows.Forms.Label(); this.LblValue = new System.Windows.Forms.Label(); this.Pic = new System.Windows.Forms.PictureBox(); mnuMain = new System.Windows.Forms.MenuStrip(); mnuFile = new System.Windows.Forms.ToolStripMenuItem(); mnuFile_1 = new System.Windows.Forms.ToolStripSeparator(); mnuFile_2 = new System.Windows.Forms.ToolStripSeparator(); mnuMain.SuspendLayout(); this.stsMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAddress)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numValue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Pic)).BeginInit(); this.SuspendLayout(); // // mnuMain // mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuFile }); mnuMain.Location = new System.Drawing.Point(0, 0); mnuMain.Name = "mnuMain"; mnuMain.Size = new System.Drawing.Size(965, 24); mnuMain.TabIndex = 2; mnuMain.Text = "menuStrip1"; // // mnuFile // mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFileConnect, this.mnuFileDisConnect, mnuFile_1, this.mnuFileSettings, mnuFile_2, this.mnuFileExit }); mnuFile.Name = "mnuFile"; mnuFile.Size = new System.Drawing.Size(37, 20); mnuFile.Text = "File"; // // mnuFileConnect // this.mnuFileConnect.Name = "mnuFileConnect"; this.mnuFileConnect.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.C))); this.mnuFileConnect.Size = new System.Drawing.Size(209, 22); this.mnuFileConnect.Text = "Connect"; this.mnuFileConnect.Click += new System.EventHandler(this.MnuFileConnect_Click); // // mnuFileDisConnect // this.mnuFileDisConnect.Enabled = false; this.mnuFileDisConnect.Name = "mnuFileDisConnect"; this.mnuFileDisConnect.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.D))); this.mnuFileDisConnect.Size = new System.Drawing.Size(209, 22); this.mnuFileDisConnect.Text = "DisConnect"; this.mnuFileDisConnect.Click += new System.EventHandler(this.MnuFileDisConnect_Click); // // mnuFile_1 // mnuFile_1.Name = "mnuFile_1"; mnuFile_1.Size = new System.Drawing.Size(206, 6); // // mnuFileSettings // this.mnuFileSettings.Name = "mnuFileSettings"; this.mnuFileSettings.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); this.mnuFileSettings.Size = new System.Drawing.Size(209, 22); this.mnuFileSettings.Text = "Settings"; this.mnuFileSettings.Click += new System.EventHandler(this.MnuFileSettings_Click); // // mnuFile_2 // mnuFile_2.Name = "mnuFile_2"; mnuFile_2.Size = new System.Drawing.Size(206, 6); // // mnuFileExit // this.mnuFileExit.Name = "mnuFileExit"; this.mnuFileExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.mnuFileExit.Size = new System.Drawing.Size(209, 22); this.mnuFileExit.Text = "Exit"; this.mnuFileExit.Click += new System.EventHandler(this.MnuFileExit_Click); // // stsMain // this.stsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.stsComPort, this.stsBaudRate, this.stsDataBits, this.stsParity, this.stsStopBits, this.stsState }); this.stsMain.Location = new System.Drawing.Point(0, 534); this.stsMain.Name = "stsMain"; this.stsMain.Size = new System.Drawing.Size(965, 22); this.stsMain.TabIndex = 3; this.stsMain.Text = "statusStrip1"; // // stsComPort // this.stsComPort.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.stsComPort.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.stsComPort.Name = "stsComPort"; this.stsComPort.Size = new System.Drawing.Size(4, 17); this.stsComPort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // stsBaudRate // this.stsBaudRate.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.stsBaudRate.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.stsBaudRate.Name = "stsBaudRate"; this.stsBaudRate.Size = new System.Drawing.Size(4, 17); this.stsBaudRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // stsDataBits // this.stsDataBits.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.stsDataBits.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.stsDataBits.Name = "stsDataBits"; this.stsDataBits.Size = new System.Drawing.Size(4, 17); this.stsDataBits.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // stsParity // this.stsParity.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.stsParity.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.stsParity.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.stsParity.Name = "stsParity"; this.stsParity.Size = new System.Drawing.Size(4, 17); // // stsStopBits // this.stsStopBits.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.stsStopBits.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.stsStopBits.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.stsStopBits.Name = "stsStopBits"; this.stsStopBits.Size = new System.Drawing.Size(4, 17); // // stsState // this.stsState.AutoSize = false; this.stsState.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.stsState.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.stsState.ForeColor = System.Drawing.Color.DarkRed; this.stsState.Name = "stsState"; this.stsState.Size = new System.Drawing.Size(930, 17); this.stsState.Spring = true; this.stsState.Text = "Disconnected"; this.stsState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblTemp // this.lblTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.lblTemp.Font = new System.Drawing.Font("DS-Digital", 99.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTemp.ForeColor = System.Drawing.Color.Red; this.lblTemp.Location = new System.Drawing.Point(9, 298); this.lblTemp.Margin = new System.Windows.Forms.Padding(0); this.lblTemp.Name = "lblTemp"; this.lblTemp.Size = new System.Drawing.Size(249, 132); this.lblTemp.TabIndex = 4; this.lblTemp.Text = "16.5"; this.lblTemp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblTemp.Visible = false; // // tmr // this.tmr.Interval = 1000; this.tmr.Tick += new System.EventHandler(this.tmr_Tick); // // numAddress // this.numAddress.Font = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numAddress.Location = new System.Drawing.Point(559, 378); this.numAddress.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); this.numAddress.Name = "numAddress"; this.numAddress.Size = new System.Drawing.Size(120, 52); this.numAddress.TabIndex = 5; this.numAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numAddress.Visible = false; this.numAddress.ValueChanged += new System.EventHandler(this.numAddress_ValueChanged); // // numValue // this.numValue.Font = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numValue.Location = new System.Drawing.Point(685, 378); this.numValue.Maximum = new decimal(new int[] { 100000, 0, 0, 0 }); this.numValue.Name = "numValue"; this.numValue.Size = new System.Drawing.Size(120, 52); this.numValue.TabIndex = 6; this.numValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numValue.Visible = false; // // BtnSend // this.BtnSend.Font = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BtnSend.Location = new System.Drawing.Point(811, 378); this.BtnSend.Name = "BtnSend"; this.BtnSend.Size = new System.Drawing.Size(152, 52); this.BtnSend.TabIndex = 7; this.BtnSend.Text = "Update"; this.BtnSend.UseVisualStyleBackColor = true; this.BtnSend.Visible = false; this.BtnSend.Click += new System.EventHandler(this.button1_Click); // // LblLevel // this.LblLevel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.LblLevel.Font = new System.Drawing.Font("DS-Digital", 80.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LblLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.LblLevel.Location = new System.Drawing.Point(263, 330); this.LblLevel.Margin = new System.Windows.Forms.Padding(0); this.LblLevel.Name = "LblLevel"; this.LblLevel.Size = new System.Drawing.Size(227, 100); this.LblLevel.TabIndex = 8; this.LblLevel.Text = "40.0"; this.LblLevel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.LblLevel.Visible = false; // // BtnInc // this.BtnInc.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BtnInc.Location = new System.Drawing.Point(493, 330); this.BtnInc.Margin = new System.Windows.Forms.Padding(0); this.BtnInc.Name = "BtnInc"; this.BtnInc.Size = new System.Drawing.Size(55, 48); this.BtnInc.TabIndex = 9; this.BtnInc.Text = "+"; this.BtnInc.UseVisualStyleBackColor = true; this.BtnInc.Visible = false; this.BtnInc.Click += new System.EventHandler(this.BtnInc_Click); // // BtnDec // this.BtnDec.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BtnDec.Location = new System.Drawing.Point(493, 389); this.BtnDec.Margin = new System.Windows.Forms.Padding(0); this.BtnDec.Name = "BtnDec"; this.BtnDec.Size = new System.Drawing.Size(55, 41); this.BtnDec.TabIndex = 10; this.BtnDec.Text = "-"; this.BtnDec.UseVisualStyleBackColor = true; this.BtnDec.Visible = false; this.BtnDec.Click += new System.EventHandler(this.BtnDec_Click); // // LblAddress // this.LblAddress.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LblAddress.Location = new System.Drawing.Point(559, 337); this.LblAddress.Name = "LblAddress"; this.LblAddress.Size = new System.Drawing.Size(120, 38); this.LblAddress.TabIndex = 11; this.LblAddress.Text = "Address"; this.LblAddress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.LblAddress.Visible = false; // // LblValue // this.LblValue.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LblValue.Location = new System.Drawing.Point(685, 337); this.LblValue.Name = "LblValue"; this.LblValue.Size = new System.Drawing.Size(120, 38); this.LblValue.TabIndex = 12; this.LblValue.Text = "Value"; this.LblValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.LblValue.Visible = false; // // Pic // this.Pic.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.Pic.Image = ((System.Drawing.Image)(resources.GetObject("Pic.Image"))); this.Pic.Location = new System.Drawing.Point(0, 27); this.Pic.Name = "Pic"; this.Pic.Size = new System.Drawing.Size(965, 504); this.Pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.Pic.TabIndex = 13; this.Pic.TabStop = false; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(965, 556); this.Controls.Add(this.LblValue); this.Controls.Add(this.LblAddress); this.Controls.Add(this.BtnDec); this.Controls.Add(this.BtnInc); this.Controls.Add(this.LblLevel); this.Controls.Add(this.BtnSend); this.Controls.Add(this.numValue); this.Controls.Add(this.numAddress); this.Controls.Add(this.lblTemp); this.Controls.Add(this.stsMain); this.Controls.Add(mnuMain); this.Controls.Add(this.Pic); this.MainMenuStrip = mnuMain; this.Name = "FrmMain"; this.Text = "Modbus Comunication"; this.Load += new System.EventHandler(this.FrmMain_Load); mnuMain.ResumeLayout(false); mnuMain.PerformLayout(); this.stsMain.ResumeLayout(false); this.stsMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAddress)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numValue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Pic)).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 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.openUnpackedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openPackedToolStripMenuItem = 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.saveAsUnpackedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsPackedToolStripMenuItem = 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(); this.saveUnpackedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.savePackedToolStripMenuItem = 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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openUnpackedToolStripMenuItem, this.openPackedToolStripMenuItem }); 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..."; // // openUnpackedToolStripMenuItem // this.openUnpackedToolStripMenuItem.Name = "openUnpackedToolStripMenuItem"; this.openUnpackedToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.openUnpackedToolStripMenuItem.Text = "Open Unpacked.."; this.openUnpackedToolStripMenuItem.Click += new System.EventHandler(this.openUnpackedToolStripMenuItem_Click); // // openPackedToolStripMenuItem // this.openPackedToolStripMenuItem.Name = "openPackedToolStripMenuItem"; this.openPackedToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.openPackedToolStripMenuItem.Text = "Open Packed..."; this.openPackedToolStripMenuItem.Click += new System.EventHandler(this.openPackedToolStripMenuItem_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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveUnpackedToolStripMenuItem, this.savePackedToolStripMenuItem }); 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"; // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveAsUnpackedToolStripMenuItem, this.saveAsPackedToolStripMenuItem }); 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..."; // // saveAsUnpackedToolStripMenuItem // this.saveAsUnpackedToolStripMenuItem.Name = "saveAsUnpackedToolStripMenuItem"; this.saveAsUnpackedToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveAsUnpackedToolStripMenuItem.Text = "Save As Unpacked.."; this.saveAsUnpackedToolStripMenuItem.Click += new System.EventHandler(this.saveAsUnpackedToolStripMenuItem_Click); // // saveAsPackedToolStripMenuItem // this.saveAsPackedToolStripMenuItem.Name = "saveAsPackedToolStripMenuItem"; this.saveAsPackedToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveAsPackedToolStripMenuItem.Text = "Save As Packed..."; this.saveAsPackedToolStripMenuItem.Click += new System.EventHandler(this.saveAsPackedToolStripMenuItem_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(142, 70); // // importPaletteToolStripMenuItem // this.importPaletteToolStripMenuItem.Name = "importPaletteToolStripMenuItem"; this.importPaletteToolStripMenuItem.Size = new System.Drawing.Size(141, 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(141, 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(141, 22); this.exportPaletteToolStripMenuItem.Text = "Export..."; this.exportPaletteToolStripMenuItem.Click += new System.EventHandler(this.exportPaletteToolStripMenuItem_Click); // // saveUnpackedToolStripMenuItem // this.saveUnpackedToolStripMenuItem.Name = "saveUnpackedToolStripMenuItem"; this.saveUnpackedToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveUnpackedToolStripMenuItem.Text = "Save Unpacked"; this.saveUnpackedToolStripMenuItem.Click += new System.EventHandler(this.saveUnpackedToolStripMenuItem_Click); // // savePackedToolStripMenuItem // this.savePackedToolStripMenuItem.Name = "savePackedToolStripMenuItem"; this.savePackedToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.savePackedToolStripMenuItem.Text = "Save Packed"; this.savePackedToolStripMenuItem.Click += new System.EventHandler(this.savePackedToolStripMenuItem_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 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.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> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip mainMenu; System.Windows.Forms.ToolStripMenuItem fileMenu; System.Windows.Forms.ToolStripMenuItem plainMenu; System.Windows.Forms.ToolStripMenuItem newPlainMenuItem; System.Windows.Forms.ToolStripMenuItem openPlainMenuItem; System.Windows.Forms.ToolStripMenuItem cipherMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem operationMenu; System.Windows.Forms.ToolStripMenuItem encodingMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem symmetricMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem passwordMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator6; System.Windows.Forms.ToolStripMenuItem asymmetricMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem newKeyMenuItem; System.Windows.Forms.ToolStripMenuItem hashMenu; System.Windows.Forms.ToolStripMenuItem helpMenu; System.Windows.Forms.ToolStripMenuItem keyMenuItem; this.savePlainMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newCipherMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openCipherMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveCipherMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ecryptMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.decryptMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.signMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.verifyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingMenu = new System.Windows.Forms.ToolStripMenuItem(); this.gb2312MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.asciiMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unicodeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.utf8MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rc40MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rc128MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tripleDESMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.asciiPasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unicodePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hexPasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.passwordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rsaMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dsaMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.keySize384MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.keySize512MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.keySize1024MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.keySize2048MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.keySize4096MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.publicKeyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.privateKeyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.md5MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sha1MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitter = new System.Windows.Forms.SplitContainer(); this.textBox = new System.Windows.Forms.TextBox(); this.statusBar = new System.Windows.Forms.StatusStrip(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); mainMenu = new System.Windows.Forms.MenuStrip(); fileMenu = new System.Windows.Forms.ToolStripMenuItem(); plainMenu = new System.Windows.Forms.ToolStripMenuItem(); newPlainMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openPlainMenuItem = new System.Windows.Forms.ToolStripMenuItem(); cipherMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); operationMenu = new System.Windows.Forms.ToolStripMenuItem(); encodingMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); symmetricMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); passwordMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); asymmetricMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); newKeyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); hashMenu = new System.Windows.Forms.ToolStripMenuItem(); helpMenu = new System.Windows.Forms.ToolStripMenuItem(); keyMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mainMenu.SuspendLayout(); this.splitter.Panel1.SuspendLayout(); this.splitter.SuspendLayout(); this.SuspendLayout(); // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileMenu, operationMenu, this.settingMenu, helpMenu }); mainMenu.Location = new System.Drawing.Point(0, 0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(592, 24); mainMenu.TabIndex = 0; // // fileMenu // fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { plainMenu, cipherMenu, toolStripSeparator1, this.exitMenuItem }); fileMenu.Name = "fileMenu"; fileMenu.Size = new System.Drawing.Size(59, 20); fileMenu.Text = "文件(&F)"; // // plainMenu // plainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newPlainMenuItem, openPlainMenuItem, this.savePlainMenuItem }); plainMenu.Name = "plainMenu"; plainMenu.Size = new System.Drawing.Size(112, 22); plainMenu.Text = "明文(&P)"; // // newPlainMenuItem // newPlainMenuItem.Name = "newPlainMenuItem"; newPlainMenuItem.Size = new System.Drawing.Size(130, 22); newPlainMenuItem.Text = "新建(&N)"; newPlainMenuItem.Click += new System.EventHandler(this.newPlainMenuItem_Click); // // openPlainMenuItem // openPlainMenuItem.Name = "openPlainMenuItem"; openPlainMenuItem.Size = new System.Drawing.Size(130, 22); openPlainMenuItem.Text = "打开(&O)..."; openPlainMenuItem.Click += new System.EventHandler(this.openPlainMenuItem_Click); // // savePlainMenuItem // this.savePlainMenuItem.Name = "savePlainMenuItem"; this.savePlainMenuItem.Size = new System.Drawing.Size(130, 22); this.savePlainMenuItem.Text = "保存(&S)..."; this.savePlainMenuItem.Click += new System.EventHandler(this.savePlainMenuItem_Click); // // cipherMenu // cipherMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newCipherMenuItem, this.openCipherMenuItem, this.saveCipherMenuItem }); cipherMenu.Name = "cipherMenu"; cipherMenu.Size = new System.Drawing.Size(112, 22); cipherMenu.Text = "密文(&C)"; // // newCipherMenuItem // this.newCipherMenuItem.Name = "newCipherMenuItem"; this.newCipherMenuItem.Size = new System.Drawing.Size(130, 22); this.newCipherMenuItem.Text = "新建(&N)"; this.newCipherMenuItem.Click += new System.EventHandler(this.newCipherMenuItem_Click); // // openCipherMenuItem // this.openCipherMenuItem.Name = "openCipherMenuItem"; this.openCipherMenuItem.Size = new System.Drawing.Size(130, 22); this.openCipherMenuItem.Text = "打开(&O)..."; this.openCipherMenuItem.Click += new System.EventHandler(this.openCipherMenuItem_Click); // // saveCipherMenuItem // this.saveCipherMenuItem.Name = "saveCipherMenuItem"; this.saveCipherMenuItem.Size = new System.Drawing.Size(130, 22); this.saveCipherMenuItem.Text = "保存(&S)..."; this.saveCipherMenuItem.Click += new System.EventHandler(this.saveCipherMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(109, 6); // // exitMenuItem // this.exitMenuItem.Name = "exitMenuItem"; this.exitMenuItem.Size = new System.Drawing.Size(112, 22); this.exitMenuItem.Text = "退出(&X)"; this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click); // // operationMenu // operationMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ecryptMenuItem, this.decryptMenuItem, this.signMenuItem, this.verifyMenuItem }); operationMenu.Name = "operationMenu"; operationMenu.Size = new System.Drawing.Size(59, 20); operationMenu.Text = "操作(&O)"; // // ecryptMenuItem // this.ecryptMenuItem.Name = "ecryptMenuItem"; this.ecryptMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5; this.ecryptMenuItem.Size = new System.Drawing.Size(171, 22); this.ecryptMenuItem.Text = "加密(&E)"; this.ecryptMenuItem.Click += new System.EventHandler(this.ecryptMenuItem_Click); // // decryptMenuItem // this.decryptMenuItem.Name = "decryptMenuItem"; this.decryptMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6; this.decryptMenuItem.Size = new System.Drawing.Size(171, 22); this.decryptMenuItem.Text = "解密(&D)"; this.decryptMenuItem.Click += new System.EventHandler(this.decryptMenuItem_Click); // // signMenuItem // this.signMenuItem.Name = "signMenuItem"; this.signMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F7; this.signMenuItem.Size = new System.Drawing.Size(171, 22); this.signMenuItem.Text = "签名(&S)..."; this.signMenuItem.Click += new System.EventHandler(this.signMenuItem_Click); // // verifyMenuItem // this.verifyMenuItem.Name = "verifyMenuItem"; this.verifyMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F8; this.verifyMenuItem.Size = new System.Drawing.Size(171, 22); this.verifyMenuItem.Text = "验证签名(&V)..."; this.verifyMenuItem.Click += new System.EventHandler(this.verifyMenuItem_Click); // // settingMenu // this.settingMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { encodingMenu, toolStripSeparator4, symmetricMenu, asymmetricMenu, hashMenu }); this.settingMenu.Name = "settingMenu"; this.settingMenu.Size = new System.Drawing.Size(59, 20); this.settingMenu.Text = "设置(&S)"; // // encodingMenu // encodingMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.gb2312MenuItem, this.asciiMenuItem, this.unicodeMenuItem, this.utf8MenuItem }); encodingMenu.Name = "encodingMenu"; encodingMenu.Size = new System.Drawing.Size(152, 22); encodingMenu.Text = "明文编码(&E)"; // // gb2312MenuItem // this.gb2312MenuItem.Checked = true; this.gb2312MenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.gb2312MenuItem.Name = "gb2312MenuItem"; this.gb2312MenuItem.Size = new System.Drawing.Size(130, 22); this.gb2312MenuItem.Text = "GB2312(&G)"; this.gb2312MenuItem.Click += new System.EventHandler(this.gb2312MenuItem_Click); // // asciiMenuItem // this.asciiMenuItem.Name = "asciiMenuItem"; this.asciiMenuItem.Size = new System.Drawing.Size(130, 22); this.asciiMenuItem.Text = "ASCII(&A)"; this.asciiMenuItem.Click += new System.EventHandler(this.asciiMenuItem_Click); // // unicodeMenuItem // this.unicodeMenuItem.Name = "unicodeMenuItem"; this.unicodeMenuItem.Size = new System.Drawing.Size(130, 22); this.unicodeMenuItem.Text = "UNICODE(&U)"; this.unicodeMenuItem.Click += new System.EventHandler(this.unicodeMenuItem_Click); // // utf8MenuItem // this.utf8MenuItem.Name = "utf8MenuItem"; this.utf8MenuItem.Size = new System.Drawing.Size(130, 22); this.utf8MenuItem.Text = "UTF-8(&8)"; this.utf8MenuItem.Click += new System.EventHandler(this.utf8MenuItem_Click); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(149, 6); // // symmetricMenu // symmetricMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.rc40MenuItem, this.rc128MenuItem, this.tripleDESMenuItem, toolStripSeparator3, passwordMenu, keyMenuItem }); symmetricMenu.Name = "symmetricMenu"; symmetricMenu.Size = new System.Drawing.Size(152, 22); symmetricMenu.Text = "对称加密(&S)"; // // rc40MenuItem // this.rc40MenuItem.Name = "rc40MenuItem"; this.rc40MenuItem.Size = new System.Drawing.Size(195, 22); this.rc40MenuItem.Text = "RC2 40位(&4)"; this.rc40MenuItem.Click += new System.EventHandler(this.rc40MenuItem_Click); // // rc128MenuItem // this.rc128MenuItem.Name = "rc128MenuItem"; this.rc128MenuItem.Size = new System.Drawing.Size(195, 22); this.rc128MenuItem.Text = "RC2 128位(&1)"; this.rc128MenuItem.Click += new System.EventHandler(this.rc128MenuItem_Click); // // tripleDESMenuItem // this.tripleDESMenuItem.Checked = true; this.tripleDESMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.tripleDESMenuItem.Name = "tripleDESMenuItem"; this.tripleDESMenuItem.Size = new System.Drawing.Size(195, 22); this.tripleDESMenuItem.Text = "3DES(&3)"; this.tripleDESMenuItem.Click += new System.EventHandler(this.tripleDESMenuItem_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(192, 6); // // passwordMenu // passwordMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.asciiPasswordMenuItem, this.unicodePasswordMenuItem, this.hexPasswordMenuItem, toolStripSeparator6, this.passwordMenuItem }); passwordMenu.Name = "passwordMenu"; passwordMenu.Size = new System.Drawing.Size(195, 22); passwordMenu.Text = "密码(&P)"; // // asciiPasswordMenuItem // this.asciiPasswordMenuItem.Checked = true; this.asciiPasswordMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.asciiPasswordMenuItem.Name = "asciiPasswordMenuItem"; this.asciiPasswordMenuItem.Size = new System.Drawing.Size(195, 22); this.asciiPasswordMenuItem.Text = "ASCII字符串(&A)"; this.asciiPasswordMenuItem.Click += new System.EventHandler(this.asciiPasswordMenuItem_Click); // // unicodePasswordMenuItem // this.unicodePasswordMenuItem.Name = "unicodePasswordMenuItem"; this.unicodePasswordMenuItem.Size = new System.Drawing.Size(195, 22); this.unicodePasswordMenuItem.Text = "UNICODE字符串(&U)"; this.unicodePasswordMenuItem.Click += new System.EventHandler(this.unicodePasswordMenuItem_Click); // // hexPasswordMenuItem // this.hexPasswordMenuItem.Name = "hexPasswordMenuItem"; this.hexPasswordMenuItem.Size = new System.Drawing.Size(195, 22); this.hexPasswordMenuItem.Text = "二进制数据(&H)"; this.hexPasswordMenuItem.Click += new System.EventHandler(this.hexPasswordMenuItem_Click); // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; toolStripSeparator6.Size = new System.Drawing.Size(192, 6); // // passwordMenuItem // this.passwordMenuItem.Name = "passwordMenuItem"; this.passwordMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); this.passwordMenuItem.Size = new System.Drawing.Size(195, 22); this.passwordMenuItem.Text = "设置密码(&P)..."; this.passwordMenuItem.Click += new System.EventHandler(this.passwordMenuItem_Click); // // asymmetricMenu // asymmetricMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.rsaMenuItem, this.dsaMenuItem, toolStripSeparator2, this.keySize384MenuItem, this.keySize512MenuItem, this.keySize1024MenuItem, this.keySize2048MenuItem, this.keySize4096MenuItem, toolStripSeparator5, newKeyMenuItem, this.publicKeyMenuItem, this.privateKeyMenuItem }); asymmetricMenu.Name = "asymmetricMenu"; asymmetricMenu.Size = new System.Drawing.Size(152, 22); asymmetricMenu.Text = "非对称加密(&A)"; // // rsaMenuItem // this.rsaMenuItem.Checked = true; this.rsaMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.rsaMenuItem.Name = "rsaMenuItem"; this.rsaMenuItem.Size = new System.Drawing.Size(195, 22); this.rsaMenuItem.Text = "RSA(&R)"; this.rsaMenuItem.Click += new System.EventHandler(this.rsaMenuItem_Click); // // dsaMenuItem // this.dsaMenuItem.Name = "dsaMenuItem"; this.dsaMenuItem.Size = new System.Drawing.Size(195, 22); this.dsaMenuItem.Text = "DSA(&D)"; this.dsaMenuItem.Click += new System.EventHandler(this.dsaMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(192, 6); // // keySize384MenuItem // this.keySize384MenuItem.Name = "keySize384MenuItem"; this.keySize384MenuItem.Size = new System.Drawing.Size(195, 22); this.keySize384MenuItem.Text = "384位(&3)"; this.keySize384MenuItem.Click += new System.EventHandler(this.keySize384MenuItem_Click); // // keySize512MenuItem // this.keySize512MenuItem.Checked = true; this.keySize512MenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.keySize512MenuItem.Name = "keySize512MenuItem"; this.keySize512MenuItem.Size = new System.Drawing.Size(195, 22); this.keySize512MenuItem.Text = "512位(&5)"; this.keySize512MenuItem.Click += new System.EventHandler(this.keySize512MenuItem_Click); // // keySize1024MenuItem // this.keySize1024MenuItem.Name = "keySize1024MenuItem"; this.keySize1024MenuItem.Size = new System.Drawing.Size(195, 22); this.keySize1024MenuItem.Text = "1024位(&1)"; this.keySize1024MenuItem.Click += new System.EventHandler(this.keySize1024MenuItem_Click); // // keySize2048MenuItem // this.keySize2048MenuItem.Name = "keySize2048MenuItem"; this.keySize2048MenuItem.Size = new System.Drawing.Size(195, 22); this.keySize2048MenuItem.Text = "2048位(&2)"; this.keySize2048MenuItem.Click += new System.EventHandler(this.keySize2048MenuItem_Click); // // keySize4096MenuItem // this.keySize4096MenuItem.Name = "keySize4096MenuItem"; this.keySize4096MenuItem.Size = new System.Drawing.Size(195, 22); this.keySize4096MenuItem.Text = "4096位(&4)"; this.keySize4096MenuItem.Click += new System.EventHandler(this.keySize4096MenuItem_Click); // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(192, 6); // // newKeyMenuItem // newKeyMenuItem.Name = "newKeyMenuItem"; newKeyMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); newKeyMenuItem.Size = new System.Drawing.Size(195, 22); newKeyMenuItem.Text = "生成密钥(&N)..."; newKeyMenuItem.Click += new System.EventHandler(this.newKeyMenuItem_Click); // // publicKeyMenuItem // this.publicKeyMenuItem.Name = "publicKeyMenuItem"; this.publicKeyMenuItem.Size = new System.Drawing.Size(195, 22); this.publicKeyMenuItem.Text = "公钥(&P)..."; this.publicKeyMenuItem.Click += new System.EventHandler(this.publicKeyMenuItem_Click); // // privateKeyMenuItem // this.privateKeyMenuItem.Name = "privateKeyMenuItem"; this.privateKeyMenuItem.Size = new System.Drawing.Size(195, 22); this.privateKeyMenuItem.Text = "私钥(&R)..."; this.privateKeyMenuItem.Click += new System.EventHandler(this.privateKeyMenuItem_Click); // // hashMenu // hashMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.md5MenuItem, this.sha1MenuItem }); hashMenu.Name = "hashMenu"; hashMenu.Size = new System.Drawing.Size(152, 22); hashMenu.Text = "散列(&H)"; // // md5MenuItem // this.md5MenuItem.Checked = true; this.md5MenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.md5MenuItem.Name = "md5MenuItem"; this.md5MenuItem.Size = new System.Drawing.Size(112, 22); this.md5MenuItem.Text = "MD5(&M)"; this.md5MenuItem.Click += new System.EventHandler(this.md5MenuItem_Click); // // sha1MenuItem // this.sha1MenuItem.Name = "sha1MenuItem"; this.sha1MenuItem.Size = new System.Drawing.Size(112, 22); this.sha1MenuItem.Text = "SHA1(&S)"; this.sha1MenuItem.Click += new System.EventHandler(this.sha1MenuItem_Click); // // helpMenu // helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutMenuItem }); helpMenu.Name = "helpMenu"; helpMenu.Size = new System.Drawing.Size(59, 20); helpMenu.Text = "帮助(&H)"; // // aboutMenuItem // this.aboutMenuItem.Name = "aboutMenuItem"; this.aboutMenuItem.Size = new System.Drawing.Size(130, 22); this.aboutMenuItem.Text = "关于(&A)..."; this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click); // // splitter // this.splitter.Dock = System.Windows.Forms.DockStyle.Fill; this.splitter.Location = new System.Drawing.Point(0, 24); this.splitter.Name = "splitter"; // // splitter.Panel1 // this.splitter.Panel1.Controls.Add(this.textBox); this.splitter.Size = new System.Drawing.Size(592, 370); this.splitter.SplitterDistance = 275; this.splitter.TabIndex = 2; // // textBox // this.textBox.AcceptsReturn = true; this.textBox.AcceptsTab = true; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox.Size = new System.Drawing.Size(275, 370); this.textBox.TabIndex = 0; this.textBox.WordWrap = false; // // statusBar // this.statusBar.Location = new System.Drawing.Point(0, 394); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(592, 22); this.statusBar.TabIndex = 1; this.statusBar.Text = "statusStrip1"; // // keyMenuItem // keyMenuItem.Name = "keyMenuItem"; keyMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K))); keyMenuItem.Size = new System.Drawing.Size(195, 22); keyMenuItem.Text = "导入密钥(&K)..."; keyMenuItem.Click += new System.EventHandler(this.keyMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 416); this.Controls.Add(this.splitter); this.Controls.Add(this.statusBar); this.Controls.Add(mainMenu); this.MainMenuStrip = mainMenu; this.MinimumSize = new System.Drawing.Size(400, 300); this.Name = "MainForm"; this.Opacity = 0.9; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "加密工具"; this.Load += new System.EventHandler(this.Form_Load); mainMenu.ResumeLayout(false); mainMenu.PerformLayout(); this.splitter.Panel1.ResumeLayout(false); this.splitter.Panel1.PerformLayout(); this.splitter.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.ColumnHeader columnType; System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ColumnHeader columnName; System.Windows.Forms.ColumnHeader columnPath; System.Windows.Forms.ColumnHeader columnOffset; System.Windows.Forms.ColumnHeader columnLength; this.pakEntryListView = new System.Windows.Forms.ListView(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); columnType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); menuStrip = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); columnName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnOffset = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnLength = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); menuStrip.SuspendLayout(); this.SuspendLayout(); // // columnType // columnType.Text = "File type"; columnType.Width = 95; // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(798, 24); menuStrip.TabIndex = 1; menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, saveToolStripMenuItem, toolStripSeparator1, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.Size = new System.Drawing.Size(103, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // saveToolStripMenuItem // saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.Size = new System.Drawing.Size(103, 22); saveToolStripMenuItem.Text = "&Save"; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(100, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // columnName // columnName.Text = "Filename"; columnName.Width = 144; // // columnPath // columnPath.Text = "Path"; columnPath.Width = 383; // // columnOffset // columnOffset.Text = "Offset"; columnOffset.Width = 76; // // columnLength // columnLength.Text = "Length"; columnLength.Width = 76; // // pakEntryListView // this.pakEntryListView.AllowColumnReorder = true; this.pakEntryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnName, columnOffset, columnLength, columnType, columnPath }); this.pakEntryListView.Dock = System.Windows.Forms.DockStyle.Fill; this.pakEntryListView.FullRowSelect = true; this.pakEntryListView.Location = new System.Drawing.Point(0, 24); this.pakEntryListView.Name = "pakEntryListView"; this.pakEntryListView.Size = new System.Drawing.Size(798, 478); this.pakEntryListView.TabIndex = 0; this.pakEntryListView.UseCompatibleStateImageBehavior = false; this.pakEntryListView.View = System.Windows.Forms.View.Details; // // openFileDialog // this.openFileDialog.Filter = "PAK Archive (*.pak.xen)|*.pak.xen|All Files (*.*)|*.*"; this.openFileDialog.InitialDirectory = "C:\\Program Files (x86)\\Aspyr\\Guitar Hero III\\DATA\\PAK"; // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(798, 502); this.Controls.Add(this.pakEntryListView); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "frmMain"; this.Text = "PAK Explorer"; 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() { 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 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip menuStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPrincipal)); this.ClienteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.EmpleadoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.actulizarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.VerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ProductoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.InventarioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.VentaoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.InsertarVentaToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.VisualizarVentaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.Tiempo = new System.Windows.Forms.Timer(this.components); menuStrip1 = new System.Windows.Forms.MenuStrip(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.Black; menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; menuStrip1.Dock = System.Windows.Forms.DockStyle.Left; menuStrip1.Font = new System.Drawing.Font("Palatino Linotype", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); menuStrip1.GripMargin = new System.Windows.Forms.Padding(0, 0, 0, 400); menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; menuStrip1.ImeMode = System.Windows.Forms.ImeMode.On; menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ClienteToolStripMenuItem, this.EmpleadoToolStripMenuItem, this.ProductoToolStripMenuItem, this.InventarioToolStripMenuItem, this.VentaoolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(135, 588); menuStrip1.TabIndex = 6; menuStrip1.Text = "menuStrip1"; // // ClienteToolStripMenuItem // this.ClienteToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; this.ClienteToolStripMenuItem.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClienteToolStripMenuItem.ForeColor = System.Drawing.Color.White; this.ClienteToolStripMenuItem.Name = "ClienteToolStripMenuItem"; this.ClienteToolStripMenuItem.Size = new System.Drawing.Size(128, 25); this.ClienteToolStripMenuItem.Text = "cliente"; this.ClienteToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // EmpleadoToolStripMenuItem // this.EmpleadoToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; this.EmpleadoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.insertarToolStripMenuItem, this.actulizarToolStripMenuItem, this.VerToolStripMenuItem }); this.EmpleadoToolStripMenuItem.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.EmpleadoToolStripMenuItem.ForeColor = System.Drawing.Color.White; this.EmpleadoToolStripMenuItem.Name = "EmpleadoToolStripMenuItem"; this.EmpleadoToolStripMenuItem.Size = new System.Drawing.Size(128, 25); this.EmpleadoToolStripMenuItem.Text = "empleado"; this.EmpleadoToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // insertarToolStripMenuItem // this.insertarToolStripMenuItem.Name = "insertarToolStripMenuItem"; this.insertarToolStripMenuItem.Size = new System.Drawing.Size(190, 26); this.insertarToolStripMenuItem.Text = "insertar"; this.insertarToolStripMenuItem.Click += new System.EventHandler(this.insertarToolStripMenuItem_Click); // // actulizarToolStripMenuItem // this.actulizarToolStripMenuItem.Name = "actulizarToolStripMenuItem"; this.actulizarToolStripMenuItem.Size = new System.Drawing.Size(190, 26); this.actulizarToolStripMenuItem.Text = "actualizar"; this.actulizarToolStripMenuItem.Click += new System.EventHandler(this.actulizarToolStripMenuItem_Click); // // VerToolStripMenuItem // this.VerToolStripMenuItem.Name = "VerToolStripMenuItem"; this.VerToolStripMenuItem.Size = new System.Drawing.Size(190, 26); this.VerToolStripMenuItem.Text = "ver"; this.VerToolStripMenuItem.Click += new System.EventHandler(this.VerToolStripMenuItem_Click_1); // // ProductoToolStripMenuItem // this.ProductoToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; this.ProductoToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.ProductoToolStripMenuItem.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ProductoToolStripMenuItem.ForeColor = System.Drawing.Color.White; this.ProductoToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ProductoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; this.ProductoToolStripMenuItem.Name = "ProductoToolStripMenuItem"; this.ProductoToolStripMenuItem.Size = new System.Drawing.Size(128, 25); this.ProductoToolStripMenuItem.Text = "producto"; this.ProductoToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ProductoToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay; // // InventarioToolStripMenuItem // this.InventarioToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; this.InventarioToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.InventarioToolStripMenuItem.Font = new System.Drawing.Font("Courier New", 14.25F); this.InventarioToolStripMenuItem.ForeColor = System.Drawing.Color.White; this.InventarioToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.InventarioToolStripMenuItem.Name = "InventarioToolStripMenuItem"; this.InventarioToolStripMenuItem.Size = new System.Drawing.Size(128, 25); this.InventarioToolStripMenuItem.Text = "inventario"; this.InventarioToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // VentaoolStripMenuItem // this.VentaoolStripMenuItem.BackColor = System.Drawing.Color.Transparent; this.VentaoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.InsertarVentaToolStripMenuItem1, this.VisualizarVentaToolStripMenuItem }); this.VentaoolStripMenuItem.Font = new System.Drawing.Font("Courier New", 14.25F); this.VentaoolStripMenuItem.ForeColor = System.Drawing.Color.White; this.VentaoolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.VentaoolStripMenuItem.Name = "VentaoolStripMenuItem"; this.VentaoolStripMenuItem.Size = new System.Drawing.Size(128, 25); this.VentaoolStripMenuItem.Text = "venta"; this.VentaoolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // InsertarVentaToolStripMenuItem1 // this.InsertarVentaToolStripMenuItem1.Name = "InsertarVentaToolStripMenuItem1"; this.InsertarVentaToolStripMenuItem1.Size = new System.Drawing.Size(190, 26); this.InsertarVentaToolStripMenuItem1.Text = "Insertar"; this.InsertarVentaToolStripMenuItem1.Click += new System.EventHandler(this.insertarToolStripMenuItem1_Click); // // VisualizarVentaToolStripMenuItem // this.VisualizarVentaToolStripMenuItem.Name = "VisualizarVentaToolStripMenuItem"; this.VisualizarVentaToolStripMenuItem.Size = new System.Drawing.Size(190, 26); this.VisualizarVentaToolStripMenuItem.Text = "Visualizar"; this.VisualizarVentaToolStripMenuItem.Click += new System.EventHandler(this.VisualizarVentaToolStripMenuItem_Click); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Black; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(135, 76); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Black; this.label1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(12, 85); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 16); this.label1.TabIndex = 8; this.label1.Text = "Tiempo"; this.label1.Click += new System.EventHandler(this.label1_Click); // // Tiempo // this.Tiempo.Enabled = true; this.Tiempo.Tick += new System.EventHandler(this.Tiempo_Tick); // // FormPrincipal // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1073, 588); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.ImeMode = System.Windows.Forms.ImeMode.KatakanaHalf; this.IsMdiContainer = true; this.MainMenuStrip = menuStrip1; this.Name = "FormPrincipal"; this.ShowIcon = false; this.Text = "Zapateria"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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 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() { System.Windows.Forms.ToolStrip _MainToolStrip; System.Windows.Forms.ToolStripButton _OpenArchiveButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Explorer)); System.Windows.Forms.MenuStrip _MenuStrip; System.Windows.Forms.ToolStripMenuItem _FileMenu; System.Windows.Forms.ToolStripMenuItem _OpenMenuItem; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator3; System.Windows.Forms.ToolStripMenuItem _ExitMenuItem; System.Windows.Forms.ToolStripMenuItem _WindowsMenu; System.Windows.Forms.ToolStripMenuItem _CloseAllMenuItem; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1; System.Windows.Forms.ToolStripMenuItem _CascadeMenuItem; System.Windows.Forms.ToolStripMenuItem _TileVerticalMenuItem; System.Windows.Forms.ToolStripMenuItem _TileHorizontalMenuItem; System.Windows.Forms.ToolStripMenuItem _ArrangeIconsMenuItem; this._OpenArchiveDialog = new System.Windows.Forms.OpenFileDialog(); _MainToolStrip = new System.Windows.Forms.ToolStrip(); _OpenArchiveButton = new System.Windows.Forms.ToolStripButton(); _MenuStrip = new System.Windows.Forms.MenuStrip(); _FileMenu = new System.Windows.Forms.ToolStripMenuItem(); _OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); _ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _WindowsMenu = new System.Windows.Forms.ToolStripMenuItem(); _CloseAllMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); _CascadeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _TileVerticalMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _TileHorizontalMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _ArrangeIconsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _MainToolStrip.SuspendLayout(); _MenuStrip.SuspendLayout(); this.SuspendLayout(); // // _OpenArchiveDialog // this._OpenArchiveDialog.DefaultExt = "sds"; this._OpenArchiveDialog.Filter = "Illusion SDS archives (*.sds)|*.sds|All Files (*.*)|*.*"; this._OpenArchiveDialog.Multiselect = true; // // _MainToolStrip // _MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _OpenArchiveButton }); _MainToolStrip.Location = new System.Drawing.Point(0, 24); _MainToolStrip.Name = "_MainToolStrip"; _MainToolStrip.Size = new System.Drawing.Size(800, 25); _MainToolStrip.TabIndex = 3; _MainToolStrip.Text = "toolStrip1"; // // _OpenArchiveButton // _OpenArchiveButton.Image = ((System.Drawing.Image)(resources.GetObject("_OpenArchiveButton.Image"))); _OpenArchiveButton.ImageTransparentColor = System.Drawing.Color.Magenta; _OpenArchiveButton.Name = "_OpenArchiveButton"; _OpenArchiveButton.Size = new System.Drawing.Size(79, 22); _OpenArchiveButton.Text = "Open SDS"; _OpenArchiveButton.Click += new System.EventHandler(this.OnOpen); // // _MenuStrip // _MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _FileMenu, _WindowsMenu }); _MenuStrip.Location = new System.Drawing.Point(0, 0); _MenuStrip.MdiWindowListItem = _WindowsMenu; _MenuStrip.Name = "_MenuStrip"; _MenuStrip.Size = new System.Drawing.Size(800, 24); _MenuStrip.TabIndex = 5; _MenuStrip.Text = "MenuStrip"; // // _FileMenu // _FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { _OpenMenuItem, _ToolStripSeparator3, _ExitMenuItem }); _FileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder; _FileMenu.Name = "_FileMenu"; _FileMenu.Size = new System.Drawing.Size(37, 20); _FileMenu.Text = "&File"; // // _OpenMenuItem // _OpenMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("_OpenMenuItem.Image"))); _OpenMenuItem.ImageTransparentColor = System.Drawing.Color.Black; _OpenMenuItem.Name = "_OpenMenuItem"; _OpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); _OpenMenuItem.Size = new System.Drawing.Size(152, 22); _OpenMenuItem.Text = "&Open"; _OpenMenuItem.Click += new System.EventHandler(this.OnOpen); // // _ToolStripSeparator3 // _ToolStripSeparator3.Name = "_ToolStripSeparator3"; _ToolStripSeparator3.Size = new System.Drawing.Size(149, 6); // // _ExitMenuItem // _ExitMenuItem.Name = "_ExitMenuItem"; _ExitMenuItem.Size = new System.Drawing.Size(152, 22); _ExitMenuItem.Text = "E&xit"; _ExitMenuItem.Click += new System.EventHandler(this.OnExit); // // _WindowsMenu // _WindowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { _CloseAllMenuItem, _ToolStripSeparator1, _CascadeMenuItem, _TileVerticalMenuItem, _TileHorizontalMenuItem, _ArrangeIconsMenuItem }); _WindowsMenu.Name = "_WindowsMenu"; _WindowsMenu.Size = new System.Drawing.Size(68, 20); _WindowsMenu.Text = "&Windows"; // // _CloseAllMenuItem // _CloseAllMenuItem.Name = "_CloseAllMenuItem"; _CloseAllMenuItem.Size = new System.Drawing.Size(152, 22); _CloseAllMenuItem.Text = "C&lose All"; _CloseAllMenuItem.Click += new System.EventHandler(this.OnWindowCloseAll); // // _ToolStripSeparator1 // _ToolStripSeparator1.Name = "_ToolStripSeparator1"; _ToolStripSeparator1.Size = new System.Drawing.Size(149, 6); // // _CascadeMenuItem // _CascadeMenuItem.Name = "_CascadeMenuItem"; _CascadeMenuItem.Size = new System.Drawing.Size(152, 22); _CascadeMenuItem.Text = "&Cascade"; _CascadeMenuItem.Click += new System.EventHandler(this.OnWindowCascade); // // _TileVerticalMenuItem // _TileVerticalMenuItem.Name = "_TileVerticalMenuItem"; _TileVerticalMenuItem.Size = new System.Drawing.Size(152, 22); _TileVerticalMenuItem.Text = "Tile &Vertical"; _TileVerticalMenuItem.Click += new System.EventHandler(this.OnWindowTileVertical); // // _TileHorizontalMenuItem // _TileHorizontalMenuItem.Name = "_TileHorizontalMenuItem"; _TileHorizontalMenuItem.Size = new System.Drawing.Size(152, 22); _TileHorizontalMenuItem.Text = "Tile &Horizontal"; _TileHorizontalMenuItem.Click += new System.EventHandler(this.OnWindowTileHorizontal); // // _ArrangeIconsMenuItem // _ArrangeIconsMenuItem.Name = "_ArrangeIconsMenuItem"; _ArrangeIconsMenuItem.Size = new System.Drawing.Size(152, 22); _ArrangeIconsMenuItem.Text = "&Arrange Icons"; _ArrangeIconsMenuItem.Click += new System.EventHandler(this.OnWindowArrangeIcons); // // Explorer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 480); this.Controls.Add(_MainToolStrip); this.Controls.Add(_MenuStrip); this.IsMdiContainer = true; this.Name = "Explorer"; this.Text = "Mafia 2 Resource Explorer"; _MainToolStrip.ResumeLayout(false); _MainToolStrip.PerformLayout(); _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.Windows.Forms.Label label1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; this.wordWrapBox = new System.Windows.Forms.CheckBox(); this.textSizeBar = new System.Windows.Forms.TrackBar(); this.outBox = new System.Windows.Forms.RichTextBox(); this.openMessageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openSavedCharacterSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveDecodedMessageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveCharacterSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.howDoIUseThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.hintsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.charsetView = new System.Windows.Forms.DataGridView(); this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.valueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cypherDictionaryBindingSource = new System.Windows.Forms.BindingSource(this.components); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.openCharsetDialog = new System.Windows.Forms.OpenFileDialog(); this.openImageDialog = new System.Windows.Forms.OpenFileDialog(); label1 = new System.Windows.Forms.Label(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textSizeBar)).BeginInit(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.charsetView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cypherDictionaryBindingSource)).BeginInit(); this.SuspendLayout(); // // label1 // label1.Dock = System.Windows.Forms.DockStyle.Fill; label1.Location = new System.Drawing.Point(3, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(81, 39); label1.TabIndex = 3; label1.Text = "Text Size:"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // tableLayoutPanel1.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))); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(this.wordWrapBox, 0, 1); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(this.textSizeBar, 1, 0); tableLayoutPanel1.Controls.Add(this.outBox, 0, 2); tableLayoutPanel1.Location = new System.Drawing.Point(123, 27); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Size = new System.Drawing.Size(677, 473); tableLayoutPanel1.TabIndex = 4; // // wordWrapBox // this.wordWrapBox.AutoSize = true; this.wordWrapBox.Checked = true; this.wordWrapBox.CheckState = System.Windows.Forms.CheckState.Checked; this.wordWrapBox.Location = new System.Drawing.Point(3, 42); this.wordWrapBox.Name = "wordWrapBox"; this.wordWrapBox.Size = new System.Drawing.Size(81, 17); this.wordWrapBox.TabIndex = 5; this.wordWrapBox.Text = "Word Wrap"; this.wordWrapBox.UseVisualStyleBackColor = true; this.wordWrapBox.CheckedChanged += new System.EventHandler(this.wordWrapBox_CheckedChanged); // // textSizeBar // this.textSizeBar.AutoSize = false; this.textSizeBar.Dock = System.Windows.Forms.DockStyle.Fill; this.textSizeBar.LargeChange = 25; this.textSizeBar.Location = new System.Drawing.Point(90, 3); this.textSizeBar.Maximum = 400; this.textSizeBar.Minimum = 50; this.textSizeBar.Name = "textSizeBar"; tableLayoutPanel1.SetRowSpan(this.textSizeBar, 2); this.textSizeBar.Size = new System.Drawing.Size(584, 56); this.textSizeBar.SmallChange = 5; this.textSizeBar.TabIndex = 2; this.textSizeBar.Value = 100; this.textSizeBar.Scroll += new System.EventHandler(this.textSizeBar_Scroll); // // outBox // tableLayoutPanel1.SetColumnSpan(this.outBox, 2); this.outBox.Dock = System.Windows.Forms.DockStyle.Fill; this.outBox.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.outBox.HideSelection = false; this.outBox.Location = new System.Drawing.Point(3, 65); this.outBox.Name = "outBox"; this.outBox.ReadOnly = true; this.outBox.Size = new System.Drawing.Size(671, 405); this.outBox.TabIndex = 0; this.outBox.Text = ""; // // 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(800, 24); menuStrip1.TabIndex = 5; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openMessageToolStripMenuItem, this.openSavedCharacterSetToolStripMenuItem, this.saveDecodedMessageToolStripMenuItem, this.saveCharacterSetToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // openMessageToolStripMenuItem // this.openMessageToolStripMenuItem.Name = "openMessageToolStripMenuItem"; this.openMessageToolStripMenuItem.Size = new System.Drawing.Size(219, 22); this.openMessageToolStripMenuItem.Text = "Open Message..."; this.openMessageToolStripMenuItem.Click += new System.EventHandler(this.openMessageToolStripMenuItem_Click); // // openSavedCharacterSetToolStripMenuItem // this.openSavedCharacterSetToolStripMenuItem.Name = "openSavedCharacterSetToolStripMenuItem"; this.openSavedCharacterSetToolStripMenuItem.Size = new System.Drawing.Size(219, 22); this.openSavedCharacterSetToolStripMenuItem.Text = "Open Saved Character Set..."; this.openSavedCharacterSetToolStripMenuItem.Click += new System.EventHandler(this.openSavedCharacterSetToolStripMenuItem_Click); // // saveDecodedMessageToolStripMenuItem // this.saveDecodedMessageToolStripMenuItem.Name = "saveDecodedMessageToolStripMenuItem"; this.saveDecodedMessageToolStripMenuItem.Size = new System.Drawing.Size(219, 22); this.saveDecodedMessageToolStripMenuItem.Text = "Save Decoded Message..."; this.saveDecodedMessageToolStripMenuItem.Click += new System.EventHandler(this.saveDecodedMessageToolStripMenuItem_Click); // // saveCharacterSetToolStripMenuItem // this.saveCharacterSetToolStripMenuItem.Name = "saveCharacterSetToolStripMenuItem"; this.saveCharacterSetToolStripMenuItem.Size = new System.Drawing.Size(219, 22); this.saveCharacterSetToolStripMenuItem.Text = "Save Character Set..."; this.saveCharacterSetToolStripMenuItem.Click += new System.EventHandler(this.saveCharacterSetToolStripMenuItem_Click); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.howDoIUseThisToolStripMenuItem, this.hintsToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "Help"; // // howDoIUseThisToolStripMenuItem // this.howDoIUseThisToolStripMenuItem.Name = "howDoIUseThisToolStripMenuItem"; this.howDoIUseThisToolStripMenuItem.Size = new System.Drawing.Size(175, 22); this.howDoIUseThisToolStripMenuItem.Text = "How Do I Use This?"; this.howDoIUseThisToolStripMenuItem.Click += new System.EventHandler(this.howDoIUseThisToolStripMenuItem_Click); // // hintsToolStripMenuItem // this.hintsToolStripMenuItem.Name = "hintsToolStripMenuItem"; this.hintsToolStripMenuItem.Size = new System.Drawing.Size(175, 22); this.hintsToolStripMenuItem.Text = "Hints"; this.hintsToolStripMenuItem.Click += new System.EventHandler(this.hintsToolStripMenuItem_Click); // // charsetView // this.charsetView.AllowUserToAddRows = false; this.charsetView.AllowUserToDeleteRows = false; this.charsetView.AllowUserToResizeRows = false; this.charsetView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.charsetView.AutoGenerateColumns = false; this.charsetView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.charsetView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.charsetView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.codeDataGridViewTextBoxColumn, this.valueDataGridViewTextBoxColumn }); this.charsetView.DataSource = this.cypherDictionaryBindingSource; this.charsetView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.charsetView.Location = new System.Drawing.Point(0, 27); this.charsetView.MultiSelect = false; this.charsetView.Name = "charsetView"; this.charsetView.RowHeadersVisible = false; this.charsetView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.charsetView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.charsetView.Size = new System.Drawing.Size(117, 473); this.charsetView.TabIndex = 1; this.charsetView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.charsetView_CellEndEdit); this.charsetView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.charsetView_CellFormatting); this.charsetView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.charsetView_CellParsing); this.charsetView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.charsetView_CellValueChanged); this.charsetView.SelectionChanged += new System.EventHandler(this.charsetView_SelectionChanged); this.charsetView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.charsetView_KeyDown); this.charsetView.Leave += new System.EventHandler(this.charsetView_Leave); // // codeDataGridViewTextBoxColumn // this.codeDataGridViewTextBoxColumn.DataPropertyName = "Code"; this.codeDataGridViewTextBoxColumn.HeaderText = "Code"; this.codeDataGridViewTextBoxColumn.MaxInputLength = 6; this.codeDataGridViewTextBoxColumn.Name = "codeDataGridViewTextBoxColumn"; this.codeDataGridViewTextBoxColumn.ReadOnly = true; this.codeDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.codeDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; this.codeDataGridViewTextBoxColumn.Width = 57; // // valueDataGridViewTextBoxColumn // this.valueDataGridViewTextBoxColumn.DataPropertyName = "Value"; this.valueDataGridViewTextBoxColumn.HeaderText = "Value"; this.valueDataGridViewTextBoxColumn.MaxInputLength = 10; this.valueDataGridViewTextBoxColumn.Name = "valueDataGridViewTextBoxColumn"; this.valueDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.valueDataGridViewTextBoxColumn.Width = 40; // // cypherDictionaryBindingSource // this.cypherDictionaryBindingSource.DataSource = typeof(RodinaCrypt.CipherDictionary); // // saveFileDialog // this.saveFileDialog.DefaultExt = "txt"; // // openCharsetDialog // this.openCharsetDialog.Filter = "Text Files|*.txt|All Files|*.*"; // // openImageDialog // this.openImageDialog.Filter = "Image files (*.jpg, *.jpeg, *.jpe, *.jfif, *.png) | *.jpg; *.jpeg; *.jpe; *.jfif;" + " *.png"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 500); this.Controls.Add(tableLayoutPanel1); this.Controls.Add(this.charsetView); this.Controls.Add(menuStrip1); this.KeyPreview = true; this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.Text = "Rodina Decryptor"; this.Load += new System.EventHandler(this.MainForm_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textSizeBar)).EndInit(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.charsetView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cypherDictionaryBindingSource)).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.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toEPubButton = new System.Windows.Forms.ToolStripButton(); this.toPdfButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rtlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.profileMenuItem = 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(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); 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.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::WikipediaConv.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::WikipediaConv.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); // // 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, this.toolStripSeparator3, this.toEPubButton, this.toPdfButton }); 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); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // toEPubButton // this.toEPubButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toEPubButton, "toEPubButton"); this.toEPubButton.Name = "toEPubButton"; this.toEPubButton.Click += new System.EventHandler(this.toEPubButton_Click); // // toPdfButton // this.toPdfButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toPdfButton, "toPdfButton"); this.toPdfButton.Name = "toPdfButton"; this.toPdfButton.Click += new System.EventHandler(this.toPdfButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // 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.rtlToolStripMenuItem, this.profileMenuItem }); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // rtlToolStripMenuItem // this.rtlToolStripMenuItem.Name = "rtlToolStripMenuItem"; resources.ApplyResources(this.rtlToolStripMenuItem, "rtlToolStripMenuItem"); this.rtlToolStripMenuItem.Click += new System.EventHandler(this.rtlToolStripMenuItem_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); // // profileMenuItem // this.profileMenuItem.Name = "profileMenuItem"; resources.ApplyResources(this.profileMenuItem, "profileMenuItem"); this.profileMenuItem.Click += new System.EventHandler(this.profileMenuItem_Click); // // 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); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); 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.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.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.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_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(153, 13); mexAddressLabel.TabIndex = 3; mexAddressLabel.Text = "Metadatae Exchange Address:"; // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { metadataMenu, 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, proxyMenuItem }); metadataMenu.Name = "metadataMenu"; metadataMenu.Size = new System.Drawing.Size(64, 20); metadataMenu.Text = "Metadata"; // // exploreMenuItem // exploreMenuItem.Image = global::ServiceModelEx.Properties.Resources.Explore; exploreMenuItem.Name = "exploreMenuItem"; exploreMenuItem.Size = new System.Drawing.Size(150, 22); exploreMenuItem.Text = "Explore"; exploreMenuItem.Click += new System.EventHandler(this.OnExplore); // // proxyMenuItem // proxyMenuItem.Image = global::ServiceModelEx.Properties.Resources.Proxy; proxyMenuItem.Name = "proxyMenuItem"; proxyMenuItem.Size = new System.Drawing.Size(150, 22); proxyMenuItem.Text = "Generate Proxy"; proxyMenuItem.Click += new System.EventHandler(this.OnGenerateProxy); // // 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(499, 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(473, 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_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_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 = "IDesign Metadata Explorer"; 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 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() { 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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); memoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mapsAndPackageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); generatePluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); patchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); createPatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); applyPatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pokePatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); xDKToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); preBetaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); loadMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); swordslayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); settlementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); boneyardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ff10prototypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); publicBetaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); loadBetaMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); swordslayerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); settlementToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); boneyardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); ff10prototypeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); printCamDebugInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); finalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); slidersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); sceneryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); vehiclesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); hudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); gamertagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripTextBoxGamertagPoke = new System.Windows.Forms.ToolStripTextBox(); pokeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openTrayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); closeTrayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); consoleIDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tagComparerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); finderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tagListMergerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); advancedXeXPokerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); playerInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); anniversaryMemoryOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tileVerticallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tileHorizontallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); buildLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1.SuspendLayout(); SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, viewToolStripMenuItem, windowToolStripMenuItem, helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.MdiWindowListItem = windowToolStripMenuItem; menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(831, 24); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, closeToolStripMenuItem, toolStripSeparator1, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(146, 22); openToolStripMenuItem.Text = "Open"; openToolStripMenuItem.Click += new System.EventHandler(openToolStripMenuItem_Click); // // closeToolStripMenuItem // closeToolStripMenuItem.Name = "closeToolStripMenuItem"; closeToolStripMenuItem.Size = new System.Drawing.Size(146, 22); closeToolStripMenuItem.Text = "Close"; closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(143, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22); exitToolStripMenuItem.Text = "Exit"; exitToolStripMenuItem.Click += new System.EventHandler(exitToolStripMenuItem_Click); // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { memoryToolStripMenuItem, mapsAndPackageToolStripMenuItem, xDKToolStripMenuItem, toolStripSeparator2, settingsToolStripMenuItem }); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); editToolStripMenuItem.Text = "Edit"; // // memoryToolStripMenuItem // memoryToolStripMenuItem.Name = "memoryToolStripMenuItem"; memoryToolStripMenuItem.Size = new System.Drawing.Size(173, 22); memoryToolStripMenuItem.Text = "Memory Writer"; memoryToolStripMenuItem.Visible = false; memoryToolStripMenuItem.Click += new System.EventHandler(memoryToolStripMenuItem_Click); // // mapsAndPackageToolStripMenuItem // mapsAndPackageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { generatePluginsToolStripMenuItem, toolStripSeparator6, patchesToolStripMenuItem }); mapsAndPackageToolStripMenuItem.Name = "mapsAndPackageToolStripMenuItem"; mapsAndPackageToolStripMenuItem.Size = new System.Drawing.Size(173, 22); mapsAndPackageToolStripMenuItem.Text = "Maps and Package"; // // generatePluginsToolStripMenuItem // generatePluginsToolStripMenuItem.Name = "generatePluginsToolStripMenuItem"; generatePluginsToolStripMenuItem.Size = new System.Drawing.Size(163, 22); generatePluginsToolStripMenuItem.Text = "Generate Plugins"; generatePluginsToolStripMenuItem.Click += new System.EventHandler(generatePluginsToolStripMenuItem_Click); // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; toolStripSeparator6.Size = new System.Drawing.Size(160, 6); // // patchesToolStripMenuItem // patchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { createPatchToolStripMenuItem, applyPatchToolStripMenuItem, pokePatchToolStripMenuItem }); patchesToolStripMenuItem.Name = "patchesToolStripMenuItem"; patchesToolStripMenuItem.Size = new System.Drawing.Size(163, 22); patchesToolStripMenuItem.Text = "Patches"; // // createPatchToolStripMenuItem // createPatchToolStripMenuItem.Name = "createPatchToolStripMenuItem"; createPatchToolStripMenuItem.Size = new System.Drawing.Size(141, 22); createPatchToolStripMenuItem.Text = "Create Patch"; createPatchToolStripMenuItem.Click += new System.EventHandler(createPatchToolStripMenuItem_Click); // // applyPatchToolStripMenuItem // applyPatchToolStripMenuItem.Name = "applyPatchToolStripMenuItem"; applyPatchToolStripMenuItem.Size = new System.Drawing.Size(141, 22); applyPatchToolStripMenuItem.Text = "Apply Patch"; applyPatchToolStripMenuItem.Click += new System.EventHandler(applyPatchToolStripMenuItem_Click); // // pokePatchToolStripMenuItem // pokePatchToolStripMenuItem.Name = "pokePatchToolStripMenuItem"; pokePatchToolStripMenuItem.Size = new System.Drawing.Size(141, 22); pokePatchToolStripMenuItem.Text = "Poke Patch"; pokePatchToolStripMenuItem.Click += new System.EventHandler(pokePatchToolStripMenuItem_Click); // // xDKToolStripMenuItem // xDKToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { screenshotToolStripMenuItem, toolStripSeparator4, preBetaToolStripMenuItem, toolStripSeparator3, publicBetaToolStripMenuItem, toolStripSeparator5, finalToolStripMenuItem, toolStripSeparator7, gamertagToolStripMenuItem, openTrayToolStripMenuItem, closeTrayToolStripMenuItem, consoleIDToolStripMenuItem }); xDKToolStripMenuItem.Name = "xDKToolStripMenuItem"; xDKToolStripMenuItem.Size = new System.Drawing.Size(173, 22); xDKToolStripMenuItem.Text = "Xbox Poking"; // // screenshotToolStripMenuItem // screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem"; screenshotToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; screenshotToolStripMenuItem.Size = new System.Drawing.Size(151, 22); screenshotToolStripMenuItem.Text = "Screenshot"; screenshotToolStripMenuItem.Click += new System.EventHandler(screenshotToolStripMenuItem_Click); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(148, 6); // // preBetaToolStripMenuItem // preBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { loadMapToolStripMenuItem }); preBetaToolStripMenuItem.Name = "preBetaToolStripMenuItem"; preBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22); preBetaToolStripMenuItem.Text = "Pre-Beta"; // // loadMapToolStripMenuItem // loadMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { swordslayerToolStripMenuItem, settlementToolStripMenuItem, boneyardToolStripMenuItem, ff10prototypeToolStripMenuItem }); loadMapToolStripMenuItem.Name = "loadMapToolStripMenuItem"; loadMapToolStripMenuItem.Size = new System.Drawing.Size(127, 22); loadMapToolStripMenuItem.Text = "Load Map"; // // swordslayerToolStripMenuItem // swordslayerToolStripMenuItem.Name = "swordslayerToolStripMenuItem"; swordslayerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1))); swordslayerToolStripMenuItem.Size = new System.Drawing.Size(198, 22); swordslayerToolStripMenuItem.Text = "20_sword_slayer"; swordslayerToolStripMenuItem.Click += new System.EventHandler(swordslayerToolStripMenuItem_Click); // // settlementToolStripMenuItem // settlementToolStripMenuItem.Name = "settlementToolStripMenuItem"; settlementToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2))); settlementToolStripMenuItem.Size = new System.Drawing.Size(198, 22); settlementToolStripMenuItem.Text = "30_settlement"; settlementToolStripMenuItem.Click += new System.EventHandler(settlementToolStripMenuItem_Click); // // boneyardToolStripMenuItem // boneyardToolStripMenuItem.Name = "boneyardToolStripMenuItem"; boneyardToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3))); boneyardToolStripMenuItem.Size = new System.Drawing.Size(198, 22); boneyardToolStripMenuItem.Text = "70_boneyard"; boneyardToolStripMenuItem.Click += new System.EventHandler(boneyardToolStripMenuItem_Click); // // ff10prototypeToolStripMenuItem // ff10prototypeToolStripMenuItem.Name = "ff10prototypeToolStripMenuItem"; ff10prototypeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4))); ff10prototypeToolStripMenuItem.Size = new System.Drawing.Size(198, 22); ff10prototypeToolStripMenuItem.Text = "ff10_prototype"; ff10prototypeToolStripMenuItem.Click += new System.EventHandler(ff10prototypeToolStripMenuItem_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(148, 6); // // publicBetaToolStripMenuItem // publicBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { loadBetaMapToolStripMenuItem, printCamDebugInfoToolStripMenuItem }); publicBetaToolStripMenuItem.Name = "publicBetaToolStripMenuItem"; publicBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22); publicBetaToolStripMenuItem.Text = "Public Beta"; // // loadBetaMapToolStripMenuItem // loadBetaMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { swordslayerToolStripMenuItem1, settlementToolStripMenuItem1, boneyardToolStripMenuItem1, ff10prototypeToolStripMenuItem1 }); loadBetaMapToolStripMenuItem.Name = "loadBetaMapToolStripMenuItem"; loadBetaMapToolStripMenuItem.Size = new System.Drawing.Size(263, 22); loadBetaMapToolStripMenuItem.Text = "Load Map"; // // swordslayerToolStripMenuItem1 // swordslayerToolStripMenuItem1.Name = "swordslayerToolStripMenuItem1"; swordslayerToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.D1))); swordslayerToolStripMenuItem1.Size = new System.Drawing.Size(230, 22); swordslayerToolStripMenuItem1.Text = "20_sword_slayer"; swordslayerToolStripMenuItem1.Click += new System.EventHandler(swordslayerToolStripMenuItem1_Click); // // settlementToolStripMenuItem1 // settlementToolStripMenuItem1.Name = "settlementToolStripMenuItem1"; settlementToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.D2))); settlementToolStripMenuItem1.Size = new System.Drawing.Size(230, 22); settlementToolStripMenuItem1.Text = "30_settlement"; settlementToolStripMenuItem1.Click += new System.EventHandler(settlementToolStripMenuItem1_Click); // // boneyardToolStripMenuItem1 // boneyardToolStripMenuItem1.Name = "boneyardToolStripMenuItem1"; boneyardToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.D3))); boneyardToolStripMenuItem1.Size = new System.Drawing.Size(230, 22); boneyardToolStripMenuItem1.Text = "70_boneyard"; boneyardToolStripMenuItem1.Click += new System.EventHandler(boneyardToolStripMenuItem1_Click); // // ff10prototypeToolStripMenuItem1 // ff10prototypeToolStripMenuItem1.Name = "ff10prototypeToolStripMenuItem1"; ff10prototypeToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.D4))); ff10prototypeToolStripMenuItem1.Size = new System.Drawing.Size(230, 22); ff10prototypeToolStripMenuItem1.Text = "ff10_prototype"; ff10prototypeToolStripMenuItem1.Click += new System.EventHandler(ff10prototypeToolStripMenuItem1_Click); // // printCamDebugInfoToolStripMenuItem // printCamDebugInfoToolStripMenuItem.Name = "printCamDebugInfoToolStripMenuItem"; printCamDebugInfoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.C))); printCamDebugInfoToolStripMenuItem.Size = new System.Drawing.Size(263, 22); printCamDebugInfoToolStripMenuItem.Text = "Print Cam Debug Info"; printCamDebugInfoToolStripMenuItem.Click += new System.EventHandler(printCamDebugInfoToolStripMenuItem_Click); // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(148, 6); // // finalToolStripMenuItem // finalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { slidersToolStripMenuItem, toolStripSeparator8 }); finalToolStripMenuItem.Name = "finalToolStripMenuItem"; finalToolStripMenuItem.Size = new System.Drawing.Size(151, 22); finalToolStripMenuItem.Text = "Final"; // // slidersToolStripMenuItem // slidersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { sceneryToolStripMenuItem, vehiclesToolStripMenuItem, hudToolStripMenuItem }); slidersToolStripMenuItem.Name = "slidersToolStripMenuItem"; slidersToolStripMenuItem.Size = new System.Drawing.Size(108, 22); slidersToolStripMenuItem.Text = "Sliders"; // // sceneryToolStripMenuItem // sceneryToolStripMenuItem.Name = "sceneryToolStripMenuItem"; sceneryToolStripMenuItem.Size = new System.Drawing.Size(116, 22); sceneryToolStripMenuItem.Text = "Scenery"; sceneryToolStripMenuItem.Click += new System.EventHandler(sceneryToolStripMenuItem_Click); // // vehiclesToolStripMenuItem // vehiclesToolStripMenuItem.Name = "vehiclesToolStripMenuItem"; vehiclesToolStripMenuItem.Size = new System.Drawing.Size(116, 22); vehiclesToolStripMenuItem.Text = "Vehicles"; vehiclesToolStripMenuItem.Click += new System.EventHandler(vehiclesToolStripMenuItem_Click); // // hudToolStripMenuItem // hudToolStripMenuItem.Name = "hudToolStripMenuItem"; hudToolStripMenuItem.Size = new System.Drawing.Size(116, 22); hudToolStripMenuItem.Text = "Hud"; hudToolStripMenuItem.Click += new System.EventHandler(hudToolStripMenuItem_Click); // // toolStripSeparator8 // toolStripSeparator8.Name = "toolStripSeparator8"; toolStripSeparator8.Size = new System.Drawing.Size(105, 6); // // toolStripSeparator7 // toolStripSeparator7.Name = "toolStripSeparator7"; toolStripSeparator7.Size = new System.Drawing.Size(148, 6); toolStripSeparator7.Visible = false; // // gamertagToolStripMenuItem // gamertagToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripTextBoxGamertagPoke, pokeToolStripMenuItem }); gamertagToolStripMenuItem.Name = "gamertagToolStripMenuItem"; gamertagToolStripMenuItem.Size = new System.Drawing.Size(151, 22); gamertagToolStripMenuItem.Text = "Gamertag"; gamertagToolStripMenuItem.Visible = false; // // toolStripTextBoxGamertagPoke // toolStripTextBoxGamertagPoke.BackColor = System.Drawing.SystemColors.ScrollBar; toolStripTextBoxGamertagPoke.Name = "toolStripTextBoxGamertagPoke"; toolStripTextBoxGamertagPoke.RightToLeft = System.Windows.Forms.RightToLeft.No; toolStripTextBoxGamertagPoke.Size = new System.Drawing.Size(100, 23); // // pokeToolStripMenuItem // pokeToolStripMenuItem.Name = "pokeToolStripMenuItem"; pokeToolStripMenuItem.Size = new System.Drawing.Size(160, 22); pokeToolStripMenuItem.Text = "Poke"; pokeToolStripMenuItem.Click += new System.EventHandler(pokeToolStripMenuItem_Click); // // openTrayToolStripMenuItem // openTrayToolStripMenuItem.Name = "openTrayToolStripMenuItem"; openTrayToolStripMenuItem.Size = new System.Drawing.Size(151, 22); openTrayToolStripMenuItem.Text = "Open Tray"; openTrayToolStripMenuItem.Visible = false; openTrayToolStripMenuItem.Click += new System.EventHandler(openTrayToolStripMenuItem_Click); // // closeTrayToolStripMenuItem // closeTrayToolStripMenuItem.Name = "closeTrayToolStripMenuItem"; closeTrayToolStripMenuItem.Size = new System.Drawing.Size(151, 22); closeTrayToolStripMenuItem.Text = "Close Tray"; closeTrayToolStripMenuItem.Visible = false; closeTrayToolStripMenuItem.Click += new System.EventHandler(closeTrayToolStripMenuItem_Click); // // consoleIDToolStripMenuItem // consoleIDToolStripMenuItem.Name = "consoleIDToolStripMenuItem"; consoleIDToolStripMenuItem.Size = new System.Drawing.Size(151, 22); consoleIDToolStripMenuItem.Text = "Console ID"; consoleIDToolStripMenuItem.Visible = false; consoleIDToolStripMenuItem.Click += new System.EventHandler(consoleIDToolStripMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(170, 6); // // settingsToolStripMenuItem // settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; settingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); settingsToolStripMenuItem.Size = new System.Drawing.Size(173, 22); settingsToolStripMenuItem.Text = "Settings"; settingsToolStripMenuItem.Click += new System.EventHandler(settingsToolStripMenuItem_Click); // // viewToolStripMenuItem // viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { tagComparerToolStripMenuItem, finderToolStripMenuItem, tagListMergerToolStripMenuItem, advancedXeXPokerToolStripMenuItem1, playerInformationToolStripMenuItem, anniversaryMemoryOffsetToolStripMenuItem }); viewToolStripMenuItem.Name = "viewToolStripMenuItem"; viewToolStripMenuItem.Size = new System.Drawing.Size(47, 20); viewToolStripMenuItem.Text = "Tools"; // // tagComparerToolStripMenuItem // tagComparerToolStripMenuItem.Name = "tagComparerToolStripMenuItem"; tagComparerToolStripMenuItem.Size = new System.Drawing.Size(219, 22); tagComparerToolStripMenuItem.Text = "Tag Comparer"; tagComparerToolStripMenuItem.Click += new System.EventHandler(tagComparerToolStripMenuItem_Click); // // finderToolStripMenuItem // finderToolStripMenuItem.Name = "finderToolStripMenuItem"; finderToolStripMenuItem.Size = new System.Drawing.Size(219, 22); finderToolStripMenuItem.Text = "Finder"; finderToolStripMenuItem.Visible = false; finderToolStripMenuItem.Click += new System.EventHandler(finderToolStripMenuItem_Click); // // tagListMergerToolStripMenuItem // tagListMergerToolStripMenuItem.Name = "tagListMergerToolStripMenuItem"; tagListMergerToolStripMenuItem.Size = new System.Drawing.Size(219, 22); tagListMergerToolStripMenuItem.Text = "TagList Merger"; tagListMergerToolStripMenuItem.Click += new System.EventHandler(tagListMergerToolStripMenuItem_Click); // // advancedXeXPokerToolStripMenuItem1 // advancedXeXPokerToolStripMenuItem1.Name = "advancedXeXPokerToolStripMenuItem1"; advancedXeXPokerToolStripMenuItem1.Size = new System.Drawing.Size(219, 22); advancedXeXPokerToolStripMenuItem1.Text = "Advanced Poker"; advancedXeXPokerToolStripMenuItem1.Click += new System.EventHandler(advancedXeXPokerToolStripMenuItem1_Click); // // playerInformationToolStripMenuItem // playerInformationToolStripMenuItem.Name = "playerInformationToolStripMenuItem"; playerInformationToolStripMenuItem.Size = new System.Drawing.Size(219, 22); playerInformationToolStripMenuItem.Text = "Player Information"; playerInformationToolStripMenuItem.Click += new System.EventHandler(playerInformationToolStripMenuItem_Click); // // anniversaryMemoryOffsetToolStripMenuItem // anniversaryMemoryOffsetToolStripMenuItem.Name = "anniversaryMemoryOffsetToolStripMenuItem"; anniversaryMemoryOffsetToolStripMenuItem.Size = new System.Drawing.Size(219, 22); anniversaryMemoryOffsetToolStripMenuItem.Text = "Anniversary Memory Offset"; anniversaryMemoryOffsetToolStripMenuItem.Click += new System.EventHandler(anniversaryMemoryOffsetToolStripMenuItem_Click); // // windowToolStripMenuItem // windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { tileVerticallyToolStripMenuItem, tileHorizontallyToolStripMenuItem, cascadeToolStripMenuItem }); windowToolStripMenuItem.Name = "windowToolStripMenuItem"; windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20); windowToolStripMenuItem.Text = "Window"; // // tileVerticallyToolStripMenuItem // tileVerticallyToolStripMenuItem.Name = "tileVerticallyToolStripMenuItem"; tileVerticallyToolStripMenuItem.Size = new System.Drawing.Size(160, 22); tileVerticallyToolStripMenuItem.Text = "Tile Vertically"; tileVerticallyToolStripMenuItem.Click += new System.EventHandler(tileVerticallyToolStripMenuItem_Click); // // tileHorizontallyToolStripMenuItem // tileHorizontallyToolStripMenuItem.Name = "tileHorizontallyToolStripMenuItem"; tileHorizontallyToolStripMenuItem.Size = new System.Drawing.Size(160, 22); tileHorizontallyToolStripMenuItem.Text = "Tile Horizontally"; tileHorizontallyToolStripMenuItem.Click += new System.EventHandler(tileHorizontallyToolStripMenuItem_Click); // // cascadeToolStripMenuItem // cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem"; cascadeToolStripMenuItem.Size = new System.Drawing.Size(160, 22); cascadeToolStripMenuItem.Text = "Cascade"; cascadeToolStripMenuItem.Click += new System.EventHandler(cascadeToolStripMenuItem_Click); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { buildLogsToolStripMenuItem, aboutToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "Help"; // // buildLogsToolStripMenuItem // buildLogsToolStripMenuItem.Name = "buildLogsToolStripMenuItem"; buildLogsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L))); buildLogsToolStripMenuItem.Size = new System.Drawing.Size(181, 22); buildLogsToolStripMenuItem.Text = "Build Logs"; buildLogsToolStripMenuItem.Click += new System.EventHandler(buildLogsToolStripMenuItem_Click); // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.A))); aboutToolStripMenuItem.Size = new System.Drawing.Size(181, 22); aboutToolStripMenuItem.Text = "About"; aboutToolStripMenuItem.Click += new System.EventHandler(aboutToolStripMenuItem_Click); // // Form1 // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; ClientSize = new System.Drawing.Size(831, 570); Controls.Add(menuStrip1); Icon = ((System.Drawing.Icon)(resources.GetObject("$Icon"))); IsMdiContainer = true; KeyPreview = true; MainMenuStrip = menuStrip1; Name = "Form1"; ShowIcon = false; Text = "Ascension"; WindowState = System.Windows.Forms.FormWindowState.Maximized; FormClosing += new System.Windows.Forms.FormClosingEventHandler(Form1_FormClosing); FormClosed += new System.Windows.Forms.FormClosedEventHandler(Form1_FormClosed); Load += new System.EventHandler(Form1_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem homunculusSettingsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem mercenarySettingsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem homunculusTacticsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem mercenaryTacticsToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem homunculusSettingsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem mercenarySettingsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem homunculusTacticsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem mercenaryTacticsToolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem documentationToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; System.Windows.Forms.TabPage tabPage3; System.Windows.Forms.TabPage tabPage4; System.Windows.Forms.TabPage tabPage5; System.Windows.Forms.TabPage tabPage6; System.Windows.Forms.Label label1; this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.applySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.revertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resetToDefaultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.propertyGridHomunculus = new System.Windows.Forms.PropertyGrid(); this.propertyGridMercenary = new System.Windows.Forms.PropertyGrid(); this.homTactControl1 = new AzzyAIConfig.HomTactControl(); this.merTactControl1 = new AzzyAIConfig.MerTactControl(); this.pvpTactControl1 = new AzzyAIConfig.PvpTactControl(); this.tabPage7 = new System.Windows.Forms.TabPage(); this.m_PvpTactControl1 = new AzzyAIConfig.M_PvpTactControl(); this.extraControl1 = new AzzyAIConfig.ExtraControl(); this.buttonApply = new System.Windows.Forms.Button(); this.buttonQuit = new System.Windows.Forms.Button(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); homunculusSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mercenarySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); homunculusTacticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mercenaryTacticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); homunculusSettingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); mercenarySettingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); homunculusTacticsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); mercenaryTacticsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); documentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); tabPage3 = new System.Windows.Forms.TabPage(); tabPage4 = new System.Windows.Forms.TabPage(); tabPage5 = new System.Windows.Forms.TabPage(); tabPage6 = new System.Windows.Forms.TabPage(); label1 = new System.Windows.Forms.Label(); menuStrip1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); tabPage3.SuspendLayout(); tabPage4.SuspendLayout(); tabPage5.SuspendLayout(); this.tabPage7.SuspendLayout(); tabPage6.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(624, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { importToolStripMenuItem, exportToolStripMenuItem, this.toolStripMenuItem1, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F))); fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "File"; // // importToolStripMenuItem // importToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { homunculusSettingsToolStripMenuItem, mercenarySettingsToolStripMenuItem, homunculusTacticsToolStripMenuItem, mercenaryTacticsToolStripMenuItem }); importToolStripMenuItem.Name = "importToolStripMenuItem"; importToolStripMenuItem.Size = new System.Drawing.Size(110, 22); importToolStripMenuItem.Text = "Import"; // // homunculusSettingsToolStripMenuItem // homunculusSettingsToolStripMenuItem.Name = "homunculusSettingsToolStripMenuItem"; homunculusSettingsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); homunculusSettingsToolStripMenuItem.Text = "Homunculus Settings..."; homunculusSettingsToolStripMenuItem.Click += new System.EventHandler(this.homunculusSettingsToolStripMenuItem_Click); // // mercenarySettingsToolStripMenuItem // mercenarySettingsToolStripMenuItem.Name = "mercenarySettingsToolStripMenuItem"; mercenarySettingsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); mercenarySettingsToolStripMenuItem.Text = "Mercenary Settings..."; mercenarySettingsToolStripMenuItem.Click += new System.EventHandler(this.mercenarySettingsToolStripMenuItem_Click); // // homunculusTacticsToolStripMenuItem // homunculusTacticsToolStripMenuItem.Name = "homunculusTacticsToolStripMenuItem"; homunculusTacticsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); homunculusTacticsToolStripMenuItem.Text = "Homunculus Tactics..."; homunculusTacticsToolStripMenuItem.Click += new System.EventHandler(this.homunculusTacticsToolStripMenuItem_Click); // // mercenaryTacticsToolStripMenuItem // mercenaryTacticsToolStripMenuItem.Name = "mercenaryTacticsToolStripMenuItem"; mercenaryTacticsToolStripMenuItem.Size = new System.Drawing.Size(197, 22); mercenaryTacticsToolStripMenuItem.Text = "Mercenary Tactics..."; mercenaryTacticsToolStripMenuItem.Click += new System.EventHandler(this.mercenaryTacticsToolStripMenuItem_Click); // // exportToolStripMenuItem // exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { homunculusSettingsToolStripMenuItem1, mercenarySettingsToolStripMenuItem1, homunculusTacticsToolStripMenuItem1, mercenaryTacticsToolStripMenuItem1 }); exportToolStripMenuItem.Name = "exportToolStripMenuItem"; exportToolStripMenuItem.Size = new System.Drawing.Size(110, 22); exportToolStripMenuItem.Text = "Export"; // // homunculusSettingsToolStripMenuItem1 // homunculusSettingsToolStripMenuItem1.Name = "homunculusSettingsToolStripMenuItem1"; homunculusSettingsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); homunculusSettingsToolStripMenuItem1.Text = "Homunculus Settings..."; homunculusSettingsToolStripMenuItem1.Click += new System.EventHandler(this.homunculusSettingsToolStripMenuItem1_Click); // // mercenarySettingsToolStripMenuItem1 // mercenarySettingsToolStripMenuItem1.Name = "mercenarySettingsToolStripMenuItem1"; mercenarySettingsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); mercenarySettingsToolStripMenuItem1.Text = "Mercenary Settings..."; mercenarySettingsToolStripMenuItem1.Click += new System.EventHandler(this.mercenarySettingsToolStripMenuItem1_Click); // // homunculusTacticsToolStripMenuItem1 // homunculusTacticsToolStripMenuItem1.Name = "homunculusTacticsToolStripMenuItem1"; homunculusTacticsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); homunculusTacticsToolStripMenuItem1.Text = "Homunculus Tactics..."; homunculusTacticsToolStripMenuItem1.Click += new System.EventHandler(this.homunculusTacticsToolStripMenuItem1_Click); // // mercenaryTacticsToolStripMenuItem1 // mercenaryTacticsToolStripMenuItem1.Name = "mercenaryTacticsToolStripMenuItem1"; mercenaryTacticsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22); mercenaryTacticsToolStripMenuItem1.Text = "Mercenary Tactics..."; mercenaryTacticsToolStripMenuItem1.Click += new System.EventHandler(this.mercenaryTacticsToolStripMenuItem1_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(107, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(110, 22); exitToolStripMenuItem.Text = "Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.buttonQuit_Click); // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.applySettingsToolStripMenuItem, this.toolStripMenuItem3, this.revertToolStripMenuItem, this.resetToDefaultsToolStripMenuItem }); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E))); editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); editToolStripMenuItem.Text = "Edit"; // // applySettingsToolStripMenuItem // this.applySettingsToolStripMenuItem.Enabled = false; this.applySettingsToolStripMenuItem.Name = "applySettingsToolStripMenuItem"; this.applySettingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.applySettingsToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.applySettingsToolStripMenuItem.Text = "Apply Settings"; this.applySettingsToolStripMenuItem.Click += new System.EventHandler(this.buttonApply_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(201, 6); // // revertToolStripMenuItem // this.revertToolStripMenuItem.Enabled = false; this.revertToolStripMenuItem.Name = "revertToolStripMenuItem"; this.revertToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); this.revertToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.revertToolStripMenuItem.Text = "Revert"; this.revertToolStripMenuItem.Click += new System.EventHandler(this.revertToolStripMenuItem_Click); // // resetToDefaultsToolStripMenuItem // this.resetToDefaultsToolStripMenuItem.Name = "resetToDefaultsToolStripMenuItem"; this.resetToDefaultsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); this.resetToDefaultsToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.resetToDefaultsToolStripMenuItem.Text = "Reset to Defaults"; this.resetToDefaultsToolStripMenuItem.Click += new System.EventHandler(this.resetToDefaultsToolStripMenuItem_Click); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { documentationToolStripMenuItem, this.toolStripMenuItem2, aboutToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H))); helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "Help"; // // documentationToolStripMenuItem // documentationToolStripMenuItem.Name = "documentationToolStripMenuItem"; documentationToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; documentationToolStripMenuItem.Size = new System.Drawing.Size(176, 22); documentationToolStripMenuItem.Text = "Documentation"; documentationToolStripMenuItem.Click += new System.EventHandler(this.documentationToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(173, 6); // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(176, 22); aboutToolStripMenuItem.Text = "About..."; aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 3; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(tabControl1, 0, 0); tableLayoutPanel1.Controls.Add(label1, 0, 1); tableLayoutPanel1.Controls.Add(this.buttonApply, 1, 1); tableLayoutPanel1.Controls.Add(this.buttonQuit, 2, 1); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(624, 418); tableLayoutPanel1.TabIndex = 1; // // tabControl1 // tableLayoutPanel1.SetColumnSpan(tabControl1, 3); tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Controls.Add(tabPage4); tabControl1.Controls.Add(tabPage5); tabControl1.Controls.Add(this.tabPage7); tabControl1.Controls.Add(tabPage6); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(3, 3); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(618, 383); tabControl1.TabIndex = 0; // // tabPage1 // tabPage1.Controls.Add(this.propertyGridHomunculus); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); tabPage1.Size = new System.Drawing.Size(610, 357); tabPage1.TabIndex = 0; tabPage1.Text = "Homunculus"; tabPage1.UseVisualStyleBackColor = true; // // propertyGridHomunculus // this.propertyGridHomunculus.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGridHomunculus.Location = new System.Drawing.Point(3, 3); this.propertyGridHomunculus.Name = "propertyGridHomunculus"; this.propertyGridHomunculus.Size = new System.Drawing.Size(604, 351); this.propertyGridHomunculus.TabIndex = 0; this.propertyGridHomunculus.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridHomunculus_PropertyValueChanged); // // tabPage2 // tabPage2.Controls.Add(this.propertyGridMercenary); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); tabPage2.Size = new System.Drawing.Size(610, 358); tabPage2.TabIndex = 1; tabPage2.Text = "Mercenary"; tabPage2.UseVisualStyleBackColor = true; // // propertyGridMercenary // this.propertyGridMercenary.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGridMercenary.Location = new System.Drawing.Point(3, 3); this.propertyGridMercenary.Name = "propertyGridMercenary"; this.propertyGridMercenary.Size = new System.Drawing.Size(604, 352); this.propertyGridMercenary.TabIndex = 0; this.propertyGridMercenary.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridMercenary_PropertyValueChanged); // // tabPage3 // tabPage3.Controls.Add(this.homTactControl1); tabPage3.Location = new System.Drawing.Point(4, 22); tabPage3.Name = "tabPage3"; tabPage3.Size = new System.Drawing.Size(610, 358); tabPage3.TabIndex = 2; tabPage3.Text = "Homunculus Tactics"; tabPage3.UseVisualStyleBackColor = true; tabPage3.Click += new System.EventHandler(this.tabPage3_Click); // // homTactControl1 // this.homTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.homTactControl1.Location = new System.Drawing.Point(0, 0); this.homTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.homTactControl1.MinimumSize = new System.Drawing.Size(400, 230); this.homTactControl1.Name = "homTactControl1"; this.homTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.homTactControl1.Size = new System.Drawing.Size(610, 358); this.homTactControl1.TabIndex = 0; this.homTactControl1.TacticsChanged += new System.EventHandler(this.ConfigChanged); this.homTactControl1.Load += new System.EventHandler(this.homTactControl1_Load); // // tabPage4 // tabPage4.Controls.Add(this.merTactControl1); tabPage4.Location = new System.Drawing.Point(4, 22); tabPage4.Name = "tabPage4"; tabPage4.Size = new System.Drawing.Size(610, 358); tabPage4.TabIndex = 3; tabPage4.Text = "Mercenary Tactics"; tabPage4.UseVisualStyleBackColor = true; // // merTactControl1 // this.merTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.merTactControl1.Location = new System.Drawing.Point(0, 0); this.merTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.merTactControl1.MinimumSize = new System.Drawing.Size(400, 320); this.merTactControl1.Name = "merTactControl1"; this.merTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.merTactControl1.Size = new System.Drawing.Size(610, 358); this.merTactControl1.TabIndex = 0; this.merTactControl1.TacticsChanged += new System.EventHandler(this.ConfigChanged); // // tabPage5 // tabPage5.Controls.Add(this.pvpTactControl1); tabPage5.Location = new System.Drawing.Point(4, 22); tabPage5.Name = "tabPage5"; tabPage5.Size = new System.Drawing.Size(610, 358); tabPage5.TabIndex = 4; tabPage5.Text = "PVP Tactics"; tabPage5.UseVisualStyleBackColor = true; // // pvpTactControl1 // this.pvpTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pvpTactControl1.Location = new System.Drawing.Point(0, 0); this.pvpTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pvpTactControl1.MinimumSize = new System.Drawing.Size(400, 260); this.pvpTactControl1.Name = "pvpTactControl1"; this.pvpTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.pvpTactControl1.Size = new System.Drawing.Size(610, 358); this.pvpTactControl1.TabIndex = 0; this.pvpTactControl1.PvpTacticsChanged += new System.EventHandler(this.ConfigChanged); // // tabPage7 // this.tabPage7.Controls.Add(this.m_PvpTactControl1); this.tabPage7.Location = new System.Drawing.Point(4, 22); this.tabPage7.Name = "tabPage7"; this.tabPage7.Size = new System.Drawing.Size(610, 358); this.tabPage7.TabIndex = 6; this.tabPage7.Text = "Merc PVP Tactics"; this.tabPage7.UseVisualStyleBackColor = true; // // m_PvpTactControl1 // this.m_PvpTactControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.m_PvpTactControl1.Location = new System.Drawing.Point(0, 0); this.m_PvpTactControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.m_PvpTactControl1.MinimumSize = new System.Drawing.Size(400, 260); this.m_PvpTactControl1.Name = "m_PvpTactControl1"; this.m_PvpTactControl1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.m_PvpTactControl1.Size = new System.Drawing.Size(610, 358); this.m_PvpTactControl1.TabIndex = 0; this.m_PvpTactControl1.M_PvpTacticsChanged += new System.EventHandler(this.ConfigChanged); // // tabPage6 // tabPage6.Controls.Add(this.extraControl1); tabPage6.Location = new System.Drawing.Point(4, 22); tabPage6.Name = "tabPage6"; tabPage6.Size = new System.Drawing.Size(610, 358); tabPage6.TabIndex = 5; tabPage6.Text = "Extra Options"; tabPage6.UseVisualStyleBackColor = true; // // extraControl1 // this.extraControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.extraControl1.Location = new System.Drawing.Point(0, 0); this.extraControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.extraControl1.MinimumSize = new System.Drawing.Size(312, 72); this.extraControl1.Name = "extraControl1"; this.extraControl1.Size = new System.Drawing.Size(610, 358); this.extraControl1.TabIndex = 0; this.extraControl1.ExtraChanged += new System.EventHandler(this.ConfigChanged); // // label1 // label1.Anchor = System.Windows.Forms.AnchorStyles.Right; label1.AutoSize = true; label1.Location = new System.Drawing.Point(282, 397); label1.Name = "label1"; label1.Size = new System.Drawing.Size(162, 13); label1.TabIndex = 1; label1.Text = "AzzyAI Configuration Utility v1.55"; label1.Click += new System.EventHandler(this.label1_Click); // // buttonApply // this.buttonApply.Anchor = System.Windows.Forms.AnchorStyles.Right; this.buttonApply.Enabled = false; this.buttonApply.Location = new System.Drawing.Point(450, 392); this.buttonApply.Name = "buttonApply"; this.buttonApply.Size = new System.Drawing.Size(90, 23); this.buttonApply.TabIndex = 2; this.buttonApply.Text = "Apply Settings"; this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click); // // buttonQuit // this.buttonQuit.Anchor = System.Windows.Forms.AnchorStyles.Right; this.buttonQuit.Location = new System.Drawing.Point(546, 392); this.buttonQuit.Name = "buttonQuit"; this.buttonQuit.Size = new System.Drawing.Size(75, 23); this.buttonQuit.TabIndex = 3; this.buttonQuit.Text = "Quit"; this.buttonQuit.UseVisualStyleBackColor = true; this.buttonQuit.Click += new System.EventHandler(this.buttonQuit_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 442); this.Controls.Add(tableLayoutPanel1); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AzzyAI Configuration Utility"; this.Load += new System.EventHandler(this.MainForm_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage2.ResumeLayout(false); tabPage3.ResumeLayout(false); tabPage4.ResumeLayout(false); tabPage5.ResumeLayout(false); this.tabPage7.ResumeLayout(false); tabPage6.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 mnuVoiceSearch; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVoiceSearch)); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tblVoiceSearch = new System.Windows.Forms.TableLayoutPanel(); this.dgdDisplayResult = new System.Windows.Forms.DataGridView(); this.pnlVoiceSearch = new System.Windows.Forms.Panel(); this.lblNoResult = new System.Windows.Forms.Label(); this.cmdStart = new System.Windows.Forms.Button(); this.lblName = new System.Windows.Forms.Label(); this.cmdStop = new System.Windows.Forms.Button(); this.txtNameSearch = new System.Windows.Forms.TextBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.patientBindingSource = new System.Windows.Forms.BindingSource(this.components); this.patient_DetailsDataSet = new Voice_PM_Search.Patient_DetailsDataSet(); this.patientTableAdapter = new Voice_PM_Search.Patient_DetailsDataSetTableAdapters.PatientTableAdapter(); mnuVoiceSearch = new System.Windows.Forms.MenuStrip(); mnuVoiceSearch.SuspendLayout(); this.tblVoiceSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgdDisplayResult)).BeginInit(); this.pnlVoiceSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.patientBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.patient_DetailsDataSet)).BeginInit(); this.SuspendLayout(); // // mnuVoiceSearch // mnuVoiceSearch.BackColor = System.Drawing.Color.Transparent; mnuVoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; mnuVoiceSearch.ImageScalingSize = new System.Drawing.Size(24, 24); mnuVoiceSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem }); mnuVoiceSearch.Location = new System.Drawing.Point(2, 2); mnuVoiceSearch.Name = "mnuVoiceSearch"; mnuVoiceSearch.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; mnuVoiceSearch.Size = new System.Drawing.Size(712, 33); mnuVoiceSearch.TabIndex = 13; // // fileToolStripMenuItem // this.fileToolStripMenuItem.BackColor = System.Drawing.Color.Transparent; this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpToolStripMenuItem, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(50, 29); this.fileToolStripMenuItem.Text = "&File"; this.fileToolStripMenuItem.ToolTipText = "File"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H))); this.helpToolStripMenuItem.Size = new System.Drawing.Size(192, 30); this.helpToolStripMenuItem.Text = "&Help"; this.helpToolStripMenuItem.ToolTipText = "Help"; this.helpToolStripMenuItem.Click += new System.EventHandler(this.HelpToolStripMenuItemClick); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.exitToolStripMenuItem.Size = new System.Drawing.Size(192, 30); this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.ToolTipText = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick); // // tblVoiceSearch // this.tblVoiceSearch.AutoSize = true; this.tblVoiceSearch.BackColor = System.Drawing.SystemColors.InactiveBorder; this.tblVoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tblVoiceSearch.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.tblVoiceSearch.ColumnCount = 1; this.tblVoiceSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblVoiceSearch.Controls.Add(this.dgdDisplayResult, 0, 2); this.tblVoiceSearch.Controls.Add(mnuVoiceSearch, 0, 0); this.tblVoiceSearch.Controls.Add(this.pnlVoiceSearch, 0, 1); this.tblVoiceSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.tblVoiceSearch.Location = new System.Drawing.Point(0, 0); this.tblVoiceSearch.Margin = new System.Windows.Forms.Padding(0); this.tblVoiceSearch.Name = "tblVoiceSearch"; this.tblVoiceSearch.RowCount = 3; this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F)); this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45F)); this.tblVoiceSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tblVoiceSearch.Size = new System.Drawing.Size(716, 592); this.tblVoiceSearch.TabIndex = 0; // // dgdDisplayResult // this.dgdDisplayResult.AllowUserToAddRows = false; this.dgdDisplayResult.AllowUserToOrderColumns = true; this.dgdDisplayResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgdDisplayResult.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells; this.dgdDisplayResult.BackgroundColor = System.Drawing.Color.White; this.dgdDisplayResult.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgdDisplayResult.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; this.dgdDisplayResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgdDisplayResult.Dock = System.Windows.Forms.DockStyle.Fill; this.dgdDisplayResult.GridColor = System.Drawing.SystemColors.ControlLightLight; this.dgdDisplayResult.Location = new System.Drawing.Point(5, 345); this.dgdDisplayResult.Name = "dgdDisplayResult"; this.dgdDisplayResult.ReadOnly = true; this.dgdDisplayResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgdDisplayResult.RowHeadersVisible = false; this.dgdDisplayResult.RowTemplate.Height = 28; this.dgdDisplayResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgdDisplayResult.ShowEditingIcon = false; this.dgdDisplayResult.Size = new System.Drawing.Size(706, 242); this.dgdDisplayResult.TabIndex = 27; this.toolTip1.SetToolTip(this.dgdDisplayResult, "Search Result"); // // pnlVoiceSearch // this.pnlVoiceSearch.AutoScroll = true; this.pnlVoiceSearch.BackColor = System.Drawing.Color.White; this.pnlVoiceSearch.BackgroundImage = Voice_PM_Search.VoiceSearchResources.chemical_pharmaceutical_industry_call_center_services; this.pnlVoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlVoiceSearch.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlVoiceSearch.Controls.Add(this.lblNoResult); this.pnlVoiceSearch.Controls.Add(this.cmdStart); this.pnlVoiceSearch.Controls.Add(this.lblName); this.pnlVoiceSearch.Controls.Add(this.cmdStop); this.pnlVoiceSearch.Controls.Add(this.txtNameSearch); this.pnlVoiceSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlVoiceSearch.Location = new System.Drawing.Point(2, 39); this.pnlVoiceSearch.Margin = new System.Windows.Forms.Padding(0); this.pnlVoiceSearch.Name = "pnlVoiceSearch"; this.pnlVoiceSearch.Size = new System.Drawing.Size(712, 301); this.pnlVoiceSearch.TabIndex = 26; // // lblNoResult // this.lblNoResult.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.lblNoResult.AutoSize = true; this.lblNoResult.BackColor = System.Drawing.Color.Transparent; this.lblNoResult.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNoResult.Location = new System.Drawing.Point(262, 253); this.lblNoResult.Name = "lblNoResult"; this.lblNoResult.Size = new System.Drawing.Size(163, 21); this.lblNoResult.TabIndex = 15; this.lblNoResult.Text = "No Result Found"; // // cmdStart // this.cmdStart.Anchor = System.Windows.Forms.AnchorStyles.None; this.cmdStart.BackColor = System.Drawing.Color.WhiteSmoke; this.cmdStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.cmdStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdStart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.cmdStart.Location = new System.Drawing.Point(226, 177); this.cmdStart.MaximumSize = new System.Drawing.Size(104, 41); this.cmdStart.Name = "cmdStart"; this.cmdStart.Size = new System.Drawing.Size(67, 41); this.cmdStart.TabIndex = 1; this.cmdStart.Text = "&Start"; this.cmdStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.cmdStart, "Start Recording"); this.cmdStart.UseVisualStyleBackColor = false; this.cmdStart.Click += new System.EventHandler(this.CmdStartClick); // // lblName // this.lblName.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblName.AutoSize = true; this.lblName.BackColor = System.Drawing.Color.Transparent; this.lblName.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblName.Location = new System.Drawing.Point(133, 129); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(78, 21); this.lblName.TabIndex = 14; this.lblName.Text = "NAME :"; this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cmdStop // this.cmdStop.Anchor = System.Windows.Forms.AnchorStyles.None; this.cmdStop.BackColor = System.Drawing.Color.WhiteSmoke; this.cmdStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.cmdStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.cmdStop.Location = new System.Drawing.Point(429, 177); this.cmdStop.MaximumSize = new System.Drawing.Size(104, 41); this.cmdStop.Name = "cmdStop"; this.cmdStop.Size = new System.Drawing.Size(67, 41); this.cmdStop.TabIndex = 2; this.cmdStop.Text = "S&top"; this.cmdStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip1.SetToolTip(this.cmdStop, "Stop Recording"); this.cmdStop.UseVisualStyleBackColor = false; this.cmdStop.Click += new System.EventHandler(this.CmdStopClick); // // txtNameSearch // this.txtNameSearch.Anchor = System.Windows.Forms.AnchorStyles.None; this.txtNameSearch.HideSelection = false; this.txtNameSearch.Location = new System.Drawing.Point(226, 127); this.txtNameSearch.MaxLength = 20; this.txtNameSearch.Name = "txtNameSearch"; this.txtNameSearch.Size = new System.Drawing.Size(270, 26); this.txtNameSearch.TabIndex = 3; this.toolTip1.SetToolTip(this.txtNameSearch, "Search Box"); this.txtNameSearch.TextChanged += new System.EventHandler(this.NameSearchTextChange); // // toolTip1 // this.toolTip1.ShowAlways = true; // // patientBindingSource // this.patientBindingSource.DataMember = "Patient"; this.patientBindingSource.DataSource = this.patient_DetailsDataSet; // // patient_DetailsDataSet // this.patient_DetailsDataSet.DataSetName = "Patient_DetailsDataSet"; this.patient_DetailsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // patientTableAdapter // this.patientTableAdapter.ClearBeforeFill = true; // // frmVoiceSearch // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoSize = true; this.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(716, 592); this.Controls.Add(this.tblVoiceSearch); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MainMenuStrip = mnuVoiceSearch; this.Name = "frmVoiceSearch"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Voice PM Search"; this.Load += new System.EventHandler(this.frmVoiceSearchLoad); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VoiceSearchKeyDown); mnuVoiceSearch.ResumeLayout(false); mnuVoiceSearch.PerformLayout(); this.tblVoiceSearch.ResumeLayout(false); this.tblVoiceSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgdDisplayResult)).EndInit(); this.pnlVoiceSearch.ResumeLayout(false); this.pnlVoiceSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.patientBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.patient_DetailsDataSet)).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.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(); }