IoDataView.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class IoDataView
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.rbtAO = new System.Windows.Forms.RadioButton();
  30. this.rbtAI = new System.Windows.Forms.RadioButton();
  31. this.rbtDO = new System.Windows.Forms.RadioButton();
  32. this.rbtDI = new System.Windows.Forms.RadioButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  34. this.splitContainer1.Panel1.SuspendLayout();
  35. this.splitContainer1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // splitContainer1
  39. //
  40. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  41. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  43. this.splitContainer1.IsSplitterFixed = true;
  44. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  45. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  46. this.splitContainer1.Name = "splitContainer1";
  47. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  48. //
  49. // splitContainer1.Panel1
  50. //
  51. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  52. this.splitContainer1.Panel1.Controls.Add(this.rbtAO);
  53. this.splitContainer1.Panel1.Controls.Add(this.rbtAI);
  54. this.splitContainer1.Panel1.Controls.Add(this.rbtDO);
  55. this.splitContainer1.Panel1.Controls.Add(this.rbtDI);
  56. //
  57. // splitContainer1.Panel2
  58. //
  59. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
  60. this.splitContainer1.Size = new System.Drawing.Size(1800, 1088);
  61. this.splitContainer1.SplitterDistance = 25;
  62. this.splitContainer1.SplitterWidth = 2;
  63. this.splitContainer1.TabIndex = 1;
  64. //
  65. // rbtAO
  66. //
  67. this.rbtAO.Appearance = System.Windows.Forms.Appearance.Button;
  68. this.rbtAO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  69. this.rbtAO.Font = new System.Drawing.Font("Arial,SimSun", 8F);
  70. this.rbtAO.Location = new System.Drawing.Point(339, 0);
  71. this.rbtAO.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  72. this.rbtAO.Name = "rbtAO";
  73. this.rbtAO.Size = new System.Drawing.Size(105, 34);
  74. this.rbtAO.TabIndex = 1;
  75. this.rbtAO.TabStop = true;
  76. this.rbtAO.Text = "AO";
  77. this.rbtAO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  78. this.rbtAO.UseVisualStyleBackColor = false;
  79. this.rbtAO.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
  80. //
  81. // rbtAI
  82. //
  83. this.rbtAI.Appearance = System.Windows.Forms.Appearance.Button;
  84. this.rbtAI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  85. this.rbtAI.Font = new System.Drawing.Font("Arial,SimSun", 8F);
  86. this.rbtAI.Location = new System.Drawing.Point(226, 0);
  87. this.rbtAI.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  88. this.rbtAI.Name = "rbtAI";
  89. this.rbtAI.Size = new System.Drawing.Size(105, 34);
  90. this.rbtAI.TabIndex = 3;
  91. this.rbtAI.TabStop = true;
  92. this.rbtAI.Text = "AI";
  93. this.rbtAI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  94. this.rbtAI.UseVisualStyleBackColor = false;
  95. this.rbtAI.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
  96. //
  97. // rbtDO
  98. //
  99. this.rbtDO.Appearance = System.Windows.Forms.Appearance.Button;
  100. this.rbtDO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  101. this.rbtDO.Font = new System.Drawing.Font("Arial,SimSun", 8F);
  102. this.rbtDO.Location = new System.Drawing.Point(114, 0);
  103. this.rbtDO.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  104. this.rbtDO.Name = "rbtDO";
  105. this.rbtDO.Size = new System.Drawing.Size(105, 34);
  106. this.rbtDO.TabIndex = 5;
  107. this.rbtDO.TabStop = true;
  108. this.rbtDO.Tag = "";
  109. this.rbtDO.Text = "DO";
  110. this.rbtDO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  111. this.rbtDO.UseVisualStyleBackColor = false;
  112. this.rbtDO.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
  113. //
  114. // rbtDI
  115. //
  116. this.rbtDI.Appearance = System.Windows.Forms.Appearance.Button;
  117. this.rbtDI.BackColor = System.Drawing.Color.Green;
  118. this.rbtDI.Checked = true;
  119. this.rbtDI.Font = new System.Drawing.Font("Arial,SimSun", 8F);
  120. this.rbtDI.Location = new System.Drawing.Point(2, 0);
  121. this.rbtDI.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  122. this.rbtDI.Name = "rbtDI";
  123. this.rbtDI.Size = new System.Drawing.Size(105, 34);
  124. this.rbtDI.TabIndex = 4;
  125. this.rbtDI.TabStop = true;
  126. this.rbtDI.Tag = "";
  127. this.rbtDI.Text = "DI";
  128. this.rbtDI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  129. this.rbtDI.UseVisualStyleBackColor = false;
  130. this.rbtDI.CheckedChanged += new System.EventHandler(this.rbtBath_CheckedChanged);
  131. //
  132. // IoDataView
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.Controls.Add(this.splitContainer1);
  137. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  138. this.Name = "IoDataView";
  139. this.Size = new System.Drawing.Size(1800, 1088);
  140. this.splitContainer1.Panel1.ResumeLayout(false);
  141. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  142. this.splitContainer1.ResumeLayout(false);
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private System.Windows.Forms.SplitContainer splitContainer1;
  147. private System.Windows.Forms.RadioButton rbtAO;
  148. private System.Windows.Forms.RadioButton rbtAI;
  149. private System.Windows.Forms.RadioButton rbtDO;
  150. private System.Windows.Forms.RadioButton rbtDI;
  151. }
  152. }