StableVersion4.3/HL_FristAidPlatform_PreHosp.../Form_CurrentAllTaskInfo.Des...

165 lines
8.3 KiB
C#

namespace HL_FristAidPlatform_PreHospitalEmergency
{
partial class Form_CurrentAllTaskInfo
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_CurrentAllTaskInfo));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.lbl_TransportEndCount = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.lbl_AllCount = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
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.lbl_TransportEndCount);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Controls.Add(this.lbl_AllCount);
this.panelControl1.Controls.Add(this.labelControl12);
this.panelControl1.Controls.Add(this.labelControl11);
this.panelControl1.Controls.Add(this.labelControl1);
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(1318, 39);
this.panelControl1.TabIndex = 1;
//
// lbl_TransportEndCount
//
this.lbl_TransportEndCount.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_TransportEndCount.Appearance.ForeColor = System.Drawing.Color.Crimson;
this.lbl_TransportEndCount.Appearance.Options.UseFont = true;
this.lbl_TransportEndCount.Appearance.Options.UseForeColor = true;
this.lbl_TransportEndCount.Location = new System.Drawing.Point(1451, 45);
this.lbl_TransportEndCount.Name = "lbl_TransportEndCount";
this.lbl_TransportEndCount.Size = new System.Drawing.Size(18, 19);
this.lbl_TransportEndCount.TabIndex = 24;
this.lbl_TransportEndCount.Text = "20";
//
// simpleButton1
//
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(1367, 92);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(83, 32);
this.simpleButton1.TabIndex = 17;
this.simpleButton1.Text = "查询";
//
// lbl_AllCount
//
this.lbl_AllCount.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
this.lbl_AllCount.Appearance.ForeColor = System.Drawing.Color.Red;
this.lbl_AllCount.Appearance.Options.UseFont = true;
this.lbl_AllCount.Appearance.Options.UseForeColor = true;
this.lbl_AllCount.Location = new System.Drawing.Point(92, 3);
this.lbl_AllCount.Name = "lbl_AllCount";
this.lbl_AllCount.Size = new System.Drawing.Size(15, 33);
this.lbl_AllCount.TabIndex = 16;
this.lbl_AllCount.Text = "0";
//
// labelControl12
//
this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl12.Appearance.Options.UseFont = true;
this.labelControl12.Location = new System.Drawing.Point(148, 15);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(75, 18);
this.labelControl12.TabIndex = 15;
this.labelControl12.Text = "条派单任务";
//
// labelControl11
//
this.labelControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl11.Appearance.Options.UseFont = true;
this.labelControl11.Location = new System.Drawing.Point(1365, 45);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(80, 19);
this.labelControl11.TabIndex = 14;
this.labelControl11.Text = "完成转送:";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(3, 14);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(64, 19);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "当前共计";
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 39);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1318, 499);
this.panel1.TabIndex = 2;
//
// Form_CurrentAllTaskInfo
//
this.Appearance.BackColor = System.Drawing.Color.White;
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(1318, 538);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelControl1);
this.Name = "Form_CurrentAllTaskInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "今日所有任务信息";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_CurrentAllTaskInfo_FormClosed);
this.Load += new System.EventHandler(this.Form_CurrentAllTaskInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.LabelControl lbl_AllCount;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl lbl_TransportEndCount;
private System.Windows.Forms.Panel panel1;
}
}