SPITriggerSetControl.Designer.cs 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.SPI
  3. {
  4. partial class SPITriggerSetControl
  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. _FloatForm?.Close();
  21. _FloatForm?.Dispose();
  22. base.Dispose(disposing);
  23. }
  24. #region Component Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.TlpPanel = new System.Windows.Forms.TableLayoutPanel();
  32. this.SuspendLayout();
  33. //
  34. // TlpPanel
  35. //
  36. this.TlpPanel.ColumnCount = 1;
  37. this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  38. this.TlpPanel.Location = new System.Drawing.Point(0, 0);
  39. this.TlpPanel.Margin = new System.Windows.Forms.Padding(0);
  40. this.TlpPanel.Name = "TlpPanel";
  41. this.TlpPanel.RowCount = 2;
  42. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  43. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  44. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  45. this.TlpPanel.Size = new System.Drawing.Size(640, 671);
  46. this.TlpPanel.TabIndex = 0;
  47. //
  48. // SPITriggerSetControl
  49. //
  50. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  51. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  52. this.Controls.Add(this.TlpPanel);
  53. this.Margin = new System.Windows.Forms.Padding(0);
  54. this.Name = "SPITriggerSetControl";
  55. this.Size = new System.Drawing.Size(640, 671);
  56. this.ResumeLayout(false);
  57. }
  58. #endregion
  59. private System.Windows.Forms.TableLayoutPanel TlpPanel;
  60. }
  61. }