108 lines
4.7 KiB
C#
108 lines
4.7 KiB
C#
|
|
namespace CPSO.Forms._92_Knowledge
|
|||
|
|
{
|
|||
|
|
partial class FrmAddCutter
|
|||
|
|
{
|
|||
|
|
/// <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.gbProperties = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
|
|||
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|||
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|||
|
|
this.gbProperties.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// gbProperties
|
|||
|
|
//
|
|||
|
|
this.gbProperties.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.gbProperties.Controls.Add(this.propertyGrid);
|
|||
|
|
this.gbProperties.Location = new System.Drawing.Point(12, 12);
|
|||
|
|
this.gbProperties.Name = "gbProperties";
|
|||
|
|
this.gbProperties.Size = new System.Drawing.Size(310, 336);
|
|||
|
|
this.gbProperties.TabIndex = 0;
|
|||
|
|
this.gbProperties.TabStop = false;
|
|||
|
|
this.gbProperties.Text = "Group";
|
|||
|
|
//
|
|||
|
|
// propertyGrid
|
|||
|
|
//
|
|||
|
|
this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.propertyGrid.Location = new System.Drawing.Point(3, 21);
|
|||
|
|
this.propertyGrid.Name = "propertyGrid";
|
|||
|
|
this.propertyGrid.Size = new System.Drawing.Size(304, 312);
|
|||
|
|
this.propertyGrid.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// btnOK
|
|||
|
|
//
|
|||
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
|
this.btnOK.Location = new System.Drawing.Point(117, 368);
|
|||
|
|
this.btnOK.Name = "btnOK";
|
|||
|
|
this.btnOK.Size = new System.Drawing.Size(75, 30);
|
|||
|
|
this.btnOK.TabIndex = 1;
|
|||
|
|
this.btnOK.Text = "确定";
|
|||
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|||
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|||
|
|
//
|
|||
|
|
// btnClose
|
|||
|
|
//
|
|||
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
|
this.btnClose.Location = new System.Drawing.Point(216, 368);
|
|||
|
|
this.btnClose.Name = "btnClose";
|
|||
|
|
this.btnClose.Size = new System.Drawing.Size(75, 30);
|
|||
|
|
this.btnClose.TabIndex = 2;
|
|||
|
|
this.btnClose.Text = "取消";
|
|||
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// FrmAddCutter
|
|||
|
|
//
|
|||
|
|
this.AcceptButton = this.btnOK;
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.CancelButton = this.btnClose;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(334, 411);
|
|||
|
|
this.Controls.Add(this.btnClose);
|
|||
|
|
this.Controls.Add(this.btnOK);
|
|||
|
|
this.Controls.Add(this.gbProperties);
|
|||
|
|
this.MinimumSize = new System.Drawing.Size(350, 450);
|
|||
|
|
this.Name = "FrmAddCutter";
|
|||
|
|
this.ShowInTaskbar = false;
|
|||
|
|
this.Text = "FrmAddCutter";
|
|||
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAddCutter_FormClosing);
|
|||
|
|
this.gbProperties.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.GroupBox gbProperties;
|
|||
|
|
private System.Windows.Forms.Button btnOK;
|
|||
|
|
private System.Windows.Forms.Button btnClose;
|
|||
|
|
private System.Windows.Forms.PropertyGrid propertyGrid;
|
|||
|
|
}
|
|||
|
|
}
|