FrmUpdate.Designer.cs 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. namespace Update
  2. {
  3. partial class FrmUpdate
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. #region Windows Form Designer generated code
  10. /// <summary>
  11. /// Required method for Designer support - do not modify
  12. /// the contents of this method with the code editor.
  13. /// </summary>
  14. private void InitializeComponent()
  15. {
  16. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUpdate));
  17. this.SuspendLayout();
  18. //
  19. // FrmUpdate
  20. //
  21. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  22. this.ClientSize = new System.Drawing.Size(1000, 520);
  23. this.ControlBox = false;
  24. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  25. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  26. this.MaximizeBox = false;
  27. this.MinimizeBox = false;
  28. this.Name = "FrmUpdate";
  29. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  30. this.Text = "在线更新";
  31. this.ResumeLayout(false);
  32. }
  33. #endregion
  34. }
  35. }