namespace HL_FristAidPlatform_PreHospitalEmergency { partial class Form_DrugExamine { /// /// 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() { DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn_ManagementGUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_BatchNumber = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_Name = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_DrugClassify = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_DrugSource = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_Manufacturer = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_LargeUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_SmallUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_DosageForm = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_TermOfValidity = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_Inventory = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_CheckInUser = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_CreateTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_operate = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "审核通过", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "审核不通过", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1044, 516); this.gridControl1.TabIndex = 1; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.ColumnPanelRowHeight = 0; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn_ManagementGUID, this.gridColumn_BatchNumber, this.gridColumn_Name, this.gridColumn_DrugClassify, this.gridColumn_DrugSource, this.gridColumn_Manufacturer, this.gridColumn_LargeUnit, this.gridColumn_SmallUnit, this.gridColumn_DosageForm, this.gridColumn_TermOfValidity, this.gridColumn_Inventory, this.gridColumn_CheckInUser, this.gridColumn_CreateTime, this.gridColumn_operate}); this.gridView1.FooterPanelHeight = 0; this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupPanelText = " "; this.gridView1.GroupRowHeight = 0; this.gridView1.Name = "gridView1"; this.gridView1.RowHeight = 0; this.gridView1.ViewCaptionHeight = 0; this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell); // // gridColumn_ManagementGUID // this.gridColumn_ManagementGUID.Caption = "ManagementGUID"; this.gridColumn_ManagementGUID.FieldName = "ManagementGUID"; this.gridColumn_ManagementGUID.Name = "gridColumn_ManagementGUID"; this.gridColumn_ManagementGUID.OptionsColumn.AllowEdit = false; this.gridColumn_ManagementGUID.OptionsColumn.ReadOnly = true; // // gridColumn_BatchNumber // this.gridColumn_BatchNumber.Caption = "药品批号"; this.gridColumn_BatchNumber.FieldName = "BatchNumber"; this.gridColumn_BatchNumber.Name = "gridColumn_BatchNumber"; this.gridColumn_BatchNumber.OptionsColumn.AllowEdit = false; this.gridColumn_BatchNumber.OptionsColumn.ReadOnly = true; this.gridColumn_BatchNumber.Visible = true; this.gridColumn_BatchNumber.VisibleIndex = 0; // // gridColumn_Name // this.gridColumn_Name.Caption = "药品名称"; this.gridColumn_Name.FieldName = "Name"; this.gridColumn_Name.Name = "gridColumn_Name"; this.gridColumn_Name.OptionsColumn.AllowEdit = false; this.gridColumn_Name.OptionsColumn.ReadOnly = true; this.gridColumn_Name.Visible = true; this.gridColumn_Name.VisibleIndex = 1; // // gridColumn_DrugClassify // this.gridColumn_DrugClassify.Caption = "药品分类"; this.gridColumn_DrugClassify.FieldName = "DrugClassify"; this.gridColumn_DrugClassify.Name = "gridColumn_DrugClassify"; this.gridColumn_DrugClassify.OptionsColumn.AllowEdit = false; this.gridColumn_DrugClassify.OptionsColumn.ReadOnly = true; this.gridColumn_DrugClassify.Visible = true; this.gridColumn_DrugClassify.VisibleIndex = 2; // // gridColumn_DrugSource // this.gridColumn_DrugSource.Caption = "来源"; this.gridColumn_DrugSource.FieldName = "DrugSource"; this.gridColumn_DrugSource.Name = "gridColumn_DrugSource"; this.gridColumn_DrugSource.OptionsColumn.AllowEdit = false; this.gridColumn_DrugSource.OptionsColumn.ReadOnly = true; this.gridColumn_DrugSource.Visible = true; this.gridColumn_DrugSource.VisibleIndex = 3; // // gridColumn_Manufacturer // this.gridColumn_Manufacturer.Caption = "生产厂家"; this.gridColumn_Manufacturer.FieldName = "Manufacturer"; this.gridColumn_Manufacturer.Name = "gridColumn_Manufacturer"; this.gridColumn_Manufacturer.OptionsColumn.AllowEdit = false; this.gridColumn_Manufacturer.OptionsColumn.ReadOnly = true; this.gridColumn_Manufacturer.Visible = true; this.gridColumn_Manufacturer.VisibleIndex = 4; // // gridColumn_LargeUnit // this.gridColumn_LargeUnit.Caption = "大单位"; this.gridColumn_LargeUnit.FieldName = "LargeUnit"; this.gridColumn_LargeUnit.Name = "gridColumn_LargeUnit"; this.gridColumn_LargeUnit.OptionsColumn.AllowEdit = false; this.gridColumn_LargeUnit.OptionsColumn.ReadOnly = true; this.gridColumn_LargeUnit.Visible = true; this.gridColumn_LargeUnit.VisibleIndex = 5; // // gridColumn_SmallUnit // this.gridColumn_SmallUnit.Caption = "小单位"; this.gridColumn_SmallUnit.FieldName = "SmallUnit"; this.gridColumn_SmallUnit.Name = "gridColumn_SmallUnit"; this.gridColumn_SmallUnit.OptionsColumn.AllowEdit = false; this.gridColumn_SmallUnit.OptionsColumn.ReadOnly = true; this.gridColumn_SmallUnit.Visible = true; this.gridColumn_SmallUnit.VisibleIndex = 6; // // gridColumn_DosageForm // this.gridColumn_DosageForm.Caption = "药品计量单位"; this.gridColumn_DosageForm.FieldName = "DosageForm"; this.gridColumn_DosageForm.Name = "gridColumn_DosageForm"; this.gridColumn_DosageForm.OptionsColumn.AllowEdit = false; this.gridColumn_DosageForm.OptionsColumn.ReadOnly = true; this.gridColumn_DosageForm.Visible = true; this.gridColumn_DosageForm.VisibleIndex = 7; // // gridColumn_TermOfValidity // this.gridColumn_TermOfValidity.Caption = "有效期"; this.gridColumn_TermOfValidity.FieldName = "TermOfValidity"; this.gridColumn_TermOfValidity.Name = "gridColumn_TermOfValidity"; this.gridColumn_TermOfValidity.OptionsColumn.AllowEdit = false; this.gridColumn_TermOfValidity.OptionsColumn.ReadOnly = true; this.gridColumn_TermOfValidity.Visible = true; this.gridColumn_TermOfValidity.VisibleIndex = 8; // // gridColumn_Inventory // this.gridColumn_Inventory.Caption = "入库数量"; this.gridColumn_Inventory.FieldName = "Inventory"; this.gridColumn_Inventory.Name = "gridColumn_Inventory"; this.gridColumn_Inventory.OptionsColumn.AllowEdit = false; this.gridColumn_Inventory.OptionsColumn.ReadOnly = true; this.gridColumn_Inventory.Visible = true; this.gridColumn_Inventory.VisibleIndex = 9; // // gridColumn_CheckInUser // this.gridColumn_CheckInUser.Caption = "入库人"; this.gridColumn_CheckInUser.FieldName = "CheckInUser"; this.gridColumn_CheckInUser.Name = "gridColumn_CheckInUser"; this.gridColumn_CheckInUser.OptionsColumn.AllowEdit = false; this.gridColumn_CheckInUser.OptionsColumn.ReadOnly = true; this.gridColumn_CheckInUser.Visible = true; this.gridColumn_CheckInUser.VisibleIndex = 10; // // gridColumn_CreateTime // this.gridColumn_CreateTime.Caption = "申请时间"; this.gridColumn_CreateTime.FieldName = "CreateTime"; this.gridColumn_CreateTime.Name = "gridColumn_CreateTime"; this.gridColumn_CreateTime.Visible = true; this.gridColumn_CreateTime.VisibleIndex = 11; // // gridColumn_operate // this.gridColumn_operate.Caption = "操作"; this.gridColumn_operate.ColumnEdit = this.repositoryItemButtonEdit1; this.gridColumn_operate.MinWidth = 200; this.gridColumn_operate.Name = "gridColumn_operate"; this.gridColumn_operate.Visible = true; this.gridColumn_operate.VisibleIndex = 12; this.gridColumn_operate.Width = 200; // // Form_DrugExamine // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1044, 516); this.Controls.Add(this.gridControl1); this.Name = "Form_DrugExamine"; this.Text = "药品审核"; this.Load += new System.EventHandler(this.Form_DrugExamine_Load); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ManagementGUID; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_BatchNumber; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Name; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DrugClassify; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DrugSource; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Manufacturer; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_LargeUnit; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_SmallUnit; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DosageForm; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TermOfValidity; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Inventory; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CheckInUser; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_operate; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CreateTime; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; } }