TimebaseForm.Designer.cs 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. 
  2. namespace Uestc.Auto6.Dso.U2
  3. {
  4. partial class TimebaseForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.SuspendLayout();
  30. //
  31. // TimebaseForm
  32. //
  33. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  34. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  35. this.ClientSize = new System.Drawing.Size(434, 212);
  36. this.ContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  37. this.ControlBox = false;
  38. this.DoubleBuffered = true;
  39. this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  40. this.FormOpacity = 95;
  41. this.HeadHeight = 45;
  42. this.IconInterval = 21;
  43. this.IconWidth = 26;
  44. this.KeyPreview = true;
  45. this.MaximizeBox = false;
  46. this.MinimizeBox = false;
  47. this.Name = "TimebaseForm";
  48. this.ShowIcon = false;
  49. this.ShowInTaskbar = false;
  50. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  51. this.Text = "时基设置";
  52. this.Title = "时基设置";
  53. this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(237)))));
  54. this.TitleFont = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  55. this.TitleLableHeight = 39;
  56. this.ToolIconInterval = 21;
  57. this.ToolIconSize = new System.Drawing.Size(26, 26);
  58. this.ResumeLayout(false);
  59. }
  60. #endregion
  61. }
  62. }