|
|
|
|
namespace PrintBarCode
|
|
|
|
|
{
|
|
|
|
|
partial class MainForm
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
label1 = new Label();
|
|
|
|
|
logList = new ListBox();
|
|
|
|
|
label2 = new Label();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
label1.AutoSize = true;
|
|
|
|
|
label1.Font = new Font("Microsoft YaHei UI", 26.25F, FontStyle.Bold, GraphicsUnit.Point);
|
|
|
|
|
label1.ForeColor = SystemColors.MenuHighlight;
|
|
|
|
|
label1.Location = new Point(664, 19);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(230, 46);
|
|
|
|
|
label1.TabIndex = 0;
|
|
|
|
|
label1.Text = "打印条码服务";
|
|
|
|
|
//
|
|
|
|
|
// logList
|
|
|
|
|
//
|
|
|
|
|
logList.BackColor = SystemColors.InactiveCaption;
|
|
|
|
|
logList.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Bold, GraphicsUnit.Point);
|
|
|
|
|
logList.ForeColor = Color.ForestGreen;
|
|
|
|
|
logList.FormattingEnabled = true;
|
|
|
|
|
logList.HorizontalScrollbar = true;
|
|
|
|
|
logList.ItemHeight = 26;
|
|
|
|
|
logList.Location = new Point(12, 123);
|
|
|
|
|
logList.Name = "logList";
|
|
|
|
|
logList.Size = new Size(1439, 654);
|
|
|
|
|
logList.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
label2.AutoSize = true;
|
|
|
|
|
label2.Font = new Font("Microsoft YaHei UI", 15.75F, FontStyle.Bold, GraphicsUnit.Point);
|
|
|
|
|
label2.ForeColor = SystemColors.HotTrack;
|
|
|
|
|
label2.Location = new Point(12, 85);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(117, 28);
|
|
|
|
|
label2.TabIndex = 2;
|
|
|
|
|
label2.Text = "打印日志:";
|
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
BackColor = SystemColors.ActiveCaption;
|
|
|
|
|
ClientSize = new Size(1454, 811);
|
|
|
|
|
ControlBox = false;
|
|
|
|
|
Controls.Add(label2);
|
|
|
|
|
Controls.Add(logList);
|
|
|
|
|
Controls.Add(label1);
|
|
|
|
|
FormBorderStyle = FormBorderStyle.FixedDialog;
|
|
|
|
|
Name = "MainForm";
|
|
|
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
|
|
|
Text = "打印条码服务";
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Label label1;
|
|
|
|
|
private ListBox logList;
|
|
|
|
|
private Label label2;
|
|
|
|
|
}
|
|
|
|
|
}
|