📄 form1.designer.cs
字号:
namespace BMS
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.chkFitToPageWidth = new System.Windows.Forms.CheckBox();
this.lblTitle = new System.Windows.Forms.Label();
this.txtTitle = new System.Windows.Forms.TextBox();
this.gboxRowsToPrint = new System.Windows.Forms.GroupBox();
this.rdoSelectedRows = new System.Windows.Forms.RadioButton();
this.rdoAllRows = new System.Windows.Forms.RadioButton();
this.lblColumnsToPrint = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.chklst = new System.Windows.Forms.CheckedListBox();
this.gboxRowsToPrint.SuspendLayout();
this.SuspendLayout();
//
// chkFitToPageWidth
//
this.chkFitToPageWidth.AutoSize = true;
this.chkFitToPageWidth.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.chkFitToPageWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.chkFitToPageWidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkFitToPageWidth.Location = new System.Drawing.Point(186, 68);
this.chkFitToPageWidth.Name = "chkFitToPageWidth";
this.chkFitToPageWidth.Size = new System.Drawing.Size(84, 18);
this.chkFitToPageWidth.TabIndex = 29;
this.chkFitToPageWidth.Text = "适应页宽";
this.chkFitToPageWidth.UseVisualStyleBackColor = true;
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Location = new System.Drawing.Point(183, 95);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(59, 13);
this.lblTitle.TabIndex = 28;
this.lblTitle.Text = "标题设置";
//
// txtTitle
//
this.txtTitle.AcceptsReturn = true;
this.txtTitle.Location = new System.Drawing.Point(183, 110);
this.txtTitle.Multiline = true;
this.txtTitle.Name = "txtTitle";
this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTitle.Size = new System.Drawing.Size(176, 108);
this.txtTitle.TabIndex = 27;
//
// gboxRowsToPrint
//
this.gboxRowsToPrint.Controls.Add(this.rdoSelectedRows);
this.gboxRowsToPrint.Controls.Add(this.rdoAllRows);
this.gboxRowsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gboxRowsToPrint.Location = new System.Drawing.Point(183, 16);
this.gboxRowsToPrint.Name = "gboxRowsToPrint";
this.gboxRowsToPrint.Size = new System.Drawing.Size(173, 39);
this.gboxRowsToPrint.TabIndex = 26;
this.gboxRowsToPrint.TabStop = false;
this.gboxRowsToPrint.Text = "打印行范围";
//
// rdoSelectedRows
//
this.rdoSelectedRows.AutoSize = true;
this.rdoSelectedRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoSelectedRows.Location = new System.Drawing.Point(91, 18);
this.rdoSelectedRows.Name = "rdoSelectedRows";
this.rdoSelectedRows.Size = new System.Drawing.Size(64, 17);
this.rdoSelectedRows.TabIndex = 1;
this.rdoSelectedRows.TabStop = true;
this.rdoSelectedRows.Text = "选择行";
this.rdoSelectedRows.UseVisualStyleBackColor = true;
//
// rdoAllRows
//
this.rdoAllRows.AutoSize = true;
this.rdoAllRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdoAllRows.Location = new System.Drawing.Point(9, 18);
this.rdoAllRows.Name = "rdoAllRows";
this.rdoAllRows.Size = new System.Drawing.Size(64, 17);
this.rdoAllRows.TabIndex = 0;
this.rdoAllRows.TabStop = true;
this.rdoAllRows.Text = "全部行";
this.rdoAllRows.UseVisualStyleBackColor = true;
//
// lblColumnsToPrint
//
this.lblColumnsToPrint.AutoSize = true;
this.lblColumnsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblColumnsToPrint.Location = new System.Drawing.Point(7, 4);
this.lblColumnsToPrint.Name = "lblColumnsToPrint";
this.lblColumnsToPrint.Size = new System.Drawing.Size(98, 13);
this.lblColumnsToPrint.TabIndex = 25;
this.lblColumnsToPrint.Text = "选择要打印的列";
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.SystemColors.Control;
this.btnOK.Cursor = System.Windows.Forms.Cursors.Default;
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnOK.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnOK.Location = new System.Drawing.Point(183, 224);
this.btnOK.Name = "btnOK";
this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnOK.Size = new System.Drawing.Size(56, 23);
this.btnOK.TabIndex = 23;
this.btnOK.Text = "打印";
this.btnOK.UseVisualStyleBackColor = false;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnCancel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
this.btnCancel.Location = new System.Drawing.Point(299, 224);
this.btnCancel.Name = "btnCancel";
this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnCancel.Size = new System.Drawing.Size(56, 23);
this.btnCancel.TabIndex = 24;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
//
// chklst
//
this.chklst.CheckOnClick = true;
this.chklst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chklst.FormattingEnabled = true;
this.chklst.Location = new System.Drawing.Point(7, 22);
this.chklst.Name = "chklst";
this.chklst.Size = new System.Drawing.Size(170, 214);
this.chklst.TabIndex = 22;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(367, 251);
this.Controls.Add(this.chkFitToPageWidth);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.gboxRowsToPrint);
this.Controls.Add(this.lblColumnsToPrint);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.chklst);
this.Name = "Form1";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "打印设置";
this.gboxRowsToPrint.ResumeLayout(false);
this.gboxRowsToPrint.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.CheckBox chkFitToPageWidth;
internal System.Windows.Forms.Label lblTitle;
internal System.Windows.Forms.TextBox txtTitle;
internal System.Windows.Forms.GroupBox gboxRowsToPrint;
internal System.Windows.Forms.RadioButton rdoSelectedRows;
internal System.Windows.Forms.RadioButton rdoAllRows;
internal System.Windows.Forms.Label lblColumnsToPrint;
protected System.Windows.Forms.Button btnOK;
protected System.Windows.Forms.Button btnCancel;
internal System.Windows.Forms.CheckedListBox chklst;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -