You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

90 lines
3.7 KiB

namespace Stone.WinModule.BasicData
{
partial class frmBaseMainDetail
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseMainDetail));
this.btnAddNewLine = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnAddNewLine
//
this.btnAddNewLine.Location = new System.Drawing.Point(210, 388);
this.btnAddNewLine.Name = "btnAddNewLine";
this.btnAddNewLine.Size = new System.Drawing.Size(81, 35);
this.btnAddNewLine.TabIndex = 103;
this.btnAddNewLine.Text = "新增一下个";
this.btnAddNewLine.UseVisualStyleBackColor = true;
this.btnAddNewLine.Click += new System.EventHandler(this.btnAddNewLine_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(423, 388);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(81, 35);
this.btnClose.TabIndex = 105;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(336, 388);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(81, 35);
this.btnOK.TabIndex = 104;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// frmBaseMainDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(527, 446);
this.Controls.Add(this.btnAddNewLine);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOK);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmBaseMainDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmBaseMainDetail";
this.Load += new System.EventHandler(this.frmBaseMainDetail_Load);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.Button btnAddNewLine;
public System.Windows.Forms.Button btnClose;
public System.Windows.Forms.Button btnOK;
}
}