StableVersion4.3/HL_FristAidPlatform_MultiSy.../Form_Consultation.Designer.cs

305 lines
18 KiB
C#

namespace HL_FristAidPlatform_MultiSystemPublic
{
partial class Form_Consultation
{
/// <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_Consultation));
this.group_ConsultationRecord = new DevExpress.XtraEditors.GroupControl();
this.txt_ReceiveMessages = new DevExpress.XtraEditors.MemoEdit();
this.pan_UserAndServer = new DevExpress.XtraEditors.PanelControl();
this.btn_RefConnect = new DevExpress.XtraEditors.SimpleButton();
this.lbl__UserName = new DevExpress.XtraEditors.LabelControl();
this.lbl_ServerIP = new DevExpress.XtraEditors.LabelControl();
this.txt_UserName = new DevExpress.XtraEditors.TextEdit();
this.txt_ServerIP = new DevExpress.XtraEditors.TextEdit();
this.group_ConsultationHistoryRecord = new DevExpress.XtraEditors.GroupControl();
this.pan_Page = new DevExpress.XtraEditors.PanelControl();
this.btn_Refresh = new DevExpress.XtraEditors.SimpleButton();
this.group_MessageEditing = new DevExpress.XtraEditors.GroupControl();
this.txt_EditMessages = new DevExpress.XtraEditors.MemoEdit();
this.pan_Functional = new DevExpress.XtraEditors.PanelControl();
this.btn_Send = new DevExpress.XtraEditors.SimpleButton();
this.btn_UploadPictures = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.group_ConsultationRecord)).BeginInit();
this.group_ConsultationRecord.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_ReceiveMessages.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pan_UserAndServer)).BeginInit();
this.pan_UserAndServer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ServerIP.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.group_ConsultationHistoryRecord)).BeginInit();
this.group_ConsultationHistoryRecord.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pan_Page)).BeginInit();
this.pan_Page.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.group_MessageEditing)).BeginInit();
this.group_MessageEditing.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_EditMessages.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pan_Functional)).BeginInit();
this.pan_Functional.SuspendLayout();
this.SuspendLayout();
//
// group_ConsultationRecord
//
this.group_ConsultationRecord.Controls.Add(this.txt_ReceiveMessages);
this.group_ConsultationRecord.Controls.Add(this.pan_UserAndServer);
this.group_ConsultationRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.group_ConsultationRecord.Location = new System.Drawing.Point(0, 0);
this.group_ConsultationRecord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.group_ConsultationRecord.Name = "group_ConsultationRecord";
this.group_ConsultationRecord.Size = new System.Drawing.Size(781, 682);
this.group_ConsultationRecord.TabIndex = 0;
this.group_ConsultationRecord.Text = "会诊记录";
//
// txt_ReceiveMessages
//
this.txt_ReceiveMessages.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_ReceiveMessages.Location = new System.Drawing.Point(2, 23);
this.txt_ReceiveMessages.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_ReceiveMessages.Name = "txt_ReceiveMessages";
this.txt_ReceiveMessages.Properties.Appearance.BackColor = System.Drawing.Color.White;
this.txt_ReceiveMessages.Properties.Appearance.Options.UseBackColor = true;
this.txt_ReceiveMessages.Properties.ReadOnly = true;
this.txt_ReceiveMessages.Size = new System.Drawing.Size(777, 616);
this.txt_ReceiveMessages.TabIndex = 2;
//
// pan_UserAndServer
//
this.pan_UserAndServer.Controls.Add(this.btn_RefConnect);
this.pan_UserAndServer.Controls.Add(this.lbl__UserName);
this.pan_UserAndServer.Controls.Add(this.lbl_ServerIP);
this.pan_UserAndServer.Controls.Add(this.txt_UserName);
this.pan_UserAndServer.Controls.Add(this.txt_ServerIP);
this.pan_UserAndServer.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pan_UserAndServer.Location = new System.Drawing.Point(2, 639);
this.pan_UserAndServer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pan_UserAndServer.Name = "pan_UserAndServer";
this.pan_UserAndServer.Size = new System.Drawing.Size(777, 41);
this.pan_UserAndServer.TabIndex = 3;
//
// btn_RefConnect
//
this.btn_RefConnect.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_RefConnect.Appearance.Options.UseFont = true;
this.btn_RefConnect.Location = new System.Drawing.Point(331, 6);
this.btn_RefConnect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_RefConnect.Name = "btn_RefConnect";
this.btn_RefConnect.Size = new System.Drawing.Size(105, 31);
this.btn_RefConnect.TabIndex = 0;
this.btn_RefConnect.Text = "连接服务器";
this.btn_RefConnect.Click += new System.EventHandler(this.btn_RefConnect_Click);
//
// lbl__UserName
//
this.lbl__UserName.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl__UserName.Appearance.Options.UseFont = true;
this.lbl__UserName.Location = new System.Drawing.Point(459, 12);
this.lbl__UserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl__UserName.Name = "lbl__UserName";
this.lbl__UserName.Size = new System.Drawing.Size(105, 18);
this.lbl__UserName.TabIndex = 1;
this.lbl__UserName.Text = "您的聊天用户名";
//
// lbl_ServerIP
//
this.lbl_ServerIP.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_ServerIP.Appearance.Options.UseFont = true;
this.lbl_ServerIP.Location = new System.Drawing.Point(3, 12);
this.lbl_ServerIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl_ServerIP.Name = "lbl_ServerIP";
this.lbl_ServerIP.Size = new System.Drawing.Size(119, 18);
this.lbl_ServerIP.TabIndex = 1;
this.lbl_ServerIP.Text = "会诊服务器IP地址";
//
// txt_UserName
//
this.txt_UserName.Location = new System.Drawing.Point(570, 10);
this.txt_UserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_UserName.Name = "txt_UserName";
this.txt_UserName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txt_UserName.Properties.Appearance.Options.UseFont = true;
this.txt_UserName.Properties.ReadOnly = true;
this.txt_UserName.Size = new System.Drawing.Size(200, 24);
this.txt_UserName.TabIndex = 0;
//
// txt_ServerIP
//
this.txt_ServerIP.Location = new System.Drawing.Point(127, 12);
this.txt_ServerIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_ServerIP.Name = "txt_ServerIP";
this.txt_ServerIP.Properties.ReadOnly = true;
this.txt_ServerIP.Size = new System.Drawing.Size(200, 20);
this.txt_ServerIP.TabIndex = 0;
//
// group_ConsultationHistoryRecord
//
this.group_ConsultationHistoryRecord.Controls.Add(this.pan_Page);
this.group_ConsultationHistoryRecord.Dock = System.Windows.Forms.DockStyle.Right;
this.group_ConsultationHistoryRecord.Location = new System.Drawing.Point(781, 0);
this.group_ConsultationHistoryRecord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.group_ConsultationHistoryRecord.Name = "group_ConsultationHistoryRecord";
this.group_ConsultationHistoryRecord.Size = new System.Drawing.Size(422, 991);
this.group_ConsultationHistoryRecord.TabIndex = 0;
this.group_ConsultationHistoryRecord.Text = "会诊历史记录";
//
// pan_Page
//
this.pan_Page.Controls.Add(this.btn_Refresh);
this.pan_Page.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pan_Page.Location = new System.Drawing.Point(2, 948);
this.pan_Page.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pan_Page.Name = "pan_Page";
this.pan_Page.Size = new System.Drawing.Size(418, 41);
this.pan_Page.TabIndex = 0;
//
// btn_Refresh
//
this.btn_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Refresh.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Refresh.Appearance.Options.UseFont = true;
this.btn_Refresh.Location = new System.Drawing.Point(306, 5);
this.btn_Refresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Refresh.Name = "btn_Refresh";
this.btn_Refresh.Size = new System.Drawing.Size(105, 31);
this.btn_Refresh.TabIndex = 0;
this.btn_Refresh.Text = "刷新历史消息";
//
// group_MessageEditing
//
this.group_MessageEditing.Controls.Add(this.txt_EditMessages);
this.group_MessageEditing.Controls.Add(this.pan_Functional);
this.group_MessageEditing.Dock = System.Windows.Forms.DockStyle.Bottom;
this.group_MessageEditing.Location = new System.Drawing.Point(0, 682);
this.group_MessageEditing.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.group_MessageEditing.Name = "group_MessageEditing";
this.group_MessageEditing.Size = new System.Drawing.Size(781, 309);
this.group_MessageEditing.TabIndex = 0;
this.group_MessageEditing.Text = "消息编辑";
//
// txt_EditMessages
//
this.txt_EditMessages.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_EditMessages.Location = new System.Drawing.Point(2, 23);
this.txt_EditMessages.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_EditMessages.Name = "txt_EditMessages";
this.txt_EditMessages.Size = new System.Drawing.Size(777, 220);
this.txt_EditMessages.TabIndex = 1;
//
// pan_Functional
//
this.pan_Functional.Controls.Add(this.btn_Send);
this.pan_Functional.Controls.Add(this.btn_UploadPictures);
this.pan_Functional.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pan_Functional.Location = new System.Drawing.Point(2, 243);
this.pan_Functional.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pan_Functional.Name = "pan_Functional";
this.pan_Functional.Size = new System.Drawing.Size(777, 64);
this.pan_Functional.TabIndex = 0;
//
// btn_Send
//
this.btn_Send.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Send.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Send.Appearance.Options.UseFont = true;
this.btn_Send.Location = new System.Drawing.Point(666, 9);
this.btn_Send.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Send.Name = "btn_Send";
this.btn_Send.Size = new System.Drawing.Size(105, 42);
this.btn_Send.TabIndex = 0;
this.btn_Send.Text = "发送";
this.btn_Send.Click += new System.EventHandler(this.btn_Send_Click);
//
// btn_UploadPictures
//
this.btn_UploadPictures.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_UploadPictures.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_UploadPictures.Appearance.Options.UseFont = true;
this.btn_UploadPictures.Location = new System.Drawing.Point(557, 9);
this.btn_UploadPictures.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_UploadPictures.Name = "btn_UploadPictures";
this.btn_UploadPictures.Size = new System.Drawing.Size(103, 42);
this.btn_UploadPictures.TabIndex = 0;
this.btn_UploadPictures.Text = "上传图片";
//
// Form_Consultation
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1203, 991);
this.Controls.Add(this.group_ConsultationRecord);
this.Controls.Add(this.group_MessageEditing);
this.Controls.Add(this.group_ConsultationHistoryRecord);
this.Font = new System.Drawing.Font("Tahoma", 11F);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_Consultation.IconOptions.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Form_Consultation";
this.Text = "专家会诊";
this.Activated += new System.EventHandler(this.Form_Consultation_Activated);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Consultation_FormClosed);
this.Load += new System.EventHandler(this.Form_Consultation_Load);
((System.ComponentModel.ISupportInitialize)(this.group_ConsultationRecord)).EndInit();
this.group_ConsultationRecord.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_ReceiveMessages.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pan_UserAndServer)).EndInit();
this.pan_UserAndServer.ResumeLayout(false);
this.pan_UserAndServer.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_ServerIP.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.group_ConsultationHistoryRecord)).EndInit();
this.group_ConsultationHistoryRecord.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pan_Page)).EndInit();
this.pan_Page.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.group_MessageEditing)).EndInit();
this.group_MessageEditing.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_EditMessages.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pan_Functional)).EndInit();
this.pan_Functional.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl group_ConsultationRecord;
private DevExpress.XtraEditors.GroupControl group_ConsultationHistoryRecord;
private DevExpress.XtraEditors.GroupControl group_MessageEditing;
private DevExpress.XtraEditors.PanelControl pan_Functional;
private DevExpress.XtraEditors.MemoEdit txt_EditMessages;
private DevExpress.XtraEditors.SimpleButton btn_Send;
private DevExpress.XtraEditors.SimpleButton btn_UploadPictures;
private DevExpress.XtraEditors.PanelControl pan_Page;
private DevExpress.XtraEditors.SimpleButton btn_Refresh;
private DevExpress.XtraEditors.MemoEdit txt_ReceiveMessages;
private DevExpress.XtraEditors.PanelControl pan_UserAndServer;
private DevExpress.XtraEditors.TextEdit txt_UserName;
private DevExpress.XtraEditors.TextEdit txt_ServerIP;
private DevExpress.XtraEditors.LabelControl lbl_ServerIP;
private DevExpress.XtraEditors.LabelControl lbl__UserName;
private DevExpress.XtraEditors.SimpleButton btn_RefConnect;
}
}