CANFDTriggerSetControl.Designer.cs 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. namespace Uestc.Auto6.Dso.Protocol.CANFD
  2. {
  3. partial class CANFDTriggerSetControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.TlpPanel = new System.Windows.Forms.TableLayoutPanel();
  29. this.SuspendLayout();
  30. //
  31. // TlpPanel
  32. //
  33. this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  34. this.TlpPanel.Location = new System.Drawing.Point(0, 0);
  35. this.TlpPanel.Margin = new System.Windows.Forms.Padding(0);
  36. this.TlpPanel.Name = "TlpPanel";
  37. this.TlpPanel.RowCount = 4;
  38. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  39. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  40. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  41. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  42. this.TlpPanel.Size = new System.Drawing.Size(612, 760);
  43. this.TlpPanel.TabIndex = 2;
  44. //
  45. // CANFDTriggerSetControl
  46. //
  47. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  48. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  49. this.Controls.Add(this.TlpPanel);
  50. this.Margin = new System.Windows.Forms.Padding(4);
  51. this.Name = "CANFDTriggerSetControl";
  52. this.Size = new System.Drawing.Size(612, 760);
  53. this.ResumeLayout(false);
  54. }
  55. #endregion
  56. private System.Windows.Forms.TableLayoutPanel TlpPanel;
  57. }
  58. }