Files
lserp_cs_6.0/插件库/Lskj.PubCadViewer/FrmMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

91 lines
3.5 KiB
C#

namespace Lskj.PubCadViewer
{
partial class FrmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.saveBtn = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.bottomPanel = new System.Windows.Forms.Panel();
this.mainPanel = new System.Windows.Forms.Panel();
this.bottomPanel.SuspendLayout();
this.SuspendLayout();
//
// saveBtn
//
this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.saveBtn.Location = new System.Drawing.Point(1141, 6);
this.saveBtn.Margin = new System.Windows.Forms.Padding(4);
this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(100, 29);
this.saveBtn.TabIndex = 0;
this.saveBtn.Text = "打开图纸";
this.saveBtn.UseVisualStyleBackColor = true;
this.saveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
//
// bottomPanel
//
this.bottomPanel.Controls.Add(this.saveBtn);
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(0, 651);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Size = new System.Drawing.Size(1245, 40);
this.bottomPanel.TabIndex = 2;
//
// mainPanel
//
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(1245, 651);
this.mainPanel.TabIndex = 3;
//
// FrmMain
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1245, 691);
this.Controls.Add(this.mainPanel);
this.Controls.Add(this.bottomPanel);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmMain";
this.Text = "CADViewer";
this.Load += new System.EventHandler(this.CADViewerXForm_Load);
this.bottomPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button saveBtn;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.Panel bottomPanel;
private System.Windows.Forms.Panel mainPanel;
}
}