123 lines
5.5 KiB
C#
123 lines
5.5 KiB
C#
namespace CPSO.Forms._92_Knowledge
|
|
{
|
|
partial class FrmCuttingForceCalc
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
|
|
this.btnCalc = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnCheck = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.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.groupBox1.Controls.Add(this.propertyGrid1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(368, 340);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "groupBox1";
|
|
//
|
|
// propertyGrid1
|
|
//
|
|
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid1.Location = new System.Drawing.Point(3, 21);
|
|
this.propertyGrid1.Name = "propertyGrid1";
|
|
this.propertyGrid1.Size = new System.Drawing.Size(362, 316);
|
|
this.propertyGrid1.TabIndex = 0;
|
|
//
|
|
// btnCalc
|
|
//
|
|
this.btnCalc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCalc.Location = new System.Drawing.Point(163, 373);
|
|
this.btnCalc.Name = "btnCalc";
|
|
this.btnCalc.Size = new System.Drawing.Size(114, 30);
|
|
this.btnCalc.TabIndex = 2;
|
|
this.btnCalc.Text = "切削力计算";
|
|
this.btnCalc.UseVisualStyleBackColor = true;
|
|
this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(295, 373);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(82, 30);
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCheck
|
|
//
|
|
this.btnCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCheck.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnCheck.Location = new System.Drawing.Point(31, 373);
|
|
this.btnCheck.Name = "btnCheck";
|
|
this.btnCheck.Size = new System.Drawing.Size(111, 30);
|
|
this.btnCheck.TabIndex = 4;
|
|
this.btnCheck.Text = "高亮结果";
|
|
this.btnCheck.UseVisualStyleBackColor = true;
|
|
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
|
|
//
|
|
// FrmCuttingForceCalc
|
|
//
|
|
this.AcceptButton = this.btnCalc;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(392, 415);
|
|
this.Controls.Add(this.btnCheck);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnCalc);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.MinimumSize = new System.Drawing.Size(350, 450);
|
|
this.Name = "FrmCuttingForceCalc";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "FrmCuttingForceCalc";
|
|
this.Load += new System.EventHandler(this.FrmCuttingForceCalc_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.PropertyGrid propertyGrid1;
|
|
private System.Windows.Forms.Button btnCalc;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnCheck;
|
|
}
|
|
} |