📄 ucconfig.designer.cs
字号:
"72"});
this.cmbSize.Location = new System.Drawing.Point(51, 52);
this.cmbSize.Name = "cmbSize";
this.cmbSize.Size = new System.Drawing.Size(65, 20);
this.cmbSize.TabIndex = 3;
//
// cmbFont
//
this.cmbFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbFont.FormattingEnabled = true;
this.cmbFont.Items.AddRange(new object[] {
"黑体",
"宋体",
"楷体",
"隶书"});
this.cmbFont.Location = new System.Drawing.Point(50, 20);
this.cmbFont.Name = "cmbFont";
this.cmbFont.Size = new System.Drawing.Size(68, 20);
this.cmbFont.TabIndex = 2;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 1;
this.label8.Text = "大小";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(14, 23);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 0;
this.label7.Text = "字体";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.chxPaper);
this.groupBox3.Controls.Add(this.txbPaperWith);
this.groupBox3.Controls.Add(this.txbPaperHeight);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Location = new System.Drawing.Point(161, 106);
this.groupBox3.Name = "groupBox3";
this.groupBox3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.groupBox3.Size = new System.Drawing.Size(226, 83);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "纸张设置";
//
// chxPaper
//
this.chxPaper.AutoSize = true;
this.chxPaper.Location = new System.Drawing.Point(19, 21);
this.chxPaper.Name = "chxPaper";
this.chxPaper.Size = new System.Drawing.Size(84, 16);
this.chxPaper.TabIndex = 4;
this.chxPaper.Text = "自定义纸张";
this.chxPaper.UseVisualStyleBackColor = true;
//
// txbPaperWith
//
this.txbPaperWith.InputMode = UserControls.TextMode.m_Int;
this.txbPaperWith.Location = new System.Drawing.Point(151, 49);
this.txbPaperWith.Name = "txbPaperWith";
this.txbPaperWith.Size = new System.Drawing.Size(47, 21);
this.txbPaperWith.TabIndex = 3;
this.txbPaperWith.Text = "0";
this.txbPaperWith.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txbPaperHeight
//
this.txbPaperHeight.InputMode = UserControls.TextMode.m_Int;
this.txbPaperHeight.Location = new System.Drawing.Point(39, 49);
this.txbPaperHeight.Name = "txbPaperHeight";
this.txbPaperHeight.Size = new System.Drawing.Size(56, 21);
this.txbPaperHeight.TabIndex = 2;
this.txbPaperHeight.Text = "0";
this.txbPaperHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(128, 54);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(17, 12);
this.label10.TabIndex = 1;
this.label10.Text = "宽";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 54);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(17, 12);
this.label9.TabIndex = 0;
this.label9.Text = "长";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.rdbCodeDesc);
this.groupBox4.Controls.Add(this.rdbTimeDesc);
this.groupBox4.Controls.Add(this.rdbCode);
this.groupBox4.Controls.Add(this.rdbTime);
this.groupBox4.Location = new System.Drawing.Point(11, 204);
this.groupBox4.Name = "groupBox4";
this.groupBox4.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.groupBox4.Size = new System.Drawing.Size(376, 47);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "排序设置";
//
// rdbCodeDesc
//
this.rdbCodeDesc.AutoSize = true;
this.rdbCodeDesc.Location = new System.Drawing.Point(280, 20);
this.rdbCodeDesc.Name = "rdbCodeDesc";
this.rdbCodeDesc.Size = new System.Drawing.Size(83, 16);
this.rdbCodeDesc.TabIndex = 3;
this.rdbCodeDesc.TabStop = true;
this.rdbCodeDesc.Text = "按证号降序";
this.rdbCodeDesc.UseVisualStyleBackColor = true;
//
// rdbTimeDesc
//
this.rdbTimeDesc.AutoSize = true;
this.rdbTimeDesc.Location = new System.Drawing.Point(189, 20);
this.rdbTimeDesc.Name = "rdbTimeDesc";
this.rdbTimeDesc.Size = new System.Drawing.Size(83, 16);
this.rdbTimeDesc.TabIndex = 2;
this.rdbTimeDesc.TabStop = true;
this.rdbTimeDesc.Text = "按时间降序";
this.rdbTimeDesc.UseVisualStyleBackColor = true;
//
// rdbCode
//
this.rdbCode.AutoSize = true;
this.rdbCode.Location = new System.Drawing.Point(95, 20);
this.rdbCode.Name = "rdbCode";
this.rdbCode.Size = new System.Drawing.Size(83, 16);
this.rdbCode.TabIndex = 1;
this.rdbCode.TabStop = true;
this.rdbCode.Text = "按证号升序";
this.rdbCode.UseVisualStyleBackColor = true;
//
// rdbTime
//
this.rdbTime.AutoSize = true;
this.rdbTime.Location = new System.Drawing.Point(6, 20);
this.rdbTime.Name = "rdbTime";
this.rdbTime.Size = new System.Drawing.Size(83, 16);
this.rdbTime.TabIndex = 0;
this.rdbTime.TabStop = true;
this.rdbTime.Text = "按时间升序";
this.rdbTime.UseVisualStyleBackColor = true;
//
// UCConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox1);
this.Name = "UCConfig";
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.Size = new System.Drawing.Size(399, 281);
this.Load += new System.EventHandler(this.UCConfig_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnSave;
private UserControls.myTextBox txbCodeLeft;
private UserControls.myTextBox txbNameLeft;
private UserControls.myTextBox txbCodeTop;
private UserControls.myTextBox txbNameTop;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cmbSize;
private System.Windows.Forms.ComboBox cmbFont;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox chxPaper;
private UserControls.myTextBox txbPaperWith;
private UserControls.myTextBox txbPaperHeight;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RadioButton rdbTimeDesc;
private System.Windows.Forms.RadioButton rdbCode;
private System.Windows.Forms.RadioButton rdbTime;
private System.Windows.Forms.RadioButton rdbCodeDesc;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -