namespace HL_FristAidPlatform_FollowUp { partial class Form_PatientWaterSwallow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.radioGroup_WaterSwallow = new DevExpress.XtraEditors.RadioGroup(); this.simpleButton_Save = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_WaterSwallow.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.radioGroup_WaterSwallow); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(376, 215); this.panelControl1.TabIndex = 0; // // radioGroup_WaterSwallow // this.radioGroup_WaterSwallow.Dock = System.Windows.Forms.DockStyle.Fill; this.radioGroup_WaterSwallow.Location = new System.Drawing.Point(2, 2); this.radioGroup_WaterSwallow.Name = "radioGroup_WaterSwallow"; this.radioGroup_WaterSwallow.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "能顺利的1次将水饮下"), new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "分2次以上,能不呛咳的咽下"), new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "能1次咽下,但有呛咳症状"), new DevExpress.XtraEditors.Controls.RadioGroupItem("4", "分2次以上咽下,但有呛咳的症状"), new DevExpress.XtraEditors.Controls.RadioGroupItem("5", "频繁呛咳,不能全部咽下")}); this.radioGroup_WaterSwallow.Size = new System.Drawing.Size(372, 211); this.radioGroup_WaterSwallow.TabIndex = 0; // // simpleButton_Save // this.simpleButton_Save.Location = new System.Drawing.Point(5, 11); this.simpleButton_Save.Name = "simpleButton_Save"; this.simpleButton_Save.Size = new System.Drawing.Size(101, 32); this.simpleButton_Save.TabIndex = 1; this.simpleButton_Save.Text = "确认"; this.simpleButton_Save.Click += new System.EventHandler(this.simpleButton_Save_Click); // // simpleButton_Cancel // this.simpleButton_Cancel.Location = new System.Drawing.Point(120, 11); this.simpleButton_Cancel.Name = "simpleButton_Cancel"; this.simpleButton_Cancel.Size = new System.Drawing.Size(101, 32); this.simpleButton_Cancel.TabIndex = 2; this.simpleButton_Cancel.Text = "取消"; this.simpleButton_Cancel.Click += new System.EventHandler(this.simpleButton_Cancel_Click); // // panelControl2 // this.panelControl2.Controls.Add(this.simpleButton_Cancel); this.panelControl2.Controls.Add(this.simpleButton_Save); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 214); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(376, 57); this.panelControl2.TabIndex = 1; // // Form_PatientWaterSwallow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(376, 271); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panelControl2); this.Name = "Form_PatientWaterSwallow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "吞咽功能评估"; this.Load += new System.EventHandler(this.Form_PatientWaterSwallow_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_WaterSwallow.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.RadioGroup radioGroup_WaterSwallow; private DevExpress.XtraEditors.SimpleButton simpleButton_Save; private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel; private DevExpress.XtraEditors.PanelControl panelControl2; } }