Commit c6650ecb by 陶然

init

parent 91d97868
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<!--<add name="Database" providerName="Sqlite" connectionString="$ROOT\AppData\primary.sqlite"/>-->
</connectionStrings>
</configuration>
\ No newline at end of file
namespace Kivii.Client.Lims.ReportPrinter
{
partial class FrmMain
{
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.OperatorName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cbxFirstPage = new System.Windows.Forms.CheckBox();
this.btnChangeQuantity = new System.Windows.Forms.Button();
this.nudQuantity = new System.Windows.Forms.NumericUpDown();
this.btnSelectCancel = new System.Windows.Forms.Button();
this.btnSelectAll = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.OperateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OwnerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsSearch = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.cbxJianDu = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.lblUserInfo = new System.Windows.Forms.Label();
this.AccepterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsPrint = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gridPrintJobs = new System.Windows.Forms.DataGridView();
this.Column6 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Summary = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsPasteSample = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PrintStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PrintTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lblPrinterName = new System.Windows.Forms.Label();
this.btnDisconnect = new System.Windows.Forms.Button();
this.btnConnect = new System.Windows.Forms.Button();
this.tbxPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbxUserName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tbxServiceName = new System.Windows.Forms.TextBox();
this.lblServiceName = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.tbSearch = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button();
this.btnRefresh = new System.Windows.Forms.Button();
this.btnCompletePrintJob = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cbxPrintAutoComplete = new System.Windows.Forms.CheckBox();
this.cbxPdfRemoveHeader = new System.Windows.Forms.CheckBox();
this.panel4 = new System.Windows.Forms.Panel();
this.cbxPrinter = new System.Windows.Forms.ComboBox();
this.groupReport = new System.Windows.Forms.GroupBox();
this.lblMessage = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.nudQuantity)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridPrintJobs)).BeginInit();
this.groupBox2.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel4.SuspendLayout();
this.groupReport.SuspendLayout();
this.SuspendLayout();
//
// OperatorName
//
this.OperatorName.DataPropertyName = "OperatorName";
this.OperatorName.Frozen = true;
this.OperatorName.HeaderText = "签发";
this.OperatorName.MinimumWidth = 80;
this.OperatorName.Name = "OperatorName";
this.OperatorName.ReadOnly = true;
this.OperatorName.Width = 80;
//
// cbxFirstPage
//
this.cbxFirstPage.Dock = System.Windows.Forms.DockStyle.Top;
this.cbxFirstPage.Font = new System.Drawing.Font("宋体", 11F);
this.cbxFirstPage.Location = new System.Drawing.Point(8, 240);
this.cbxFirstPage.Margin = new System.Windows.Forms.Padding(4);
this.cbxFirstPage.Name = "cbxFirstPage";
this.cbxFirstPage.Size = new System.Drawing.Size(338, 45);
this.cbxFirstPage.TabIndex = 33;
this.cbxFirstPage.Text = "仅打印首页";
this.cbxFirstPage.UseVisualStyleBackColor = true;
//
// btnChangeQuantity
//
this.btnChangeQuantity.BackColor = System.Drawing.Color.LightSteelBlue;
this.btnChangeQuantity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnChangeQuantity.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnChangeQuantity.Location = new System.Drawing.Point(177, 592);
this.btnChangeQuantity.Margin = new System.Windows.Forms.Padding(4);
this.btnChangeQuantity.Name = "btnChangeQuantity";
this.btnChangeQuantity.Size = new System.Drawing.Size(150, 45);
this.btnChangeQuantity.TabIndex = 32;
this.btnChangeQuantity.Text = "批量修改";
this.btnChangeQuantity.UseVisualStyleBackColor = false;
//
// nudQuantity
//
this.nudQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.nudQuantity.Cursor = System.Windows.Forms.Cursors.Default;
this.nudQuantity.DecimalPlaces = 1;
this.nudQuantity.Location = new System.Drawing.Point(12, 592);
this.nudQuantity.Margin = new System.Windows.Forms.Padding(4);
this.nudQuantity.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.nudQuantity.Name = "nudQuantity";
this.nudQuantity.Size = new System.Drawing.Size(150, 40);
this.nudQuantity.TabIndex = 31;
this.nudQuantity.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// btnSelectCancel
//
this.btnSelectCancel.BackColor = System.Drawing.Color.Pink;
this.btnSelectCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSelectCancel.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSelectCancel.Location = new System.Drawing.Point(177, 510);
this.btnSelectCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnSelectCancel.Name = "btnSelectCancel";
this.btnSelectCancel.Size = new System.Drawing.Size(150, 45);
this.btnSelectCancel.TabIndex = 30;
this.btnSelectCancel.Text = "取消选中";
this.btnSelectCancel.UseVisualStyleBackColor = false;
//
// btnSelectAll
//
this.btnSelectAll.BackColor = System.Drawing.Color.PaleGoldenrod;
this.btnSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSelectAll.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSelectAll.Location = new System.Drawing.Point(12, 510);
this.btnSelectAll.Margin = new System.Windows.Forms.Padding(4);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(150, 45);
this.btnSelectAll.TabIndex = 29;
this.btnSelectAll.Text = "全部选中";
this.btnSelectAll.UseVisualStyleBackColor = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(62, 362);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(143, 33);
this.label6.TabIndex = 21;
this.label6.Text = "尚未打印";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Green;
this.pictureBox1.Location = new System.Drawing.Point(12, 362);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(30, 30);
this.pictureBox1.TabIndex = 20;
this.pictureBox1.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(62, 450);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(175, 33);
this.label5.TabIndex = 19;
this.label5.Text = "打印未标记";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(62, 408);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(175, 33);
this.label3.TabIndex = 18;
this.label3.Text = "打印已标记";
//
// OperateTime
//
this.OperateTime.DataPropertyName = "OperateTime";
this.OperateTime.Frozen = true;
this.OperateTime.HeaderText = "签发日期";
this.OperateTime.MinimumWidth = 130;
this.OperateTime.Name = "OperateTime";
this.OperateTime.ReadOnly = true;
this.OperateTime.Width = 130;
//
// OwnerName
//
this.OwnerName.DataPropertyName = "OwnerName";
this.OwnerName.Frozen = true;
this.OwnerName.HeaderText = "委托单位";
this.OwnerName.MinimumWidth = 8;
this.OwnerName.Name = "OwnerName";
this.OwnerName.ReadOnly = true;
this.OwnerName.Width = 180;
//
// Count
//
this.Count.DataPropertyName = "Count";
this.Count.Frozen = true;
this.Count.HeaderText = "份数";
this.Count.MinimumWidth = 60;
this.Count.Name = "Count";
this.Count.Width = 60;
//
// Title
//
this.Title.DataPropertyName = "Title";
this.Title.Frozen = true;
this.Title.HeaderText = "报告编号";
this.Title.MinimumWidth = 8;
this.Title.Name = "Title";
this.Title.ReadOnly = true;
this.Title.Width = 170;
//
// IsSearch
//
this.IsSearch.DataPropertyName = "IsSearch";
this.IsSearch.Frozen = true;
this.IsSearch.HeaderText = "手动查询";
this.IsSearch.MinimumWidth = 8;
this.IsSearch.Name = "IsSearch";
this.IsSearch.Visible = false;
this.IsSearch.Width = 150;
//
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.Tomato;
this.pictureBox3.Location = new System.Drawing.Point(12, 450);
this.pictureBox3.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(30, 30);
this.pictureBox3.TabIndex = 17;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.SteelBlue;
this.pictureBox2.Location = new System.Drawing.Point(12, 408);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(30, 30);
this.pictureBox2.TabIndex = 16;
this.pictureBox2.TabStop = false;
//
// cbxJianDu
//
this.cbxJianDu.Dock = System.Windows.Forms.DockStyle.Top;
this.cbxJianDu.Font = new System.Drawing.Font("宋体", 11F);
this.cbxJianDu.Location = new System.Drawing.Point(8, 195);
this.cbxJianDu.Margin = new System.Windows.Forms.Padding(4);
this.cbxJianDu.Name = "cbxJianDu";
this.cbxJianDu.Size = new System.Drawing.Size(338, 45);
this.cbxJianDu.TabIndex = 15;
this.cbxJianDu.Text = "监督报告";
this.cbxJianDu.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.lblUserInfo);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(8, 656);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
this.groupBox3.Size = new System.Drawing.Size(338, 108);
this.groupBox3.TabIndex = 14;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "信息窗口";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(24, 48);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(144, 29);
this.label4.TabIndex = 1;
this.label4.Text = "当前用户:";
//
// lblUserInfo
//
this.lblUserInfo.AutoSize = true;
this.lblUserInfo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserInfo.ForeColor = System.Drawing.Color.Blue;
this.lblUserInfo.Location = new System.Drawing.Point(176, 48);
this.lblUserInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblUserInfo.Name = "lblUserInfo";
this.lblUserInfo.Size = new System.Drawing.Size(73, 29);
this.lblUserInfo.TabIndex = 0;
this.lblUserInfo.Text = "NULL";
//
// AccepterName
//
this.AccepterName.DataPropertyName = "AccepterName";
this.AccepterName.Frozen = true;
this.AccepterName.HeaderText = "受理";
this.AccepterName.MinimumWidth = 8;
this.AccepterName.Name = "AccepterName";
this.AccepterName.ReadOnly = true;
this.AccepterName.Width = 150;
//
// IsPrint
//
this.IsPrint.DataPropertyName = "IsPrint";
this.IsPrint.Frozen = true;
this.IsPrint.HeaderText = "是否已打印";
this.IsPrint.MinimumWidth = 8;
this.IsPrint.Name = "IsPrint";
this.IsPrint.Visible = false;
this.IsPrint.Width = 150;
//
// gridPrintJobs
//
this.gridPrintJobs.AllowUserToAddRows = false;
this.gridPrintJobs.AllowUserToDeleteRows = false;
this.gridPrintJobs.AllowUserToResizeRows = false;
this.gridPrintJobs.BackgroundColor = System.Drawing.Color.White;
this.gridPrintJobs.ColumnHeadersHeight = 35;
this.gridPrintJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column6,
this.IsPrint,
this.IsSearch,
this.Title,
this.Count,
this.OwnerName,
this.OperateTime,
this.AccepterName,
this.OperatorName,
this.Summary,
this.Remark,
this.IsPasteSample,
this.PrintStatus,
this.PrintTime});
this.gridPrintJobs.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridPrintJobs.Location = new System.Drawing.Point(8, 105);
this.gridPrintJobs.Margin = new System.Windows.Forms.Padding(4);
this.gridPrintJobs.Name = "gridPrintJobs";
this.gridPrintJobs.RowHeadersVisible = false;
this.gridPrintJobs.RowHeadersWidth = 65;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gridPrintJobs.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.gridPrintJobs.RowTemplate.Height = 40;
this.gridPrintJobs.Size = new System.Drawing.Size(2122, 1047);
this.gridPrintJobs.TabIndex = 7;
//
// Column6
//
this.Column6.DataPropertyName = "IsSelected";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.NullValue = false;
this.Column6.DefaultCellStyle = dataGridViewCellStyle1;
this.Column6.Frozen = true;
this.Column6.HeaderText = "";
this.Column6.MinimumWidth = 8;
this.Column6.Name = "Column6";
this.Column6.Width = 40;
//
// Summary
//
this.Summary.DataPropertyName = "Summary";
this.Summary.HeaderText = "判定";
this.Summary.MinimumWidth = 80;
this.Summary.Name = "Summary";
this.Summary.ReadOnly = true;
this.Summary.Width = 80;
//
// Remark
//
this.Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Remark.DataPropertyName = "Remark";
this.Remark.HeaderText = "结论";
this.Remark.MinimumWidth = 100;
this.Remark.Name = "Remark";
this.Remark.ReadOnly = true;
//
// IsPasteSample
//
this.IsPasteSample.DataPropertyName = "IsPasteSample";
this.IsPasteSample.HeaderText = "贴样";
this.IsPasteSample.MinimumWidth = 60;
this.IsPasteSample.Name = "IsPasteSample";
this.IsPasteSample.ReadOnly = true;
this.IsPasteSample.Width = 60;
//
// PrintStatus
//
this.PrintStatus.DataPropertyName = "PrintStatus";
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PrintStatus.DefaultCellStyle = dataGridViewCellStyle2;
this.PrintStatus.HeaderText = "打印状态";
this.PrintStatus.MinimumWidth = 120;
this.PrintStatus.Name = "PrintStatus";
this.PrintStatus.ReadOnly = true;
this.PrintStatus.Width = 120;
//
// PrintTime
//
this.PrintTime.DataPropertyName = "PrintTime";
this.PrintTime.HeaderText = "最后打印";
this.PrintTime.MinimumWidth = 150;
this.PrintTime.Name = "PrintTime";
this.PrintTime.Width = 150;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lblPrinterName);
this.groupBox2.Controls.Add(this.btnDisconnect);
this.groupBox2.Controls.Add(this.btnConnect);
this.groupBox2.Controls.Add(this.tbxPassword);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.tbxUserName);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.tbxServiceName);
this.groupBox2.Controls.Add(this.lblServiceName);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new System.Drawing.Point(8, 764);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
this.groupBox2.Size = new System.Drawing.Size(338, 388);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "配置服务器";
//
// lblPrinterName
//
this.lblPrinterName.AutoSize = true;
this.lblPrinterName.BackColor = System.Drawing.Color.Red;
this.lblPrinterName.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.lblPrinterName.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPrinterName.Location = new System.Drawing.Point(2, 358);
this.lblPrinterName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblPrinterName.Name = "lblPrinterName";
this.lblPrinterName.Size = new System.Drawing.Size(193, 30);
this.lblPrinterName.TabIndex = 9;
this.lblPrinterName.Text = "打印机未设置";
//
// btnDisconnect
//
this.btnDisconnect.Enabled = false;
this.btnDisconnect.Location = new System.Drawing.Point(182, 244);
this.btnDisconnect.Margin = new System.Windows.Forms.Padding(4);
this.btnDisconnect.Name = "btnDisconnect";
this.btnDisconnect.Size = new System.Drawing.Size(147, 48);
this.btnDisconnect.TabIndex = 7;
this.btnDisconnect.Text = "退出";
this.btnDisconnect.UseVisualStyleBackColor = true;
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(16, 244);
this.btnConnect.Margin = new System.Windows.Forms.Padding(4);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(150, 48);
this.btnConnect.TabIndex = 6;
this.btnConnect.Text = "登录";
this.btnConnect.UseVisualStyleBackColor = true;
//
// tbxPassword
//
this.tbxPassword.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbxPassword.Location = new System.Drawing.Point(99, 177);
this.tbxPassword.Margin = new System.Windows.Forms.Padding(4);
this.tbxPassword.Name = "tbxPassword";
this.tbxPassword.PasswordChar = '*';
this.tbxPassword.Size = new System.Drawing.Size(234, 31);
this.tbxPassword.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 11F);
this.label2.Location = new System.Drawing.Point(0, 180);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 22);
this.label2.TabIndex = 4;
this.label2.Text = "用户密码";
//
// tbxUserName
//
this.tbxUserName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbxUserName.Location = new System.Drawing.Point(99, 120);
this.tbxUserName.Margin = new System.Windows.Forms.Padding(4);
this.tbxUserName.Name = "tbxUserName";
this.tbxUserName.Size = new System.Drawing.Size(234, 31);
this.tbxUserName.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 11F);
this.label1.Location = new System.Drawing.Point(12, 123);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(76, 22);
this.label1.TabIndex = 2;
this.label1.Text = "用户名";
//
// tbxServiceName
//
this.tbxServiceName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbxServiceName.Location = new System.Drawing.Point(99, 57);
this.tbxServiceName.Margin = new System.Windows.Forms.Padding(4);
this.tbxServiceName.Name = "tbxServiceName";
this.tbxServiceName.Size = new System.Drawing.Size(234, 31);
this.tbxServiceName.TabIndex = 1;
//
// lblServiceName
//
this.lblServiceName.AutoSize = true;
this.lblServiceName.Font = new System.Drawing.Font("宋体", 11F);
this.lblServiceName.Location = new System.Drawing.Point(3, 60);
this.lblServiceName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblServiceName.Name = "lblServiceName";
this.lblServiceName.Size = new System.Drawing.Size(98, 22);
this.lblServiceName.TabIndex = 0;
this.lblServiceName.Text = "服务地址";
//
// panel2
//
this.panel2.Controls.Add(this.tbSearch);
this.panel2.Controls.Add(this.btnSearch);
this.panel2.Controls.Add(this.btnPrint);
this.panel2.Controls.Add(this.btnRefresh);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(8, 45);
this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(8);
this.panel2.Size = new System.Drawing.Size(2122, 60);
this.panel2.TabIndex = 5;
//
// tbSearch
//
this.tbSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSearch.Location = new System.Drawing.Point(158, 8);
this.tbSearch.Margin = new System.Windows.Forms.Padding(4);
this.tbSearch.Name = "tbSearch";
this.tbSearch.Size = new System.Drawing.Size(1656, 44);
this.tbSearch.TabIndex = 17;
//
// btnSearch
//
this.btnSearch.Dock = System.Windows.Forms.DockStyle.Right;
this.btnSearch.Enabled = false;
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSearch.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
this.btnSearch.Location = new System.Drawing.Point(1814, 8);
this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(150, 44);
this.btnSearch.TabIndex = 16;
this.btnSearch.Text = "搜索";
this.btnSearch.UseVisualStyleBackColor = false;
//
// btnPrint
//
this.btnPrint.BackColor = System.Drawing.SystemColors.Highlight;
this.btnPrint.Dock = System.Windows.Forms.DockStyle.Right;
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPrint.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPrint.Location = new System.Drawing.Point(1964, 8);
this.btnPrint.Margin = new System.Windows.Forms.Padding(4);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(150, 44);
this.btnPrint.TabIndex = 11;
this.btnPrint.Text = "开始打印";
this.btnPrint.UseVisualStyleBackColor = false;
//
// btnRefresh
//
this.btnRefresh.BackColor = System.Drawing.Color.LightGreen;
this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Left;
this.btnRefresh.Enabled = false;
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRefresh.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnRefresh.Location = new System.Drawing.Point(8, 8);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(4);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(150, 44);
this.btnRefresh.TabIndex = 10;
this.btnRefresh.Text = "刷新数据";
this.btnRefresh.UseVisualStyleBackColor = false;
//
// btnCompletePrintJob
//
this.btnCompletePrintJob.BackColor = System.Drawing.SystemColors.Highlight;
this.btnCompletePrintJob.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCompletePrintJob.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCompletePrintJob.Location = new System.Drawing.Point(12, 296);
this.btnCompletePrintJob.Margin = new System.Windows.Forms.Padding(4);
this.btnCompletePrintJob.Name = "btnCompletePrintJob";
this.btnCompletePrintJob.Size = new System.Drawing.Size(314, 45);
this.btnCompletePrintJob.TabIndex = 12;
this.btnCompletePrintJob.Text = "标记打印任务";
this.btnCompletePrintJob.UseVisualStyleBackColor = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cbxFirstPage);
this.groupBox1.Controls.Add(this.btnChangeQuantity);
this.groupBox1.Controls.Add(this.nudQuantity);
this.groupBox1.Controls.Add(this.btnSelectCancel);
this.groupBox1.Controls.Add(this.btnSelectAll);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.pictureBox3);
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.cbxJianDu);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.btnCompletePrintJob);
this.groupBox1.Controls.Add(this.cbxPrintAutoComplete);
this.groupBox1.Controls.Add(this.cbxPdfRemoveHeader);
this.groupBox1.Controls.Add(this.panel4);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox1.Font = new System.Drawing.Font("宋体", 16F);
this.groupBox1.Location = new System.Drawing.Point(1784, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(8);
this.groupBox1.Size = new System.Drawing.Size(354, 1160);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "打印设置区域";
//
// cbxPrintAutoComplete
//
this.cbxPrintAutoComplete.Checked = true;
this.cbxPrintAutoComplete.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxPrintAutoComplete.Dock = System.Windows.Forms.DockStyle.Top;
this.cbxPrintAutoComplete.Font = new System.Drawing.Font("宋体", 11F);
this.cbxPrintAutoComplete.Location = new System.Drawing.Point(8, 150);
this.cbxPrintAutoComplete.Margin = new System.Windows.Forms.Padding(4);
this.cbxPrintAutoComplete.Name = "cbxPrintAutoComplete";
this.cbxPrintAutoComplete.Size = new System.Drawing.Size(338, 45);
this.cbxPrintAutoComplete.TabIndex = 11;
this.cbxPrintAutoComplete.Text = "自动标记为已打印";
this.cbxPrintAutoComplete.UseVisualStyleBackColor = true;
//
// cbxPdfRemoveHeader
//
this.cbxPdfRemoveHeader.Checked = true;
this.cbxPdfRemoveHeader.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxPdfRemoveHeader.Dock = System.Windows.Forms.DockStyle.Top;
this.cbxPdfRemoveHeader.Font = new System.Drawing.Font("宋体", 11F);
this.cbxPdfRemoveHeader.Location = new System.Drawing.Point(8, 105);
this.cbxPdfRemoveHeader.Margin = new System.Windows.Forms.Padding(4);
this.cbxPdfRemoveHeader.Name = "cbxPdfRemoveHeader";
this.cbxPdfRemoveHeader.Size = new System.Drawing.Size(338, 45);
this.cbxPdfRemoveHeader.TabIndex = 10;
this.cbxPdfRemoveHeader.Text = "不打印抬头图片";
this.cbxPdfRemoveHeader.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.Controls.Add(this.cbxPrinter);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(8, 45);
this.panel4.Margin = new System.Windows.Forms.Padding(4);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(8);
this.panel4.Size = new System.Drawing.Size(338, 60);
this.panel4.TabIndex = 0;
//
// cbxPrinter
//
this.cbxPrinter.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbxPrinter.Font = new System.Drawing.Font("宋体", 11F);
this.cbxPrinter.FormattingEnabled = true;
this.cbxPrinter.Location = new System.Drawing.Point(8, 8);
this.cbxPrinter.Margin = new System.Windows.Forms.Padding(4);
this.cbxPrinter.Name = "cbxPrinter";
this.cbxPrinter.Size = new System.Drawing.Size(322, 30);
this.cbxPrinter.TabIndex = 10;
//
// groupReport
//
this.groupReport.Controls.Add(this.gridPrintJobs);
this.groupReport.Controls.Add(this.panel2);
this.groupReport.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupReport.Font = new System.Drawing.Font("宋体", 16F);
this.groupReport.Location = new System.Drawing.Point(0, 0);
this.groupReport.Margin = new System.Windows.Forms.Padding(4);
this.groupReport.Name = "groupReport";
this.groupReport.Padding = new System.Windows.Forms.Padding(8);
this.groupReport.Size = new System.Drawing.Size(2138, 1160);
this.groupReport.TabIndex = 13;
this.groupReport.TabStop = false;
this.groupReport.Text = "打印队列";
//
// lblMessage
//
this.lblMessage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblMessage.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMessage.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblMessage.Location = new System.Drawing.Point(0, 1160);
this.lblMessage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(2138, 42);
this.lblMessage.TabIndex = 12;
this.lblMessage.Text = "消息:";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(2138, 1202);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupReport);
this.Controls.Add(this.lblMessage);
this.Name = "FrmMain";
this.Text = "K5报告打印客户端V4.2_24.3050";
((System.ComponentModel.ISupportInitialize)(this.nudQuantity)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridPrintJobs)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel4.ResumeLayout(false);
this.groupReport.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn OperatorName;
private System.Windows.Forms.CheckBox cbxFirstPage;
private System.Windows.Forms.Button btnChangeQuantity;
private System.Windows.Forms.NumericUpDown nudQuantity;
private System.Windows.Forms.Button btnSelectCancel;
private System.Windows.Forms.Button btnSelectAll;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridViewTextBoxColumn OperateTime;
private System.Windows.Forms.DataGridViewTextBoxColumn OwnerName;
private System.Windows.Forms.DataGridViewTextBoxColumn Count;
private System.Windows.Forms.DataGridViewTextBoxColumn Title;
private System.Windows.Forms.DataGridViewTextBoxColumn IsSearch;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.CheckBox cbxJianDu;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblUserInfo;
private System.Windows.Forms.DataGridViewTextBoxColumn AccepterName;
private System.Windows.Forms.DataGridViewTextBoxColumn IsPrint;
private System.Windows.Forms.DataGridView gridPrintJobs;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Summary;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
private System.Windows.Forms.DataGridViewTextBoxColumn IsPasteSample;
private System.Windows.Forms.DataGridViewTextBoxColumn PrintStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn PrintTime;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label lblPrinterName;
private System.Windows.Forms.Button btnDisconnect;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.TextBox tbxPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbxUserName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbxServiceName;
private System.Windows.Forms.Label lblServiceName;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox tbSearch;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Button btnCompletePrintJob;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox cbxPrintAutoComplete;
private System.Windows.Forms.CheckBox cbxPdfRemoveHeader;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.ComboBox cbxPrinter;
private System.Windows.Forms.GroupBox groupReport;
private System.Windows.Forms.Label lblMessage;
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Kivii.Client.Lims.ReportPrinter
{
public partial class FrmMain : Form
{
public FrmMain()
{
InitializeComponent();
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="OperatorName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="OperateTime.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="OwnerName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Count.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Title.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsSearch.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="AccepterName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsPrint.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column6.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Summary.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Remark.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsPasteSample.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="PrintStatus.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="PrintTime.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0E4BC54B-C07B-4D01-880E-5BC9366FE66C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Kivii.Client.Lims.ReportPrinter</RootNamespace>
<AssemblyName>Kivii.Client.Lims.ReportPrinter.V4.0</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Kivii.Common.V4.0, Version=5.6.2024.1160, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Common.5.6.2024.1160\lib\net40\Kivii.Common.V4.0.dll</HintPath>
</Reference>
<Reference Include="Kivii.Core.V4.0, Version=5.6.2023.9000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Core.5.6.2023.9000\lib\net40\Kivii.Core.V4.0.dll</HintPath>
</Reference>
<Reference Include="Kivii.GhostScript.V4.0, Version=5.5.2021.2010, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.GhostScript.5.5.2021.2010\lib\net40\Kivii.GhostScript.V4.0.dll</HintPath>
</Reference>
<Reference Include="Kivii.Linq.Sqlite.V4.0, Version=5.6.2023.3000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Linq.Sqlite.5.6.2023.3000\lib\net40\Kivii.Linq.Sqlite.V4.0.dll</HintPath>
</Reference>
<Reference Include="Kivii.Linq.V4.0, Version=5.6.2024.2000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Linq.5.6.2024.2000\lib\net40\Kivii.Linq.V4.0.dll</HintPath>
</Reference>
<Reference Include="Kivii.Pdf.V4.0, Version=5.6.2022.12200, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Pdf.5.6.2022.12200\lib\net40\Kivii.Pdf.V4.0.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FrmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmMain.Designer.cs">
<DependentUpon>FrmMain.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="FrmMain.resx">
<DependentUpon>FrmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace Kivii.Client.Lims.ReportPrinter
{
internal static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new FrmMain());
}
}
}
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Kivii.Client.Lims.ReportPrinter.V4.0")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Kivii.Client.Lims.ReportPrinter.V4.0")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 将 ComVisible 设置为 false 会使此程序集中的类型
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
//请将此类型的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("0e4bc54b-c07b-4d01-880e-5bc9366fe66c")]
// 程序集的版本信息由下列四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Kivii.Client.Lims.ReportPrinter.Properties {
using System;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Kivii.Client.Lims.ReportPrinter.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Kivii.Client.Lims.ReportPrinter.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
}
}
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Kivii.Common" version="5.6.2024.1160" targetFramework="net40" />
<package id="Kivii.Core" version="5.6.2023.9000" targetFramework="net40" />
<package id="Kivii.GhostScript" version="5.5.2021.2010" targetFramework="net40" />
<package id="Kivii.Linq" version="5.6.2024.2000" targetFramework="net40" />
<package id="Kivii.Linq.Sqlite" version="5.6.2023.3000" targetFramework="net40" />
<package id="Kivii.Pdf" version="5.6.2022.12200" targetFramework="net40" />
</packages>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment