in WinForms-HDPI/SystemAware/MenuStripAndCheckedListBox.Designer.cs [29:251]
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.checkUnCheckToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
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.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.currentDpiLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.viewToolStripMenuItem,
this.insertToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(368, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem1,
this.toolStripSeparator1,
this.checkUnCheckToolStripMenuItem,
this.memoryCardFileToolStripMenuItem,
this.toolStripSeparator2,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
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(202, 22);
this.newToolStripMenuItem.Text = "New";
//
// openToolStripMenuItem1
//
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(202, 22);
this.openToolStripMenuItem1.Text = "Open";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6);
//
// checkUnCheckToolStripMenuItem
//
this.checkUnCheckToolStripMenuItem.Checked = true;
this.checkUnCheckToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkUnCheckToolStripMenuItem.Name = "checkUnCheckToolStripMenuItem";
this.checkUnCheckToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.checkUnCheckToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.checkUnCheckToolStripMenuItem.Text = "Check/UnCheck";
//
// 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(202, 22);
this.memoryCardFileToolStripMenuItem.Text = "Memory Card File";
//
// navigationToolStripMenuItem
//
this.navigationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem1});
this.navigationToolStripMenuItem.Name = "navigationToolStripMenuItem";
this.navigationToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.navigationToolStripMenuItem.Text = "Navigation";
//
// newToolStripMenuItem1
//
this.newToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.settingsEditorToolStripMenuItem});
this.newToolStripMenuItem1.Name = "newToolStripMenuItem1";
this.newToolStripMenuItem1.Size = new System.Drawing.Size(98, 22);
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(150, 22);
this.settingsEditorToolStripMenuItem.Text = "Settings Editor";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
this.openToolStripMenuItem.Text = "Open";
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.saveToolStripMenuItem.Text = "Save";
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.saveAsToolStripMenuItem.Text = "Save As";
//
// exitToolStripMenuItem1
//
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
this.exitToolStripMenuItem1.Size = new System.Drawing.Size(132, 22);
this.exitToolStripMenuItem1.Text = "Exit";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.exitToolStripMenuItem.Text = "Exit";
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
this.editToolStripMenuItem.Text = "Edit";
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.viewToolStripMenuItem.Text = "View";
//
// insertToolStripMenuItem
//
this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
this.insertToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.insertToolStripMenuItem.Text = "Insert";
//
// checkedListBox1
//
this.checkedListBox1.BackColor = System.Drawing.SystemColors.Window;
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Items.AddRange(new object[] {
"Washington",
"California",
"Florida",
"New York"});
this.checkedListBox1.Location = new System.Drawing.Point(14, 65);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(291, 94);
this.checkedListBox1.TabIndex = 1;
//
// currentDpiLabel
//
this.currentDpiLabel.AutoSize = true;
this.currentDpiLabel.Location = new System.Drawing.Point(11, 33);
this.currentDpiLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.currentDpiLabel.Name = "currentDpiLabel";
this.currentDpiLabel.Size = new System.Drawing.Size(67, 13);
this.currentDpiLabel.TabIndex = 4;
this.currentDpiLabel.Text = "current DPI: ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 181);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 5;
this.label1.Text = "label1";
//
// MenuStripAndCheckedListBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(368, 203);
this.Controls.Add(this.label1);
this.Controls.Add(this.currentDpiLabel);
this.Controls.Add(this.checkedListBox1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "MenuStripAndCheckedListBox";
this.Text = "MenuStrip and CheckedListBox";
this.Load += new System.EventHandler(this.MenuStripScaling_Load);
this.DpiChanged += new System.Windows.Forms.DpiChangedEventHandler(this.MenuStripAndCheckedListBox_DpiChanged);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}