StableVersion4.3/HL_FristAidPlatform_Apoplexy/Screen/UserControl/UC_TCD.Designer.cs

282 lines
16 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HL_FristAidPlatform_Apoplexy
{
partial class UC_TCD
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.radio_IsTCD = new DevExpress.XtraEditors.RadioGroup();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.time_InspectionTime = new HL_FristAidPlatform_Public.TimeControl();
this.txt_InspectionUser = new DevExpress.XtraEditors.TextEdit();
this.txt_InspectionInstitutionName = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.memo_UltrasoundFindings = new DevExpress.XtraEditors.MemoEdit();
this.memo_UltrasoundReminder = new DevExpress.XtraEditors.MemoEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txt_ScreenName = new DevExpress.XtraEditors.TextEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.radio_IsTCD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_InspectionUser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_InspectionInstitutionName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.memo_UltrasoundFindings.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.memo_UltrasoundReminder.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_ScreenName.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(22, 69);
this.labelControl1.Margin = new System.Windows.Forms.Padding(2);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(109, 18);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "是否行TCD检查:";
//
// radio_IsTCD
//
this.radio_IsTCD.Location = new System.Drawing.Point(147, 62);
this.radio_IsTCD.Margin = new System.Windows.Forms.Padding(2);
this.radio_IsTCD.Name = "radio_IsTCD";
this.radio_IsTCD.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.radio_IsTCD.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_IsTCD.Properties.Appearance.Options.UseBackColor = true;
this.radio_IsTCD.Properties.Appearance.Options.UseFont = true;
this.radio_IsTCD.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.radio_IsTCD.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radio_IsTCD.Size = new System.Drawing.Size(168, 25);
this.radio_IsTCD.TabIndex = 1;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(389, 109);
this.labelControl2.Margin = new System.Windows.Forms.Padding(2);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(65, 18);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "检查时间:";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(84, 109);
this.labelControl3.Margin = new System.Windows.Forms.Padding(2);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(50, 18);
this.labelControl3.TabIndex = 3;
this.labelControl3.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(39, 144);
this.labelControl4.Margin = new System.Windows.Forms.Padding(2);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(95, 18);
this.labelControl4.TabIndex = 4;
this.labelControl4.Text = "检查机构名称:";
//
// time_InspectionTime
//
this.time_InspectionTime.BackColor = System.Drawing.Color.Transparent;
this.time_InspectionTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_InspectionTime.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.time_InspectionTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.time_InspectionTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_InspectionTime.Location = new System.Drawing.Point(458, 106);
this.time_InspectionTime.Margin = new System.Windows.Forms.Padding(2);
this.time_InspectionTime.Name = "time_InspectionTime";
this.time_InspectionTime.Size = new System.Drawing.Size(194, 24);
this.time_InspectionTime.TabIndex = 5;
this.time_InspectionTime.TimeValue = "";
//
// txt_InspectionUser
//
this.txt_InspectionUser.Location = new System.Drawing.Point(147, 106);
this.txt_InspectionUser.Margin = new System.Windows.Forms.Padding(2);
this.txt_InspectionUser.Name = "txt_InspectionUser";
this.txt_InspectionUser.Properties.Appearance.Options.UseFont = true;
this.txt_InspectionUser.Properties.AutoHeight = false;
this.txt_InspectionUser.Size = new System.Drawing.Size(194, 24);
this.txt_InspectionUser.TabIndex = 6;
//
// txt_InspectionInstitutionName
//
this.txt_InspectionInstitutionName.Location = new System.Drawing.Point(147, 142);
this.txt_InspectionInstitutionName.Margin = new System.Windows.Forms.Padding(2);
this.txt_InspectionInstitutionName.Name = "txt_InspectionInstitutionName";
this.txt_InspectionInstitutionName.Properties.Appearance.Options.UseFont = true;
this.txt_InspectionInstitutionName.Properties.AutoHeight = false;
this.txt_InspectionInstitutionName.Size = new System.Drawing.Size(194, 24);
this.txt_InspectionInstitutionName.TabIndex = 7;
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(69, 179);
this.labelControl5.Margin = new System.Windows.Forms.Padding(2);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(65, 18);
this.labelControl5.TabIndex = 8;
this.labelControl5.Text = "超声所见:";
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(69, 263);
this.labelControl6.Margin = new System.Windows.Forms.Padding(2);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(65, 18);
this.labelControl6.TabIndex = 9;
this.labelControl6.Text = "超声提醒:";
//
// memo_UltrasoundFindings
//
this.memo_UltrasoundFindings.Location = new System.Drawing.Point(147, 177);
this.memo_UltrasoundFindings.Margin = new System.Windows.Forms.Padding(2);
this.memo_UltrasoundFindings.Name = "memo_UltrasoundFindings";
this.memo_UltrasoundFindings.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.memo_UltrasoundFindings.Properties.Appearance.Options.UseFont = true;
this.memo_UltrasoundFindings.Size = new System.Drawing.Size(505, 68);
this.memo_UltrasoundFindings.TabIndex = 10;
//
// memo_UltrasoundReminder
//
this.memo_UltrasoundReminder.Location = new System.Drawing.Point(147, 261);
this.memo_UltrasoundReminder.Margin = new System.Windows.Forms.Padding(2);
this.memo_UltrasoundReminder.Name = "memo_UltrasoundReminder";
this.memo_UltrasoundReminder.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.memo_UltrasoundReminder.Properties.Appearance.Options.UseFont = true;
this.memo_UltrasoundReminder.Size = new System.Drawing.Size(505, 83);
this.memo_UltrasoundReminder.TabIndex = 11;
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.txt_ScreenName);
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.radio_IsTCD);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(2);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(720, 92);
this.panelControl1.TabIndex = 12;
//
// txt_ScreenName
//
this.txt_ScreenName.Enabled = false;
this.txt_ScreenName.Location = new System.Drawing.Point(147, 26);
this.txt_ScreenName.Margin = new System.Windows.Forms.Padding(2);
this.txt_ScreenName.Name = "txt_ScreenName";
this.txt_ScreenName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txt_ScreenName.Properties.Appearance.Options.UseFont = true;
this.txt_ScreenName.Size = new System.Drawing.Size(194, 24);
this.txt_ScreenName.TabIndex = 13;
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(81, 29);
this.labelControl7.Margin = new System.Windows.Forms.Padding(2);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(50, 18);
this.labelControl7.TabIndex = 2;
this.labelControl7.Text = "筛查人:";
//
// UC_TCD
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.memo_UltrasoundReminder);
this.Controls.Add(this.memo_UltrasoundFindings);
this.Controls.Add(this.labelControl6);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.txt_InspectionInstitutionName);
this.Controls.Add(this.txt_InspectionUser);
this.Controls.Add(this.time_InspectionTime);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.labelControl2);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "UC_TCD";
this.Size = new System.Drawing.Size(720, 440);
this.Load += new System.EventHandler(this.UC_TCD_Load);
((System.ComponentModel.ISupportInitialize)(this.radio_IsTCD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_InspectionUser.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_InspectionInstitutionName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.memo_UltrasoundFindings.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.memo_UltrasoundReminder.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_ScreenName.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.RadioGroup radio_IsTCD;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl4;
private HL_FristAidPlatform_Public.TimeControl time_InspectionTime;
private DevExpress.XtraEditors.TextEdit txt_InspectionUser;
private DevExpress.XtraEditors.TextEdit txt_InspectionInstitutionName;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.MemoEdit memo_UltrasoundFindings;
private DevExpress.XtraEditors.MemoEdit memo_UltrasoundReminder;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit txt_ScreenName;
private DevExpress.XtraEditors.LabelControl labelControl7;
}
}