231 lines
10 KiB
C#
231 lines
10 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fXbeeSetting
|
|
{
|
|
/// <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 Windows Form 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.button1 = new System.Windows.Forms.Button();
|
|
this.tbBaud = new System.Windows.Forms.TextBox();
|
|
this.tbPortName = new System.Windows.Forms.ComboBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.rtXbee = new arCtl.LogTextBox();
|
|
this.tbpanid = new System.Windows.Forms.TextBox();
|
|
this.btpand = new System.Windows.Forms.Button();
|
|
this.btch = new System.Windows.Forms.Button();
|
|
this.tbch = new System.Windows.Forms.TextBox();
|
|
this.btmy = new System.Windows.Forms.Button();
|
|
this.tbmy = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(25, 45);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(227, 26);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "open/close";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// tbBaud
|
|
//
|
|
this.tbBaud.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbBaud.Location = new System.Drawing.Point(152, 13);
|
|
this.tbBaud.Name = "tbBaud";
|
|
this.tbBaud.Size = new System.Drawing.Size(100, 26);
|
|
this.tbBaud.TabIndex = 2;
|
|
this.tbBaud.Text = "9600";
|
|
this.tbBaud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbPortName
|
|
//
|
|
this.tbPortName.Font = new System.Drawing.Font("굴림", 12F);
|
|
this.tbPortName.FormattingEnabled = true;
|
|
this.tbPortName.Location = new System.Drawing.Point(25, 15);
|
|
this.tbPortName.Name = "tbPortName";
|
|
this.tbPortName.Size = new System.Drawing.Size(121, 24);
|
|
this.tbPortName.TabIndex = 3;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.btmy);
|
|
this.panel1.Controls.Add(this.tbmy);
|
|
this.panel1.Controls.Add(this.btch);
|
|
this.panel1.Controls.Add(this.tbch);
|
|
this.panel1.Controls.Add(this.btpand);
|
|
this.panel1.Controls.Add(this.tbpanid);
|
|
this.panel1.Controls.Add(this.tbPortName);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.tbBaud);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(580, 118);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.rtXbee);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 118);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(580, 338);
|
|
this.panel2.TabIndex = 5;
|
|
//
|
|
// rtXbee
|
|
//
|
|
this.rtXbee.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.rtXbee.ColorList = new arCtl.sLogMessageColor[0];
|
|
this.rtXbee.DateFormat = "mm:ss.fff";
|
|
this.rtXbee.DefaultColor = System.Drawing.Color.LightGray;
|
|
this.rtXbee.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rtXbee.EnableDisplayTimer = false;
|
|
this.rtXbee.EnableGubunColor = true;
|
|
this.rtXbee.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rtXbee.ListFormat = "[{0}] {1}";
|
|
this.rtXbee.Location = new System.Drawing.Point(0, 0);
|
|
this.rtXbee.MaxListCount = ((ushort)(1000));
|
|
this.rtXbee.MaxTextLength = ((uint)(400000u));
|
|
this.rtXbee.MessageInterval = 50;
|
|
this.rtXbee.Name = "rtXbee";
|
|
this.rtXbee.Size = new System.Drawing.Size(580, 338);
|
|
this.rtXbee.TabIndex = 2;
|
|
this.rtXbee.Text = "";
|
|
//
|
|
// tbpanid
|
|
//
|
|
this.tbpanid.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbpanid.Location = new System.Drawing.Point(374, 15);
|
|
this.tbpanid.Name = "tbpanid";
|
|
this.tbpanid.Size = new System.Drawing.Size(100, 26);
|
|
this.tbpanid.TabIndex = 4;
|
|
this.tbpanid.Text = "9600";
|
|
this.tbpanid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btpand
|
|
//
|
|
this.btpand.Location = new System.Drawing.Point(480, 15);
|
|
this.btpand.Name = "btpand";
|
|
this.btpand.Size = new System.Drawing.Size(86, 26);
|
|
this.btpand.TabIndex = 5;
|
|
this.btpand.Text = "PanID";
|
|
this.btpand.UseVisualStyleBackColor = true;
|
|
this.btpand.Click += new System.EventHandler(this.btpand_Click);
|
|
//
|
|
// btch
|
|
//
|
|
this.btch.Location = new System.Drawing.Point(480, 47);
|
|
this.btch.Name = "btch";
|
|
this.btch.Size = new System.Drawing.Size(86, 26);
|
|
this.btch.TabIndex = 7;
|
|
this.btch.Text = "Channel";
|
|
this.btch.UseVisualStyleBackColor = true;
|
|
this.btch.Click += new System.EventHandler(this.btch_Click);
|
|
//
|
|
// tbch
|
|
//
|
|
this.tbch.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbch.Location = new System.Drawing.Point(374, 47);
|
|
this.tbch.Name = "tbch";
|
|
this.tbch.Size = new System.Drawing.Size(100, 26);
|
|
this.tbch.TabIndex = 6;
|
|
this.tbch.Text = "9600";
|
|
this.tbch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btmy
|
|
//
|
|
this.btmy.Location = new System.Drawing.Point(480, 78);
|
|
this.btmy.Name = "btmy";
|
|
this.btmy.Size = new System.Drawing.Size(86, 26);
|
|
this.btmy.TabIndex = 9;
|
|
this.btmy.Text = "My";
|
|
this.btmy.UseVisualStyleBackColor = true;
|
|
this.btmy.Click += new System.EventHandler(this.btmy_Click);
|
|
//
|
|
// tbmy
|
|
//
|
|
this.tbmy.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbmy.Location = new System.Drawing.Point(374, 78);
|
|
this.tbmy.Name = "tbmy";
|
|
this.tbmy.Size = new System.Drawing.Size(100, 26);
|
|
this.tbmy.TabIndex = 8;
|
|
this.tbmy.Text = "9600";
|
|
this.tbmy.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(293, 15);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 89);
|
|
this.button2.TabIndex = 10;
|
|
this.button2.Text = "Read Setting";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// fXbeeSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(580, 456);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fXbeeSetting";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Form1";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.fXbeeSetting_FormClosed);
|
|
this.Load += new System.EventHandler(this.fXbeeSetting_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox tbBaud;
|
|
private System.Windows.Forms.ComboBox tbPortName;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private arCtl.LogTextBox rtXbee;
|
|
private System.Windows.Forms.Button btpand;
|
|
private System.Windows.Forms.TextBox tbpanid;
|
|
private System.Windows.Forms.Button btmy;
|
|
private System.Windows.Forms.TextBox tbmy;
|
|
private System.Windows.Forms.Button btch;
|
|
private System.Windows.Forms.TextBox tbch;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |