StableVersion4.3/HL_FristAidPlatform_Trauma/Form_EpidemicNotification.D...

373 lines
21 KiB
C#
Raw Permalink 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_Trauma
{
partial class Form_EpidemicNotification
{
/// <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()
{
this.simpleButton_Save = new DevExpress.XtraEditors.SimpleButton();
this.timeControl_Date = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_Relationship = new DevExpress.XtraEditors.ComboBoxEdit();
this.textEdit_PatientSignature = new DevExpress.XtraEditors.TextEdit();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_SignatureDoctor = new DevExpress.XtraEditors.TextEdit();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_Question_6 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_Question_5 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_Question_4 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_Question_3 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_Question_2 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_Question_1 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.comboBox_Relationship.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_PatientSignature.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_SignatureDoctor.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_6.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_5.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_1.Properties)).BeginInit();
this.SuspendLayout();
//
// simpleButton_Save
//
this.simpleButton_Save.Location = new System.Drawing.Point(335, 601);
this.simpleButton_Save.Name = "simpleButton_Save";
this.simpleButton_Save.Size = new System.Drawing.Size(75, 23);
this.simpleButton_Save.TabIndex = 64;
this.simpleButton_Save.Text = "保存";
this.simpleButton_Save.Visible = false;
this.simpleButton_Save.Click += new System.EventHandler(this.simpleButton_Save_Click);
//
// timeControl_Date
//
this.timeControl_Date.BackColor = System.Drawing.Color.Transparent;
this.timeControl_Date.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl_Date.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl_Date.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl_Date.Location = new System.Drawing.Point(176, 555);
this.timeControl_Date.Name = "timeControl_Date";
this.timeControl_Date.Size = new System.Drawing.Size(117, 27);
this.timeControl_Date.TabIndex = 63;
this.timeControl_Date.TimeValue = "";
//
// labelControl14
//
this.labelControl14.Location = new System.Drawing.Point(110, 555);
this.labelControl14.Name = "labelControl14";
this.labelControl14.Size = new System.Drawing.Size(60, 14);
this.labelControl14.TabIndex = 62;
this.labelControl14.Text = "签名日期:";
//
// comboBox_Relationship
//
this.comboBox_Relationship.EditValue = "请选择";
this.comboBox_Relationship.Location = new System.Drawing.Point(389, 515);
this.comboBox_Relationship.Name = "comboBox_Relationship";
this.comboBox_Relationship.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBox_Relationship.Properties.Items.AddRange(new object[] {
"请选择",
"夫妻",
"父母",
"子女",
"兄弟姊妹",
"其他"});
this.comboBox_Relationship.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBox_Relationship.Size = new System.Drawing.Size(114, 20);
this.comboBox_Relationship.TabIndex = 61;
//
// textEdit_PatientSignature
//
this.textEdit_PatientSignature.Location = new System.Drawing.Point(176, 518);
this.textEdit_PatientSignature.Name = "textEdit_PatientSignature";
this.textEdit_PatientSignature.Size = new System.Drawing.Size(117, 20);
this.textEdit_PatientSignature.TabIndex = 60;
//
// labelControl13
//
this.labelControl13.Location = new System.Drawing.Point(323, 518);
this.labelControl13.Name = "labelControl13";
this.labelControl13.Size = new System.Drawing.Size(60, 14);
this.labelControl13.TabIndex = 59;
this.labelControl13.Text = "与患者关系";
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(98, 521);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(72, 14);
this.labelControl12.TabIndex = 58;
this.labelControl12.Text = "患方(签名)";
//
// textEdit_SignatureDoctor
//
this.textEdit_SignatureDoctor.Location = new System.Drawing.Point(176, 475);
this.textEdit_SignatureDoctor.Name = "textEdit_SignatureDoctor";
this.textEdit_SignatureDoctor.Size = new System.Drawing.Size(117, 20);
this.textEdit_SignatureDoctor.TabIndex = 57;
//
// labelControl11
//
this.labelControl11.Location = new System.Drawing.Point(74, 478);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(96, 14);
this.labelControl11.TabIndex = 56;
this.labelControl11.Text = "告知医生(签名)";
//
// labelControl10
//
this.labelControl10.Location = new System.Drawing.Point(110, 417);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(564, 28);
this.labelControl10.TabIndex = 55;
this.labelControl10.Text = "特别说明:根据《传染病防治法》、《治安管理处罚条例》最高人民法院、最高人民检察院有关司法解释,\r\n如果您隐瞒上述情况或者拒绝隔离可能会面临治安拘留、罚款直至" +
"承担相应法律责任。";
//
// radioGroup_Question_6
//
this.radioGroup_Question_6.Location = new System.Drawing.Point(131, 375);
this.radioGroup_Question_6.Name = "radioGroup_Question_6";
this.radioGroup_Question_6.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radioGroup_Question_6.Size = new System.Drawing.Size(135, 25);
this.radioGroup_Question_6.TabIndex = 54;
//
// labelControl9
//
this.labelControl9.Location = new System.Drawing.Point(110, 355);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(151, 14);
this.labelControl9.TabIndex = 53;
this.labelControl9.Text = "6、是否冷链食品从业人员。";
//
// radioGroup_Question_5
//
this.radioGroup_Question_5.Location = new System.Drawing.Point(131, 324);
this.radioGroup_Question_5.Name = "radioGroup_Question_5";
this.radioGroup_Question_5.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radioGroup_Question_5.Size = new System.Drawing.Size(135, 25);
this.radioGroup_Question_5.TabIndex = 52;
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(110, 304);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(614, 14);
this.labelControl8.TabIndex = 51;
this.labelControl8.Text = "5、聚集性发病2周内在小范围如家庭、办公室、学校、班级等场所出现2例及以上发热和/或呼吸道症状的病例)";
//
// radioGroup_Question_4
//
this.radioGroup_Question_4.Location = new System.Drawing.Point(131, 273);
this.radioGroup_Question_4.Name = "radioGroup_Question_4";
this.radioGroup_Question_4.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radioGroup_Question_4.Size = new System.Drawing.Size(135, 25);
this.radioGroup_Question_4.TabIndex = 50;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(110, 253);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(453, 14);
this.labelControl7.TabIndex = 49;
this.labelControl7.Text = "4、请问您发病前14天内曾接触过来自有病例报告社区的发热或有呼吸道症状的患者";
//
// radioGroup_Question_3
//
this.radioGroup_Question_3.Location = new System.Drawing.Point(131, 222);
this.radioGroup_Question_3.Name = "radioGroup_Question_3";
this.radioGroup_Question_3.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radioGroup_Question_3.Size = new System.Drawing.Size(135, 25);
this.radioGroup_Question_3.TabIndex = 48;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(110, 202);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(393, 14);
this.labelControl6.TabIndex = 47;
this.labelControl6.Text = "3、请问您发病前14天内与新型冠状病毒的患者或无症状感染者有接触史";
//
// radioGroup_Question_2
//
this.radioGroup_Question_2.Location = new System.Drawing.Point(131, 171);
this.radioGroup_Question_2.Name = "radioGroup_Question_2";
this.radioGroup_Question_2.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radioGroup_Question_2.Size = new System.Drawing.Size(135, 25);
this.radioGroup_Question_2.TabIndex = 46;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(110, 151);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(321, 14);
this.labelControl5.TabIndex = 45;
this.labelControl5.Text = "2、请问您发病前14天内有病例报告社区的旅行史或居住史";
//
// radioGroup_Question_1
//
this.radioGroup_Question_1.Location = new System.Drawing.Point(131, 120);
this.radioGroup_Question_1.Name = "radioGroup_Question_1";
this.radioGroup_Question_1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.radioGroup_Question_1.Size = new System.Drawing.Size(135, 25);
this.radioGroup_Question_1.TabIndex = 44;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(110, 100);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(193, 14);
this.labelControl4.TabIndex = 43;
this.labelControl4.Text = "1、3天内有无发热体温≥37.3℃)";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(110, 80);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(228, 14);
this.labelControl3.TabIndex = 42;
this.labelControl3.Text = "您好!是否有以下接触史(请勾选是或否)";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(69, 60);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(108, 14);
this.labelControl2.TabIndex = 41;
this.labelControl2.Text = "尊敬的患者及家属:";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(228, 12);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(238, 19);
this.labelControl1.TabIndex = 40;
this.labelControl1.Text = "门急诊患者疫情期间特别告知书";
//
// Form_EpidemicNotification
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(754, 636);
this.Controls.Add(this.simpleButton_Save);
this.Controls.Add(this.timeControl_Date);
this.Controls.Add(this.labelControl14);
this.Controls.Add(this.comboBox_Relationship);
this.Controls.Add(this.textEdit_PatientSignature);
this.Controls.Add(this.labelControl13);
this.Controls.Add(this.labelControl12);
this.Controls.Add(this.textEdit_SignatureDoctor);
this.Controls.Add(this.labelControl11);
this.Controls.Add(this.labelControl10);
this.Controls.Add(this.radioGroup_Question_6);
this.Controls.Add(this.labelControl9);
this.Controls.Add(this.radioGroup_Question_5);
this.Controls.Add(this.labelControl8);
this.Controls.Add(this.radioGroup_Question_4);
this.Controls.Add(this.labelControl7);
this.Controls.Add(this.radioGroup_Question_3);
this.Controls.Add(this.labelControl6);
this.Controls.Add(this.radioGroup_Question_2);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.radioGroup_Question_1);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl1);
this.Name = "Form_EpidemicNotification";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "疫情告知书";
this.Load += new System.EventHandler(this.Form_EpidemicNotification_Load);
((System.ComponentModel.ISupportInitialize)(this.comboBox_Relationship.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_PatientSignature.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_SignatureDoctor.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_6.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_5.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_4.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Question_1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton_Save;
private HL_FristAidPlatform_Public.TimeControl timeControl_Date;
private DevExpress.XtraEditors.LabelControl labelControl14;
private DevExpress.XtraEditors.ComboBoxEdit comboBox_Relationship;
private DevExpress.XtraEditors.TextEdit textEdit_PatientSignature;
private DevExpress.XtraEditors.LabelControl labelControl13;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.TextEdit textEdit_SignatureDoctor;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.LabelControl labelControl10;
private DevExpress.XtraEditors.RadioGroup radioGroup_Question_6;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.RadioGroup radioGroup_Question_5;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.RadioGroup radioGroup_Question_4;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.RadioGroup radioGroup_Question_3;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.RadioGroup radioGroup_Question_2;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.RadioGroup radioGroup_Question_1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
}
}