StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_Pathography....

185 lines
11 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_ChestPain
{
partial class Form_ChestPain_Pathography
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_Pathography));
this.richEdit_Content = new DevExpress.XtraRichEdit.RichEditControl();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barButton_Save = new DevExpress.XtraBars.BarButtonItem();
this.barButton_Exit = new DevExpress.XtraBars.BarButtonItem();
this.barButton_Refresh = new DevExpress.XtraBars.BarButtonItem();
this.barButton_Enshrine = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPage_Function = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPage_2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.repositoryItemSearchControl1 = new DevExpress.XtraEditors.Repository.RepositoryItemSearchControl();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl1)).BeginInit();
this.SuspendLayout();
//
// richEdit_Content
//
this.richEdit_Content.Dock = System.Windows.Forms.DockStyle.Fill;
this.richEdit_Content.Location = new System.Drawing.Point(0, 128);
this.richEdit_Content.MenuManager = this.ribbonControl1;
this.richEdit_Content.Name = "richEdit_Content";
this.richEdit_Content.Size = new System.Drawing.Size(1354, 764);
this.richEdit_Content.TabIndex = 0;
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.barButton_Save,
this.barButton_Exit,
this.barButton_Refresh,
this.barButton_Enshrine});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.MaxItemId = 6;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage});
this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemSearchControl1});
this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowToolbarCustomizeItem = false;
this.ribbonControl1.Size = new System.Drawing.Size(1354, 128);
this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barButton_Save
//
this.barButton_Save.Caption = "保存";
this.barButton_Save.Id = 2;
this.barButton_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButton_Save.ImageOptions.Image")));
this.barButton_Save.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
this.barButton_Save.Name = "barButton_Save";
this.barButton_Save.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
| DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
this.barButton_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButton_Save_ItemClick);
//
// barButton_Exit
//
this.barButton_Exit.Caption = "关闭";
this.barButton_Exit.Id = 3;
this.barButton_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButton_Exit.ImageOptions.Image")));
this.barButton_Exit.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
this.barButton_Exit.Name = "barButton_Exit";
this.barButton_Exit.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
| DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
this.barButton_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButton_Exit_ItemClick);
//
// barButton_Refresh
//
this.barButton_Refresh.Caption = "更新";
this.barButton_Refresh.Id = 4;
this.barButton_Refresh.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButton_Refresh.ImageOptions.Image")));
this.barButton_Refresh.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
this.barButton_Refresh.Name = "barButton_Refresh";
this.barButton_Refresh.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
| DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
this.barButton_Refresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButton_Refresh_ItemClick);
//
// barButton_Enshrine
//
this.barButton_Enshrine.Caption = "收藏";
this.barButton_Enshrine.Enabled = false;
this.barButton_Enshrine.Id = 5;
this.barButton_Enshrine.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButton_Enshrine.ImageOptions.Image")));
this.barButton_Enshrine.Name = "barButton_Enshrine";
this.barButton_Enshrine.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
| DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
this.barButton_Enshrine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButton_Enshrine_ItemClick);
//
// ribbonPage
//
this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPage_Function,
this.ribbonPage_2});
this.ribbonPage.Name = "ribbonPage";
this.ribbonPage.Text = "功能操作";
//
// ribbonPage_Function
//
this.ribbonPage_Function.ItemLinks.Add(this.barButton_Save);
this.ribbonPage_Function.ItemLinks.Add(this.barButton_Refresh);
this.ribbonPage_Function.Name = "ribbonPage_Function";
this.ribbonPage_Function.Text = "功能菜单";
//
// ribbonPage_2
//
this.ribbonPage_2.ItemLinks.Add(this.barButton_Enshrine);
this.ribbonPage_2.ItemLinks.Add(this.barButton_Exit);
this.ribbonPage_2.Name = "ribbonPage_2";
this.ribbonPage_2.Text = "功能菜单";
//
// repositoryItemSearchControl1
//
this.repositoryItemSearchControl1.AutoHeight = false;
this.repositoryItemSearchControl1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Repository.ClearButton(),
new DevExpress.XtraEditors.Repository.SearchButton()});
this.repositoryItemSearchControl1.Name = "repositoryItemSearchControl1";
//
// Form_ChestPain_Pathography
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1354, 892);
this.Controls.Add(this.richEdit_Content);
this.Controls.Add(this.ribbonControl1);
this.Name = "Form_ChestPain_Pathography";
this.Text = "胸痛患者病志维护";
this.Load += new System.EventHandler(this.Form_ChestPain_Pathography_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_ChestPain_Pathography_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraRichEdit.RichEditControl richEdit_Content;
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage;
private DevExpress.XtraEditors.Repository.RepositoryItemSearchControl repositoryItemSearchControl1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPage_Function;
private DevExpress.XtraBars.BarButtonItem barButton_Save;
private DevExpress.XtraBars.BarButtonItem barButton_Exit;
private DevExpress.XtraBars.BarButtonItem barButton_Refresh;
private DevExpress.XtraBars.BarButtonItem barButton_Enshrine;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPage_2;
}
}