frmStarter.Designer.cs 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 
  2. namespace HXX.Scanner.Starter
  3. {
  4. partial class frmStarter
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.SuspendLayout();
  30. //
  31. // Form1
  32. //
  33. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  34. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  35. this.ClientSize = new System.Drawing.Size(314, 295);
  36. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  37. this.Name = "Form1";
  38. this.ShowInTaskbar = false;
  39. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  40. this.Text = "Form1";
  41. this.TopMost = true;
  42. this.Load += new System.EventHandler(this.Form1_Load);
  43. this.ResumeLayout(false);
  44. }
  45. #endregion
  46. }
  47. }