namespace JJMediSys { partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.panelnavbar = new System.Windows.Forms.Panel(); this.NavBarCtrol = new DevExpress.XtraNavBar.NavBarControl(); this.panelTabpage = new System.Windows.Forms.Panel(); this.TabCtrol = new DevExpress.XtraTab.XtraTabControl(); this.piclogo = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); this.ItemimageList = new System.Windows.Forms.ImageList(this.components); this.PanelUser = new System.Windows.Forms.Panel(); this.BLogOut = new System.Windows.Forms.Button(); this.LabSqlNote = new System.Windows.Forms.Label(); this.BResetPassword = new System.Windows.Forms.Button(); this.LabDoctorName = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.PicStatusDev = new System.Windows.Forms.PictureBox(); this.PicStatusDB = new System.Windows.Forms.PictureBox(); this.StatusFrash = new System.Windows.Forms.Timer(this.components); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panelnavbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NavBarCtrol)).BeginInit(); this.panelTabpage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TabCtrol)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.piclogo)).BeginInit(); this.PanelUser.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicStatusDev)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PicStatusDB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // panelnavbar // this.panelnavbar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelnavbar.Controls.Add(this.NavBarCtrol); this.panelnavbar.Location = new System.Drawing.Point(2, 48); this.panelnavbar.Name = "panelnavbar"; this.panelnavbar.Size = new System.Drawing.Size(154, 564); this.panelnavbar.TabIndex = 0; // // NavBarCtrol // this.NavBarCtrol.ActiveGroup = null; this.NavBarCtrol.Dock = System.Windows.Forms.DockStyle.Fill; this.NavBarCtrol.Location = new System.Drawing.Point(0, 0); this.NavBarCtrol.Name = "NavBarCtrol"; this.NavBarCtrol.OptionsNavPane.ExpandedWidth = 152; this.NavBarCtrol.Size = new System.Drawing.Size(152, 562); this.NavBarCtrol.TabIndex = 0; this.NavBarCtrol.Text = "navBarControl1"; this.NavBarCtrol.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.NavBarCtrol_LinkClicked); // // panelTabpage // this.panelTabpage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelTabpage.Controls.Add(this.TabCtrol); this.panelTabpage.Location = new System.Drawing.Point(161, 48); this.panelTabpage.Name = "panelTabpage"; this.panelTabpage.Size = new System.Drawing.Size(976, 564); this.panelTabpage.TabIndex = 1; // // TabCtrol // this.TabCtrol.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders; this.TabCtrol.Dock = System.Windows.Forms.DockStyle.Fill; this.TabCtrol.Location = new System.Drawing.Point(0, 0); this.TabCtrol.Name = "TabCtrol"; this.TabCtrol.Size = new System.Drawing.Size(974, 562); this.TabCtrol.TabIndex = 0; this.TabCtrol.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.TabCtrol_SelectedPageChanged); this.TabCtrol.CloseButtonClick += new System.EventHandler(this.TabCtrol_CloseButtonClick); // // piclogo // this.piclogo.BackgroundImage = global::JJMediSys.Properties.Resources.ic_launcher; this.piclogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.piclogo.Location = new System.Drawing.Point(2, 1); this.piclogo.Name = "piclogo"; this.piclogo.Size = new System.Drawing.Size(47, 45); this.piclogo.TabIndex = 2; this.piclogo.TabStop = false; this.piclogo.MouseHover += new System.EventHandler(this.piclogo_MouseHover); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.SystemColors.Highlight; this.label1.Location = new System.Drawing.Point(44, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(307, 39); this.label1.TabIndex = 3; this.label1.Text = "智能采血终端应用软件"; // // ItemimageList // this.ItemimageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ItemimageList.ImageStream"))); this.ItemimageList.TransparentColor = System.Drawing.Color.Transparent; this.ItemimageList.Images.SetKeyName(0, "静脉采血.png"); this.ItemimageList.Images.SetKeyName(1, "参数设置.png"); this.ItemimageList.Images.SetKeyName(2, "发染打包.png"); this.ItemimageList.Images.SetKeyName(3, "记录查询.png"); this.ItemimageList.Images.SetKeyName(4, "系统设置.png"); this.ItemimageList.Images.SetKeyName(5, "液压传感器.png"); this.ItemimageList.Images.SetKeyName(6, "统计.png"); this.ItemimageList.Images.SetKeyName(7, "模版.png"); // // PanelUser // this.PanelUser.Controls.Add(this.BLogOut); this.PanelUser.Controls.Add(this.LabSqlNote); this.PanelUser.Controls.Add(this.BResetPassword); this.PanelUser.Controls.Add(this.LabDoctorName); this.PanelUser.Location = new System.Drawing.Point(1060, 5); this.PanelUser.Name = "PanelUser"; this.PanelUser.Size = new System.Drawing.Size(233, 38); this.PanelUser.TabIndex = 6; // // BLogOut // this.BLogOut.BackgroundImage = global::JJMediSys.Properties.Resources.exit; this.BLogOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BLogOut.FlatAppearance.BorderSize = 0; this.BLogOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BLogOut.Location = new System.Drawing.Point(199, 6); this.BLogOut.Name = "BLogOut"; this.BLogOut.Size = new System.Drawing.Size(27, 23); this.BLogOut.TabIndex = 2; this.BLogOut.UseVisualStyleBackColor = true; this.BLogOut.Click += new System.EventHandler(this.BLogOut_Click); // // LabSqlNote // this.LabSqlNote.AutoSize = true; this.LabSqlNote.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabSqlNote.ForeColor = System.Drawing.Color.Red; this.LabSqlNote.Location = new System.Drawing.Point(-21, 4); this.LabSqlNote.Name = "LabSqlNote"; this.LabSqlNote.Size = new System.Drawing.Size(449, 26); this.LabSqlNote.TabIndex = 11; this.LabSqlNote.Text = "数据库连接失败,数据无法同步,统计查询功能失效"; this.LabSqlNote.Visible = false; // // BResetPassword // this.BResetPassword.BackgroundImage = global::JJMediSys.Properties.Resources.修改密码; this.BResetPassword.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BResetPassword.FlatAppearance.BorderSize = 0; this.BResetPassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BResetPassword.Location = new System.Drawing.Point(161, 7); this.BResetPassword.Name = "BResetPassword"; this.BResetPassword.Size = new System.Drawing.Size(27, 23); this.BResetPassword.TabIndex = 1; this.BResetPassword.UseVisualStyleBackColor = true; this.BResetPassword.Click += new System.EventHandler(this.BResetPassword_Click); // // LabDoctorName // this.LabDoctorName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabDoctorName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.LabDoctorName.Location = new System.Drawing.Point(3, 2); this.LabDoctorName.Name = "LabDoctorName"; this.LabDoctorName.Size = new System.Drawing.Size(140, 30); this.LabDoctorName.TabIndex = 0; this.LabDoctorName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(726, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(128, 16); this.label2.TabIndex = 7; this.label2.Text = "贴标机连接状态:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(880, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(128, 16); this.label3.TabIndex = 8; this.label3.Text = "数据库连接状态:"; // // PicStatusDev // this.PicStatusDev.BackgroundImage = global::JJMediSys.Properties.Resources.故障; this.PicStatusDev.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PicStatusDev.Location = new System.Drawing.Point(849, 8); this.PicStatusDev.Name = "PicStatusDev"; this.PicStatusDev.Size = new System.Drawing.Size(30, 29); this.PicStatusDev.TabIndex = 9; this.PicStatusDev.TabStop = false; // // PicStatusDB // this.PicStatusDB.BackgroundImage = global::JJMediSys.Properties.Resources.故障; this.PicStatusDB.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PicStatusDB.Location = new System.Drawing.Point(1003, 8); this.PicStatusDB.Name = "PicStatusDB"; this.PicStatusDB.Size = new System.Drawing.Size(30, 29); this.PicStatusDB.TabIndex = 10; this.PicStatusDB.TabStop = false; // // StatusFrash // this.StatusFrash.Enabled = true; this.StatusFrash.Interval = 3000; this.StatusFrash.Tick += new System.EventHandler(this.StatusFrash_Tick); // // pictureBox2 // this.pictureBox2.BackgroundImage = global::JJMediSys.Properties.Resources.logo; this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox2.Location = new System.Drawing.Point(359, 5); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(328, 38); this.pictureBox2.TabIndex = 12; this.pictureBox2.TabStop = false; // // toolTip1 // this.toolTip1.Popup += new System.Windows.Forms.PopupEventHandler(this.toolTip1_Popup); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1292, 640); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.PicStatusDB); this.Controls.Add(this.PicStatusDev); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.PanelUser); this.Controls.Add(this.label1); this.Controls.Add(this.piclogo); this.Controls.Add(this.panelTabpage); this.Controls.Add(this.panelnavbar); this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MainForm"; this.Text = "九聚智能采血终端应用软件v1.0.9.19"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.panelnavbar.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.NavBarCtrol)).EndInit(); this.panelTabpage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.TabCtrol)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.piclogo)).EndInit(); this.PanelUser.ResumeLayout(false); this.PanelUser.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicStatusDev)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PicStatusDB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panelnavbar; private DevExpress.XtraNavBar.NavBarControl NavBarCtrol; private System.Windows.Forms.Panel panelTabpage; private DevExpress.XtraTab.XtraTabControl TabCtrol; private System.Windows.Forms.PictureBox piclogo; private System.Windows.Forms.Label label1; private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; private System.Windows.Forms.ImageList ItemimageList; private System.Windows.Forms.Panel PanelUser; private System.Windows.Forms.Button BResetPassword; private System.Windows.Forms.Label LabDoctorName; private System.Windows.Forms.Button BLogOut; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.PictureBox PicStatusDev; private System.Windows.Forms.PictureBox PicStatusDB; private System.Windows.Forms.Timer StatusFrash; private System.Windows.Forms.Label LabSqlNote; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.ToolTip toolTip1; } }