StableVersion4.3/HL_FristAidPlatform_Trauma/Form_Diagnosis.Designer.cs

133 lines
6.5 KiB
C#

namespace HL_FristAidPlatform_Trauma
{
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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_Diagnosis = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// textEdit1
//
this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textEdit1.EditValue = "输入文字模糊搜索";
this.textEdit1.Location = new System.Drawing.Point(62, 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(539, 38);
this.textEdit1.TabIndex = 0;
this.textEdit1.Enter += new System.EventHandler(this.textEdit1_Enter);
this.textEdit1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEdit1_KeyPress);
//
// 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.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(677, 61);
this.panelControl1.TabIndex = 1;
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 61);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(677, 390);
this.gridControl1.TabIndex = 2;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
//
// 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.OptionsBehavior.Editable = false;
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 = 0;
this.gridColumn_Diagnosis.Width = 87;
//
// Form_Diagnosis
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(677, 451);
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.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Diagnosis;
}
}