610 lines
37 KiB
C#
610 lines
37 KiB
C#
|
||
namespace HL_FristAidPlatform_Apoplexy
|
||
{
|
||
partial class UC_LifeStyle
|
||
{
|
||
/// <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.panelControl6 = new DevExpress.XtraEditors.PanelControl();
|
||
this.txt_LifeStyleScreener = new System.Windows.Forms.TextBox();
|
||
this.labelControl84 = new DevExpress.XtraEditors.LabelControl();
|
||
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
||
this.panel_QuitSmoking = new DevExpress.XtraEditors.PanelControl();
|
||
this.txt_QuitSmokingYears = new DevExpress.XtraEditors.TextEdit();
|
||
this.labelControl66 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl64 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl65 = new DevExpress.XtraEditors.LabelControl();
|
||
this.txt_SmokerLength = new DevExpress.XtraEditors.TextEdit();
|
||
this.panel_Smoke = new DevExpress.XtraEditors.PanelControl();
|
||
this.txt_SmokeYears = new DevExpress.XtraEditors.TextEdit();
|
||
this.labelControl61 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl63 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl62 = new DevExpress.XtraEditors.LabelControl();
|
||
this.txt_Quantity = new DevExpress.XtraEditors.TextEdit();
|
||
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
||
this.labelControl255 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl86 = new DevExpress.XtraEditors.LabelControl();
|
||
this.radio_SmokingStatus = new DevExpress.XtraEditors.RadioGroup();
|
||
this.radio_IsSmoke = new DevExpress.XtraEditors.RadioGroup();
|
||
this.groupControl9 = new DevExpress.XtraEditors.GroupControl();
|
||
this.radio_Drink = new DevExpress.XtraEditors.RadioGroup();
|
||
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
||
this.radio_ExerciseHabits = new DevExpress.XtraEditors.RadioGroup();
|
||
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
|
||
this.radio_Fruit = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl69 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl60 = new DevExpress.XtraEditors.LabelControl();
|
||
this.radio_Vegetable = new DevExpress.XtraEditors.RadioGroup();
|
||
this.radio_Taste = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl68 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl67 = new DevExpress.XtraEditors.LabelControl();
|
||
this.radio_Omnivorous = new DevExpress.XtraEditors.RadioGroup();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
|
||
this.panelControl6.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
||
this.groupControl1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_QuitSmoking)).BeginInit();
|
||
this.panel_QuitSmoking.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_QuitSmokingYears.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_SmokerLength.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_Smoke)).BeginInit();
|
||
this.panel_Smoke.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_SmokeYears.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_Quantity.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
||
this.panelControl3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_SmokingStatus.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_IsSmoke.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl9)).BeginInit();
|
||
this.groupControl9.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Drink.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
||
this.groupControl2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_ExerciseHabits.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
|
||
this.groupControl3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Fruit.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Vegetable.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Taste.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Omnivorous.Properties)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// panelControl6
|
||
//
|
||
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panelControl6.Controls.Add(this.txt_LifeStyleScreener);
|
||
this.panelControl6.Controls.Add(this.labelControl84);
|
||
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panelControl6.Location = new System.Drawing.Point(0, 0);
|
||
this.panelControl6.Name = "panelControl6";
|
||
this.panelControl6.Size = new System.Drawing.Size(958, 48);
|
||
this.panelControl6.TabIndex = 19;
|
||
//
|
||
// txt_LifeStyleScreener
|
||
//
|
||
this.txt_LifeStyleScreener.Enabled = false;
|
||
this.txt_LifeStyleScreener.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.txt_LifeStyleScreener.Location = new System.Drawing.Point(96, 13);
|
||
this.txt_LifeStyleScreener.Name = "txt_LifeStyleScreener";
|
||
this.txt_LifeStyleScreener.Size = new System.Drawing.Size(136, 25);
|
||
this.txt_LifeStyleScreener.TabIndex = 444;
|
||
//
|
||
// labelControl84
|
||
//
|
||
this.labelControl84.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl84.Appearance.Options.UseFont = true;
|
||
this.labelControl84.Location = new System.Drawing.Point(28, 16);
|
||
this.labelControl84.Name = "labelControl84";
|
||
this.labelControl84.Size = new System.Drawing.Size(50, 18);
|
||
this.labelControl84.TabIndex = 2;
|
||
this.labelControl84.Text = "筛查员:";
|
||
//
|
||
// groupControl1
|
||
//
|
||
this.groupControl1.AutoSize = true;
|
||
this.groupControl1.Controls.Add(this.panel_QuitSmoking);
|
||
this.groupControl1.Controls.Add(this.panel_Smoke);
|
||
this.groupControl1.Controls.Add(this.panelControl3);
|
||
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupControl1.Location = new System.Drawing.Point(0, 48);
|
||
this.groupControl1.Name = "groupControl1";
|
||
this.groupControl1.Size = new System.Drawing.Size(958, 130);
|
||
this.groupControl1.TabIndex = 20;
|
||
this.groupControl1.Text = " 2.1 吸烟";
|
||
//
|
||
// panel_QuitSmoking
|
||
//
|
||
this.panel_QuitSmoking.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panel_QuitSmoking.Controls.Add(this.txt_QuitSmokingYears);
|
||
this.panel_QuitSmoking.Controls.Add(this.labelControl66);
|
||
this.panel_QuitSmoking.Controls.Add(this.labelControl64);
|
||
this.panel_QuitSmoking.Controls.Add(this.labelControl65);
|
||
this.panel_QuitSmoking.Controls.Add(this.txt_SmokerLength);
|
||
this.panel_QuitSmoking.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel_QuitSmoking.Location = new System.Drawing.Point(2, 93);
|
||
this.panel_QuitSmoking.Name = "panel_QuitSmoking";
|
||
this.panel_QuitSmoking.Size = new System.Drawing.Size(954, 35);
|
||
this.panel_QuitSmoking.TabIndex = 24;
|
||
this.panel_QuitSmoking.Visible = false;
|
||
//
|
||
// txt_QuitSmokingYears
|
||
//
|
||
this.txt_QuitSmokingYears.Location = new System.Drawing.Point(94, 8);
|
||
this.txt_QuitSmokingYears.Name = "txt_QuitSmokingYears";
|
||
this.txt_QuitSmokingYears.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.txt_QuitSmokingYears.Properties.Appearance.Options.UseFont = true;
|
||
this.txt_QuitSmokingYears.Properties.Mask.EditMask = "([1-9][0-9]*)+(.[0-9]{1,2})?";
|
||
this.txt_QuitSmokingYears.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
||
this.txt_QuitSmokingYears.Size = new System.Drawing.Size(76, 24);
|
||
this.txt_QuitSmokingYears.TabIndex = 10;
|
||
//
|
||
// labelControl66
|
||
//
|
||
this.labelControl66.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl66.Appearance.Options.UseFont = true;
|
||
this.labelControl66.Location = new System.Drawing.Point(19, 11);
|
||
this.labelControl66.Name = "labelControl66";
|
||
this.labelControl66.Size = new System.Drawing.Size(60, 18);
|
||
this.labelControl66.TabIndex = 9;
|
||
this.labelControl66.Text = "戒烟年限";
|
||
//
|
||
// labelControl64
|
||
//
|
||
this.labelControl64.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl64.Appearance.Options.UseFont = true;
|
||
this.labelControl64.Location = new System.Drawing.Point(354, 11);
|
||
this.labelControl64.Name = "labelControl64";
|
||
this.labelControl64.Size = new System.Drawing.Size(15, 18);
|
||
this.labelControl64.TabIndex = 13;
|
||
this.labelControl64.Text = "年";
|
||
//
|
||
// labelControl65
|
||
//
|
||
this.labelControl65.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl65.Appearance.Options.UseFont = true;
|
||
this.labelControl65.Location = new System.Drawing.Point(176, 11);
|
||
this.labelControl65.Name = "labelControl65";
|
||
this.labelControl65.Size = new System.Drawing.Size(90, 18);
|
||
this.labelControl65.TabIndex = 11;
|
||
this.labelControl65.Text = "年,曾经吸烟";
|
||
//
|
||
// txt_SmokerLength
|
||
//
|
||
this.txt_SmokerLength.Location = new System.Drawing.Point(272, 8);
|
||
this.txt_SmokerLength.Name = "txt_SmokerLength";
|
||
this.txt_SmokerLength.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.txt_SmokerLength.Properties.Appearance.Options.UseFont = true;
|
||
this.txt_SmokerLength.Properties.Mask.EditMask = "[0-9]*";
|
||
this.txt_SmokerLength.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
||
this.txt_SmokerLength.Size = new System.Drawing.Size(76, 24);
|
||
this.txt_SmokerLength.TabIndex = 12;
|
||
//
|
||
// panel_Smoke
|
||
//
|
||
this.panel_Smoke.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panel_Smoke.Controls.Add(this.txt_SmokeYears);
|
||
this.panel_Smoke.Controls.Add(this.labelControl61);
|
||
this.panel_Smoke.Controls.Add(this.labelControl63);
|
||
this.panel_Smoke.Controls.Add(this.labelControl62);
|
||
this.panel_Smoke.Controls.Add(this.txt_Quantity);
|
||
this.panel_Smoke.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel_Smoke.Location = new System.Drawing.Point(2, 57);
|
||
this.panel_Smoke.Name = "panel_Smoke";
|
||
this.panel_Smoke.Size = new System.Drawing.Size(954, 36);
|
||
this.panel_Smoke.TabIndex = 23;
|
||
this.panel_Smoke.Visible = false;
|
||
//
|
||
// txt_SmokeYears
|
||
//
|
||
this.txt_SmokeYears.Location = new System.Drawing.Point(94, 7);
|
||
this.txt_SmokeYears.Name = "txt_SmokeYears";
|
||
this.txt_SmokeYears.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.txt_SmokeYears.Properties.Appearance.Options.UseFont = true;
|
||
this.txt_SmokeYears.Properties.Mask.EditMask = "([1-9][0-9]*)+(.[0-9]{1,2})?";
|
||
this.txt_SmokeYears.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
||
this.txt_SmokeYears.Size = new System.Drawing.Size(76, 24);
|
||
this.txt_SmokeYears.TabIndex = 5;
|
||
//
|
||
// labelControl61
|
||
//
|
||
this.labelControl61.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl61.Appearance.Options.UseFont = true;
|
||
this.labelControl61.Location = new System.Drawing.Point(17, 7);
|
||
this.labelControl61.Name = "labelControl61";
|
||
this.labelControl61.Size = new System.Drawing.Size(65, 18);
|
||
this.labelControl61.TabIndex = 4;
|
||
this.labelControl61.Text = "吸烟年限:";
|
||
//
|
||
// labelControl63
|
||
//
|
||
this.labelControl63.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl63.Appearance.Options.UseFont = true;
|
||
this.labelControl63.Location = new System.Drawing.Point(324, 10);
|
||
this.labelControl63.Name = "labelControl63";
|
||
this.labelControl63.Size = new System.Drawing.Size(15, 18);
|
||
this.labelControl63.TabIndex = 8;
|
||
this.labelControl63.Text = "支";
|
||
//
|
||
// labelControl62
|
||
//
|
||
this.labelControl62.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl62.Appearance.Options.UseFont = true;
|
||
this.labelControl62.Location = new System.Drawing.Point(176, 10);
|
||
this.labelControl62.Name = "labelControl62";
|
||
this.labelControl62.Size = new System.Drawing.Size(60, 18);
|
||
this.labelControl62.TabIndex = 6;
|
||
this.labelControl62.Text = "年,每天";
|
||
//
|
||
// txt_Quantity
|
||
//
|
||
this.txt_Quantity.Location = new System.Drawing.Point(242, 7);
|
||
this.txt_Quantity.Name = "txt_Quantity";
|
||
this.txt_Quantity.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.txt_Quantity.Properties.Appearance.Options.UseFont = true;
|
||
this.txt_Quantity.Properties.Mask.EditMask = "[0-9]*";
|
||
this.txt_Quantity.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
||
this.txt_Quantity.Size = new System.Drawing.Size(76, 24);
|
||
this.txt_Quantity.TabIndex = 7;
|
||
//
|
||
// panelControl3
|
||
//
|
||
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panelControl3.Controls.Add(this.labelControl255);
|
||
this.panelControl3.Controls.Add(this.labelControl86);
|
||
this.panelControl3.Controls.Add(this.radio_SmokingStatus);
|
||
this.panelControl3.Controls.Add(this.radio_IsSmoke);
|
||
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panelControl3.Location = new System.Drawing.Point(2, 23);
|
||
this.panelControl3.Name = "panelControl3";
|
||
this.panelControl3.Size = new System.Drawing.Size(954, 34);
|
||
this.panelControl3.TabIndex = 19;
|
||
//
|
||
// labelControl255
|
||
//
|
||
this.labelControl255.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl255.Appearance.Options.UseFont = true;
|
||
this.labelControl255.Location = new System.Drawing.Point(206, 13);
|
||
this.labelControl255.Name = "labelControl255";
|
||
this.labelControl255.Size = new System.Drawing.Size(65, 18);
|
||
this.labelControl255.TabIndex = 20;
|
||
this.labelControl255.Text = "吸烟状态:";
|
||
//
|
||
// labelControl86
|
||
//
|
||
this.labelControl86.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl86.Appearance.Options.UseFont = true;
|
||
this.labelControl86.Location = new System.Drawing.Point(18, 12);
|
||
this.labelControl86.Name = "labelControl86";
|
||
this.labelControl86.Size = new System.Drawing.Size(65, 18);
|
||
this.labelControl86.TabIndex = 20;
|
||
this.labelControl86.Text = "是否吸烟:";
|
||
//
|
||
// radio_SmokingStatus
|
||
//
|
||
this.radio_SmokingStatus.Enabled = false;
|
||
this.radio_SmokingStatus.Location = new System.Drawing.Point(277, 8);
|
||
this.radio_SmokingStatus.Name = "radio_SmokingStatus";
|
||
this.radio_SmokingStatus.Properties.AllowMouseWheel = false;
|
||
this.radio_SmokingStatus.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_SmokingStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_SmokingStatus.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_SmokingStatus.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_SmokingStatus.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_SmokingStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "正在吸烟"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "已经戒烟")});
|
||
this.radio_SmokingStatus.Size = new System.Drawing.Size(198, 23);
|
||
this.radio_SmokingStatus.TabIndex = 1;
|
||
this.radio_SmokingStatus.SelectedIndexChanged += new System.EventHandler(this.radio_SmokingStatus_SelectedIndexChanged);
|
||
//
|
||
// radio_IsSmoke
|
||
//
|
||
this.radio_IsSmoke.Location = new System.Drawing.Point(94, 9);
|
||
this.radio_IsSmoke.Name = "radio_IsSmoke";
|
||
this.radio_IsSmoke.Properties.AllowMouseWheel = false;
|
||
this.radio_IsSmoke.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_IsSmoke.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_IsSmoke.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_IsSmoke.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_IsSmoke.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_IsSmoke.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
|
||
this.radio_IsSmoke.Size = new System.Drawing.Size(100, 23);
|
||
this.radio_IsSmoke.TabIndex = 1;
|
||
this.radio_IsSmoke.SelectedIndexChanged += new System.EventHandler(this.radio_IsSmoke_SelectedIndexChanged);
|
||
//
|
||
// groupControl9
|
||
//
|
||
this.groupControl9.Controls.Add(this.radio_Drink);
|
||
this.groupControl9.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupControl9.Location = new System.Drawing.Point(0, 178);
|
||
this.groupControl9.Name = "groupControl9";
|
||
this.groupControl9.Size = new System.Drawing.Size(958, 104);
|
||
this.groupControl9.TabIndex = 21;
|
||
this.groupControl9.Text = " 2.2 饮酒";
|
||
//
|
||
// radio_Drink
|
||
//
|
||
this.radio_Drink.Location = new System.Drawing.Point(32, 26);
|
||
this.radio_Drink.Name = "radio_Drink";
|
||
this.radio_Drink.Properties.AllowMouseWheel = false;
|
||
this.radio_Drink.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_Drink.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_Drink.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_Drink.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_Drink.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_Drink.Properties.Columns = 1;
|
||
this.radio_Drink.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "不饮酒"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "少量饮酒"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "经常大量饮酒(白酒≥3次/周,每次≥2两)")});
|
||
this.radio_Drink.Size = new System.Drawing.Size(489, 73);
|
||
this.radio_Drink.TabIndex = 1;
|
||
//
|
||
// groupControl2
|
||
//
|
||
this.groupControl2.Controls.Add(this.radio_ExerciseHabits);
|
||
this.groupControl2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupControl2.Location = new System.Drawing.Point(0, 282);
|
||
this.groupControl2.Name = "groupControl2";
|
||
this.groupControl2.Size = new System.Drawing.Size(958, 96);
|
||
this.groupControl2.TabIndex = 22;
|
||
this.groupControl2.Text = " 2.3 运动习惯";
|
||
//
|
||
// radio_ExerciseHabits
|
||
//
|
||
this.radio_ExerciseHabits.Location = new System.Drawing.Point(32, 26);
|
||
this.radio_ExerciseHabits.Name = "radio_ExerciseHabits";
|
||
this.radio_ExerciseHabits.Properties.AllowMouseWheel = false;
|
||
this.radio_ExerciseHabits.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_ExerciseHabits.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_ExerciseHabits.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_ExerciseHabits.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_ExerciseHabits.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_ExerciseHabits.Properties.Columns = 1;
|
||
this.radio_ExerciseHabits.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "经常运动(相当于快步周的中等强度,且每周≥3次,每次30分钟,包含中度、重度体力劳动者)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "缺乏运动(不符合上述经常运动标准者)")});
|
||
this.radio_ExerciseHabits.Size = new System.Drawing.Size(655, 65);
|
||
this.radio_ExerciseHabits.TabIndex = 1;
|
||
//
|
||
// groupControl3
|
||
//
|
||
this.groupControl3.Controls.Add(this.radio_Fruit);
|
||
this.groupControl3.Controls.Add(this.labelControl69);
|
||
this.groupControl3.Controls.Add(this.labelControl60);
|
||
this.groupControl3.Controls.Add(this.radio_Vegetable);
|
||
this.groupControl3.Controls.Add(this.radio_Taste);
|
||
this.groupControl3.Controls.Add(this.labelControl68);
|
||
this.groupControl3.Controls.Add(this.labelControl67);
|
||
this.groupControl3.Controls.Add(this.radio_Omnivorous);
|
||
this.groupControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupControl3.Location = new System.Drawing.Point(0, 378);
|
||
this.groupControl3.Name = "groupControl3";
|
||
this.groupControl3.Size = new System.Drawing.Size(958, 106);
|
||
this.groupControl3.TabIndex = 23;
|
||
this.groupControl3.Text = " 2.4 膳食习惯";
|
||
//
|
||
// radio_Fruit
|
||
//
|
||
this.radio_Fruit.Location = new System.Drawing.Point(564, 63);
|
||
this.radio_Fruit.Name = "radio_Fruit";
|
||
this.radio_Fruit.Properties.AllowMouseWheel = false;
|
||
this.radio_Fruit.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_Fruit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_Fruit.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_Fruit.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_Fruit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_Fruit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "≥5天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "3-4天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "≤2天/周")});
|
||
this.radio_Fruit.Size = new System.Drawing.Size(258, 25);
|
||
this.radio_Fruit.TabIndex = 20;
|
||
//
|
||
// labelControl69
|
||
//
|
||
this.labelControl69.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl69.Appearance.Options.UseFont = true;
|
||
this.labelControl69.Location = new System.Drawing.Point(366, 66);
|
||
this.labelControl69.Name = "labelControl69";
|
||
this.labelControl69.Size = new System.Drawing.Size(185, 18);
|
||
this.labelControl69.TabIndex = 19;
|
||
this.labelControl69.Text = "吃水果(每日食用4两水果):";
|
||
//
|
||
// labelControl60
|
||
//
|
||
this.labelControl60.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl60.Appearance.Options.UseFont = true;
|
||
this.labelControl60.Location = new System.Drawing.Point(21, 36);
|
||
this.labelControl60.Name = "labelControl60";
|
||
this.labelControl60.Size = new System.Drawing.Size(45, 18);
|
||
this.labelControl60.TabIndex = 14;
|
||
this.labelControl60.Text = "口味:";
|
||
//
|
||
// radio_Vegetable
|
||
//
|
||
this.radio_Vegetable.Location = new System.Drawing.Point(564, 32);
|
||
this.radio_Vegetable.Name = "radio_Vegetable";
|
||
this.radio_Vegetable.Properties.AllowMouseWheel = false;
|
||
this.radio_Vegetable.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_Vegetable.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_Vegetable.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_Vegetable.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_Vegetable.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_Vegetable.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "≥5天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "3-4天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "≤2天/周")});
|
||
this.radio_Vegetable.Size = new System.Drawing.Size(258, 25);
|
||
this.radio_Vegetable.TabIndex = 18;
|
||
//
|
||
// radio_Taste
|
||
//
|
||
this.radio_Taste.Location = new System.Drawing.Point(72, 32);
|
||
this.radio_Taste.Name = "radio_Taste";
|
||
this.radio_Taste.Properties.AllowMouseWheel = false;
|
||
this.radio_Taste.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_Taste.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_Taste.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_Taste.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_Taste.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_Taste.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "偏咸"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "偏淡"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "适中")});
|
||
this.radio_Taste.Size = new System.Drawing.Size(219, 25);
|
||
this.radio_Taste.TabIndex = 1;
|
||
//
|
||
// labelControl68
|
||
//
|
||
this.labelControl68.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl68.Appearance.Options.UseFont = true;
|
||
this.labelControl68.Location = new System.Drawing.Point(366, 36);
|
||
this.labelControl68.Name = "labelControl68";
|
||
this.labelControl68.Size = new System.Drawing.Size(185, 18);
|
||
this.labelControl68.TabIndex = 17;
|
||
this.labelControl68.Text = "吃蔬菜(每日食用6两蔬菜):";
|
||
//
|
||
// labelControl67
|
||
//
|
||
this.labelControl67.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.labelControl67.Appearance.Options.UseFont = true;
|
||
this.labelControl67.Location = new System.Drawing.Point(21, 66);
|
||
this.labelControl67.Name = "labelControl67";
|
||
this.labelControl67.Size = new System.Drawing.Size(45, 18);
|
||
this.labelControl67.TabIndex = 15;
|
||
this.labelControl67.Text = "荤素:";
|
||
//
|
||
// radio_Omnivorous
|
||
//
|
||
this.radio_Omnivorous.Location = new System.Drawing.Point(72, 62);
|
||
this.radio_Omnivorous.Name = "radio_Omnivorous";
|
||
this.radio_Omnivorous.Properties.AllowMouseWheel = false;
|
||
this.radio_Omnivorous.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||
this.radio_Omnivorous.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.radio_Omnivorous.Properties.Appearance.Options.UseBackColor = true;
|
||
this.radio_Omnivorous.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_Omnivorous.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_Omnivorous.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "偏荤"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "偏素"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "均衡")});
|
||
this.radio_Omnivorous.Size = new System.Drawing.Size(219, 25);
|
||
this.radio_Omnivorous.TabIndex = 16;
|
||
//
|
||
// UC_LifeStyle
|
||
//
|
||
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.groupControl3);
|
||
this.Controls.Add(this.groupControl2);
|
||
this.Controls.Add(this.groupControl9);
|
||
this.Controls.Add(this.groupControl1);
|
||
this.Controls.Add(this.panelControl6);
|
||
this.Name = "UC_LifeStyle";
|
||
this.Size = new System.Drawing.Size(958, 526);
|
||
this.Load += new System.EventHandler(this.UC_LifeStyle_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
|
||
this.panelControl6.ResumeLayout(false);
|
||
this.panelControl6.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
||
this.groupControl1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_QuitSmoking)).EndInit();
|
||
this.panel_QuitSmoking.ResumeLayout(false);
|
||
this.panel_QuitSmoking.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_QuitSmokingYears.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_SmokerLength.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_Smoke)).EndInit();
|
||
this.panel_Smoke.ResumeLayout(false);
|
||
this.panel_Smoke.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_SmokeYears.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_Quantity.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
||
this.panelControl3.ResumeLayout(false);
|
||
this.panelControl3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_SmokingStatus.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_IsSmoke.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl9)).EndInit();
|
||
this.groupControl9.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Drink.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
||
this.groupControl2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_ExerciseHabits.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
|
||
this.groupControl3.ResumeLayout(false);
|
||
this.groupControl3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Fruit.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Vegetable.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Taste.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_Omnivorous.Properties)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DevExpress.XtraEditors.PanelControl panelControl6;
|
||
private System.Windows.Forms.TextBox txt_LifeStyleScreener;
|
||
private DevExpress.XtraEditors.LabelControl labelControl84;
|
||
private DevExpress.XtraEditors.GroupControl groupControl1;
|
||
private DevExpress.XtraEditors.PanelControl panel_QuitSmoking;
|
||
private DevExpress.XtraEditors.TextEdit txt_QuitSmokingYears;
|
||
private DevExpress.XtraEditors.LabelControl labelControl66;
|
||
private DevExpress.XtraEditors.LabelControl labelControl64;
|
||
private DevExpress.XtraEditors.LabelControl labelControl65;
|
||
private DevExpress.XtraEditors.TextEdit txt_SmokerLength;
|
||
private DevExpress.XtraEditors.PanelControl panel_Smoke;
|
||
private DevExpress.XtraEditors.TextEdit txt_SmokeYears;
|
||
private DevExpress.XtraEditors.LabelControl labelControl61;
|
||
private DevExpress.XtraEditors.LabelControl labelControl63;
|
||
private DevExpress.XtraEditors.LabelControl labelControl62;
|
||
private DevExpress.XtraEditors.TextEdit txt_Quantity;
|
||
private DevExpress.XtraEditors.PanelControl panelControl3;
|
||
private DevExpress.XtraEditors.LabelControl labelControl255;
|
||
private DevExpress.XtraEditors.LabelControl labelControl86;
|
||
private DevExpress.XtraEditors.RadioGroup radio_SmokingStatus;
|
||
private DevExpress.XtraEditors.RadioGroup radio_IsSmoke;
|
||
private DevExpress.XtraEditors.GroupControl groupControl9;
|
||
private DevExpress.XtraEditors.RadioGroup radio_Drink;
|
||
private DevExpress.XtraEditors.GroupControl groupControl2;
|
||
private DevExpress.XtraEditors.RadioGroup radio_ExerciseHabits;
|
||
private DevExpress.XtraEditors.GroupControl groupControl3;
|
||
private DevExpress.XtraEditors.RadioGroup radio_Fruit;
|
||
private DevExpress.XtraEditors.LabelControl labelControl69;
|
||
private DevExpress.XtraEditors.LabelControl labelControl60;
|
||
private DevExpress.XtraEditors.RadioGroup radio_Vegetable;
|
||
private DevExpress.XtraEditors.RadioGroup radio_Taste;
|
||
private DevExpress.XtraEditors.LabelControl labelControl68;
|
||
private DevExpress.XtraEditors.LabelControl labelControl67;
|
||
private DevExpress.XtraEditors.RadioGroup radio_Omnivorous;
|
||
}
|
||
}
|