namespace Bro.Common.Model.Forms
|
{
|
partial class FrmDeviceOpConfigEditor
|
{
|
/// <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.btnReset = new System.Windows.Forms.Button();
|
this.btnCancel = new System.Windows.Forms.Button();
|
this.btnConfirm = new System.Windows.Forms.Button();
|
this.propGrid = new System.Windows.Forms.PropertyGrid();
|
this.cboDevice = new System.Windows.Forms.ComboBox();
|
this.SuspendLayout();
|
//
|
// btnReset
|
//
|
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnReset.BackColor = System.Drawing.Color.Red;
|
this.btnReset.ForeColor = System.Drawing.Color.White;
|
this.btnReset.Location = new System.Drawing.Point(231, 14);
|
this.btnReset.Name = "btnReset";
|
this.btnReset.Size = new System.Drawing.Size(75, 23);
|
this.btnReset.TabIndex = 4;
|
this.btnReset.Text = "重置配置";
|
this.btnReset.UseVisualStyleBackColor = false;
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnCancel.Location = new System.Drawing.Point(312, 14);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
this.btnCancel.TabIndex = 5;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.UseVisualStyleBackColor = true;
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// btnConfirm
|
//
|
this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnConfirm.Location = new System.Drawing.Point(393, 14);
|
this.btnConfirm.Name = "btnConfirm";
|
this.btnConfirm.Size = new System.Drawing.Size(75, 23);
|
this.btnConfirm.TabIndex = 6;
|
this.btnConfirm.Text = "确认";
|
this.btnConfirm.UseVisualStyleBackColor = true;
|
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
|
//
|
// propGrid
|
//
|
this.propGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.propGrid.Location = new System.Drawing.Point(3, 56);
|
this.propGrid.Name = "propGrid";
|
this.propGrid.Size = new System.Drawing.Size(475, 346);
|
this.propGrid.TabIndex = 3;
|
this.propGrid.ToolbarVisible = false;
|
//
|
// cboDevice
|
//
|
this.cboDevice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.cboDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cboDevice.FormattingEnabled = true;
|
this.cboDevice.Location = new System.Drawing.Point(12, 16);
|
this.cboDevice.Name = "cboDevice";
|
this.cboDevice.Size = new System.Drawing.Size(190, 20);
|
this.cboDevice.TabIndex = 7;
|
//
|
// FrmDeviceOpConfigEditor
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(480, 404);
|
this.Controls.Add(this.cboDevice);
|
this.Controls.Add(this.btnReset);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnConfirm);
|
this.Controls.Add(this.propGrid);
|
this.Name = "FrmDeviceOpConfigEditor";
|
this.ShowIcon = false;
|
this.Text = "操作设备及配置编辑界面";
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private System.Windows.Forms.Button btnReset;
|
private System.Windows.Forms.Button btnCancel;
|
private System.Windows.Forms.Button btnConfirm;
|
private System.Windows.Forms.PropertyGrid propGrid;
|
private System.Windows.Forms.ComboBox cboDevice;
|
}
|
}
|