namespace HL_FristAidPlatform_PreHospitalEmergency { partial class Form_DrugManagement { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_DrugManagement)); this.barManager = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.btn_Select = new DevExpress.XtraBars.BarLargeButtonItem(); this.btn_Insert = new DevExpress.XtraBars.BarLargeButtonItem(); this.btn_Update = new DevExpress.XtraBars.BarLargeButtonItem(); this.btn_Save = new DevExpress.XtraBars.BarLargeButtonItem(); this.btn_Exit = new DevExpress.XtraBars.BarLargeButtonItem(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barLargeButtonItem_Warehousing = new DevExpress.XtraBars.BarLargeButtonItem(); this.barLargeButtonItem_WarehouseOut = new DevExpress.XtraBars.BarLargeButtonItem(); this.bar4 = new DevExpress.XtraBars.Bar(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textEdit_DrugName = new DevExpress.XtraEditors.TextEdit(); this.textEdit_BatchNumber = new DevExpress.XtraEditors.TextEdit(); this.labelControl21 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.textEdit_Manufacturer = new DevExpress.XtraEditors.TextEdit(); this.panel3 = new System.Windows.Forms.Panel(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); this.ck_temporary = new System.Windows.Forms.CheckBox(); this.ck_expired = new System.Windows.Forms.CheckBox(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage(); 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_Number = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_Inventory = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_State = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumm_CreateTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_operate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_DrugGUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DrugName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchNumber.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_Manufacturer.Properties)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // barManager // this.barManager.DockControls.Add(this.barDockControlTop); this.barManager.DockControls.Add(this.barDockControlBottom); this.barManager.DockControls.Add(this.barDockControlLeft); this.barManager.DockControls.Add(this.barDockControlRight); this.barManager.Form = this; this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.btn_Select, this.btn_Insert, this.btn_Update, this.btn_Save, this.btn_Exit, this.barButtonItem1, this.barLargeButtonItem_Warehousing, this.barLargeButtonItem_WarehouseOut}); this.barManager.MaxItemId = 13; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Manager = this.barManager; this.barDockControlTop.Size = new System.Drawing.Size(1235, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 663); this.barDockControlBottom.Manager = this.barManager; this.barDockControlBottom.Size = new System.Drawing.Size(1235, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Manager = this.barManager; this.barDockControlLeft.Size = new System.Drawing.Size(0, 663); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1235, 0); this.barDockControlRight.Manager = this.barManager; this.barDockControlRight.Size = new System.Drawing.Size(0, 663); // // btn_Select // this.btn_Select.Caption = "查询"; this.btn_Select.Id = 0; this.btn_Select.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Select.ImageOptions.Image"))); this.btn_Select.Name = "btn_Select"; this.btn_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Select_ItemClick); // // btn_Insert // this.btn_Insert.Id = 11; this.btn_Insert.Name = "btn_Insert"; // // btn_Update // this.btn_Update.Caption = "修改"; this.btn_Update.Id = 2; this.btn_Update.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Update.ImageOptions.Image"))); this.btn_Update.Name = "btn_Update"; this.btn_Update.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Update_ItemClick); // // btn_Save // this.btn_Save.Id = 12; this.btn_Save.Name = "btn_Save"; // // btn_Exit // this.btn_Exit.Caption = "退出"; this.btn_Exit.Id = 5; this.btn_Exit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Exit.ImageOptions.Image"))); this.btn_Exit.Name = "btn_Exit"; this.btn_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Exit_ItemClick); // // barButtonItem1 // this.barButtonItem1.Caption = "barButtonItem1"; this.barButtonItem1.Id = 6; this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image"))); this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage"))); this.barButtonItem1.Name = "barButtonItem1"; // // barLargeButtonItem_Warehousing // this.barLargeButtonItem_Warehousing.Caption = "新增"; this.barLargeButtonItem_Warehousing.Id = 7; this.barLargeButtonItem_Warehousing.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem_Warehousing.ImageOptions.Image"))); this.barLargeButtonItem_Warehousing.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem_Warehousing.ImageOptions.LargeImage"))); this.barLargeButtonItem_Warehousing.Name = "barLargeButtonItem_Warehousing"; // // barLargeButtonItem_WarehouseOut // this.barLargeButtonItem_WarehouseOut.Id = 10; this.barLargeButtonItem_WarehouseOut.Name = "barLargeButtonItem_WarehouseOut"; // // bar4 // this.bar4.BarName = "Main menu"; this.bar4.DockCol = 0; this.bar4.DockRow = 0; this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar4.OptionsBar.DrawBorder = false; this.bar4.OptionsBar.MultiLine = true; this.bar4.OptionsBar.UseWholeRow = true; this.bar4.Text = "Main menu"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(27, 41); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(56, 17); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "药品名称"; // // textEdit_DrugName // this.textEdit_DrugName.Location = new System.Drawing.Point(97, 42); this.textEdit_DrugName.MenuManager = this.barManager; this.textEdit_DrugName.Name = "textEdit_DrugName"; this.textEdit_DrugName.Size = new System.Drawing.Size(144, 20); this.textEdit_DrugName.TabIndex = 1; // // textEdit_BatchNumber // this.textEdit_BatchNumber.Location = new System.Drawing.Point(356, 40); this.textEdit_BatchNumber.Name = "textEdit_BatchNumber"; this.textEdit_BatchNumber.Size = new System.Drawing.Size(164, 20); this.textEdit_BatchNumber.TabIndex = 58; // // labelControl21 // this.labelControl21.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl21.Appearance.Options.UseFont = true; this.labelControl21.Location = new System.Drawing.Point(286, 41); this.labelControl21.Name = "labelControl21"; this.labelControl21.Size = new System.Drawing.Size(56, 17); this.labelControl21.TabIndex = 59; this.labelControl21.Text = "生产批号"; // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Location = new System.Drawing.Point(27, 80); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(56, 17); this.labelControl9.TabIndex = 70; this.labelControl9.Text = "生产厂家"; // // textEdit_Manufacturer // this.textEdit_Manufacturer.Location = new System.Drawing.Point(97, 78); this.textEdit_Manufacturer.Name = "textEdit_Manufacturer"; this.textEdit_Manufacturer.Size = new System.Drawing.Size(144, 20); this.textEdit_Manufacturer.TabIndex = 71; // // panel3 // this.panel3.BackColor = System.Drawing.Color.White; this.panel3.Controls.Add(this.simpleButton1); this.panel3.Controls.Add(this.simpleButton2); this.panel3.Controls.Add(this.pictureEdit2); this.panel3.Controls.Add(this.ck_temporary); this.panel3.Controls.Add(this.ck_expired); this.panel3.Controls.Add(this.textEdit_Manufacturer); this.panel3.Controls.Add(this.labelControl9); this.panel3.Controls.Add(this.labelControl21); this.panel3.Controls.Add(this.textEdit_BatchNumber); this.panel3.Controls.Add(this.textEdit_DrugName); this.panel3.Controls.Add(this.labelControl1); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1235, 110); this.panel3.TabIndex = 3; // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(193)))), ((int)(((byte)(255))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White; this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Appearance.Options.UseForeColor = true; this.simpleButton1.Appearance.Options.UseTextOptions = true; this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleButton1.ImageOptions.Image = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources._new; this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.simpleButton1.Location = new System.Drawing.Point(734, 43); this.simpleButton1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false; this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(150, 35); this.simpleButton1.TabIndex = 292; this.simpleButton1.Text = "新增药品"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // simpleButton2 // this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228))))); this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleButton2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.simpleButton2.Appearance.Options.UseBackColor = true; this.simpleButton2.Appearance.Options.UseFont = true; this.simpleButton2.Appearance.Options.UseForeColor = true; this.simpleButton2.ImageOptions.Image = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.查询; this.simpleButton2.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.simpleButton2.Location = new System.Drawing.Point(561, 43); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.simpleButton2.Size = new System.Drawing.Size(150, 35); this.simpleButton2.TabIndex = 291; this.simpleButton2.Text = "查询"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // pictureEdit2 // this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureEdit2.EditValue = global::HL_FristAidPlatform_PreHospitalEmergency.Properties.Resources.标题背景; this.pictureEdit2.Location = new System.Drawing.Point(0, 0); this.pictureEdit2.Name = "pictureEdit2"; this.pictureEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.pictureEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.White; this.pictureEdit2.Properties.Appearance.Options.UseFont = true; this.pictureEdit2.Properties.Appearance.Options.UseForeColor = true; this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit2.Properties.Caption.Alignment = System.Drawing.ContentAlignment.MiddleLeft; this.pictureEdit2.Properties.Caption.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit2.Properties.Caption.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.pictureEdit2.Properties.Caption.Appearance.Options.UseBackColor = true; this.pictureEdit2.Properties.Caption.Appearance.Options.UseFont = true; this.pictureEdit2.Properties.Caption.Offset = new System.Drawing.Point(40, 0); this.pictureEdit2.Properties.Caption.Text = "药品查询"; this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.pictureEdit2.Size = new System.Drawing.Size(1235, 26); this.pictureEdit2.TabIndex = 288; // // ck_temporary // this.ck_temporary.AutoSize = true; this.ck_temporary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(212)))), ((int)(((byte)(41))))); this.ck_temporary.Font = new System.Drawing.Font("Tahoma", 10F); this.ck_temporary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ck_temporary.Location = new System.Drawing.Point(330, 76); this.ck_temporary.Name = "ck_temporary"; this.ck_temporary.Size = new System.Drawing.Size(83, 21); this.ck_temporary.TabIndex = 77; this.ck_temporary.Text = "临期药品"; this.ck_temporary.UseVisualStyleBackColor = false; this.ck_temporary.Click += new System.EventHandler(this.ck_temporary_Click); // // ck_expired // this.ck_expired.AutoSize = true; this.ck_expired.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(108)))), ((int)(((byte)(79))))); this.ck_expired.Font = new System.Drawing.Font("Tahoma", 10F); this.ck_expired.ForeColor = System.Drawing.Color.White; this.ck_expired.Location = new System.Drawing.Point(428, 76); this.ck_expired.Name = "ck_expired"; this.ck_expired.Size = new System.Drawing.Size(83, 21); this.ck_expired.TabIndex = 72; this.ck_expired.Text = "过期药品"; this.ck_expired.UseVisualStyleBackColor = false; this.ck_expired.Click += new System.EventHandler(this.ck_expired_Click); // // panelControl1 // this.panelControl1.Controls.Add(this.userControlForPage); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 621); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1235, 42); this.panelControl1.TabIndex = 8; // // userControlForPage // this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Fill; this.userControlForPage.Location = new System.Drawing.Point(2, 2); this.userControlForPage.Name = "userControlForPage"; this.userControlForPage.Size = new System.Drawing.Size(1231, 38); this.userControlForPage.TabIndex = 20; this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(2, 2); this.gridControl1.MainView = this.gridView1; this.gridControl1.MenuManager = this.barManager; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1231, 507); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // 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_Number, this.gridColumn_Inventory, this.gridColumn_State, this.gridColumm_CreateTime, this.gridColumn_operate, this.gridColumn_DrugGUID}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell); this.gridView1.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.gridView1_CustomRowCellEdit); this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText); // // 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_Number // this.gridColumn_Number.Caption = "出库数量"; this.gridColumn_Number.FieldName = "Number"; this.gridColumn_Number.Name = "gridColumn_Number"; this.gridColumn_Number.OptionsColumn.AllowEdit = false; this.gridColumn_Number.OptionsColumn.ReadOnly = true; this.gridColumn_Number.Visible = true; this.gridColumn_Number.VisibleIndex = 9; // // 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 = 10; // // gridColumn_State // this.gridColumn_State.Caption = "状态"; this.gridColumn_State.FieldName = "State"; this.gridColumn_State.Name = "gridColumn_State"; this.gridColumn_State.OptionsColumn.AllowEdit = false; this.gridColumn_State.OptionsColumn.ReadOnly = true; this.gridColumn_State.Visible = true; this.gridColumn_State.VisibleIndex = 11; // // gridColumm_CreateTime // this.gridColumm_CreateTime.Caption = "创建时间"; this.gridColumm_CreateTime.FieldName = "CreateTime"; this.gridColumm_CreateTime.Name = "gridColumm_CreateTime"; this.gridColumm_CreateTime.Visible = true; this.gridColumm_CreateTime.VisibleIndex = 12; // // gridColumn_operate // this.gridColumn_operate.Caption = "操作"; this.gridColumn_operate.Name = "gridColumn_operate"; this.gridColumn_operate.Visible = true; this.gridColumn_operate.VisibleIndex = 13; // // gridColumn_DrugGUID // this.gridColumn_DrugGUID.Caption = "DrugGUID"; this.gridColumn_DrugGUID.FieldName = "DrugGUID"; this.gridColumn_DrugGUID.Name = "gridColumn_DrugGUID"; // // panelControl2 // this.panelControl2.Controls.Add(this.gridControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 110); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1235, 511); this.panelControl2.TabIndex = 25; // // Form_DrugManagement // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1235, 663); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panel3); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "Form_DrugManagement"; this.Text = "药品管理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_DrugManagement_FormClosed); this.Load += new System.EventHandler(this.Form_DrugManagement_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DrugName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchNumber.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_Manufacturer.Properties)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Bar bar4; private DevExpress.XtraBars.BarManager barManager; private DevExpress.XtraBars.BarLargeButtonItem btn_Select; private DevExpress.XtraBars.BarLargeButtonItem btn_Insert; private DevExpress.XtraBars.BarLargeButtonItem btn_Update; private DevExpress.XtraBars.BarLargeButtonItem btn_Save; private DevExpress.XtraBars.BarLargeButtonItem btn_Exit; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem_Warehousing; private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem_WarehouseOut; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private System.Windows.Forms.Panel panel3; private DevExpress.XtraEditors.TextEdit textEdit_Manufacturer; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl21; private DevExpress.XtraEditors.TextEdit textEdit_BatchNumber; private DevExpress.XtraEditors.TextEdit textEdit_DrugName; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.CheckBox ck_expired; private DevExpress.XtraEditors.PanelControl panelControl1; 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_Number; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Inventory; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_State; private System.Windows.Forms.CheckBox ck_temporary; private DevExpress.XtraEditors.PanelControl panelControl2; private HL_FristAidPlatform_Public.UserControlForPage userControlForPage; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_operate; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DrugGUID; private DevExpress.XtraGrid.Columns.GridColumn gridColumm_CreateTime; private DevExpress.XtraEditors.PictureEdit pictureEdit2; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton1; } }