ARINC429TriggerSetControl.Designer.cs 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. namespace Uestc.Auto6.Dso.Protocol.ARINC429
  2. {
  3. partial class ARINC429TriggerSetControl
  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.ColumnCount = 1;
  34. this.TlpPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  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 = 4;
  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.Size = new System.Drawing.Size(640, 665);
  44. this.TlpPanel.TabIndex = 1;
  45. //
  46. // ARINC429TriggerSetControl
  47. //
  48. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  49. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  50. this.Controls.Add(this.TlpPanel);
  51. this.Margin = new System.Windows.Forms.Padding(4);
  52. this.Name = "ARINC429TriggerSetControl";
  53. this.Size = new System.Drawing.Size(640, 665);
  54. this.ResumeLayout(false);
  55. }
  56. #endregion
  57. private System.Windows.Forms.TableLayoutPanel TlpPanel;
  58. }
  59. }