StableVersion4.3/HL_FristAidPlatform_Public/Form/Form_PublisAddPatient.Desig...

226 lines
14 KiB
C#

namespace HL_FristAidPlatform_Public
{
partial class Form_PublisAddPatient
{
/// <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()
{
DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
this.listBox_SystemModule = new DevExpress.XtraEditors.ListBoxControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.lbl_Birthday = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.panelContent = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelContent)).BeginInit();
this.SuspendLayout();
//
// listBox_SystemModule
//
this.listBox_SystemModule.Appearance.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.listBox_SystemModule.Appearance.Options.UseFont = true;
this.listBox_SystemModule.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.listBox_SystemModule.ContextButtonOptions.NormalStateOpacity = 0.4F;
this.listBox_SystemModule.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox_SystemModule.ItemAutoHeight = true;
this.listBox_SystemModule.ItemHeight = 50;
this.listBox_SystemModule.Location = new System.Drawing.Point(0, 32);
this.listBox_SystemModule.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.listBox_SystemModule.MultiColumn = true;
this.listBox_SystemModule.Name = "listBox_SystemModule";
this.listBox_SystemModule.Size = new System.Drawing.Size(1014, 52);
this.listBox_SystemModule.TabIndex = 0;
tableColumnDefinition1.Length.Value = 94D;
tableColumnDefinition2.Length.Value = 145D;
itemTemplateBase1.Columns.Add(tableColumnDefinition1);
itemTemplateBase1.Columns.Add(tableColumnDefinition2);
templatedItemElement1.FieldName = "IconData";
templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
templatedItemElement1.MaxWidth = 64;
templatedItemElement1.Text = "IconData";
templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
templatedItemElement2.ColumnIndex = 1;
templatedItemElement2.FieldName = "SystemName";
templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
templatedItemElement2.RowIndex = 1;
templatedItemElement2.Text = "SystemName";
templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
templatedItemElement2.TextLocation = new System.Drawing.Point(5, 0);
itemTemplateBase1.Elements.Add(templatedItemElement1);
itemTemplateBase1.Elements.Add(templatedItemElement2);
itemTemplateBase1.Name = "template1";
tableRowDefinition1.Length.Value = 16D;
itemTemplateBase1.Rows.Add(tableRowDefinition1);
this.listBox_SystemModule.Templates.Add(itemTemplateBase1);
this.listBox_SystemModule.Click += new System.EventHandler(this.listBox_SystemModule_Click);
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.listBox_SystemModule);
this.panelControl1.Controls.Add(this.panelControl4);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1014, 84);
this.panelControl1.TabIndex = 1;
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.lbl_Birthday);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl4.Location = new System.Drawing.Point(0, 0);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(1014, 32);
this.panelControl4.TabIndex = 0;
//
// lbl_Birthday
//
this.lbl_Birthday.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lbl_Birthday.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_Birthday.Appearance.ForeColor = System.Drawing.Color.White;
this.lbl_Birthday.Appearance.Options.UseFont = true;
this.lbl_Birthday.Appearance.Options.UseForeColor = true;
this.lbl_Birthday.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbl_Birthday.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_Birthday.Location = new System.Drawing.Point(12, 6);
this.lbl_Birthday.Name = "lbl_Birthday";
this.lbl_Birthday.Size = new System.Drawing.Size(64, 19);
this.lbl_Birthday.TabIndex = 19;
this.lbl_Birthday.Text = "患者类型";
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.simpleButton2);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 449);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1014, 50);
this.panelControl2.TabIndex = 10;
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228)))));
this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.simpleButton2.Appearance.Options.UseBackColor = true;
this.simpleButton2.Appearance.Options.UseFont = true;
this.simpleButton2.Location = new System.Drawing.Point(371, 7);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(266, 31);
this.simpleButton2.TabIndex = 1;
this.simpleButton2.Text = "保存";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// panelControl3
//
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.panelContent);
this.panelControl3.Controls.Add(this.panelControl2);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 84);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1014, 499);
this.panelControl3.TabIndex = 13;
//
// panelContent
//
this.panelContent.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
this.panelContent.Appearance.Options.UseBackColor = true;
this.panelContent.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelContent.Location = new System.Drawing.Point(0, 0);
this.panelContent.Name = "panelContent";
this.panelContent.Size = new System.Drawing.Size(1014, 449);
this.panelContent.TabIndex = 11;
//
// Form_PublisAddPatient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1014, 583);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl1);
this.IsMdiContainer = true;
this.Name = "Form_PublisAddPatient";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新增患者";
this.Load += new System.EventHandler(this.Form_PublisAddPatient_Load);
((System.ComponentModel.ISupportInitialize)(this.listBox_SystemModule)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelContent)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ListBoxControl listBox_SystemModule;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.LabelControl lbl_Birthday;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.PanelControl panelContent;
}
}