AIMS/AIMS.UI/PublicUI/MainFormManage.designer.cs
2023-08-14 11:13:31 +08:00

198 lines
9.7 KiB
C#

namespace AIMS
{
partial class MainFormManage
{
/// <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(MainFormManage));
this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
this.colorThemeButton = new DevComponents.DotNetBar.ButtonItem();
this.metroTabItem2 = new DevComponents.DotNetBar.Metro.MetroTabItem();
this.metroTabItem1 = new DevComponents.DotNetBar.Metro.MetroTabItem();
this.sideNav1 = new DevComponents.DotNetBar.Controls.SideNav();
this.separator1 = new DevComponents.DotNetBar.Separator();
this.SuspendLayout();
//
// elementStyle1
//
this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.elementStyle1.Name = "elementStyle1";
this.elementStyle1.TextColor = System.Drawing.Color.Black;
//
// buttonItem2
//
this.buttonItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem2.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
this.buttonItem2.ImagePaddingHorizontal = 18;
this.buttonItem2.ImagePaddingVertical = 10;
this.buttonItem2.KeyTips = "S";
this.buttonItem2.Name = "buttonItem2";
this.buttonItem2.Stretch = true;
this.buttonItem2.Text = "Save";
//
// buttonItem3
//
this.buttonItem3.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem3.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
this.buttonItem3.ImagePaddingHorizontal = 18;
this.buttonItem3.ImagePaddingVertical = 10;
this.buttonItem3.KeyTips = "O";
this.buttonItem3.Name = "buttonItem3";
this.buttonItem3.Stretch = true;
this.buttonItem3.Text = "Open";
//
// buttonItem4
//
this.buttonItem4.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem4.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image")));
this.buttonItem4.ImagePaddingHorizontal = 18;
this.buttonItem4.ImagePaddingVertical = 10;
this.buttonItem4.KeyTips = "C";
this.buttonItem4.Name = "buttonItem4";
this.buttonItem4.Stretch = true;
this.buttonItem4.Text = "Close";
//
// buttonItem5
//
this.buttonItem5.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem5.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image")));
this.buttonItem5.ImagePaddingHorizontal = 18;
this.buttonItem5.ImagePaddingVertical = 10;
this.buttonItem5.KeyTips = "T";
this.buttonItem5.Name = "buttonItem5";
this.buttonItem5.Stretch = true;
this.buttonItem5.Text = "Options";
//
// buttonItem6
//
this.buttonItem6.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem6.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
this.buttonItem6.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem6.Image")));
this.buttonItem6.ImagePaddingHorizontal = 18;
this.buttonItem6.ImagePaddingVertical = 10;
this.buttonItem6.KeyTips = "X";
this.buttonItem6.Name = "buttonItem6";
this.buttonItem6.Stretch = true;
this.buttonItem6.Text = "Exit";
//
// qatCustomizeItem1
//
this.qatCustomizeItem1.BeginGroup = true;
this.qatCustomizeItem1.Name = "qatCustomizeItem1";
//
// colorThemeButton
//
this.colorThemeButton.AutoExpandOnClick = true;
this.colorThemeButton.CanCustomize = false;
this.colorThemeButton.Image = global::AIMSControls.Properties.Resources.ColorScheme;
this.colorThemeButton.Name = "colorThemeButton";
this.colorThemeButton.ShowSubItems = false;
this.colorThemeButton.Text = "皮肤";
this.colorThemeButton.Tooltip = "Choose Metro Color Theme";
//
// metroTabItem2
//
this.metroTabItem2.Checked = true;
this.metroTabItem2.Name = "metroTabItem2";
this.metroTabItem2.Text = "&CLIENTS";
//
// metroTabItem1
//
this.metroTabItem1.Name = "metroTabItem1";
this.metroTabItem1.Text = "&INVOICES";
//
// sideNav1
//
this.sideNav1.Dock = System.Windows.Forms.DockStyle.Fill;
this.sideNav1.EnableClose = false;
this.sideNav1.EnableMaximize = false;
this.sideNav1.EnableSplitter = false;
this.sideNav1.ForeColor = System.Drawing.Color.Black;
this.sideNav1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.separator1});
this.sideNav1.Location = new System.Drawing.Point(0, 0);
this.sideNav1.Name = "sideNav1";
this.sideNav1.Padding = new System.Windows.Forms.Padding(1);
this.sideNav1.Size = new System.Drawing.Size(853, 541);
this.sideNav1.TabIndex = 1;
this.sideNav1.Text = "sideNav1";
this.sideNav1.SelectedItemChanged += new System.EventHandler(this.sideNav1_SelectedItemChanged);
//
// separator1
//
this.separator1.FixedSize = new System.Drawing.Size(3, 1);
this.separator1.Name = "separator1";
this.separator1.Padding.Bottom = 2;
this.separator1.Padding.Left = 6;
this.separator1.Padding.Right = 6;
this.separator1.Padding.Top = 2;
this.separator1.SeparatorOrientation = DevComponents.DotNetBar.eDesignMarkerOrientation.Vertical;
//
// MainFormManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(853, 541);
this.Controls.Add(this.sideNav1);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(600, 400);
this.Name = "MainFormManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "手术麻醉信息后台管理系统 ";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainFormNew_Load);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ElementStyle elementStyle1;
private DevComponents.DotNetBar.ButtonItem buttonItem2;
private DevComponents.DotNetBar.ButtonItem buttonItem3;
private DevComponents.DotNetBar.ButtonItem buttonItem4;
private DevComponents.DotNetBar.ButtonItem buttonItem5;
private DevComponents.DotNetBar.ButtonItem buttonItem6;
private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
private DevComponents.DotNetBar.ButtonItem colorThemeButton;
private DevComponents.DotNetBar.Metro.MetroTabItem metroTabItem2;
private DevComponents.DotNetBar.Metro.MetroTabItem metroTabItem1;
private DevComponents.DotNetBar.Controls.SideNav sideNav1;
private DevComponents.DotNetBar.Separator separator1;
}
}