namespace HL_FristAidPlatform_Apoplexy { partial class Form_SurgicalProcedureDiagnosis { /// /// 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.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); 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.gridColumn_Code = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((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(); this.SuspendLayout(); // // 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.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(728, 76); this.panelControl1.TabIndex = 4; // // 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(561, 22); 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); // // textEdit1 // this.textEdit1.Anchor = System.Windows.Forms.AnchorStyles.None; this.textEdit1.EditValue = "输入文字或编码模糊搜索"; this.textEdit1.Location = new System.Drawing.Point(12, 20); 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(543, 30); this.textEdit1.TabIndex = 0; this.textEdit1.EditValueChanged += new System.EventHandler(this.textEdit1_EditValueChanged); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 76); 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(728, 461); this.gridControl1.TabIndex = 5; 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.gridColumn_Code}); 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.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader); // // 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.OptionsColumn.AllowEdit = false; this.gridColumn_Diagnosis.Visible = true; this.gridColumn_Diagnosis.VisibleIndex = 2; this.gridColumn_Diagnosis.Width = 485; // // gridColumn_Code // this.gridColumn_Code.Caption = "编码"; this.gridColumn_Code.FieldName = "Code"; this.gridColumn_Code.Name = "gridColumn_Code"; this.gridColumn_Code.OptionsColumn.AllowEdit = false; this.gridColumn_Code.Visible = true; this.gridColumn_Code.VisibleIndex = 1; this.gridColumn_Code.Width = 143; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // Form_SurgicalProcedureDiagnosis // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(728, 537); this.Controls.Add(this.gridControl1); this.Controls.Add(this.panelControl1); this.Name = "Form_SurgicalProcedureDiagnosis"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "诊断类别"; this.Load += new System.EventHandler(this.Form_Diagnosis_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((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(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton4; 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.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Code; } }