namespace Bro.Common.Model.Forms
|
{
|
partial class FrmOpConfigEdit
|
{
|
/// <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.propGrid = new System.Windows.Forms.PropertyGrid();
|
this.btnConfirm = new System.Windows.Forms.Button();
|
this.btnCancel = new System.Windows.Forms.Button();
|
this.lblOpType = new System.Windows.Forms.Label();
|
this.btnReset = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// 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(4, 53);
|
this.propGrid.Name = "propGrid";
|
this.propGrid.Size = new System.Drawing.Size(509, 341);
|
this.propGrid.TabIndex = 0;
|
this.propGrid.ToolbarVisible = false;
|
//
|
// 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(429, 12);
|
this.btnConfirm.Name = "btnConfirm";
|
this.btnConfirm.Size = new System.Drawing.Size(75, 23);
|
this.btnConfirm.TabIndex = 1;
|
this.btnConfirm.Text = "确认";
|
this.btnConfirm.UseVisualStyleBackColor = true;
|
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_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(348, 12);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
this.btnCancel.TabIndex = 1;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.UseVisualStyleBackColor = true;
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// lblOpType
|
//
|
this.lblOpType.AutoSize = true;
|
this.lblOpType.Location = new System.Drawing.Point(13, 22);
|
this.lblOpType.Name = "lblOpType";
|
this.lblOpType.Size = new System.Drawing.Size(53, 12);
|
this.lblOpType.TabIndex = 2;
|
this.lblOpType.Text = " ";
|
//
|
// 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(267, 12);
|
this.btnReset.Name = "btnReset";
|
this.btnReset.Size = new System.Drawing.Size(75, 23);
|
this.btnReset.TabIndex = 1;
|
this.btnReset.Text = "重置配置";
|
this.btnReset.UseVisualStyleBackColor = false;
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
//
|
// FrmOpConfigEdit
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(516, 397);
|
this.ControlBox = false;
|
this.Controls.Add(this.lblOpType);
|
this.Controls.Add(this.btnReset);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnConfirm);
|
this.Controls.Add(this.propGrid);
|
this.Name = "FrmOpConfigEdit";
|
this.Text = "操作配置编辑界面";
|
this.Load += new System.EventHandler(this.FrmOpConfigEdit_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PropertyGrid propGrid;
|
private System.Windows.Forms.Button btnConfirm;
|
private System.Windows.Forms.Button btnCancel;
|
private System.Windows.Forms.Label lblOpType;
|
private System.Windows.Forms.Button btnReset;
|
}
|
}
|