You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
4.2 KiB
C#
102 lines
4.2 KiB
C#
namespace GeoSigmaViewer
|
|
{
|
|
partial class RectangularCSGridDialog
|
|
{
|
|
/// <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.propertyGrid = new System.Windows.Forms.PropertyGrid();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.OKButton = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// propertyGrid
|
|
//
|
|
this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid.Location = new System.Drawing.Point(0, 0);
|
|
this.propertyGrid.Name = "propertyGrid";
|
|
this.propertyGrid.Size = new System.Drawing.Size(286, 450);
|
|
this.propertyGrid.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.cancelButton);
|
|
this.panel1.Controls.Add(this.OKButton);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 416);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(286, 34);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.cancelButton.Location = new System.Drawing.Point(211, 0);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 34);
|
|
this.cancelButton.TabIndex = 1;
|
|
this.cancelButton.Text = "取消";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// OKButton
|
|
//
|
|
this.OKButton.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.OKButton.Location = new System.Drawing.Point(0, 0);
|
|
this.OKButton.Name = "OKButton";
|
|
this.OKButton.Size = new System.Drawing.Size(75, 34);
|
|
this.OKButton.TabIndex = 0;
|
|
this.OKButton.Text = "确定";
|
|
this.OKButton.UseVisualStyleBackColor = true;
|
|
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
|
|
//
|
|
// RectangularCSGridDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(286, 450);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.propertyGrid);
|
|
this.Name = "RectangularCSGridDialog";
|
|
this.Text = "直角网参数设置";
|
|
this.TopMost = true;
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RectangularCSGridDialog_FormClosed);
|
|
this.Load += new System.EventHandler(this.RectangularCSGridDialog_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PropertyGrid propertyGrid;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Button OKButton;
|
|
}
|
|
} |