StableVersion4.3/HL_FristAidPlatform_Emergen.../Form_SelectDiseaseTemplate....

243 lines
12 KiB
C#

namespace HL_FristAidPlatform_EmergencyTriage
{
partial class Form_SelectDiseaseTemplate
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SelectDiseaseTemplate));
this.pan_SelTop = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_Key = new System.Windows.Forms.TextBox();
this.grid_Disease = new DevExpress.XtraGrid.GridControl();
this.grv_Disease = new DevExpress.XtraGrid.Views.Grid.GridView();
this.btn_Sure = new DevExpress.XtraEditors.SimpleButton();
this.T_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_Content = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_Keywords = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_PYM_Code = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_WBM_Code = new DevExpress.XtraGrid.Columns.GridColumn();
this.T_OrderBy = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.pan_SelTop)).BeginInit();
this.pan_SelTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_Disease)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Disease)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// pan_SelTop
//
this.pan_SelTop.Controls.Add(this.btn_Sure);
this.pan_SelTop.Controls.Add(this.labelControl1);
this.pan_SelTop.Controls.Add(this.txt_Key);
this.pan_SelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pan_SelTop.Location = new System.Drawing.Point(0, 0);
this.pan_SelTop.Name = "pan_SelTop";
this.pan_SelTop.Size = new System.Drawing.Size(647, 52);
this.pan_SelTop.TabIndex = 9;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(9, 16);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 5;
this.labelControl1.Text = "关键词:";
//
// txt_Key
//
this.txt_Key.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_Key.Location = new System.Drawing.Point(58, 12);
this.txt_Key.Name = "txt_Key";
this.txt_Key.Size = new System.Drawing.Size(479, 22);
this.txt_Key.TabIndex = 0;
//
// grid_Disease
//
this.grid_Disease.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Disease.Location = new System.Drawing.Point(2, 2);
this.grid_Disease.MainView = this.grv_Disease;
this.grid_Disease.Name = "grid_Disease";
this.grid_Disease.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1});
this.grid_Disease.Size = new System.Drawing.Size(643, 314);
this.grid_Disease.TabIndex = 10;
this.grid_Disease.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Disease});
//
// grv_Disease
//
this.grv_Disease.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.T_ID,
this.T_Content,
this.T_Keywords,
this.T_PYM_Code,
this.T_WBM_Code,
this.T_OrderBy});
this.grv_Disease.DetailHeight = 408;
this.grv_Disease.GridControl = this.grid_Disease;
this.grv_Disease.Name = "grv_Disease";
this.grv_Disease.OptionsBehavior.Editable = false;
this.grv_Disease.OptionsCustomization.AllowFilter = false;
this.grv_Disease.OptionsMenu.EnableColumnMenu = false;
this.grv_Disease.OptionsSelection.CheckBoxSelectorColumnWidth = 58;
this.grv_Disease.OptionsSelection.MultiSelect = true;
this.grv_Disease.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.grv_Disease.OptionsView.ShowGroupPanel = false;
//
// btn_Sure
//
this.btn_Sure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Sure.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Sure.ImageOptions.Image")));
this.btn_Sure.Location = new System.Drawing.Point(541, 8);
this.btn_Sure.Name = "btn_Sure";
this.btn_Sure.Size = new System.Drawing.Size(100, 30);
this.btn_Sure.TabIndex = 6;
this.btn_Sure.Text = "确认选择";
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
//
// T_ID
//
this.T_ID.Caption = "编号";
this.T_ID.FieldName = "ID";
this.T_ID.MinWidth = 23;
this.T_ID.Name = "T_ID";
this.T_ID.Visible = true;
this.T_ID.VisibleIndex = 1;
this.T_ID.Width = 87;
//
// T_Content
//
this.T_Content.Caption = "模板内容";
this.T_Content.FieldName = "Content";
this.T_Content.MinWidth = 23;
this.T_Content.Name = "T_Content";
this.T_Content.Visible = true;
this.T_Content.VisibleIndex = 2;
this.T_Content.Width = 87;
//
// T_Keywords
//
this.T_Keywords.Caption = "关键词";
this.T_Keywords.FieldName = "Keywords";
this.T_Keywords.MinWidth = 23;
this.T_Keywords.Name = "T_Keywords";
this.T_Keywords.Visible = true;
this.T_Keywords.VisibleIndex = 3;
this.T_Keywords.Width = 87;
//
// T_PYM_Code
//
this.T_PYM_Code.Caption = "拼音码";
this.T_PYM_Code.FieldName = "PYM_Code";
this.T_PYM_Code.MinWidth = 23;
this.T_PYM_Code.Name = "T_PYM_Code";
this.T_PYM_Code.Visible = true;
this.T_PYM_Code.VisibleIndex = 4;
this.T_PYM_Code.Width = 87;
//
// T_WBM_Code
//
this.T_WBM_Code.Caption = "五笔码";
this.T_WBM_Code.FieldName = "WBM_Code";
this.T_WBM_Code.MinWidth = 23;
this.T_WBM_Code.Name = "T_WBM_Code";
this.T_WBM_Code.Visible = true;
this.T_WBM_Code.VisibleIndex = 5;
this.T_WBM_Code.Width = 87;
//
// T_OrderBy
//
this.T_OrderBy.Caption = "排序";
this.T_OrderBy.FieldName = "OrderBy";
this.T_OrderBy.MinWidth = 23;
this.T_OrderBy.Name = "T_OrderBy";
this.T_OrderBy.Visible = true;
this.T_OrderBy.VisibleIndex = 6;
this.T_OrderBy.Width = 87;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.grid_Disease);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 52);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(647, 318);
this.panelControl1.TabIndex = 11;
//
// Form_SelectDiseaseTemplate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(647, 370);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.pan_SelTop);
this.Name = "Form_SelectDiseaseTemplate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "主诉摸版 ";
this.Load += new System.EventHandler(this.Form_SelectDiseaseTemplate_Load);
((System.ComponentModel.ISupportInitialize)(this.pan_SelTop)).EndInit();
this.pan_SelTop.ResumeLayout(false);
this.pan_SelTop.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_Disease)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Disease)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pan_SelTop;
private DevExpress.XtraEditors.SimpleButton btn_Sure;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.TextBox txt_Key;
private DevExpress.XtraGrid.GridControl grid_Disease;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Disease;
private DevExpress.XtraGrid.Columns.GridColumn T_ID;
private DevExpress.XtraGrid.Columns.GridColumn T_Content;
private DevExpress.XtraGrid.Columns.GridColumn T_Keywords;
private DevExpress.XtraGrid.Columns.GridColumn T_PYM_Code;
private DevExpress.XtraGrid.Columns.GridColumn T_WBM_Code;
private DevExpress.XtraGrid.Columns.GridColumn T_OrderBy;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.PanelControl panelControl1;
}
}