代码拉取完成,页面将自动刷新
同步操作将从 bensenplus/x-browser 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace Xbrowser
{
partial class PrintSetting
{
/// <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 Windows Form 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.btnConfirm = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.printCopys = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textPageRanges = new System.Windows.Forms.TextBox();
this.printHeadFooter = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.printBackground = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.listPrinter = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.printCopys)).BeginInit();
this.SuspendLayout();
//
// btnConfirm
//
this.btnConfirm.Location = new System.Drawing.Point(141, 398);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(131, 40);
this.btnConfirm.TabIndex = 3;
this.btnConfirm.Text = "应用";
this.btnConfirm.UseVisualStyleBackColor = true;
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(457, 398);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(131, 40);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(316, 110);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(33, 28);
this.label4.TabIndex = 21;
this.label4.Text = "份";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// printCopys
//
this.printCopys.Location = new System.Drawing.Point(165, 110);
this.printCopys.Maximum = new decimal(new int[] {
99,
0,
0,
0});
this.printCopys.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.printCopys.Name = "printCopys";
this.printCopys.Size = new System.Drawing.Size(138, 34);
this.printCopys.TabIndex = 20;
this.printCopys.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(33, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(117, 28);
this.label3.TabIndex = 19;
this.label3.Text = "打印份数:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(316, 164);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(267, 28);
this.label5.TabIndex = 25;
this.label5.Text = "例:2,3-5;默认全部打印";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textPageRanges
//
this.textPageRanges.Location = new System.Drawing.Point(165, 161);
this.textPageRanges.Name = "textPageRanges";
this.textPageRanges.Size = new System.Drawing.Size(143, 34);
this.textPageRanges.TabIndex = 24;
//
// printHeadFooter
//
this.printHeadFooter.AutoSize = true;
this.printHeadFooter.Location = new System.Drawing.Point(165, 261);
this.printHeadFooter.Name = "printHeadFooter";
this.printHeadFooter.Size = new System.Drawing.Size(164, 32);
this.printHeadFooter.TabIndex = 22;
this.printHeadFooter.Text = "打印页头页尾";
this.printHeadFooter.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(33, 167);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(117, 28);
this.label6.TabIndex = 23;
this.label6.Text = "页码范围:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// printBackground
//
this.printBackground.AutoSize = true;
this.printBackground.Location = new System.Drawing.Point(165, 212);
this.printBackground.Name = "printBackground";
this.printBackground.Size = new System.Drawing.Size(122, 32);
this.printBackground.TabIndex = 18;
this.printBackground.Text = "打印背景";
this.printBackground.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(138, 28);
this.label2.TabIndex = 17;
this.label2.Text = "服务端口号:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(165, 59);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(135, 34);
this.textBox1.TabIndex = 16;
this.textBox1.Text = "2023";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(138, 28);
this.label1.TabIndex = 15;
this.label1.Text = "默认打印机:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// listPrinter
//
this.listPrinter.BackColor = System.Drawing.SystemColors.HighlightText;
this.listPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.listPrinter.FormattingEnabled = true;
this.listPrinter.Location = new System.Drawing.Point(165, 6);
this.listPrinter.Name = "listPrinter";
this.listPrinter.Size = new System.Drawing.Size(306, 36);
this.listPrinter.TabIndex = 14;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label7.ForeColor = System.Drawing.Color.Red;
this.label7.Location = new System.Drawing.Point(481, 9);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(242, 25);
this.label7.TabIndex = 26;
this.label7.Text = "🤣目前不支持中文打印机名";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft YaHei UI", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label8.Location = new System.Drawing.Point(477, 35);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(248, 23);
this.label8.TabIndex = 27;
this.label8.Text = "请修改系统打印机名为英文字符";
//
// PrintSetting
//
this.AcceptButton = this.btnConfirm;
this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(725, 450);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label4);
this.Controls.Add(this.printCopys);
this.Controls.Add(this.label3);
this.Controls.Add(this.label5);
this.Controls.Add(this.textPageRanges);
this.Controls.Add(this.printHeadFooter);
this.Controls.Add(this.label6);
this.Controls.Add(this.printBackground);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.listPrinter);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnConfirm);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PrintSetting";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "直接打印设置";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.printCopys)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Button btnConfirm;
private Button btnCancel;
private Label label4;
public NumericUpDown printCopys;
private Label label3;
private Label label5;
public TextBox textPageRanges;
public CheckBox printHeadFooter;
private Label label6;
public CheckBox printBackground;
private Label label2;
private TextBox textBox1;
private Label label1;
private ComboBox listPrinter;
private Label label7;
private Label label8;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。