518 lines
32 KiB
C#
518 lines
32 KiB
C#
|
||
namespace HL_FristAidPlatform_Apoplexy
|
||
{
|
||
partial class Form_LifeStyle
|
||
{
|
||
/// <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.panel3 = new System.Windows.Forms.Panel();
|
||
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
|
||
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
||
this.tablePanel17 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup15 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
|
||
this.tablePanel16 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup14 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
|
||
this.tablePanel15 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup13 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
|
||
this.tablePanel14 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup12 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
|
||
this.tablePanel13 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup11 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
|
||
this.tablePanel12 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup10 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
|
||
this.tablePanel11 = new DevExpress.Utils.Layout.TablePanel();
|
||
this.radioGroup9 = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
|
||
this.panel3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
|
||
this.groupControl3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
||
this.panelControl5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel17)).BeginInit();
|
||
this.tablePanel17.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup15.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel16)).BeginInit();
|
||
this.tablePanel16.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup14.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel15)).BeginInit();
|
||
this.tablePanel15.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup13.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel14)).BeginInit();
|
||
this.tablePanel14.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup12.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel13)).BeginInit();
|
||
this.tablePanel13.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup11.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel12)).BeginInit();
|
||
this.tablePanel12.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup10.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel11)).BeginInit();
|
||
this.tablePanel11.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup9.Properties)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.AutoScroll = true;
|
||
this.panel3.BackColor = System.Drawing.Color.White;
|
||
this.panel3.Controls.Add(this.groupControl3);
|
||
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel3.Location = new System.Drawing.Point(0, 0);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Padding = new System.Windows.Forms.Padding(3);
|
||
this.panel3.Size = new System.Drawing.Size(1096, 767);
|
||
this.panel3.TabIndex = 2;
|
||
//
|
||
// groupControl3
|
||
//
|
||
this.groupControl3.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.groupControl3.Appearance.Options.UseBackColor = true;
|
||
this.groupControl3.AutoSize = true;
|
||
this.groupControl3.Controls.Add(this.panelControl5);
|
||
this.groupControl3.Controls.Add(this.tablePanel15);
|
||
this.groupControl3.Controls.Add(this.tablePanel14);
|
||
this.groupControl3.Controls.Add(this.tablePanel13);
|
||
this.groupControl3.Controls.Add(this.tablePanel12);
|
||
this.groupControl3.Controls.Add(this.tablePanel11);
|
||
this.groupControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupControl3.Location = new System.Drawing.Point(3, 3);
|
||
this.groupControl3.Name = "groupControl3";
|
||
this.groupControl3.Size = new System.Drawing.Size(1090, 428);
|
||
this.groupControl3.TabIndex = 1;
|
||
this.groupControl3.Text = "生活方式";
|
||
//
|
||
// panelControl5
|
||
//
|
||
this.panelControl5.AutoSize = true;
|
||
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panelControl5.Controls.Add(this.tablePanel17);
|
||
this.panelControl5.Controls.Add(this.tablePanel16);
|
||
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panelControl5.Location = new System.Drawing.Point(2, 326);
|
||
this.panelControl5.Name = "panelControl5";
|
||
this.panelControl5.Size = new System.Drawing.Size(1086, 100);
|
||
this.panelControl5.TabIndex = 6;
|
||
//
|
||
// tablePanel17
|
||
//
|
||
this.tablePanel17.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 30F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F)});
|
||
this.tablePanel17.Controls.Add(this.radioGroup15);
|
||
this.tablePanel17.Controls.Add(this.labelControl22);
|
||
this.tablePanel17.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel17.Location = new System.Drawing.Point(0, 50);
|
||
this.tablePanel17.Name = "tablePanel17";
|
||
this.tablePanel17.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
||
this.tablePanel17.Size = new System.Drawing.Size(1086, 50);
|
||
this.tablePanel17.TabIndex = 1;
|
||
//
|
||
// radioGroup15
|
||
//
|
||
this.tablePanel17.SetColumn(this.radioGroup15, 1);
|
||
this.radioGroup15.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup15.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup15.Name = "radioGroup15";
|
||
this.radioGroup15.Properties.AllowMouseWheel = false;
|
||
this.radioGroup15.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "≥5天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "3-4天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "≤2天/周")});
|
||
this.tablePanel17.SetRow(this.radioGroup15, 0);
|
||
this.radioGroup15.Size = new System.Drawing.Size(320, 44);
|
||
this.radioGroup15.TabIndex = 7;
|
||
//
|
||
// labelControl22
|
||
//
|
||
this.labelControl22.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl22.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl22.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel17.SetColumn(this.labelControl22, 0);
|
||
this.labelControl22.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl22.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl22.Name = "labelControl22";
|
||
this.tablePanel17.SetRow(this.labelControl22, 0);
|
||
this.labelControl22.Size = new System.Drawing.Size(211, 44);
|
||
this.labelControl22.TabIndex = 7;
|
||
this.labelControl22.Text = "吃水果(每日食用4两蔬菜)";
|
||
//
|
||
// tablePanel16
|
||
//
|
||
this.tablePanel16.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 30F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F)});
|
||
this.tablePanel16.Controls.Add(this.radioGroup14);
|
||
this.tablePanel16.Controls.Add(this.labelControl21);
|
||
this.tablePanel16.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel16.Location = new System.Drawing.Point(0, 0);
|
||
this.tablePanel16.Name = "tablePanel16";
|
||
this.tablePanel16.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
||
this.tablePanel16.Size = new System.Drawing.Size(1086, 50);
|
||
this.tablePanel16.TabIndex = 0;
|
||
//
|
||
// radioGroup14
|
||
//
|
||
this.tablePanel16.SetColumn(this.radioGroup14, 1);
|
||
this.radioGroup14.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup14.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup14.Name = "radioGroup14";
|
||
this.radioGroup14.Properties.AllowMouseWheel = false;
|
||
this.radioGroup14.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "≥5天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "3-4天/周"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "≤2天/周")});
|
||
this.tablePanel16.SetRow(this.radioGroup14, 0);
|
||
this.radioGroup14.Size = new System.Drawing.Size(320, 44);
|
||
this.radioGroup14.TabIndex = 7;
|
||
//
|
||
// labelControl21
|
||
//
|
||
this.labelControl21.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl21.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl21.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel16.SetColumn(this.labelControl21, 0);
|
||
this.labelControl21.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl21.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl21.Name = "labelControl21";
|
||
this.tablePanel16.SetRow(this.labelControl21, 0);
|
||
this.labelControl21.Size = new System.Drawing.Size(211, 44);
|
||
this.labelControl21.TabIndex = 7;
|
||
this.labelControl21.Text = "吃蔬菜(每日食用6两蔬菜)";
|
||
//
|
||
// tablePanel15
|
||
//
|
||
this.tablePanel15.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 60F)});
|
||
this.tablePanel15.Controls.Add(this.radioGroup13);
|
||
this.tablePanel15.Controls.Add(this.labelControl20);
|
||
this.tablePanel15.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel15.Location = new System.Drawing.Point(2, 276);
|
||
this.tablePanel15.Name = "tablePanel15";
|
||
this.tablePanel15.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
||
this.tablePanel15.Size = new System.Drawing.Size(1086, 50);
|
||
this.tablePanel15.TabIndex = 5;
|
||
//
|
||
// radioGroup13
|
||
//
|
||
this.tablePanel15.SetColumn(this.radioGroup13, 1);
|
||
this.radioGroup13.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup13.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup13.Name = "radioGroup13";
|
||
this.radioGroup13.Properties.AllowMouseWheel = false;
|
||
this.radioGroup13.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "偏荤"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "偏素"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "均衡")});
|
||
this.tablePanel15.SetRow(this.radioGroup13, 0);
|
||
this.radioGroup13.Size = new System.Drawing.Size(211, 44);
|
||
this.radioGroup13.TabIndex = 6;
|
||
//
|
||
// labelControl20
|
||
//
|
||
this.labelControl20.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl20.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl20.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel15.SetColumn(this.labelControl20, 0);
|
||
this.labelControl20.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl20.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl20.Name = "labelControl20";
|
||
this.tablePanel15.SetRow(this.labelControl20, 0);
|
||
this.labelControl20.Size = new System.Drawing.Size(211, 44);
|
||
this.labelControl20.TabIndex = 6;
|
||
this.labelControl20.Text = "荤素";
|
||
//
|
||
// tablePanel14
|
||
//
|
||
this.tablePanel14.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 60F)});
|
||
this.tablePanel14.Controls.Add(this.radioGroup12);
|
||
this.tablePanel14.Controls.Add(this.labelControl19);
|
||
this.tablePanel14.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel14.Location = new System.Drawing.Point(2, 226);
|
||
this.tablePanel14.Name = "tablePanel14";
|
||
this.tablePanel14.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
||
this.tablePanel14.Size = new System.Drawing.Size(1086, 50);
|
||
this.tablePanel14.TabIndex = 4;
|
||
//
|
||
// radioGroup12
|
||
//
|
||
this.tablePanel14.SetColumn(this.radioGroup12, 1);
|
||
this.radioGroup12.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup12.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup12.Name = "radioGroup12";
|
||
this.radioGroup12.Properties.AllowMouseWheel = false;
|
||
this.radioGroup12.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "偏咸"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "偏淡"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "适中")});
|
||
this.tablePanel14.SetRow(this.radioGroup12, 0);
|
||
this.radioGroup12.Size = new System.Drawing.Size(211, 44);
|
||
this.radioGroup12.TabIndex = 5;
|
||
//
|
||
// labelControl19
|
||
//
|
||
this.labelControl19.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl19.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl19.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel14.SetColumn(this.labelControl19, 0);
|
||
this.labelControl19.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl19.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl19.Name = "labelControl19";
|
||
this.tablePanel14.SetRow(this.labelControl19, 0);
|
||
this.labelControl19.Size = new System.Drawing.Size(211, 44);
|
||
this.labelControl19.TabIndex = 5;
|
||
this.labelControl19.Text = "口味";
|
||
//
|
||
// tablePanel13
|
||
//
|
||
this.tablePanel13.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 65F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 15F)});
|
||
this.tablePanel13.Controls.Add(this.radioGroup11);
|
||
this.tablePanel13.Controls.Add(this.labelControl18);
|
||
this.tablePanel13.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel13.Location = new System.Drawing.Point(2, 155);
|
||
this.tablePanel13.Name = "tablePanel13";
|
||
this.tablePanel13.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 26F)});
|
||
this.tablePanel13.Size = new System.Drawing.Size(1086, 71);
|
||
this.tablePanel13.TabIndex = 3;
|
||
//
|
||
// radioGroup11
|
||
//
|
||
this.tablePanel13.SetColumn(this.radioGroup11, 1);
|
||
this.radioGroup11.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup11.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup11.Name = "radioGroup11";
|
||
this.radioGroup11.Properties.AllowMouseWheel = false;
|
||
this.radioGroup11.Properties.Columns = 2;
|
||
this.radioGroup11.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "不饮酒"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "少量饮酒"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "经常大量饮酒(白酒≥3次/周,每次≥2两)")});
|
||
this.tablePanel13.SetRow(this.radioGroup11, 0);
|
||
this.radioGroup11.Size = new System.Drawing.Size(700, 65);
|
||
this.radioGroup11.TabIndex = 4;
|
||
//
|
||
// labelControl18
|
||
//
|
||
this.labelControl18.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl18.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl18.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel13.SetColumn(this.labelControl18, 0);
|
||
this.labelControl18.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl18.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl18.Name = "labelControl18";
|
||
this.tablePanel13.SetRow(this.labelControl18, 0);
|
||
this.labelControl18.Size = new System.Drawing.Size(211, 65);
|
||
this.labelControl18.TabIndex = 4;
|
||
this.labelControl18.Text = "饮酒";
|
||
//
|
||
// tablePanel12
|
||
//
|
||
this.tablePanel12.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 60F)});
|
||
this.tablePanel12.Controls.Add(this.radioGroup10);
|
||
this.tablePanel12.Controls.Add(this.labelControl17);
|
||
this.tablePanel12.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel12.Location = new System.Drawing.Point(2, 105);
|
||
this.tablePanel12.Name = "tablePanel12";
|
||
this.tablePanel12.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 26F)});
|
||
this.tablePanel12.Size = new System.Drawing.Size(1086, 50);
|
||
this.tablePanel12.TabIndex = 2;
|
||
//
|
||
// radioGroup10
|
||
//
|
||
this.tablePanel12.SetColumn(this.radioGroup10, 1);
|
||
this.radioGroup10.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup10.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup10.Name = "radioGroup10";
|
||
this.radioGroup10.Properties.AllowMouseWheel = false;
|
||
this.radioGroup10.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是")});
|
||
this.tablePanel12.SetRow(this.radioGroup10, 0);
|
||
this.radioGroup10.Size = new System.Drawing.Size(211, 44);
|
||
this.radioGroup10.TabIndex = 3;
|
||
//
|
||
// labelControl17
|
||
//
|
||
this.labelControl17.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl17.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl17.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel12.SetColumn(this.labelControl17, 0);
|
||
this.labelControl17.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl17.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl17.Name = "labelControl17";
|
||
this.tablePanel12.SetRow(this.labelControl17, 0);
|
||
this.labelControl17.Size = new System.Drawing.Size(211, 44);
|
||
this.labelControl17.TabIndex = 3;
|
||
this.labelControl17.Text = "吸烟";
|
||
//
|
||
// tablePanel11
|
||
//
|
||
this.tablePanel11.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.tablePanel11.Appearance.Options.UseBackColor = true;
|
||
this.tablePanel11.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 75F),
|
||
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F)});
|
||
this.tablePanel11.Controls.Add(this.radioGroup9);
|
||
this.tablePanel11.Controls.Add(this.labelControl16);
|
||
this.tablePanel11.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.tablePanel11.Location = new System.Drawing.Point(2, 34);
|
||
this.tablePanel11.Name = "tablePanel11";
|
||
this.tablePanel11.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
||
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
||
this.tablePanel11.Size = new System.Drawing.Size(1086, 71);
|
||
this.tablePanel11.TabIndex = 1;
|
||
//
|
||
// radioGroup9
|
||
//
|
||
this.tablePanel11.SetColumn(this.radioGroup9, 1);
|
||
this.radioGroup9.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.radioGroup9.Location = new System.Drawing.Point(220, 3);
|
||
this.radioGroup9.Name = "radioGroup9";
|
||
this.radioGroup9.Properties.AllowMouseWheel = false;
|
||
this.radioGroup9.Properties.Columns = 1;
|
||
this.radioGroup9.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "经常运动(相当于快步走中等强度运动,且每周≥3次,每次≥30分钟,包含中等、重度体力劳动者)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "缺乏运动(不符合上述经常运动标准者)")});
|
||
this.tablePanel11.SetRow(this.radioGroup9, 0);
|
||
this.radioGroup9.Size = new System.Drawing.Size(809, 65);
|
||
this.radioGroup9.TabIndex = 3;
|
||
//
|
||
// labelControl16
|
||
//
|
||
this.labelControl16.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl16.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||
this.tablePanel11.SetColumn(this.labelControl16, 0);
|
||
this.labelControl16.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelControl16.Location = new System.Drawing.Point(3, 3);
|
||
this.labelControl16.Name = "labelControl16";
|
||
this.tablePanel11.SetRow(this.labelControl16, 0);
|
||
this.labelControl16.Size = new System.Drawing.Size(211, 65);
|
||
this.labelControl16.TabIndex = 1;
|
||
this.labelControl16.Text = "运动";
|
||
//
|
||
// Form_LifeStyle
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1096, 767);
|
||
this.Controls.Add(this.panel3);
|
||
this.Name = "Form_LifeStyle";
|
||
this.Text = "Form_LifeStyle";
|
||
this.Load += new System.EventHandler(this.Form_LifeStyle_Load);
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
|
||
this.groupControl3.ResumeLayout(false);
|
||
this.groupControl3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
||
this.panelControl5.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel17)).EndInit();
|
||
this.tablePanel17.ResumeLayout(false);
|
||
this.tablePanel17.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup15.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel16)).EndInit();
|
||
this.tablePanel16.ResumeLayout(false);
|
||
this.tablePanel16.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup14.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel15)).EndInit();
|
||
this.tablePanel15.ResumeLayout(false);
|
||
this.tablePanel15.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup13.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel14)).EndInit();
|
||
this.tablePanel14.ResumeLayout(false);
|
||
this.tablePanel14.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup12.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel13)).EndInit();
|
||
this.tablePanel13.ResumeLayout(false);
|
||
this.tablePanel13.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup11.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel12)).EndInit();
|
||
this.tablePanel12.ResumeLayout(false);
|
||
this.tablePanel12.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup10.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tablePanel11)).EndInit();
|
||
this.tablePanel11.ResumeLayout(false);
|
||
this.tablePanel11.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radioGroup9.Properties)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel panel3;
|
||
private DevExpress.XtraEditors.GroupControl groupControl3;
|
||
private DevExpress.XtraEditors.PanelControl panelControl5;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel17;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup15;
|
||
private DevExpress.XtraEditors.LabelControl labelControl22;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel16;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup14;
|
||
private DevExpress.XtraEditors.LabelControl labelControl21;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel15;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup13;
|
||
private DevExpress.XtraEditors.LabelControl labelControl20;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel14;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup12;
|
||
private DevExpress.XtraEditors.LabelControl labelControl19;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel13;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup11;
|
||
private DevExpress.XtraEditors.LabelControl labelControl18;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel12;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup10;
|
||
private DevExpress.XtraEditors.LabelControl labelControl17;
|
||
private DevExpress.Utils.Layout.TablePanel tablePanel11;
|
||
private DevExpress.XtraEditors.RadioGroup radioGroup9;
|
||
private DevExpress.XtraEditors.LabelControl labelControl16;
|
||
}
|
||
} |