|
namespace BLL
|
{
|
partial class Xt_SystemParameterForOrg
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.txtHFarmat = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.txtHExplanation = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.txtHValue = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtHCaption = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHKey = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.cmdOK = new System.Windows.Forms.Button();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.groupBox4.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.label1);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(734, 63);
|
this.groupBox1.TabIndex = 0;
|
this.groupBox1.TabStop = false;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(241, 21);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(235, 24);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "按组织设置系统参数";
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.txtHFarmat);
|
this.groupBox2.Controls.Add(this.label6);
|
this.groupBox2.Controls.Add(this.txtHExplanation);
|
this.groupBox2.Controls.Add(this.label5);
|
this.groupBox2.Controls.Add(this.txtHValue);
|
this.groupBox2.Controls.Add(this.label4);
|
this.groupBox2.Controls.Add(this.txtHCaption);
|
this.groupBox2.Controls.Add(this.label3);
|
this.groupBox2.Controls.Add(this.txtHKey);
|
this.groupBox2.Controls.Add(this.label2);
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox2.Location = new System.Drawing.Point(0, 63);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(734, 155);
|
this.groupBox2.TabIndex = 1;
|
this.groupBox2.TabStop = false;
|
//
|
// txtHFarmat
|
//
|
this.txtHFarmat.Location = new System.Drawing.Point(93, 113);
|
this.txtHFarmat.Name = "txtHFarmat";
|
this.txtHFarmat.ReadOnly = true;
|
this.txtHFarmat.Size = new System.Drawing.Size(629, 25);
|
this.txtHFarmat.TabIndex = 9;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(21, 118);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(67, 15);
|
this.label6.TabIndex = 8;
|
this.label6.Text = "格式范例";
|
//
|
// txtHExplanation
|
//
|
this.txtHExplanation.Location = new System.Drawing.Point(93, 82);
|
this.txtHExplanation.Name = "txtHExplanation";
|
this.txtHExplanation.ReadOnly = true;
|
this.txtHExplanation.Size = new System.Drawing.Size(629, 25);
|
this.txtHExplanation.TabIndex = 7;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(21, 87);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 15);
|
this.label5.TabIndex = 6;
|
this.label5.Text = "描 述";
|
//
|
// txtHValue
|
//
|
this.txtHValue.Location = new System.Drawing.Point(444, 51);
|
this.txtHValue.Name = "txtHValue";
|
this.txtHValue.ReadOnly = true;
|
this.txtHValue.Size = new System.Drawing.Size(278, 25);
|
this.txtHValue.TabIndex = 5;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(390, 56);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(30, 15);
|
this.label4.TabIndex = 4;
|
this.label4.Text = "值 ";
|
//
|
// txtHCaption
|
//
|
this.txtHCaption.Location = new System.Drawing.Point(93, 51);
|
this.txtHCaption.Name = "txtHCaption";
|
this.txtHCaption.ReadOnly = true;
|
this.txtHCaption.Size = new System.Drawing.Size(278, 25);
|
this.txtHCaption.TabIndex = 3;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(21, 56);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 15);
|
this.label3.TabIndex = 2;
|
this.label3.Text = "名 称";
|
//
|
// txtHKey
|
//
|
this.txtHKey.Location = new System.Drawing.Point(93, 20);
|
this.txtHKey.Name = "txtHKey";
|
this.txtHKey.ReadOnly = true;
|
this.txtHKey.Size = new System.Drawing.Size(278, 25);
|
this.txtHKey.TabIndex = 1;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(21, 25);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(52, 15);
|
this.label2.TabIndex = 0;
|
this.label2.Text = "关键值";
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.grdMain);
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox3.Location = new System.Drawing.Point(0, 218);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(734, 326);
|
this.groupBox3.TabIndex = 2;
|
this.groupBox3.TabStop = false;
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(3, 21);
|
this.grdMain.Margin = new System.Windows.Forms.Padding(4);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 51;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(728, 302);
|
this.grdMain.TabIndex = 20;
|
this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Interval = 500;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// groupBox4
|
//
|
this.groupBox4.Controls.Add(this.cmdCancel);
|
this.groupBox4.Controls.Add(this.cmdOK);
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.groupBox4.Location = new System.Drawing.Point(0, 544);
|
this.groupBox4.Name = "groupBox4";
|
this.groupBox4.Size = new System.Drawing.Size(734, 79);
|
this.groupBox4.TabIndex = 3;
|
this.groupBox4.TabStop = false;
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(575, 24);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(115, 42);
|
this.cmdCancel.TabIndex = 1;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// cmdOK
|
//
|
this.cmdOK.Location = new System.Drawing.Point(421, 24);
|
this.cmdOK.Name = "cmdOK";
|
this.cmdOK.Size = new System.Drawing.Size(115, 42);
|
this.cmdOK.TabIndex = 0;
|
this.cmdOK.Text = "保 存";
|
this.cmdOK.UseVisualStyleBackColor = true;
|
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
|
//
|
// Xt_SystemParameterForOrg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(734, 623);
|
this.Controls.Add(this.groupBox3);
|
this.Controls.Add(this.groupBox4);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Name = "Xt_SystemParameterForOrg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "按组织设置系统参数";
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.groupBox3.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.groupBox4.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.TextBox txtHCaption;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtHKey;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.TextBox txtHExplanation;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox txtHValue;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox txtHFarmat;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.GroupBox groupBox4;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Button cmdOK;
|
}
|
}
|