StableVersion4.3/HL_FristAidPlatform_PreHosp.../Form_ExwarehouseDrug.Design...

199 lines
10 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_ExwarehouseDrug
{
/// <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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.lbl_Name = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.lbl_Inventory = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.lbl_UserName = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txt_Number = new DevExpress.XtraEditors.TextEdit();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Number.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(8, 12);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(64, 19);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "药物名称";
//
// lbl_Name
//
this.lbl_Name.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_Name.Appearance.Options.UseFont = true;
this.lbl_Name.Location = new System.Drawing.Point(109, 12);
this.lbl_Name.Name = "lbl_Name";
this.lbl_Name.Size = new System.Drawing.Size(59, 19);
this.lbl_Name.TabIndex = 1;
this.lbl_Name.Text = "Name···";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Appearance.Options.UseForeColor = true;
this.labelControl3.Location = new System.Drawing.Point(273, 50);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(64, 19);
this.labelControl3.TabIndex = 2;
this.labelControl3.Text = "出库数量";
//
// lbl_Inventory
//
this.lbl_Inventory.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_Inventory.Appearance.Options.UseFont = true;
this.lbl_Inventory.Location = new System.Drawing.Point(109, 52);
this.lbl_Inventory.Name = "lbl_Inventory";
this.lbl_Inventory.Size = new System.Drawing.Size(9, 19);
this.lbl_Inventory.TabIndex = 5;
this.lbl_Inventory.Text = "0";
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(5, 52);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(80, 19);
this.labelControl6.TabIndex = 4;
this.labelControl6.Text = "当前库存数";
//
// lbl_UserName
//
this.lbl_UserName.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_UserName.Appearance.Options.UseFont = true;
this.lbl_UserName.Location = new System.Drawing.Point(359, 11);
this.lbl_UserName.Name = "lbl_UserName";
this.lbl_UserName.Size = new System.Drawing.Size(44, 19);
this.lbl_UserName.TabIndex = 299;
this.lbl_UserName.Text = "admin";
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(273, 11);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(48, 19);
this.labelControl7.TabIndex = 298;
this.labelControl7.Text = "出库人";
//
// 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.txt_Number);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.lbl_UserName);
this.panelControl1.Controls.Add(this.lbl_Name);
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Controls.Add(this.lbl_Inventory);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(10, 10);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(491, 92);
this.panelControl1.TabIndex = 301;
//
// txt_Number
//
this.txt_Number.Location = new System.Drawing.Point(359, 49);
this.txt_Number.Name = "txt_Number";
this.txt_Number.Size = new System.Drawing.Size(100, 20);
this.txt_Number.TabIndex = 300;
//
// 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(212, 108);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.simpleButton2.Size = new System.Drawing.Size(95, 23);
this.simpleButton2.TabIndex = 302;
this.simpleButton2.Text = "确认";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// Form_ExwarehouseDrug
//
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(511, 144);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.panelControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_ExwarehouseDrug";
this.Padding = new System.Windows.Forms.Padding(10);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "药品出库";
this.Load += new System.EventHandler(this.Form_ExwarehouseDrug_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Number.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl lbl_Name;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl lbl_Inventory;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl lbl_UserName;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit txt_Number;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
}
}