202 lines
10 KiB
C#
202 lines
10 KiB
C#
|
|
namespace SOH.JianYan
|
|||
|
|
{
|
|||
|
|
partial class frmYiQiAnZhuang
|
|||
|
|
{
|
|||
|
|
/// <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.components = new System.ComponentModel.Container();
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmYiQiAnZhuang));
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.btn_jy = new System.Windows.Forms.Button();
|
|||
|
|
this.btn_add = new System.Windows.Forms.Button();
|
|||
|
|
this.dgv_yiqi = new System.Windows.Forms.DataGridView();
|
|||
|
|
this.yqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.yqmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.yqlbDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.azrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.yqxhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.zhuxiaoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.jyyiqiBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.ofd_db = new System.Windows.Forms.OpenFileDialog();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_yiqi)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.jyyiqiBindingSource)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.btn_jy);
|
|||
|
|
this.panel1.Controls.Add(this.btn_add);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(1008, 55);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// btn_jy
|
|||
|
|
//
|
|||
|
|
this.btn_jy.Location = new System.Drawing.Point(93, 12);
|
|||
|
|
this.btn_jy.Name = "btn_jy";
|
|||
|
|
this.btn_jy.Size = new System.Drawing.Size(75, 23);
|
|||
|
|
this.btn_jy.TabIndex = 1;
|
|||
|
|
this.btn_jy.Text = "禁用";
|
|||
|
|
this.btn_jy.UseVisualStyleBackColor = true;
|
|||
|
|
this.btn_jy.Click += new System.EventHandler(this.btn_jy_Click);
|
|||
|
|
//
|
|||
|
|
// btn_add
|
|||
|
|
//
|
|||
|
|
this.btn_add.Location = new System.Drawing.Point(12, 12);
|
|||
|
|
this.btn_add.Name = "btn_add";
|
|||
|
|
this.btn_add.Size = new System.Drawing.Size(75, 23);
|
|||
|
|
this.btn_add.TabIndex = 0;
|
|||
|
|
this.btn_add.Text = "安装";
|
|||
|
|
this.btn_add.UseVisualStyleBackColor = true;
|
|||
|
|
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
|
|||
|
|
//
|
|||
|
|
// dgv_yiqi
|
|||
|
|
//
|
|||
|
|
this.dgv_yiqi.AllowUserToAddRows = false;
|
|||
|
|
this.dgv_yiqi.AllowUserToDeleteRows = false;
|
|||
|
|
this.dgv_yiqi.AllowUserToResizeRows = false;
|
|||
|
|
this.dgv_yiqi.AutoGenerateColumns = false;
|
|||
|
|
this.dgv_yiqi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
|
this.dgv_yiqi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
|
this.yqDataGridViewTextBoxColumn,
|
|||
|
|
this.yqmcDataGridViewTextBoxColumn,
|
|||
|
|
this.yqlbDataGridViewTextBoxColumn,
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn,
|
|||
|
|
this.azrqDataGridViewTextBoxColumn,
|
|||
|
|
this.yqxhDataGridViewTextBoxColumn,
|
|||
|
|
this.zhuxiaoDataGridViewTextBoxColumn});
|
|||
|
|
this.dgv_yiqi.DataSource = this.jyyiqiBindingSource;
|
|||
|
|
this.dgv_yiqi.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.dgv_yiqi.Location = new System.Drawing.Point(0, 55);
|
|||
|
|
this.dgv_yiqi.MultiSelect = false;
|
|||
|
|
this.dgv_yiqi.Name = "dgv_yiqi";
|
|||
|
|
this.dgv_yiqi.ReadOnly = true;
|
|||
|
|
this.dgv_yiqi.RowHeadersWidth = 10;
|
|||
|
|
this.dgv_yiqi.RowTemplate.Height = 23;
|
|||
|
|
this.dgv_yiqi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
|
this.dgv_yiqi.Size = new System.Drawing.Size(1008, 521);
|
|||
|
|
this.dgv_yiqi.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// yqDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.yqDataGridViewTextBoxColumn.DataPropertyName = "yq";
|
|||
|
|
this.yqDataGridViewTextBoxColumn.HeaderText = "仪器编码";
|
|||
|
|
this.yqDataGridViewTextBoxColumn.Name = "yqDataGridViewTextBoxColumn";
|
|||
|
|
this.yqDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// yqmcDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.yqmcDataGridViewTextBoxColumn.DataPropertyName = "yqmc";
|
|||
|
|
this.yqmcDataGridViewTextBoxColumn.HeaderText = "仪器名称";
|
|||
|
|
this.yqmcDataGridViewTextBoxColumn.Name = "yqmcDataGridViewTextBoxColumn";
|
|||
|
|
this.yqmcDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// yqlbDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.yqlbDataGridViewTextBoxColumn.DataPropertyName = "v_jydl";
|
|||
|
|
this.yqlbDataGridViewTextBoxColumn.HeaderText = "仪器类别";
|
|||
|
|
this.yqlbDataGridViewTextBoxColumn.Name = "yqlbDataGridViewTextBoxColumn";
|
|||
|
|
this.yqlbDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// dnnameDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn.DataPropertyName = "dnname";
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn.HeaderText = "仪器安装电脑名称";
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn.Name = "dnnameDataGridViewTextBoxColumn";
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
this.dnnameDataGridViewTextBoxColumn.Width = 200;
|
|||
|
|
//
|
|||
|
|
// azrqDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.azrqDataGridViewTextBoxColumn.DataPropertyName = "azrq";
|
|||
|
|
this.azrqDataGridViewTextBoxColumn.HeaderText = "安装日期";
|
|||
|
|
this.azrqDataGridViewTextBoxColumn.Name = "azrqDataGridViewTextBoxColumn";
|
|||
|
|
this.azrqDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// yqxhDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.yqxhDataGridViewTextBoxColumn.DataPropertyName = "yqxh";
|
|||
|
|
this.yqxhDataGridViewTextBoxColumn.HeaderText = "仪器型号";
|
|||
|
|
this.yqxhDataGridViewTextBoxColumn.Name = "yqxhDataGridViewTextBoxColumn";
|
|||
|
|
this.yqxhDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// zhuxiaoDataGridViewTextBoxColumn
|
|||
|
|
//
|
|||
|
|
this.zhuxiaoDataGridViewTextBoxColumn.DataPropertyName = "v_zx";
|
|||
|
|
this.zhuxiaoDataGridViewTextBoxColumn.HeaderText = "注销状态";
|
|||
|
|
this.zhuxiaoDataGridViewTextBoxColumn.Name = "zhuxiaoDataGridViewTextBoxColumn";
|
|||
|
|
this.zhuxiaoDataGridViewTextBoxColumn.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// jyyiqiBindingSource
|
|||
|
|
//
|
|||
|
|
this.jyyiqiBindingSource.DataSource = typeof(SOH.Entities.jy_yiqi);
|
|||
|
|
//
|
|||
|
|
// ofd_db
|
|||
|
|
//
|
|||
|
|
this.ofd_db.Filter = "希望之星LIS打包文件|*.lis";
|
|||
|
|
this.ofd_db.Title = "请选择希望之星LIS打包文件";
|
|||
|
|
//
|
|||
|
|
// frmYiQiAnZhuang
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1008, 576);
|
|||
|
|
this.Controls.Add(this.dgv_yiqi);
|
|||
|
|
this.Controls.Add(this.panel1);
|
|||
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
|
this.Name = "frmYiQiAnZhuang";
|
|||
|
|
this.Text = "仪器管理";
|
|||
|
|
this.Load += new System.EventHandler(this.frmYiQiAnZhuang_Load);
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_yiqi)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.jyyiqiBindingSource)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.Button btn_jy;
|
|||
|
|
private System.Windows.Forms.Button btn_add;
|
|||
|
|
private System.Windows.Forms.DataGridView dgv_yiqi;
|
|||
|
|
private System.Windows.Forms.BindingSource jyyiqiBindingSource;
|
|||
|
|
private System.Windows.Forms.OpenFileDialog ofd_db;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn yqDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn yqmcDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn yqlbDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dnnameDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn azrqDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn yqxhDataGridViewTextBoxColumn;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zhuxiaoDataGridViewTextBoxColumn;
|
|||
|
|
}
|
|||
|
|
}
|