StableVersion4.3/HL_FristAidPlatform_PreHosp.../Form_DrugCheckIn.Designer.cs

639 lines
36 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_DrugCheckIn
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_DrugCheckIn));
this.bar2 = new DevExpress.XtraBars.Bar();
this.bar1 = new DevExpress.XtraBars.Bar();
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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txt_DrugName = new DevExpress.XtraEditors.TextEdit();
this.txt_Manufacturer = new DevExpress.XtraEditors.TextEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.txt_BatchNumber = new DevExpress.XtraEditors.TextEdit();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
this.txt_Inventory = new DevExpress.XtraEditors.TextEdit();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl();
this.cmb_DrugSource = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
this.textEdit6 = new DevExpress.XtraEditors.TextEdit();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
this.panelControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_DrugName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Manufacturer.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_BatchNumber.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Inventory.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmb_DrugSource.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SuspendLayout();
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.OptionsBar.DrawBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// bar1
//
this.bar1.BarName = "Main menu";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.OptionsBar.DrawBorder = false;
this.bar1.OptionsBar.MultiLine = true;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.Text = "Main menu";
//
// 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 = 14;
//
// 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(810, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 408);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(810, 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, 408);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(810, 0);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 408);
//
// btn_Select
//
this.btn_Select.Id = 9;
this.btn_Select.Name = "btn_Select";
//
// btn_Insert
//
this.btn_Insert.Id = 10;
this.btn_Insert.Name = "btn_Insert";
//
// btn_Update
//
this.btn_Update.Id = 11;
this.btn_Update.Name = "btn_Update";
//
// btn_Save
//
this.btn_Save.Id = 12;
this.btn_Save.Name = "btn_Save";
//
// btn_Exit
//
this.btn_Exit.Id = 13;
this.btn_Exit.Name = "btn_Exit";
//
// 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.Caption = "出库";
this.barLargeButtonItem_WarehouseOut.Id = 8;
this.barLargeButtonItem_WarehouseOut.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem_WarehouseOut.ImageOptions.Image")));
this.barLargeButtonItem_WarehouseOut.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem_WarehouseOut.ImageOptions.LargeImage")));
this.barLargeButtonItem_WarehouseOut.Name = "barLargeButtonItem_WarehouseOut";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.panelControl5);
this.panelControl1.Controls.Add(this.panelControl4);
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(810, 215);
this.panelControl1.TabIndex = 40;
//
// panelControl5
//
this.panelControl5.Controls.Add(this.checkedListBoxControl1);
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl5.Location = new System.Drawing.Point(2, 34);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(806, 179);
this.panelControl5.TabIndex = 31;
//
// checkedListBoxControl1
//
this.checkedListBoxControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.checkedListBoxControl1.CheckMode = DevExpress.XtraEditors.CheckMode.Single;
this.checkedListBoxControl1.CheckOnClick = true;
this.checkedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.checkedListBoxControl1.Location = new System.Drawing.Point(2, 2);
this.checkedListBoxControl1.MultiColumn = true;
this.checkedListBoxControl1.Name = "checkedListBoxControl1";
this.checkedListBoxControl1.Size = new System.Drawing.Size(802, 175);
this.checkedListBoxControl1.TabIndex = 0;
this.checkedListBoxControl1.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.checkedListBoxControl1_ItemCheck);
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(165)))), ((int)(((byte)(255)))));
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.labelControl19);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl4.Location = new System.Drawing.Point(2, 2);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(806, 32);
this.panelControl4.TabIndex = 30;
//
// labelControl19
//
this.labelControl19.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
this.labelControl19.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl19.Appearance.Options.UseFont = true;
this.labelControl19.Appearance.Options.UseForeColor = true;
this.labelControl19.Location = new System.Drawing.Point(10, 4);
this.labelControl19.Name = "labelControl19";
this.labelControl19.Size = new System.Drawing.Size(76, 23);
this.labelControl19.TabIndex = 0;
this.labelControl19.Text = "药品列表";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Appearance.Options.UseForeColor = true;
this.labelControl2.Location = new System.Drawing.Point(30, 49);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(64, 19);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "药品名称";
//
// txt_DrugName
//
this.txt_DrugName.Enabled = false;
this.txt_DrugName.Location = new System.Drawing.Point(114, 48);
this.txt_DrugName.MenuManager = this.barManager;
this.txt_DrugName.Name = "txt_DrugName";
this.txt_DrugName.Size = new System.Drawing.Size(134, 20);
this.txt_DrugName.TabIndex = 3;
//
// txt_Manufacturer
//
this.txt_Manufacturer.Location = new System.Drawing.Point(114, 83);
this.txt_Manufacturer.MenuManager = this.barManager;
this.txt_Manufacturer.Name = "txt_Manufacturer";
this.txt_Manufacturer.Size = new System.Drawing.Size(134, 20);
this.txt_Manufacturer.TabIndex = 11;
//
// labelControl7
//
this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl7.Appearance.Options.UseForeColor = true;
this.labelControl7.Location = new System.Drawing.Point(17, 86);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(7, 14);
this.labelControl7.TabIndex = 10;
this.labelControl7.Text = "*";
//
// labelControl8
//
this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl8.Appearance.Options.UseFont = true;
this.labelControl8.Appearance.Options.UseForeColor = true;
this.labelControl8.Location = new System.Drawing.Point(30, 78);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(64, 19);
this.labelControl8.TabIndex = 9;
this.labelControl8.Text = "生产厂家";
//
// txt_BatchNumber
//
this.txt_BatchNumber.Location = new System.Drawing.Point(355, 80);
this.txt_BatchNumber.MenuManager = this.barManager;
this.txt_BatchNumber.Name = "txt_BatchNumber";
this.txt_BatchNumber.Size = new System.Drawing.Size(135, 20);
this.txt_BatchNumber.TabIndex = 18;
//
// labelControl11
//
this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl11.Appearance.Options.UseForeColor = true;
this.labelControl11.Location = new System.Drawing.Point(268, 83);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(7, 14);
this.labelControl11.TabIndex = 17;
this.labelControl11.Text = "*";
//
// labelControl12
//
this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl12.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl12.Appearance.Options.UseFont = true;
this.labelControl12.Appearance.Options.UseForeColor = true;
this.labelControl12.Location = new System.Drawing.Point(281, 79);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(64, 19);
this.labelControl12.TabIndex = 16;
this.labelControl12.Text = "药物批号";
//
// labelControl15
//
this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl15.Appearance.Options.UseForeColor = true;
this.labelControl15.Location = new System.Drawing.Point(527, 88);
this.labelControl15.Name = "labelControl15";
this.labelControl15.Size = new System.Drawing.Size(7, 14);
this.labelControl15.TabIndex = 24;
this.labelControl15.Text = "*";
//
// labelControl16
//
this.labelControl16.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl16.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl16.Appearance.Options.UseFont = true;
this.labelControl16.Appearance.Options.UseForeColor = true;
this.labelControl16.Location = new System.Drawing.Point(540, 84);
this.labelControl16.Name = "labelControl16";
this.labelControl16.Size = new System.Drawing.Size(48, 19);
this.labelControl16.TabIndex = 23;
this.labelControl16.Text = "有效期";
//
// labelControl17
//
this.labelControl17.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl17.Appearance.Options.UseForeColor = true;
this.labelControl17.Location = new System.Drawing.Point(300, 54);
this.labelControl17.Name = "labelControl17";
this.labelControl17.Size = new System.Drawing.Size(7, 14);
this.labelControl17.TabIndex = 27;
this.labelControl17.Text = "*";
//
// labelControl18
//
this.labelControl18.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl18.Appearance.Options.UseFont = true;
this.labelControl18.Appearance.Options.UseForeColor = true;
this.labelControl18.Location = new System.Drawing.Point(313, 49);
this.labelControl18.Name = "labelControl18";
this.labelControl18.Size = new System.Drawing.Size(32, 19);
this.labelControl18.TabIndex = 26;
this.labelControl18.Text = "数量";
//
// txt_Inventory
//
this.txt_Inventory.Location = new System.Drawing.Point(355, 48);
this.txt_Inventory.MenuManager = this.barManager;
this.txt_Inventory.Name = "txt_Inventory";
this.txt_Inventory.Size = new System.Drawing.Size(135, 20);
this.txt_Inventory.TabIndex = 28;
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.timeControl1);
this.panelControl3.Controls.Add(this.cmb_DrugSource);
this.panelControl3.Controls.Add(this.labelControl21);
this.panelControl3.Controls.Add(this.labelControl22);
this.panelControl3.Controls.Add(this.textEdit6);
this.panelControl3.Controls.Add(this.labelControl20);
this.panelControl3.Controls.Add(this.panelControl2);
this.panelControl3.Controls.Add(this.txt_Inventory);
this.panelControl3.Controls.Add(this.txt_DrugName);
this.panelControl3.Controls.Add(this.labelControl17);
this.panelControl3.Controls.Add(this.labelControl2);
this.panelControl3.Controls.Add(this.labelControl18);
this.panelControl3.Controls.Add(this.labelControl15);
this.panelControl3.Controls.Add(this.labelControl16);
this.panelControl3.Controls.Add(this.labelControl8);
this.panelControl3.Controls.Add(this.labelControl7);
this.panelControl3.Controls.Add(this.txt_Manufacturer);
this.panelControl3.Controls.Add(this.txt_BatchNumber);
this.panelControl3.Controls.Add(this.labelControl11);
this.panelControl3.Controls.Add(this.labelControl12);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 215);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(810, 145);
this.panelControl3.TabIndex = 41;
//
// timeControl1
//
this.timeControl1.BackColor = System.Drawing.Color.Transparent;
this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl1.Location = new System.Drawing.Point(598, 83);
this.timeControl1.Name = "timeControl1";
this.timeControl1.Size = new System.Drawing.Size(140, 20);
this.timeControl1.TabIndex = 35;
this.timeControl1.TimeValue = "";
//
// cmb_DrugSource
//
this.cmb_DrugSource.Location = new System.Drawing.Point(598, 48);
this.cmb_DrugSource.MenuManager = this.barManager;
this.cmb_DrugSource.Name = "cmb_DrugSource";
this.cmb_DrugSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmb_DrugSource.Properties.Items.AddRange(new object[] {
"国内",
"国外"});
this.cmb_DrugSource.Size = new System.Drawing.Size(140, 20);
this.cmb_DrugSource.TabIndex = 34;
//
// labelControl21
//
this.labelControl21.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl21.Appearance.Options.UseForeColor = true;
this.labelControl21.Location = new System.Drawing.Point(543, 54);
this.labelControl21.Name = "labelControl21";
this.labelControl21.Size = new System.Drawing.Size(7, 14);
this.labelControl21.TabIndex = 33;
this.labelControl21.Text = "*";
//
// labelControl22
//
this.labelControl22.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl22.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl22.Appearance.Options.UseFont = true;
this.labelControl22.Appearance.Options.UseForeColor = true;
this.labelControl22.Location = new System.Drawing.Point(556, 49);
this.labelControl22.Name = "labelControl22";
this.labelControl22.Size = new System.Drawing.Size(32, 19);
this.labelControl22.TabIndex = 32;
this.labelControl22.Text = "来源";
//
// textEdit6
//
this.textEdit6.Enabled = false;
this.textEdit6.Location = new System.Drawing.Point(114, 115);
this.textEdit6.MenuManager = this.barManager;
this.textEdit6.Name = "textEdit6";
this.textEdit6.Size = new System.Drawing.Size(134, 20);
this.textEdit6.TabIndex = 31;
//
// labelControl20
//
this.labelControl20.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl20.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl20.Appearance.Options.UseFont = true;
this.labelControl20.Appearance.Options.UseForeColor = true;
this.labelControl20.Location = new System.Drawing.Point(36, 115);
this.labelControl20.Name = "labelControl20";
this.labelControl20.Size = new System.Drawing.Size(48, 19);
this.labelControl20.TabIndex = 30;
this.labelControl20.Text = "入库人";
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(165)))), ((int)(((byte)(255)))));
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.labelControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(810, 32);
this.panelControl2.TabIndex = 29;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(10, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(76, 23);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "基本信息";
//
// 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", 10F);
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.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton2.Location = new System.Drawing.Point(338, 368);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.simpleButton2.Size = new System.Drawing.Size(142, 32);
this.simpleButton2.TabIndex = 290;
this.simpleButton2.Text = "确认入库";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// Form_DrugCheckIn
//
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(810, 408);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_DrugCheckIn";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "入库管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_DrugCheckIn_FormClosed);
this.Load += new System.EventHandler(this.Form_DrugCheckIn_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
this.panelControl5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_DrugName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Manufacturer.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_BatchNumber.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Inventory.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.panelControl3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmb_DrugSource.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.Bar bar1;
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 barLargeButtonItem_Warehousing;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem_WarehouseOut;
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.BarButtonItem barButtonItem1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit txt_Manufacturer;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.TextEdit txt_DrugName;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit txt_BatchNumber;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.LabelControl labelControl17;
private DevExpress.XtraEditors.LabelControl labelControl18;
private DevExpress.XtraEditors.LabelControl labelControl15;
private DevExpress.XtraEditors.LabelControl labelControl16;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_Inventory;
private DevExpress.XtraEditors.PanelControl panelControl5;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.LabelControl labelControl19;
private DevExpress.XtraEditors.LabelControl labelControl20;
private DevExpress.XtraEditors.LabelControl labelControl21;
private DevExpress.XtraEditors.LabelControl labelControl22;
private DevExpress.XtraEditors.ComboBoxEdit cmb_DrugSource;
private DevExpress.XtraEditors.TextEdit textEdit6;
private HL_FristAidPlatform_Public.TimeControl timeControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
}
}