|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace WinFormsControlsTest;
partial class MenuStripAndCheckedListBox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.memoryCardFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.navigationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.settingsEditorToolStripMenuItem = 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.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkStateSamplesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uncheckedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uncheckedCheckOnClickToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkedCheckOnClickToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.indeterminateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.indeterminateCheckOnClickToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.currentDpiLabel = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.IndianRed;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.viewToolStripMenuItem,
this.insertToolStripMenuItem,
this.checkStateSamplesToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(12, 4, 0, 4);
this.menuStrip1.Size = new System.Drawing.Size(736, 46);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
this.menuStrip1.TabStop = true;
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem1,
this.toolStripSeparator1,
this.memoryCardFileToolStripMenuItem,
this.toolStripSeparator2,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(108, 38);
this.fileToolStripMenuItem.Text = "Project";
//
// 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(401, 44);
this.newToolStripMenuItem.Text = "New";
//
// openToolStripMenuItem1
//
this.openToolStripMenuItem1.Enabled = false;
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(401, 44);
this.openToolStripMenuItem1.Text = "Open";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(398, 6);
//
// memoryCardFileToolStripMenuItem
//
this.memoryCardFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.navigationToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.exitToolStripMenuItem1});
this.memoryCardFileToolStripMenuItem.Name = "memoryCardFileToolStripMenuItem";
this.memoryCardFileToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.memoryCardFileToolStripMenuItem.Text = "Memory Card File";
this.memoryCardFileToolStripMenuItem.ToolTipText = "Looooooooooooooooooooooooooooooooong ToolTip";
//
// navigationToolStripMenuItem
//
this.navigationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem1});
this.navigationToolStripMenuItem.Name = "navigationToolStripMenuItem";
this.navigationToolStripMenuItem.Size = new System.Drawing.Size(265, 44);
this.navigationToolStripMenuItem.Text = "Navigation";
this.navigationToolStripMenuItem.ToolTipText = "Looooooooooooooooooooooooooooooooong ToolTip 2";
//
// newToolStripMenuItem1
//
this.newToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.settingsEditorToolStripMenuItem});
this.newToolStripMenuItem1.Name = "newToolStripMenuItem1";
this.newToolStripMenuItem1.Size = new System.Drawing.Size(197, 44);
this.newToolStripMenuItem1.Text = "New";
//
// settingsEditorToolStripMenuItem
//
this.settingsEditorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem});
this.settingsEditorToolStripMenuItem.Name = "settingsEditorToolStripMenuItem";
this.settingsEditorToolStripMenuItem.Size = new System.Drawing.Size(304, 44);
this.settingsEditorToolStripMenuItem.Text = "Settings Editor";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(208, 44);
this.openToolStripMenuItem.Text = "Open";
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(265, 44);
this.saveToolStripMenuItem.Text = "Save";
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(265, 44);
this.saveAsToolStripMenuItem.Text = "Save As";
//
// exitToolStripMenuItem1
//
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
this.exitToolStripMenuItem1.Size = new System.Drawing.Size(265, 44);
this.exitToolStripMenuItem1.Text = "Exit";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(398, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.exitToolStripMenuItem.Text = "Exit";
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(75, 38);
this.editToolStripMenuItem.Text = "Edit";
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(86, 38);
this.viewToolStripMenuItem.Text = "View";
//
// insertToolStripMenuItem
//
this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
this.insertToolStripMenuItem.Size = new System.Drawing.Size(94, 38);
this.insertToolStripMenuItem.Text = "Insert";
//
// checkStateSamplesToolStripMenuItem
//
this.checkStateSamplesToolStripMenuItem.Name = "checkStateSamplesToolStripMenuItem";
this.checkStateSamplesToolStripMenuItem.Size = new System.Drawing.Size(200, 38);
this.checkStateSamplesToolStripMenuItem.Text = "CheckState samples";
this.checkStateSamplesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.uncheckedToolStripMenuItem,
this.uncheckedCheckOnClickToolStripMenuItem,
this.checkedToolStripMenuItem,
this.checkedCheckOnClickToolStripMenuItem,
this.indeterminateToolStripMenuItem,
this.indeterminateCheckOnClickToolStripMenuItem});
//
// uncheckedToolStripMenuItem
//
this.uncheckedToolStripMenuItem.Name = "uncheckedToolStripMenuItem";
this.uncheckedToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.uncheckedToolStripMenuItem.Text = "Unchecked CheckOnClick(F)";
this.uncheckedToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
//
// uncheckedCheckOnClickToolStripMenuItem
//
this.uncheckedCheckOnClickToolStripMenuItem.CheckOnClick = true;
this.uncheckedCheckOnClickToolStripMenuItem.Name = "uncheckedCheckOnClickToolStripMenuItem";
this.uncheckedCheckOnClickToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.uncheckedCheckOnClickToolStripMenuItem.Text = "Unchecked CheckOnClick(T)";
this.uncheckedCheckOnClickToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.uncheckedCheckOnClickToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
//
// checkedToolStripMenuItem
//
this.checkedToolStripMenuItem.Checked = true;
this.checkedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkedToolStripMenuItem.Name = "checkedToolStripMenuItem";
this.checkedToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.checkedToolStripMenuItem.Text = "Checked CheckOnClick(F)";
this.checkedToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
//
// checkedCheckOnClickToolStripMenuItem
//
this.checkedCheckOnClickToolStripMenuItem.Checked = true;
this.checkedCheckOnClickToolStripMenuItem.CheckOnClick = true;
this.checkedCheckOnClickToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkedCheckOnClickToolStripMenuItem.Name = "checkedCheckOnClickToolStripMenuItem";
this.checkedCheckOnClickToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.checkedCheckOnClickToolStripMenuItem.Text = "Checked CheckOnClick(T)";
this.checkedCheckOnClickToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
//
// indeterminateToolStripMenuItem
//
this.indeterminateToolStripMenuItem.Checked = true;
this.indeterminateToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Indeterminate;
this.indeterminateToolStripMenuItem.Name = "indeterminateToolStripMenuItem";
this.indeterminateToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.indeterminateToolStripMenuItem.Text = "Indeterminate CheckOnClick(F)";
this.indeterminateToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
//
// indeterminateCheckOnClickToolStripMenuItem
//
this.indeterminateCheckOnClickToolStripMenuItem.Checked = true;
this.indeterminateCheckOnClickToolStripMenuItem.CheckOnClick = true;
this.indeterminateCheckOnClickToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Indeterminate;
this.indeterminateCheckOnClickToolStripMenuItem.Name = "indeterminateCheckOnClickToolStripMenuItem";
this.indeterminateCheckOnClickToolStripMenuItem.Size = new System.Drawing.Size(401, 44);
this.indeterminateCheckOnClickToolStripMenuItem.Text = "Indeterminate CheckOnClick(T)";
this.indeterminateCheckOnClickToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
//
// currentDpiLabel
//
this.currentDpiLabel.AutoSize = true;
this.currentDpiLabel.Location = new System.Drawing.Point(22, 66);
this.currentDpiLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.currentDpiLabel.Name = "currentDpiLabel";
this.currentDpiLabel.Size = new System.Drawing.Size(131, 25);
this.currentDpiLabel.TabIndex = 4;
this.currentDpiLabel.Text = "current DPI: ";
//
// MenuStripAndCheckedListBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(736, 342);
this.Controls.Add(this.currentDpiLabel);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "MenuStripAndCheckedListBox";
this.Text = "MenuStrip and CheckedListBox";
this.Load += this.MenuStripScaling_Load;
this.DpiChanged += this.MenuStripAndCheckedListBox_DpiChanged;
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem memoryCardFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem navigationToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem settingsEditorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkStateSamplesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uncheckedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uncheckedCheckOnClickToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkedCheckOnClickToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem indeterminateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem indeterminateCheckOnClickToolStripMenuItem;
private System.Windows.Forms.Label currentDpiLabel;
}
|