体检系统架构
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.
 
 
 

685 lines
38 KiB

using PEIS.View.UControl;
namespace PEIS.View
{
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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.PnlButton = new System.Windows.Forms.Panel();
this.BtnSetting = new System.Windows.Forms.Button();
this.BtnStatistics = new System.Windows.Forms.Button();
this.BtnReport = new System.Windows.Forms.Button();
this.BtnTotal = new System.Windows.Forms.Button();
this.BtnPart = new System.Windows.Forms.Button();
this.BtnReg = new System.Windows.Forms.Button();
this.LblTitle = new System.Windows.Forms.Label();
this.LblLogo = new System.Windows.Forms.Label();
this.PbMin = new System.Windows.Forms.PictureBox();
this.PbMax = new System.Windows.Forms.PictureBox();
this.PbClose = new System.Windows.Forms.PictureBox();
this.XtmmMain = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
this.panelFooter = new System.Windows.Forms.Panel();
this.stepPanel = new System.Windows.Forms.Panel();
this.stepViewer2 = new PEIS.View.UControl.StepViewer();
this.lblStep = new System.Windows.Forms.Label();
this.lblHospital = new System.Windows.Forms.Label();
this.NbcMain = new DevExpress.XtraNavBar.NavBarControl();
this.NbgSetting = new DevExpress.XtraNavBar.NavBarGroup();
this.NbiFeeItem = new DevExpress.XtraNavBar.NavBarItem();
this.NbiPackage = new DevExpress.XtraNavBar.NavBarItem();
this.NbiConclusion = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem16 = new DevExpress.XtraNavBar.NavBarItem();
this.NbiDept = new DevExpress.XtraNavBar.NavBarItem();
this.NbiPermission = new DevExpress.XtraNavBar.NavBarItem();
this.NbiDictionary = new DevExpress.XtraNavBar.NavBarItem();
this.NbiHazardType = new DevExpress.XtraNavBar.NavBarItem();
this.NbgReg = new DevExpress.XtraNavBar.NavBarGroup();
this.NbiEnrollmentSearch = new DevExpress.XtraNavBar.NavBarItem();
this.NbiEnrollmentPerson = new DevExpress.XtraNavBar.NavBarItem();
this.NbiEnrollmentOrg = new DevExpress.XtraNavBar.NavBarItem();
this.NbiBasePerson = new DevExpress.XtraNavBar.NavBarItem();
this.NbiBaseOrg = new DevExpress.XtraNavBar.NavBarItem();
this.NbgReport = new DevExpress.XtraNavBar.NavBarGroup();
this.NbiPReport = new DevExpress.XtraNavBar.NavBarItem();
this.NbiTReport = new DevExpress.XtraNavBar.NavBarItem();
this.NbgQuery = new DevExpress.XtraNavBar.NavBarGroup();
this.NbiPeopleCount = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem10 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem11 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem12 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem13 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem14 = new DevExpress.XtraNavBar.NavBarItem();
this.NbgNull = new DevExpress.XtraNavBar.NavBarGroup();
this.navBarItem8 = new DevExpress.XtraNavBar.NavBarItem();
this.PnlButton.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PbMin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PbMax)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PbClose)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.XtmmMain)).BeginInit();
this.panelFooter.SuspendLayout();
this.stepPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NbcMain)).BeginInit();
this.SuspendLayout();
//
// PnlButton
//
this.PnlButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(117)))), ((int)(((byte)(230)))));
this.PnlButton.Controls.Add(this.BtnSetting);
this.PnlButton.Controls.Add(this.BtnStatistics);
this.PnlButton.Controls.Add(this.BtnReport);
this.PnlButton.Controls.Add(this.BtnTotal);
this.PnlButton.Controls.Add(this.BtnPart);
this.PnlButton.Controls.Add(this.BtnReg);
this.PnlButton.Controls.Add(this.LblTitle);
this.PnlButton.Controls.Add(this.LblLogo);
this.PnlButton.Controls.Add(this.PbMin);
this.PnlButton.Controls.Add(this.PbMax);
this.PnlButton.Controls.Add(this.PbClose);
this.PnlButton.Dock = System.Windows.Forms.DockStyle.Top;
this.PnlButton.Location = new System.Drawing.Point(1, 1);
this.PnlButton.Name = "PnlButton";
this.PnlButton.Size = new System.Drawing.Size(1438, 45);
this.PnlButton.TabIndex = 6;
//
// BtnSetting
//
this.BtnSetting.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnSetting.Dock = System.Windows.Forms.DockStyle.Left;
this.BtnSetting.FlatAppearance.BorderSize = 0;
this.BtnSetting.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnSetting.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnSetting.ForeColor = System.Drawing.Color.White;
this.BtnSetting.Image = ((System.Drawing.Image)(resources.GetObject("BtnSetting.Image")));
this.BtnSetting.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnSetting.Location = new System.Drawing.Point(1030, 0);
this.BtnSetting.Name = "BtnSetting";
this.BtnSetting.Size = new System.Drawing.Size(133, 45);
this.BtnSetting.TabIndex = 57;
this.BtnSetting.Text = "6-系统设置";
this.BtnSetting.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnSetting.UseVisualStyleBackColor = true;
this.BtnSetting.Click += new System.EventHandler(this.BtnSetting_Click_1);
//
// BtnStatistics
//
this.BtnStatistics.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnStatistics.Dock = System.Windows.Forms.DockStyle.Left;
this.BtnStatistics.FlatAppearance.BorderSize = 0;
this.BtnStatistics.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnStatistics.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnStatistics.ForeColor = System.Drawing.Color.White;
this.BtnStatistics.Image = ((System.Drawing.Image)(resources.GetObject("BtnStatistics.Image")));
this.BtnStatistics.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnStatistics.Location = new System.Drawing.Point(897, 0);
this.BtnStatistics.Name = "BtnStatistics";
this.BtnStatistics.Size = new System.Drawing.Size(133, 45);
this.BtnStatistics.TabIndex = 56;
this.BtnStatistics.Text = "5-查询统计";
this.BtnStatistics.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnStatistics.UseVisualStyleBackColor = true;
this.BtnStatistics.Click += new System.EventHandler(this.BtnStatistics_Click_1);
//
// BtnReport
//
this.BtnReport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnReport.Dock = System.Windows.Forms.DockStyle.Left;
this.BtnReport.FlatAppearance.BorderSize = 0;
this.BtnReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnReport.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnReport.ForeColor = System.Drawing.Color.White;
this.BtnReport.Image = ((System.Drawing.Image)(resources.GetObject("BtnReport.Image")));
this.BtnReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnReport.Location = new System.Drawing.Point(764, 0);
this.BtnReport.Name = "BtnReport";
this.BtnReport.Size = new System.Drawing.Size(133, 45);
this.BtnReport.TabIndex = 55;
this.BtnReport.Text = "4-体检报告";
this.BtnReport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnReport.UseVisualStyleBackColor = true;
//
// BtnTotal
//
this.BtnTotal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnTotal.Dock = System.Windows.Forms.DockStyle.Left;
this.BtnTotal.FlatAppearance.BorderSize = 0;
this.BtnTotal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnTotal.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnTotal.ForeColor = System.Drawing.Color.White;
this.BtnTotal.Image = ((System.Drawing.Image)(resources.GetObject("BtnTotal.Image")));
this.BtnTotal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnTotal.Location = new System.Drawing.Point(631, 0);
this.BtnTotal.Name = "BtnTotal";
this.BtnTotal.Size = new System.Drawing.Size(133, 45);
this.BtnTotal.TabIndex = 54;
this.BtnTotal.Text = "3-总检管理";
this.BtnTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnTotal.UseVisualStyleBackColor = true;
//
// BtnPart
//
this.BtnPart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnPart.Dock = System.Windows.Forms.DockStyle.Left;
this.BtnPart.FlatAppearance.BorderSize = 0;
this.BtnPart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnPart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnPart.ForeColor = System.Drawing.Color.White;
this.BtnPart.Image = ((System.Drawing.Image)(resources.GetObject("BtnPart.Image")));
this.BtnPart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnPart.Location = new System.Drawing.Point(498, 0);
this.BtnPart.Name = "BtnPart";
this.BtnPart.Size = new System.Drawing.Size(133, 45);
this.BtnPart.TabIndex = 53;
this.BtnPart.Text = "2-科室分检";
this.BtnPart.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnPart.UseVisualStyleBackColor = true;
//
// BtnReg
//
this.BtnReg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BtnReg.Dock = System.Windows.Forms.DockStyle.Left;
this.BtnReg.FlatAppearance.BorderSize = 0;
this.BtnReg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnReg.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnReg.ForeColor = System.Drawing.Color.White;
this.BtnReg.Image = ((System.Drawing.Image)(resources.GetObject("BtnReg.Image")));
this.BtnReg.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnReg.Location = new System.Drawing.Point(365, 0);
this.BtnReg.Name = "BtnReg";
this.BtnReg.Size = new System.Drawing.Size(133, 45);
this.BtnReg.TabIndex = 52;
this.BtnReg.Text = "1-体检登记";
this.BtnReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnReg.UseVisualStyleBackColor = true;
//
// LblTitle
//
this.LblTitle.Dock = System.Windows.Forms.DockStyle.Left;
this.LblTitle.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblTitle.ForeColor = System.Drawing.Color.White;
this.LblTitle.Location = new System.Drawing.Point(89, 0);
this.LblTitle.Name = "LblTitle";
this.LblTitle.Size = new System.Drawing.Size(276, 45);
this.LblTitle.TabIndex = 6;
this.LblTitle.Text = "• 健康体检系统 V2.0";
this.LblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// LblLogo
//
this.LblLogo.Dock = System.Windows.Forms.DockStyle.Left;
this.LblLogo.Font = new System.Drawing.Font("华文细黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblLogo.ForeColor = System.Drawing.Color.White;
this.LblLogo.Location = new System.Drawing.Point(0, 0);
this.LblLogo.Name = "LblLogo";
this.LblLogo.Size = new System.Drawing.Size(89, 45);
this.LblLogo.TabIndex = 5;
this.LblLogo.Text = "新八达";
this.LblLogo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// PbMin
//
this.PbMin.Dock = System.Windows.Forms.DockStyle.Right;
this.PbMin.Image = ((System.Drawing.Image)(resources.GetObject("PbMin.Image")));
this.PbMin.Location = new System.Drawing.Point(1342, 0);
this.PbMin.Name = "PbMin";
this.PbMin.Size = new System.Drawing.Size(32, 45);
this.PbMin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.PbMin.TabIndex = 2;
this.PbMin.TabStop = false;
//
// PbMax
//
this.PbMax.Dock = System.Windows.Forms.DockStyle.Right;
this.PbMax.Image = ((System.Drawing.Image)(resources.GetObject("PbMax.Image")));
this.PbMax.Location = new System.Drawing.Point(1374, 0);
this.PbMax.Name = "PbMax";
this.PbMax.Size = new System.Drawing.Size(32, 45);
this.PbMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.PbMax.TabIndex = 1;
this.PbMax.TabStop = false;
//
// PbClose
//
this.PbClose.Dock = System.Windows.Forms.DockStyle.Right;
this.PbClose.Image = ((System.Drawing.Image)(resources.GetObject("PbClose.Image")));
this.PbClose.Location = new System.Drawing.Point(1406, 0);
this.PbClose.Name = "PbClose";
this.PbClose.Size = new System.Drawing.Size(32, 45);
this.PbClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.PbClose.TabIndex = 0;
this.PbClose.TabStop = false;
//
// XtmmMain
//
this.XtmmMain.AppearancePage.Header.BackColor = System.Drawing.Color.Gray;
this.XtmmMain.AppearancePage.Header.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.XtmmMain.AppearancePage.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.XtmmMain.AppearancePage.Header.Options.UseBackColor = true;
this.XtmmMain.AppearancePage.Header.Options.UseFont = true;
this.XtmmMain.AppearancePage.Header.Options.UseTextOptions = true;
this.XtmmMain.AppearancePage.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.XtmmMain.AppearancePage.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.XtmmMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
this.XtmmMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
this.XtmmMain.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders;
this.XtmmMain.HeaderButtons = ((DevExpress.XtraTab.TabButtons)((((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next)
| DevExpress.XtraTab.TabButtons.Close)
| DevExpress.XtraTab.TabButtons.Default)));
this.XtmmMain.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.Always;
this.XtmmMain.MdiParent = this;
this.XtmmMain.TabPageWidth = 120;
//
// panelFooter
//
this.panelFooter.BackColor = System.Drawing.Color.White;
this.panelFooter.Controls.Add(this.stepPanel);
this.panelFooter.Controls.Add(this.lblStep);
this.panelFooter.Controls.Add(this.lblHospital);
this.panelFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelFooter.ForeColor = System.Drawing.Color.White;
this.panelFooter.Location = new System.Drawing.Point(1, 724);
this.panelFooter.Margin = new System.Windows.Forms.Padding(0);
this.panelFooter.Name = "panelFooter";
this.panelFooter.Padding = new System.Windows.Forms.Padding(2, 4, 2, 2);
this.panelFooter.Size = new System.Drawing.Size(1438, 85);
this.panelFooter.TabIndex = 9;
//
// stepPanel
//
this.stepPanel.Controls.Add(this.stepViewer2);
this.stepPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.stepPanel.Location = new System.Drawing.Point(100, 4);
this.stepPanel.Margin = new System.Windows.Forms.Padding(0);
this.stepPanel.Name = "stepPanel";
this.stepPanel.Size = new System.Drawing.Size(1336, 79);
this.stepPanel.TabIndex = 0;
//
// stepViewer2
//
this.stepViewer2.Dock = System.Windows.Forms.DockStyle.Left;
this.stepViewer2.Eid = null;
this.stepViewer2.Location = new System.Drawing.Point(0, 0);
this.stepViewer2.Margin = new System.Windows.Forms.Padding(0);
this.stepViewer2.Name = "stepViewer2";
this.stepViewer2.Size = new System.Drawing.Size(1561, 79);
this.stepViewer2.TabIndex = 1;
//
// lblStep
//
this.lblStep.Dock = System.Windows.Forms.DockStyle.Left;
this.lblStep.Enabled = false;
this.lblStep.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(117)))), ((int)(((byte)(230)))));
this.lblStep.Location = new System.Drawing.Point(2, 4);
this.lblStep.Margin = new System.Windows.Forms.Padding(0, 15, 0, 0);
this.lblStep.Name = "lblStep";
this.lblStep.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
this.lblStep.Size = new System.Drawing.Size(98, 79);
this.lblStep.TabIndex = 4;
this.lblStep.Text = " ";
this.lblStep.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblHospital
//
this.lblHospital.AutoEllipsis = true;
this.lblHospital.AutoSize = true;
this.lblHospital.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(117)))), ((int)(((byte)(230)))));
this.lblHospital.Location = new System.Drawing.Point(2, 4);
this.lblHospital.Name = "lblHospital";
this.lblHospital.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
this.lblHospital.Size = new System.Drawing.Size(52, 17);
this.lblHospital.TabIndex = 3;
this.lblHospital.Text = "医院";
this.lblHospital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// NbcMain
//
this.NbcMain.ActiveGroup = this.NbgReg;
this.NbcMain.AllowDrop = false;
this.NbcMain.Appearance.Background.Options.UseBackColor = true;
this.NbcMain.Appearance.GroupBackground.BackColor = System.Drawing.Color.White;
this.NbcMain.Appearance.GroupBackground.Options.UseBackColor = true;
this.NbcMain.Appearance.GroupHeader.BackColor = System.Drawing.Color.White;
this.NbcMain.Appearance.GroupHeader.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.NbcMain.Appearance.GroupHeader.FontStyleDelta = System.Drawing.FontStyle.Bold;
this.NbcMain.Appearance.GroupHeader.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.NbcMain.Appearance.GroupHeader.Options.UseBackColor = true;
this.NbcMain.Appearance.GroupHeader.Options.UseFont = true;
this.NbcMain.Appearance.Item.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NbcMain.Appearance.Item.Options.UseFont = true;
this.NbcMain.BackColor = System.Drawing.Color.White;
this.NbcMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
this.NbcMain.Dock = System.Windows.Forms.DockStyle.Left;
this.NbcMain.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NbcMain.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
this.NbgReg,
this.NbgReport,
this.NbgQuery,
this.NbgSetting,
this.NbgNull});
this.NbcMain.HideGroupCaptions = true;
this.NbcMain.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
this.NbiEnrollmentSearch,
this.NbiEnrollmentPerson,
this.NbiEnrollmentOrg,
this.NbiBasePerson,
this.NbiBaseOrg,
this.NbiPReport,
this.NbiTReport,
this.navBarItem8,
this.NbiPeopleCount,
this.navBarItem10,
this.navBarItem11,
this.navBarItem12,
this.navBarItem13,
this.navBarItem14,
this.NbiConclusion,
this.navBarItem16,
this.NbiFeeItem,
this.NbiPackage,
this.NbiDept,
this.NbiPermission,
this.NbiDictionary,
this.NbiHazardType});
this.NbcMain.Location = new System.Drawing.Point(1, 46);
this.NbcMain.Name = "NbcMain";
this.NbcMain.OptionsNavPane.ExpandedWidth = 100;
this.NbcMain.Size = new System.Drawing.Size(100, 678);
this.NbcMain.TabIndex = 10;
this.NbcMain.Text = "navBarControl1";
this.NbcMain.View = new DevExpress.XtraNavBar.ViewInfo.Office3ViewInfoRegistrator();
//
// NbgSetting
//
this.NbgSetting.Caption = "系统设置";
this.NbgSetting.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiFeeItem),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiPackage),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiConclusion),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem16),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiDept),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiPermission),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiDictionary),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiHazardType)});
this.NbgSetting.Name = "NbgSetting";
//
// NbiFeeItem
//
this.NbiFeeItem.Caption = "收费项目";
this.NbiFeeItem.LargeImage = global::PEIS.Properties.Resources.;
this.NbiFeeItem.Name = "NbiFeeItem";
//
// NbiPackage
//
this.NbiPackage.Caption = "体检套餐";
this.NbiPackage.LargeImage = global::PEIS.Properties.Resources.;
this.NbiPackage.Name = "NbiPackage";
//
// NbiConclusion
//
this.NbiConclusion.Caption = "结论词";
this.NbiConclusion.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiConclusion.LargeImage")));
this.NbiConclusion.Name = "NbiConclusion";
//
// navBarItem16
//
this.navBarItem16.Caption = "团体结论词";
this.navBarItem16.LargeImage = global::PEIS.Properties.Resources.;
this.navBarItem16.Name = "navBarItem16";
this.navBarItem16.Visible = false;
//
// NbiDept
//
this.NbiDept.Caption = "科室管理";
this.NbiDept.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiDept.LargeImage")));
this.NbiDept.Name = "NbiDept";
//
// NbiPermission
//
this.NbiPermission.Caption = "权限管理";
this.NbiPermission.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiPermission.LargeImage")));
this.NbiPermission.Name = "NbiPermission";
//
// NbiDictionary
//
this.NbiDictionary.Caption = "字典管理";
this.NbiDictionary.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiDictionary.LargeImage")));
this.NbiDictionary.Name = "NbiDictionary";
this.NbiDictionary.Visible = false;
//
// NbiHazardType
//
this.NbiHazardType.Caption = "接害类型";
this.NbiHazardType.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiHazardType.LargeImage")));
this.NbiHazardType.Name = "NbiHazardType";
//
// NbgReg
//
this.NbgReg.Caption = "检前登记";
this.NbgReg.Expanded = true;
this.NbgReg.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiEnrollmentSearch),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiEnrollmentPerson),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiEnrollmentOrg),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiBasePerson),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiBaseOrg)});
this.NbgReg.Name = "NbgReg";
//
// NbiEnrollmentSearch
//
this.NbiEnrollmentSearch.Caption = "查找";
this.NbiEnrollmentSearch.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiEnrollmentSearch.LargeImage")));
this.NbiEnrollmentSearch.Name = "NbiEnrollmentSearch";
//
// NbiEnrollmentPerson
//
this.NbiEnrollmentPerson.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NbiEnrollmentPerson.Appearance.Options.UseFont = true;
this.NbiEnrollmentPerson.Caption = "个人登记";
this.NbiEnrollmentPerson.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiEnrollmentPerson.LargeImage")));
this.NbiEnrollmentPerson.Name = "NbiEnrollmentPerson";
//
// NbiEnrollmentOrg
//
this.NbiEnrollmentOrg.Caption = "团体登记";
this.NbiEnrollmentOrg.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiEnrollmentOrg.LargeImage")));
this.NbiEnrollmentOrg.Name = "NbiEnrollmentOrg";
//
// NbiBasePerson
//
this.NbiBasePerson.Caption = "人员信息";
this.NbiBasePerson.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiBasePerson.LargeImage")));
this.NbiBasePerson.Name = "NbiBasePerson";
//
// NbiBaseOrg
//
this.NbiBaseOrg.Caption = "团体信息";
this.NbiBaseOrg.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiBaseOrg.LargeImage")));
this.NbiBaseOrg.Name = "NbiBaseOrg";
//
// NbgReport
//
this.NbgReport.Caption = "体检报告";
this.NbgReport.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiPReport),
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiTReport)});
this.NbgReport.Name = "NbgReport";
//
// NbiPReport
//
this.NbiPReport.Caption = "个人报告";
this.NbiPReport.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiPReport.LargeImage")));
this.NbiPReport.Name = "NbiPReport";
//
// NbiTReport
//
this.NbiTReport.Caption = "团体报告";
this.NbiTReport.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiTReport.LargeImage")));
this.NbiTReport.Name = "NbiTReport";
//
// NbgQuery
//
this.NbgQuery.Caption = "查询统计";
this.NbgQuery.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.NbiPeopleCount),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem10),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem11),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem12),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem13),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem14)});
this.NbgQuery.Name = "NbgQuery";
this.NbgQuery.Visible = false;
//
// NbiPeopleCount
//
this.NbiPeopleCount.Caption = "人次统计表";
this.NbiPeopleCount.LargeImage = ((System.Drawing.Image)(resources.GetObject("NbiPeopleCount.LargeImage")));
this.NbiPeopleCount.Name = "NbiPeopleCount";
//
// navBarItem10
//
this.navBarItem10.Caption = "订单统计表";
this.navBarItem10.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem10.LargeImage")));
this.navBarItem10.Name = "navBarItem10";
//
// navBarItem11
//
this.navBarItem11.Caption = "费用明细";
this.navBarItem11.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem11.LargeImage")));
this.navBarItem11.Name = "navBarItem11";
//
// navBarItem12
//
this.navBarItem12.Caption = "明细统计";
this.navBarItem12.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem12.LargeImage")));
this.navBarItem12.Name = "navBarItem12";
//
// navBarItem13
//
this.navBarItem13.Caption = "团体汇总表";
this.navBarItem13.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem13.LargeImage")));
this.navBarItem13.Name = "navBarItem13";
//
// navBarItem14
//
this.navBarItem14.Caption = "个人汇总表";
this.navBarItem14.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem14.LargeImage")));
this.navBarItem14.Name = "navBarItem14";
//
// NbgNull
//
this.NbgNull.Caption = "NbgNull";
this.NbgNull.Name = "NbgNull";
//
// navBarItem8
//
this.navBarItem8.Caption = "批量打印";
this.navBarItem8.Name = "navBarItem8";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1440, 810);
this.Controls.Add(this.NbcMain);
this.Controls.Add(this.panelFooter);
this.Controls.Add(this.PnlButton);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "MainForm";
this.Padding = new System.Windows.Forms.Padding(1);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "健康体检系统";
this.PnlButton.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PbMin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PbMax)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PbClose)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.XtmmMain)).EndInit();
this.panelFooter.ResumeLayout(false);
this.panelFooter.PerformLayout();
this.stepPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NbcMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel PnlButton;
private System.Windows.Forms.Button BtnSetting;
private System.Windows.Forms.Button BtnStatistics;
private System.Windows.Forms.Button BtnReport;
private System.Windows.Forms.Button BtnTotal;
private System.Windows.Forms.Button BtnPart;
private System.Windows.Forms.Button BtnReg;
private System.Windows.Forms.Label LblTitle;
private System.Windows.Forms.Label LblLogo;
private System.Windows.Forms.PictureBox PbMin;
private System.Windows.Forms.PictureBox PbMax;
private System.Windows.Forms.PictureBox PbClose;
private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager XtmmMain;
private System.Windows.Forms.Panel panelFooter;
private DevExpress.XtraNavBar.NavBarControl NbcMain;
private DevExpress.XtraNavBar.NavBarGroup NbgReg;
private DevExpress.XtraNavBar.NavBarItem NbiEnrollmentSearch;
private DevExpress.XtraNavBar.NavBarItem NbiEnrollmentPerson;
private DevExpress.XtraNavBar.NavBarItem NbiEnrollmentOrg;
private DevExpress.XtraNavBar.NavBarItem NbiBasePerson;
private DevExpress.XtraNavBar.NavBarItem NbiBaseOrg;
private DevExpress.XtraNavBar.NavBarGroup NbgReport;
private DevExpress.XtraNavBar.NavBarItem NbiPReport;
private DevExpress.XtraNavBar.NavBarItem NbiTReport;
private DevExpress.XtraNavBar.NavBarGroup NbgQuery;
private DevExpress.XtraNavBar.NavBarItem NbiPeopleCount;
private DevExpress.XtraNavBar.NavBarItem navBarItem10;
private DevExpress.XtraNavBar.NavBarItem navBarItem11;
private DevExpress.XtraNavBar.NavBarItem navBarItem12;
private DevExpress.XtraNavBar.NavBarItem navBarItem13;
private DevExpress.XtraNavBar.NavBarItem navBarItem14;
private DevExpress.XtraNavBar.NavBarGroup NbgSetting;
private DevExpress.XtraNavBar.NavBarItem NbiFeeItem;
private DevExpress.XtraNavBar.NavBarItem NbiPackage;
private DevExpress.XtraNavBar.NavBarItem NbiConclusion;
private DevExpress.XtraNavBar.NavBarItem navBarItem16;
private DevExpress.XtraNavBar.NavBarItem NbiDept;
private DevExpress.XtraNavBar.NavBarItem NbiPermission;
private DevExpress.XtraNavBar.NavBarGroup NbgNull;
private DevExpress.XtraNavBar.NavBarItem navBarItem8;
private System.Windows.Forms.Label lblStep;
private System.Windows.Forms.Label lblHospital;
private System.Windows.Forms.Panel stepPanel;
private StepViewer stepViewer2;
private DevExpress.XtraNavBar.NavBarItem NbiDictionary;
private DevExpress.XtraNavBar.NavBarItem NbiHazardType;
}
}