📄 mainform.designer.cs
字号:
this.toolStripStatusLabel3.Text = " ";
//
// toolStripStatusInsertOrOver
//
this.toolStripStatusInsertOrOver.Name = "toolStripStatusInsertOrOver";
this.toolStripStatusInsertOrOver.Size = new System.Drawing.Size(29, 17);
this.toolStripStatusInsertOrOver.Text = "插入";
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(29, 17);
this.toolStripStatusLabel5.Text = " ";
//
// toolStrip2
//
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tscbFontFamilyName,
this.tscbFontSize,
this.toolStripSeparator12,
this.tsbBold,
this.tsbItalic,
this.tsbUnderLine,
this.toolStripSeparator7,
this.LeftAlign,
this.MiddleAlign,
this.RightAlign,
this.tsbProject,
this.toolStripSeparator9,
this.tssbFontColor});
this.toolStrip2.Location = new System.Drawing.Point(3, 49);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(414, 25);
this.toolStrip2.TabIndex = 4;
this.toolStrip2.Text = "toolStrip2";
//
// tscbFontFamilyName
//
this.tscbFontFamilyName.DropDownHeight = 150;
this.tscbFontFamilyName.DropDownWidth = 180;
this.tscbFontFamilyName.IntegralHeight = false;
this.tscbFontFamilyName.Name = "tscbFontFamilyName";
this.tscbFontFamilyName.Size = new System.Drawing.Size(121, 25);
this.tscbFontFamilyName.ToolTipText = "字体";
this.tscbFontFamilyName.SelectedIndexChanged += new System.EventHandler(this.tscbFontFamilyName_SelectedIndexChanged);
//
// tscbFontSize
//
this.tscbFontSize.DropDownHeight = 150;
this.tscbFontSize.IntegralHeight = false;
this.tscbFontSize.MaxLength = 2;
this.tscbFontSize.Name = "tscbFontSize";
this.tscbFontSize.Size = new System.Drawing.Size(75, 25);
this.tscbFontSize.ToolTipText = "字号";
this.tscbFontSize.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tscbFontSize_KeyPress);
this.tscbFontSize.SelectedIndexChanged += new System.EventHandler(this.tscbFontSize_SelectedIndexChanged);
this.tscbFontSize.TextChanged += new System.EventHandler(this.tscbFontSize_TextChanged);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
//
// tsbBold
//
this.tsbBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbBold.Image = ((System.Drawing.Image)(resources.GetObject("tsbBold.Image")));
this.tsbBold.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBold.Name = "tsbBold";
this.tsbBold.Size = new System.Drawing.Size(23, 22);
this.tsbBold.Text = "加粗";
this.tsbBold.Click += new System.EventHandler(this.tsbBold_Click);
//
// tsbItalic
//
this.tsbItalic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbItalic.Image = ((System.Drawing.Image)(resources.GetObject("tsbItalic.Image")));
this.tsbItalic.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbItalic.Name = "tsbItalic";
this.tsbItalic.Size = new System.Drawing.Size(23, 22);
this.tsbItalic.Text = "倾斜";
this.tsbItalic.Click += new System.EventHandler(this.tsbItalic_Click);
//
// tsbUnderLine
//
this.tsbUnderLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbUnderLine.Image = ((System.Drawing.Image)(resources.GetObject("tsbUnderLine.Image")));
this.tsbUnderLine.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbUnderLine.Name = "tsbUnderLine";
this.tsbUnderLine.Size = new System.Drawing.Size(23, 22);
this.tsbUnderLine.Text = "下划线";
this.tsbUnderLine.Click += new System.EventHandler(this.tsbUnderLine_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// LeftAlign
//
this.LeftAlign.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.LeftAlign.Image = ((System.Drawing.Image)(resources.GetObject("LeftAlign.Image")));
this.LeftAlign.ImageTransparentColor = System.Drawing.Color.Magenta;
this.LeftAlign.Name = "LeftAlign";
this.LeftAlign.Size = new System.Drawing.Size(23, 22);
this.LeftAlign.Text = "左对齐";
this.LeftAlign.Click += new System.EventHandler(this.LeftAlign_Click);
//
// MiddleAlign
//
this.MiddleAlign.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.MiddleAlign.Image = ((System.Drawing.Image)(resources.GetObject("MiddleAlign.Image")));
this.MiddleAlign.ImageTransparentColor = System.Drawing.Color.Magenta;
this.MiddleAlign.Name = "MiddleAlign";
this.MiddleAlign.Size = new System.Drawing.Size(23, 22);
this.MiddleAlign.Text = "居中";
this.MiddleAlign.Click += new System.EventHandler(this.MiddleAlign_Click);
//
// RightAlign
//
this.RightAlign.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.RightAlign.Image = ((System.Drawing.Image)(resources.GetObject("RightAlign.Image")));
this.RightAlign.ImageTransparentColor = System.Drawing.Color.Magenta;
this.RightAlign.Name = "RightAlign";
this.RightAlign.Size = new System.Drawing.Size(23, 22);
this.RightAlign.Text = "右对齐";
this.RightAlign.Click += new System.EventHandler(this.RightAlign_Click);
//
// tsbProject
//
this.tsbProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbProject.Image = ((System.Drawing.Image)(resources.GetObject("tsbProject.Image")));
this.tsbProject.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbProject.Name = "tsbProject";
this.tsbProject.Size = new System.Drawing.Size(23, 22);
this.tsbProject.Text = "项目符号";
this.tsbProject.Click += new System.EventHandler(this.tsbProject_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
//
// tssbFontColor
//
this.tssbFontColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tssbFontColor.Image = ((System.Drawing.Image)(resources.GetObject("tssbFontColor.Image")));
this.tssbFontColor.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tssbFontColor.Name = "tssbFontColor";
this.tssbFontColor.Size = new System.Drawing.Size(23, 22);
this.tssbFontColor.Text = "字体颜色";
this.tssbFontColor.Click += new System.EventHandler(this.tssbFontColor_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// colorDialog1
//
this.colorDialog1.AnyColor = true;
this.colorDialog1.FullOpen = true;
//
// printPreviewDialog1
//
this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog1.Enabled = true;
this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
this.printPreviewDialog1.Name = "printPreviewDialog1";
this.printPreviewDialog1.Visible = false;
//
// printDialog1
//
this.printDialog1.UseEXDialog = true;
//
// toolStripPanel1
//
this.tableLayoutPanel1.SetColumnSpan(this.toolStripPanel1, 2);
this.toolStripPanel1.Controls.Add(this.menuStrip1);
this.toolStripPanel1.Controls.Add(this.toolStrip1);
this.toolStripPanel1.Controls.Add(this.toolStrip2);
this.toolStripPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripPanel1.Location = new System.Drawing.Point(0, 0);
this.toolStripPanel1.Name = "toolStripPanel1";
this.toolStripPanel1.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.toolStripPanel1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStripPanel1.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.toolStripPanel1.Size = new System.Drawing.Size(741, 74);
//
// toolStripPanel2
//
this.toolStripPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.toolStripPanel2.Location = new System.Drawing.Point(0, 457);
this.toolStripPanel2.Name = "toolStripPanel2";
this.toolStripPanel2.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.toolStripPanel2.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.toolStripPanel2.Size = new System.Drawing.Size(741, 0);
//
// toolStripPanel3
//
this.toolStripPanel3.Dock = System.Windows.Forms.DockStyle.Left;
this.toolStripPanel3.Location = new System.Drawing.Point(0, 0);
this.toolStripPanel3.Name = "toolStripPanel3";
this.toolStripPanel3.Orientation = System.Windows.Forms.Orientation.Vertical;
this.toolStripPanel3.RowMargin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.toolStripPanel3.Size = new System.Drawing.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -