AOCtrl.Designer.cs 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class AOCtrl
  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.labelName = new System.Windows.Forms.Label();
  29. this.textBoxCurr = new System.Windows.Forms.TextBox();
  30. this.SuspendLayout();
  31. //
  32. // labelName
  33. //
  34. this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  35. this.labelName.Location = new System.Drawing.Point(-1, 1);
  36. this.labelName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  37. this.labelName.Name = "labelName";
  38. this.labelName.Size = new System.Drawing.Size(191, 23);
  39. this.labelName.TabIndex = 5;
  40. this.labelName.Text = "123.Leak_Senor_Alarm(SW)";
  41. //
  42. // textBoxCurr
  43. //
  44. this.textBoxCurr.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.textBoxCurr.Location = new System.Drawing.Point(4, 24);
  46. this.textBoxCurr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  47. this.textBoxCurr.Name = "textBoxCurr";
  48. this.textBoxCurr.ReadOnly = true;
  49. this.textBoxCurr.Size = new System.Drawing.Size(84, 21);
  50. this.textBoxCurr.TabIndex = 9;
  51. this.textBoxCurr.Tag = "16进制显示";
  52. this.textBoxCurr.Text = "0xFFFF";
  53. this.textBoxCurr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  54. //
  55. // AOCtrl
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  60. this.Controls.Add(this.textBoxCurr);
  61. this.Controls.Add(this.labelName);
  62. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  63. this.Name = "AOCtrl";
  64. this.Size = new System.Drawing.Size(215, 49);
  65. this.ResumeLayout(false);
  66. this.PerformLayout();
  67. }
  68. #endregion
  69. private System.Windows.Forms.Label labelName;
  70. private System.Windows.Forms.TextBox textBoxCurr;
  71. }
  72. }