📄 ucconfig.designer.cs
字号:
namespace PrintSystem
{
partial class UCConfig
{
/// <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 Component 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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txbCodeLeft = new UserControls.myTextBox(this.components);
this.txbNameLeft = new UserControls.myTextBox(this.components);
this.txbCodeTop = new UserControls.myTextBox(this.components);
this.txbNameTop = new UserControls.myTextBox(this.components);
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cmbSize = new System.Windows.Forms.ComboBox();
this.cmbFont = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.chxPaper = new System.Windows.Forms.CheckBox();
this.txbPaperWith = new UserControls.myTextBox(this.components);
this.txbPaperHeight = new UserControls.myTextBox(this.components);
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.rdbCodeDesc = new System.Windows.Forms.RadioButton();
this.rdbTimeDesc = new System.Windows.Forms.RadioButton();
this.rdbCode = new System.Windows.Forms.RadioButton();
this.rdbTime = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txbCodeLeft);
this.groupBox1.Controls.Add(this.txbNameLeft);
this.groupBox1.Controls.Add(this.txbCodeTop);
this.groupBox1.Controls.Add(this.txbNameTop);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(11, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.groupBox1.Size = new System.Drawing.Size(376, 94);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "打印字段设置";
//
// txbCodeLeft
//
this.txbCodeLeft.InputMode = UserControls.TextMode.m_Int;
this.txbCodeLeft.Location = new System.Drawing.Point(285, 61);
this.txbCodeLeft.Name = "txbCodeLeft";
this.txbCodeLeft.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txbCodeLeft.Size = new System.Drawing.Size(47, 21);
this.txbCodeLeft.TabIndex = 4;
//
// txbNameLeft
//
this.txbNameLeft.InputMode = UserControls.TextMode.m_Int;
this.txbNameLeft.Location = new System.Drawing.Point(285, 31);
this.txbNameLeft.Name = "txbNameLeft";
this.txbNameLeft.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txbNameLeft.Size = new System.Drawing.Size(47, 21);
this.txbNameLeft.TabIndex = 4;
//
// txbCodeTop
//
this.txbCodeTop.InputMode = UserControls.TextMode.m_Int;
this.txbCodeTop.Location = new System.Drawing.Point(160, 61);
this.txbCodeTop.Name = "txbCodeTop";
this.txbCodeTop.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txbCodeTop.Size = new System.Drawing.Size(51, 21);
this.txbCodeTop.TabIndex = 3;
//
// txbNameTop
//
this.txbNameTop.InputMode = UserControls.TextMode.m_Int;
this.txbNameTop.Location = new System.Drawing.Point(160, 31);
this.txbNameTop.Name = "txbNameTop";
this.txbNameTop.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txbNameTop.Size = new System.Drawing.Size(51, 21);
this.txbNameTop.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(226, 65);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 5;
this.label6.Text = "距左边距";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(101, 65);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "距上边距";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(35, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 3;
this.label4.Text = "证 号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(226, 35);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 2;
this.label3.Text = "距左边距";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(101, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "距上边距";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(36, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "姓 名";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(312, 256);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "确定";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cmbSize);
this.groupBox2.Controls.Add(this.cmbFont);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Location = new System.Drawing.Point(11, 106);
this.groupBox2.Name = "groupBox2";
this.groupBox2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.groupBox2.Size = new System.Drawing.Size(133, 83);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "字体设置";
//
// cmbSize
//
this.cmbSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSize.FormattingEnabled = true;
this.cmbSize.Items.AddRange(new object[] {
"8",
"9",
"10",
"12",
"14",
"16",
"18",
"20",
"22",
"24",
"26",
"28",
"36",
"48",
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -