StableVersion4.3/HL_FristAidPlatform_MultiSy.../Form_OneClickNotification.D...

187 lines
10 KiB
C#

namespace HL_FristAidPlatform_MultiSystemPublic
{
partial class Form_OneClickNotification
{
/// <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_OneClickNotification));
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.txt_Notice = new DevExpress.XtraEditors.MemoEdit();
this.btn_Send = new DevExpress.XtraEditors.SimpleButton();
this.txt_SelectUser = new DevExpress.XtraEditors.MemoEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.LUEdit_NoticeType = new DevExpress.XtraEditors.LookUpEdit();
this.btn_SelUser = new DevExpress.XtraEditors.SimpleButton();
this.lbl_Info = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.txt_Notice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SelectUser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_NoticeType.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(31, 14);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(75, 18);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "通知类型:";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(31, 189);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(75, 18);
this.labelControl4.TabIndex = 0;
this.labelControl4.Text = "消息内容:";
//
// txt_Notice
//
this.txt_Notice.Location = new System.Drawing.Point(108, 189);
this.txt_Notice.Name = "txt_Notice";
this.txt_Notice.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txt_Notice.Properties.Appearance.Options.UseFont = true;
this.txt_Notice.Size = new System.Drawing.Size(659, 123);
this.txt_Notice.TabIndex = 4;
//
// btn_Send
//
this.btn_Send.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Send.Appearance.Options.UseFont = true;
this.btn_Send.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Send.ImageOptions.Image")));
this.btn_Send.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Send.Location = new System.Drawing.Point(108, 321);
this.btn_Send.Name = "btn_Send";
this.btn_Send.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btn_Send.Size = new System.Drawing.Size(180, 46);
this.btn_Send.TabIndex = 5;
this.btn_Send.Text = "发送通知";
this.btn_Send.Click += new System.EventHandler(this.btn_Send_Click);
//
// txt_SelectUser
//
this.txt_SelectUser.Location = new System.Drawing.Point(108, 43);
this.txt_SelectUser.Name = "txt_SelectUser";
this.txt_SelectUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txt_SelectUser.Properties.Appearance.Options.UseFont = true;
this.txt_SelectUser.Properties.ReadOnly = true;
this.txt_SelectUser.Size = new System.Drawing.Size(659, 112);
this.txt_SelectUser.TabIndex = 5;
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(16, 44);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(90, 18);
this.labelControl5.TabIndex = 0;
this.labelControl5.Text = "已选择人员:";
//
// LUEdit_NoticeType
//
this.LUEdit_NoticeType.Location = new System.Drawing.Point(108, 11);
this.LUEdit_NoticeType.Name = "LUEdit_NoticeType";
this.LUEdit_NoticeType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.LUEdit_NoticeType.Properties.Appearance.Options.UseFont = true;
this.LUEdit_NoticeType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LUEdit_NoticeType.Properties.NullText = "请选择通知类型";
this.LUEdit_NoticeType.Size = new System.Drawing.Size(247, 24);
this.LUEdit_NoticeType.TabIndex = 0;
this.LUEdit_NoticeType.EditValueChanged += new System.EventHandler(this.LUEdit_NoticeType_EditValueChanged);
//
// btn_SelUser
//
this.btn_SelUser.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_SelUser.Appearance.Options.UseFont = true;
this.btn_SelUser.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SelUser.ImageOptions.Image")));
this.btn_SelUser.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_SelUser.Location = new System.Drawing.Point(775, 43);
this.btn_SelUser.Name = "btn_SelUser";
this.btn_SelUser.Size = new System.Drawing.Size(44, 112);
this.btn_SelUser.TabIndex = 1;
this.btn_SelUser.Text = "选\r\n择\r\n人\r\n员";
this.btn_SelUser.Click += new System.EventHandler(this.btn_SelUser_Click);
//
// lbl_Info
//
this.lbl_Info.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Info.Appearance.ForeColor = System.Drawing.Color.Red;
this.lbl_Info.Appearance.Options.UseFont = true;
this.lbl_Info.Appearance.Options.UseForeColor = true;
this.lbl_Info.Location = new System.Drawing.Point(294, 338);
this.lbl_Info.Name = "lbl_Info";
this.lbl_Info.Size = new System.Drawing.Size(270, 18);
this.lbl_Info.TabIndex = 0;
this.lbl_Info.Text = "当前患者已转归,无法再发送任何通知。";
this.lbl_Info.Visible = false;
//
// Form_OneClickNotification
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(850, 408);
this.Controls.Add(this.btn_SelUser);
this.Controls.Add(this.LUEdit_NoticeType);
this.Controls.Add(this.btn_Send);
this.Controls.Add(this.lbl_Info);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.txt_SelectUser);
this.Controls.Add(this.txt_Notice);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_OneClickNotification.IconOptions.Icon")));
this.Name = "Form_OneClickNotification";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "一键通知";
this.Load += new System.EventHandler(this.Form_OneClickNotification_Load);
((System.ComponentModel.ISupportInitialize)(this.txt_Notice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_SelectUser.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LUEdit_NoticeType.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.MemoEdit txt_Notice;
private DevExpress.XtraEditors.SimpleButton btn_Send;
private DevExpress.XtraEditors.MemoEdit txt_SelectUser;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LookUpEdit LUEdit_NoticeType;
private DevExpress.XtraEditors.SimpleButton btn_SelUser;
private DevExpress.XtraEditors.LabelControl lbl_Info;
}
}