namespace Dongke.WinForm.Controls
{
partial class FormBase
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBase));
this.txtFoucs = new System.Windows.Forms.TextBox();
this.pnlBack = new Dongke.WinForm.Controls.PnlPanel();
this.ssrAsyncStatusStrip = new Dongke.WinForm.Controls.SsrAsyncStatusStrip();
this.SuspendLayout();
//
// txtFoucs
//
this.txtFoucs.Location = new System.Drawing.Point(0, 0);
this.txtFoucs.Name = "txtFoucs";
this.txtFoucs.Size = new System.Drawing.Size(0, 21);
this.txtFoucs.TabIndex = 999;
this.txtFoucs.TabStop = false;
//
// pnlBack
//
this.pnlBack.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBack.Location = new System.Drawing.Point(0, 0);
this.pnlBack.Name = "pnlBack";
this.pnlBack.Size = new System.Drawing.Size(284, 240);
this.pnlBack.TabIndex = 0;
//
// ssrAsyncStatusStrip
//
this.ssrAsyncStatusStrip.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ssrAsyncStatusStrip.Location = new System.Drawing.Point(0, 240);
this.ssrAsyncStatusStrip.Name = "ssrAsyncStatusStrip";
this.ssrAsyncStatusStrip.Size = new System.Drawing.Size(284, 22);
this.ssrAsyncStatusStrip.TabIndex = 1;
//
// FormBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Dongke.WinForm.Controls.Properties.Resources.Form_Back_00;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.pnlBack);
this.Controls.Add(this.txtFoucs);
this.Controls.Add(this.ssrAsyncStatusStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormBase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormBase";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtFoucs;
///
/// 控件容器
///
protected PnlPanel pnlBack;
///
/// 状态条
///
protected SsrAsyncStatusStrip ssrAsyncStatusStrip;
}
}