📄 form1.designer.cs
字号:
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = global::Example19_1.Properties.Resources.openfolderHS;
this.toolStripButton2.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "打开";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButtonOpen_Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = global::Example19_1.Properties.Resources.saveHS;
this.toolStripButton3.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
this.toolStripButton3.Text = "保存";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripSave);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripPrint
//
this.toolStripPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripPrint.Image = global::Example19_1.Properties.Resources.PrintHS;
this.toolStripPrint.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripPrint.Name = "toolStripPrint";
this.toolStripPrint.Size = new System.Drawing.Size(23, 22);
this.toolStripPrint.Text = "打印";
this.toolStripPrint.Click += new System.EventHandler(this.toolStripPrint_Click);
//
// toolStripPrintPreview
//
this.toolStripPrintPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripPrintPreview.Image = global::Example19_1.Properties.Resources.PrintPreviewHS;
this.toolStripPrintPreview.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripPrintPreview.Name = "toolStripPrintPreview";
this.toolStripPrintPreview.Size = new System.Drawing.Size(23, 22);
this.toolStripPrintPreview.Text = "打印预览";
this.toolStripPrintPreview.Click += new System.EventHandler(this.toolStripPrintPreview_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton6
//
this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton6.Image = global::Example19_1.Properties.Resources.FindHS;
this.toolStripButton6.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
this.toolStripButton6.Text = "toolStripButton6";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton7
//
this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton7.Image = global::Example19_1.Properties.Resources.CutHS;
this.toolStripButton7.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
this.toolStripButton7.Text = "toolStripButton7";
//
// toolStripButton8
//
this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton8.Image = global::Example19_1.Properties.Resources.CopyHS;
this.toolStripButton8.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(23, 22);
this.toolStripButton8.Text = "toolStripButton8";
//
// toolStripButton9
//
this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton9.Image = global::Example19_1.Properties.Resources.PasteHS;
this.toolStripButton9.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton9.Name = "toolStripButton9";
this.toolStripButton9.Size = new System.Drawing.Size(23, 22);
this.toolStripButton9.Text = "toolStripButton9";
//
// toolStripButton10
//
this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton10.Image = global::Example19_1.Properties.Resources.Edit_UndoHS;
this.toolStripButton10.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton10.Name = "toolStripButton10";
this.toolStripButton10.Size = new System.Drawing.Size(23, 22);
this.toolStripButton10.Text = "toolStripButton10";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton11
//
this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton11.Image = global::Example19_1.Properties.Resources.Calendar_scheduleHS;
this.toolStripButton11.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripButton11.Name = "toolStripButton11";
this.toolStripButton11.Size = new System.Drawing.Size(23, 22);
this.toolStripButton11.Text = "toolStripButton11";
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// toolStripFont
//
this.toolStripFont.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripFont.Image = global::Example19_1.Properties.Resources.FontHS;
this.toolStripFont.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripFont.Name = "toolStripFont";
this.toolStripFont.Size = new System.Drawing.Size(23, 22);
this.toolStripFont.Text = "字体";
this.toolStripFont.Click += new System.EventHandler(this.toolStripFont_Click);
//
// toolStripColor
//
this.toolStripColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripColor.Image = global::Example19_1.Properties.Resources.ColorHS;
this.toolStripColor.ImageTransparentColor = System.Drawing.SystemColors.ControlText;
this.toolStripColor.Name = "toolStripColor";
this.toolStripColor.Size = new System.Drawing.Size(23, 22);
this.toolStripColor.Text = "颜色";
this.toolStripColor.Click += new System.EventHandler(this.toolStripColor_Click);
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(0, 278);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(623, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// printDialog
//
this.printDialog.UseEXDialog = true;
//
// printDocument
//
this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
this.printDocument.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument_BeginPrint);
//
// printPreviewDialog
//
this.printPreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog.Enabled = true;
this.printPreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
this.printPreviewDialog.Name = "printPreviewDialog";
this.printPreviewDialog.Visible = false;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(623, 300);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "frmMain";
this.Text = "我的写字板";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建NToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 保存SToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 另存为AToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查看VToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 插入IToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 格式OToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripNew;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripPrint;
private System.Windows.Forms.ToolStripButton toolStripPrintPreview;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.ToolStripButton toolStripButton9;
private System.Windows.Forms.ToolStripButton toolStripButton10;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton toolStripButton11;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripMenuItem mnuWindows;
private System.Windows.Forms.ToolStripMenuItem mnuCascade;
private System.Windows.Forms.ToolStripMenuItem mnuVerticle;
private System.Windows.Forms.ToolStripMenuItem mnuHorizontal;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.ToolStripButton toolStripFont;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton toolStripColor;
private System.Windows.Forms.PrintDialog printDialog;
private System.Drawing.Printing.PrintDocument printDocument;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog;
private System.Windows.Forms.FontDialog fontDialog;
private System.Windows.Forms.ColorDialog colorDialog;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -