| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- namespace Dongke.WinForm.Controls
- {
- partial class FormBase
- {
- /// <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(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;
- /// <summary>
- /// 控件容器
- /// </summary>
- protected PnlPanel pnlBack;
- /// <summary>
- /// 状态条
- /// </summary>
- protected SsrAsyncStatusStrip ssrAsyncStatusStrip;
- }
- }
|