LIS报告单模板管理工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
7.2 KiB

namespace ReportTool
{
partial class MainForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.panel1 = new System.Windows.Forms.Panel();
this.SignImage = new DevExpress.XtraEditors.SimpleButton();
this.OtherReportFile = new DevExpress.XtraEditors.SimpleButton();
this.BloodReportFile = new DevExpress.XtraEditors.SimpleButton();
this.LisReportFile = new DevExpress.XtraEditors.SimpleButton();
this.XtraTabControl = new DevExpress.XtraTab.XtraTabControl();
this.MainTabPage = new DevExpress.XtraTab.XtraTabPage();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.XtraTabControl)).BeginInit();
this.XtraTabControl.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.panel1.Controls.Add(this.SignImage);
this.panel1.Controls.Add(this.OtherReportFile);
this.panel1.Controls.Add(this.BloodReportFile);
this.panel1.Controls.Add(this.LisReportFile);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(111, 661);
this.panel1.TabIndex = 0;
//
// SignImage
//
this.SignImage.Appearance.ForeColor = System.Drawing.Color.White;
this.SignImage.Appearance.Options.UseForeColor = true;
this.SignImage.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.SignImage.Location = new System.Drawing.Point(0, 120);
this.SignImage.Name = "SignImage";
this.SignImage.Size = new System.Drawing.Size(111, 38);
this.SignImage.TabIndex = 3;
this.SignImage.Text = "签名图片";
//
// OtherReportFile
//
this.OtherReportFile.Appearance.ForeColor = System.Drawing.Color.White;
this.OtherReportFile.Appearance.Options.UseForeColor = true;
this.OtherReportFile.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.OtherReportFile.Location = new System.Drawing.Point(0, 76);
this.OtherReportFile.Name = "OtherReportFile";
this.OtherReportFile.Size = new System.Drawing.Size(111, 38);
this.OtherReportFile.TabIndex = 2;
this.OtherReportFile.Text = "其他报告单";
//
// BloodReportFile
//
this.BloodReportFile.Appearance.ForeColor = System.Drawing.Color.White;
this.BloodReportFile.Appearance.Options.UseForeColor = true;
this.BloodReportFile.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.BloodReportFile.Location = new System.Drawing.Point(0, 38);
this.BloodReportFile.Name = "BloodReportFile";
this.BloodReportFile.Size = new System.Drawing.Size(111, 38);
this.BloodReportFile.TabIndex = 1;
this.BloodReportFile.Text = "输血报告单";
//
// LisReportFile
//
this.LisReportFile.Appearance.ForeColor = System.Drawing.Color.White;
this.LisReportFile.Appearance.Options.UseForeColor = true;
this.LisReportFile.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.LisReportFile.Location = new System.Drawing.Point(0, 0);
this.LisReportFile.Name = "LisReportFile";
this.LisReportFile.Size = new System.Drawing.Size(111, 38);
this.LisReportFile.TabIndex = 0;
this.LisReportFile.Text = "LIS报告单";
//
// XtraTabControl
//
this.XtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.XtraTabControl.Location = new System.Drawing.Point(111, 0);
this.XtraTabControl.Margin = new System.Windows.Forms.Padding(0);
this.XtraTabControl.Name = "XtraTabControl";
this.XtraTabControl.SelectedTabPage = this.MainTabPage;
this.XtraTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
this.XtraTabControl.Size = new System.Drawing.Size(873, 661);
this.XtraTabControl.TabIndex = 2;
this.XtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.MainTabPage});
//
// MainTabPage
//
this.MainTabPage.Margin = new System.Windows.Forms.Padding(0);
this.MainTabPage.Name = "MainTabPage";
this.MainTabPage.Size = new System.Drawing.Size(867, 655);
this.MainTabPage.Text = "MainTabPage";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(984, 661);
this.Controls.Add(this.XtraTabControl);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "报告单模版管理器";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.XtraTabControl)).EndInit();
this.XtraTabControl.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton OtherReportFile;
private DevExpress.XtraEditors.SimpleButton BloodReportFile;
private DevExpress.XtraEditors.SimpleButton LisReportFile;
private DevExpress.XtraTab.XtraTabControl XtraTabControl;
private DevExpress.XtraTab.XtraTabPage MainTabPage;
private DevExpress.XtraEditors.SimpleButton SignImage;
}
}