namespace Bro.Process.UI
|
{
|
partial class OperationConfigBindFrm
|
{
|
/// <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.lvBinds = new System.Windows.Forms.ListView();
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.propGridIOP = new System.Windows.Forms.PropertyGrid();
|
this.label2 = new System.Windows.Forms.Label();
|
this.btnClearOpConfig = new System.Windows.Forms.Button();
|
this.btnResetCurrentOpConfig = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// lvBinds
|
//
|
this.lvBinds.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.lvBinds.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
this.columnHeader1,
|
this.columnHeader2});
|
this.lvBinds.FullRowSelect = true;
|
this.lvBinds.Location = new System.Drawing.Point(13, 13);
|
this.lvBinds.MultiSelect = false;
|
this.lvBinds.Name = "lvBinds";
|
this.lvBinds.Size = new System.Drawing.Size(532, 298);
|
this.lvBinds.TabIndex = 0;
|
this.lvBinds.UseCompatibleStateImageBehavior = false;
|
this.lvBinds.View = System.Windows.Forms.View.Details;
|
this.lvBinds.SelectedIndexChanged += new System.EventHandler(this.lvBinds_SelectedIndexChanged);
|
//
|
// columnHeader1
|
//
|
this.columnHeader1.Text = "MethodCode";
|
this.columnHeader1.Width = 141;
|
//
|
// columnHeader2
|
//
|
this.columnHeader2.Text = "IOperationConfig";
|
this.columnHeader2.Width = 385;
|
//
|
// propGridIOP
|
//
|
this.propGridIOP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.propGridIOP.Location = new System.Drawing.Point(553, 39);
|
this.propGridIOP.Name = "propGridIOP";
|
this.propGridIOP.Size = new System.Drawing.Size(276, 272);
|
this.propGridIOP.TabIndex = 2;
|
this.propGridIOP.ToolbarVisible = false;
|
//
|
// label2
|
//
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(551, 16);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(77, 12);
|
this.label2.TabIndex = 3;
|
this.label2.Text = "操作配置属性";
|
//
|
// btnClearOpConfig
|
//
|
this.btnClearOpConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnClearOpConfig.Location = new System.Drawing.Point(736, 10);
|
this.btnClearOpConfig.Name = "btnClearOpConfig";
|
this.btnClearOpConfig.Size = new System.Drawing.Size(93, 23);
|
this.btnClearOpConfig.TabIndex = 4;
|
this.btnClearOpConfig.Text = "重置所有配置";
|
this.btnClearOpConfig.UseVisualStyleBackColor = true;
|
this.btnClearOpConfig.Click += new System.EventHandler(this.btnClearOpConfig_Click);
|
//
|
// btnResetCurrentOpConfig
|
//
|
this.btnResetCurrentOpConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnResetCurrentOpConfig.Location = new System.Drawing.Point(637, 10);
|
this.btnResetCurrentOpConfig.Name = "btnResetCurrentOpConfig";
|
this.btnResetCurrentOpConfig.Size = new System.Drawing.Size(93, 23);
|
this.btnResetCurrentOpConfig.TabIndex = 4;
|
this.btnResetCurrentOpConfig.Text = "重置当前配置";
|
this.btnResetCurrentOpConfig.UseVisualStyleBackColor = true;
|
this.btnResetCurrentOpConfig.Click += new System.EventHandler(this.btnResetCurrentOpConfig_Click);
|
//
|
// OperationConfigBindFrm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(841, 323);
|
this.Controls.Add(this.btnResetCurrentOpConfig);
|
this.Controls.Add(this.btnClearOpConfig);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.propGridIOP);
|
this.Controls.Add(this.lvBinds);
|
this.Name = "OperationConfigBindFrm";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "操作配置绑定界面";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ListView lvBinds;
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
private System.Windows.Forms.PropertyGrid propGridIOP;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button btnClearOpConfig;
|
private System.Windows.Forms.Button btnResetCurrentOpConfig;
|
}
|
}
|