AIMS/DocumentManagement/UI/ShowPacsText.Designer.cs
leomon 96c82888bb 拖拽断点问题 氧饱和度超出范围问题
术前绑定影像结论 复制粘贴
术前访视单回写ASA分级
CORN术中获得性压力性损伤风险评估量表分数计算
参数控制麻醉记录单用药线粗细 左侧药品名称大小
手术医生字母排序
2023-05-02 12:05:22 +08:00

199 lines
9.9 KiB
C#

namespace DocumentManagement.UI
{
partial class ShowPacsText
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowPacsText));
this.dgvItems = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.item_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.item_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.result = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.reference = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.report_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.report_person = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.txtSelText = new DevComponents.DotNetBar.Controls.TextBoxX();
((System.ComponentModel.ISupportInitialize)(this.dgvItems)).BeginInit();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// dgvItems
//
this.dgvItems.AllowUserToAddRows = false;
this.dgvItems.AllowUserToDeleteRows = false;
this.dgvItems.BackgroundColor = System.Drawing.Color.White;
this.dgvItems.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.item_code,
this.item_name,
this.result,
this.reference,
this.report_time,
this.report_person});
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvItems.DefaultCellStyle = dataGridViewCellStyle1;
this.dgvItems.Dock = System.Windows.Forms.DockStyle.Top;
this.dgvItems.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.dgvItems.Location = new System.Drawing.Point(0, 0);
this.dgvItems.Name = "dgvItems";
this.dgvItems.RowHeadersVisible = false;
this.dgvItems.RowTemplate.Height = 23;
this.dgvItems.Size = new System.Drawing.Size(960, 420);
this.dgvItems.TabIndex = 8;
this.dgvItems.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvItems_CellClick);
//
// item_code
//
this.item_code.DataPropertyName = "itemid";
this.item_code.HeaderText = "ID";
this.item_code.Name = "item_code";
this.item_code.Visible = false;
this.item_code.Width = 55;
//
// item_name
//
this.item_name.DataPropertyName = "itemname";
this.item_name.HeaderText = "项目名称";
this.item_name.Name = "item_name";
this.item_name.Width = 150;
//
// result
//
this.result.DataPropertyName = "imagepres";
this.result.HeaderText = "描述";
this.result.Name = "result";
this.result.Width = 500;
//
// reference
//
this.reference.DataPropertyName = "imageresult";
this.reference.HeaderText = "结果";
this.reference.Name = "reference";
this.reference.Width = 200;
//
// report_time
//
this.report_time.DataPropertyName = "checkdate";
this.report_time.HeaderText = "报告时间";
this.report_time.Name = "report_time";
this.report_time.Visible = false;
this.report_time.Width = 160;
//
// report_person
//
this.report_person.DataPropertyName = "examdoctor";
this.report_person.HeaderText = "报告人";
this.report_person.Name = "report_person";
this.report_person.Width = 80;
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.panelEx1.Controls.Add(this.buttonX1);
this.panelEx1.Controls.Add(this.txtSelText);
this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(0, 420);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(960, 30);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 9;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.buttonX1.Location = new System.Drawing.Point(832, 5);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(116, 23);
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX1.TabIndex = 1;
this.buttonX1.Text = "确认";
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// txtSelText
//
//
//
//
this.txtSelText.Border.Class = "TextBoxBorder";
this.txtSelText.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSelText.Location = new System.Drawing.Point(3, 5);
this.txtSelText.Name = "txtSelText";
this.txtSelText.PreventEnterBeep = true;
this.txtSelText.Size = new System.Drawing.Size(784, 21);
this.txtSelText.TabIndex = 0;
//
// ShowPacsText
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(960, 450);
this.Controls.Add(this.panelEx1);
this.Controls.Add(this.dgvItems);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ShowPacsText";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "影像数据";
this.Load += new System.EventHandler(this.ShowPacsText_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvItems)).EndInit();
this.panelEx1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.DataGridViewX dgvItems;
private System.Windows.Forms.DataGridViewTextBoxColumn item_code;
private System.Windows.Forms.DataGridViewTextBoxColumn item_name;
private System.Windows.Forms.DataGridViewTextBoxColumn result;
private System.Windows.Forms.DataGridViewTextBoxColumn reference;
private System.Windows.Forms.DataGridViewTextBoxColumn report_time;
private System.Windows.Forms.DataGridViewTextBoxColumn report_person;
private DevComponents.DotNetBar.PanelEx panelEx1;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.Controls.TextBoxX txtSelText;
}
}