FormBase.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace Dongke.WinForm.Controls
  2. {
  3. partial class FormBase
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBase));
  29. this.txtFoucs = new System.Windows.Forms.TextBox();
  30. this.pnlBack = new Dongke.WinForm.Controls.PnlPanel();
  31. this.ssrAsyncStatusStrip = new Dongke.WinForm.Controls.SsrAsyncStatusStrip();
  32. this.SuspendLayout();
  33. //
  34. // txtFoucs
  35. //
  36. this.txtFoucs.Location = new System.Drawing.Point(0, 0);
  37. this.txtFoucs.Name = "txtFoucs";
  38. this.txtFoucs.Size = new System.Drawing.Size(0, 21);
  39. this.txtFoucs.TabIndex = 999;
  40. this.txtFoucs.TabStop = false;
  41. //
  42. // pnlBack
  43. //
  44. this.pnlBack.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.pnlBack.Location = new System.Drawing.Point(0, 0);
  46. this.pnlBack.Name = "pnlBack";
  47. this.pnlBack.Size = new System.Drawing.Size(284, 240);
  48. this.pnlBack.TabIndex = 0;
  49. //
  50. // ssrAsyncStatusStrip
  51. //
  52. this.ssrAsyncStatusStrip.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.ssrAsyncStatusStrip.Location = new System.Drawing.Point(0, 240);
  54. this.ssrAsyncStatusStrip.Name = "ssrAsyncStatusStrip";
  55. this.ssrAsyncStatusStrip.Size = new System.Drawing.Size(284, 22);
  56. this.ssrAsyncStatusStrip.TabIndex = 1;
  57. //
  58. // FormBase
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  62. this.BackgroundImage = global::Dongke.WinForm.Controls.Properties.Resources.Form_Back_00;
  63. this.ClientSize = new System.Drawing.Size(284, 262);
  64. this.Controls.Add(this.pnlBack);
  65. this.Controls.Add(this.txtFoucs);
  66. this.Controls.Add(this.ssrAsyncStatusStrip);
  67. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  68. this.Name = "FormBase";
  69. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  70. this.Text = "FormBase";
  71. this.ResumeLayout(false);
  72. this.PerformLayout();
  73. }
  74. #endregion
  75. private System.Windows.Forms.TextBox txtFoucs;
  76. /// <summary>
  77. /// 控件容器
  78. /// </summary>
  79. protected PnlPanel pnlBack;
  80. /// <summary>
  81. /// 状态条
  82. /// </summary>
  83. protected SsrAsyncStatusStrip ssrAsyncStatusStrip;
  84. }
  85. }