200 lines
11 KiB
C#
200 lines
11 KiB
C#
|
|
namespace HL_FristAidPlatform_Public
|
|
{
|
|
partial class Form_Diagnosis
|
|
{
|
|
/// <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.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn_Diagnosis = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.textEdit1.EditValue = "输入文字模糊搜索";
|
|
this.textEdit1.Location = new System.Drawing.Point(12, 14);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.textEdit1.Properties.Appearance.ForeColor = System.Drawing.Color.Silver;
|
|
this.textEdit1.Properties.Appearance.Options.UseFont = true;
|
|
this.textEdit1.Properties.Appearance.Options.UseForeColor = true;
|
|
this.textEdit1.Properties.AutoHeight = false;
|
|
this.textEdit1.Size = new System.Drawing.Size(640, 30);
|
|
this.textEdit1.TabIndex = 0;
|
|
this.textEdit1.Enter += new System.EventHandler(this.textEdit1_Enter);
|
|
this.textEdit1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEdit1_KeyPress);
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl1.Location = new System.Drawing.Point(0, 86);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemCheckEdit1});
|
|
this.gridControl1.Size = new System.Drawing.Size(689, 370);
|
|
this.gridControl1.TabIndex = 4;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn_Diagnosis});
|
|
this.gridView1.DetailHeight = 408;
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
|
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gridColumn_Diagnosis
|
|
//
|
|
this.gridColumn_Diagnosis.Caption = "诊断";
|
|
this.gridColumn_Diagnosis.FieldName = "Name";
|
|
this.gridColumn_Diagnosis.MinWidth = 23;
|
|
this.gridColumn_Diagnosis.Name = "gridColumn_Diagnosis";
|
|
this.gridColumn_Diagnosis.Visible = true;
|
|
this.gridColumn_Diagnosis.VisibleIndex = 1;
|
|
this.gridColumn_Diagnosis.Width = 558;
|
|
//
|
|
// repositoryItemCheckEdit1
|
|
//
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.simpleButton4);
|
|
this.panelControl1.Controls.Add(this.simpleButton3);
|
|
this.panelControl1.Controls.Add(this.simpleButton2);
|
|
this.panelControl1.Controls.Add(this.simpleButton1);
|
|
this.panelControl1.Controls.Add(this.textEdit1);
|
|
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(689, 86);
|
|
this.panelControl1.TabIndex = 3;
|
|
//
|
|
// simpleButton4
|
|
//
|
|
this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(91)))), ((int)(((byte)(255)))));
|
|
this.simpleButton4.Appearance.Options.UseBackColor = true;
|
|
this.simpleButton4.Location = new System.Drawing.Point(548, 52);
|
|
this.simpleButton4.Name = "simpleButton4";
|
|
this.simpleButton4.Size = new System.Drawing.Size(104, 28);
|
|
this.simpleButton4.TabIndex = 4;
|
|
this.simpleButton4.Text = "确认诊断";
|
|
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
|
|
//
|
|
// simpleButton3
|
|
//
|
|
this.simpleButton3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(153)))), ((int)(((byte)(0)))));
|
|
this.simpleButton3.Appearance.Options.UseBackColor = true;
|
|
this.simpleButton3.Location = new System.Drawing.Point(458, 57);
|
|
this.simpleButton3.Name = "simpleButton3";
|
|
this.simpleButton3.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton3.TabIndex = 3;
|
|
this.simpleButton3.Text = "清除";
|
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(180)))), ((int)(((byte)(163)))));
|
|
this.simpleButton2.Appearance.Options.UseBackColor = true;
|
|
this.simpleButton2.Location = new System.Drawing.Point(373, 57);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton2.TabIndex = 2;
|
|
this.simpleButton2.Text = "反选";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(143)))), ((int)(((byte)(255)))));
|
|
this.simpleButton1.Appearance.Options.UseBackColor = true;
|
|
this.simpleButton1.Location = new System.Drawing.Point(288, 57);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton1.TabIndex = 1;
|
|
this.simpleButton1.Text = "全选";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// Form_Diagnosis
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(689, 456);
|
|
this.Controls.Add(this.gridControl1);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Name = "Form_Diagnosis";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "诊断信息";
|
|
this.Load += new System.EventHandler(this.Form_Diagnosis_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Diagnosis;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton4;
|
|
}
|
|
} |