12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- namespace Aitex.Core.Backend
- {
- partial class AOCtrl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.labelName = new System.Windows.Forms.Label();
- this.textBoxCurr = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // labelName
- //
- this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelName.Location = new System.Drawing.Point(-1, 1);
- this.labelName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labelName.Name = "labelName";
- this.labelName.Size = new System.Drawing.Size(191, 23);
- this.labelName.TabIndex = 5;
- this.labelName.Text = "123.Leak_Senor_Alarm(SW)";
- //
- // textBoxCurr
- //
- this.textBoxCurr.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBoxCurr.Location = new System.Drawing.Point(4, 24);
- this.textBoxCurr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.textBoxCurr.Name = "textBoxCurr";
- this.textBoxCurr.ReadOnly = true;
- this.textBoxCurr.Size = new System.Drawing.Size(84, 21);
- this.textBoxCurr.TabIndex = 9;
- this.textBoxCurr.Tag = "16进制显示";
- this.textBoxCurr.Text = "0xFFFF";
- this.textBoxCurr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // AOCtrl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.textBoxCurr);
- this.Controls.Add(this.labelName);
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "AOCtrl";
- this.Size = new System.Drawing.Size(215, 49);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label labelName;
- private System.Windows.Forms.TextBox textBoxCurr;
- }
- }
|