CANTriggerSetControl.Designer.cs 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 
  2. namespace Uestc.Auto6.Dso.Protocol.CAN
  3. {
  4. partial class CANTriggerSetControl
  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 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.TlpPanel = new System.Windows.Forms.TableLayoutPanel();
  30. this.SuspendLayout();
  31. //
  32. // TlpPanel
  33. //
  34. this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 504F));
  35. this.TlpPanel.Location = new System.Drawing.Point(0, 0);
  36. this.TlpPanel.Margin = new System.Windows.Forms.Padding(0);
  37. this.TlpPanel.Name = "TlpPanel";
  38. this.TlpPanel.RowCount = 5;
  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.RowStyles.Add(new System.Windows.Forms.RowStyle());
  43. this.TlpPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  44. this.TlpPanel.Size = new System.Drawing.Size(504, 648);
  45. this.TlpPanel.TabIndex = 1;
  46. //
  47. // CANTriggerSetControl
  48. //
  49. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  50. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  51. this.Controls.Add(this.TlpPanel);
  52. this.Name = "CANTriggerSetControl";
  53. this.Size = new System.Drawing.Size(504, 648);
  54. this.ResumeLayout(false);
  55. }
  56. #endregion
  57. private System.Windows.Forms.TableLayoutPanel TlpPanel;
  58. }
  59. }