95 lines
4.1 KiB
C#
95 lines
4.1 KiB
C#
|
|
namespace MainLineRepair
|
|
{
|
|
partial class ParamConfigPage
|
|
{
|
|
/// <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.btn_Sure = new System.Windows.Forms.Button();
|
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
|
this.cb_IsAllowUpdateLyout = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_Sure
|
|
//
|
|
this.btn_Sure.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_Sure.Location = new System.Drawing.Point(388, 379);
|
|
this.btn_Sure.Name = "btn_Sure";
|
|
this.btn_Sure.Size = new System.Drawing.Size(129, 38);
|
|
this.btn_Sure.TabIndex = 0;
|
|
this.btn_Sure.Text = "确定";
|
|
this.btn_Sure.UseVisualStyleBackColor = true;
|
|
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
|
|
//
|
|
// btn_Cancel
|
|
//
|
|
this.btn_Cancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_Cancel.Location = new System.Drawing.Point(253, 379);
|
|
this.btn_Cancel.Name = "btn_Cancel";
|
|
this.btn_Cancel.Size = new System.Drawing.Size(129, 38);
|
|
this.btn_Cancel.TabIndex = 0;
|
|
this.btn_Cancel.Text = "取消";
|
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
|
//
|
|
// cb_IsAllowUpdateLyout
|
|
//
|
|
this.cb_IsAllowUpdateLyout.AutoSize = true;
|
|
this.cb_IsAllowUpdateLyout.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cb_IsAllowUpdateLyout.Location = new System.Drawing.Point(103, 341);
|
|
this.cb_IsAllowUpdateLyout.Name = "cb_IsAllowUpdateLyout";
|
|
this.cb_IsAllowUpdateLyout.Size = new System.Drawing.Size(128, 20);
|
|
this.cb_IsAllowUpdateLyout.TabIndex = 23;
|
|
this.cb_IsAllowUpdateLyout.Text = "允许修改布局";
|
|
this.cb_IsAllowUpdateLyout.UseVisualStyleBackColor = true;
|
|
//
|
|
// ParamConfigPage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(608, 432);
|
|
this.Controls.Add(this.cb_IsAllowUpdateLyout);
|
|
this.Controls.Add(this.btn_Cancel);
|
|
this.Controls.Add(this.btn_Sure);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "ParamConfigPage";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "参数配置";
|
|
this.Load += new System.EventHandler(this.ParamConfig_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btn_Sure;
|
|
private System.Windows.Forms.Button btn_Cancel;
|
|
private System.Windows.Forms.CheckBox cb_IsAllowUpdateLyout;
|
|
}
|
|
} |