ab56a9bcf7
SVN-Revision: r240
241 lines
10 KiB
C#
241 lines
10 KiB
C#
namespace lserp_UpdateDepart
|
|
{
|
|
partial class config
|
|
{
|
|
/// <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_Close = new System.Windows.Forms.Button();
|
|
this.btn_ToConfig = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txt_domainN = new System.Windows.Forms.TextBox();
|
|
this.txt_port = new System.Windows.Forms.TextBox();
|
|
this.txt_timer = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txt_Deptnumber = new System.Windows.Forms.TextBox();
|
|
this.txt_Key = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.Location = new System.Drawing.Point(302, 259);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(75, 26);
|
|
this.btn_Close.TabIndex = 0;
|
|
this.btn_Close.Text = "退出";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// btn_ToConfig
|
|
//
|
|
this.btn_ToConfig.Location = new System.Drawing.Point(78, 259);
|
|
this.btn_ToConfig.Name = "btn_ToConfig";
|
|
this.btn_ToConfig.Size = new System.Drawing.Size(75, 26);
|
|
this.btn_ToConfig.TabIndex = 0;
|
|
this.btn_ToConfig.Text = "配置";
|
|
this.btn_ToConfig.UseVisualStyleBackColor = true;
|
|
this.btn_ToConfig.Click += new System.EventHandler(this.btn_ToConfig_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
this.label1.Location = new System.Drawing.Point(124, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(193, 29);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "配置信息工具";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(101, 78);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "配置域名:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(101, 118);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "配置端口:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(101, 158);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(113, 12);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "配置同步刷新时间:";
|
|
//
|
|
// txt_domainN
|
|
//
|
|
this.txt_domainN.Location = new System.Drawing.Point(162, 75);
|
|
this.txt_domainN.Name = "txt_domainN";
|
|
this.txt_domainN.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_domainN.TabIndex = 2;
|
|
//
|
|
// txt_port
|
|
//
|
|
this.txt_port.Location = new System.Drawing.Point(162, 115);
|
|
this.txt_port.Name = "txt_port";
|
|
this.txt_port.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_port.TabIndex = 2;
|
|
//
|
|
// txt_timer
|
|
//
|
|
this.txt_timer.Location = new System.Drawing.Point(208, 155);
|
|
this.txt_timer.Name = "txt_timer";
|
|
this.txt_timer.Size = new System.Drawing.Size(54, 21);
|
|
this.txt_timer.TabIndex = 2;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.ForeColor = System.Drawing.Color.Red;
|
|
this.label5.Location = new System.Drawing.Point(268, 78);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(155, 12);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "(格式如:114.116.135.188)";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
|
this.label6.Location = new System.Drawing.Point(268, 118);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(89, 12);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "(格式如:8000)";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.Color.Red;
|
|
this.label7.Location = new System.Drawing.Point(268, 158);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(65, 12);
|
|
this.label7.TabIndex = 1;
|
|
this.label7.Text = "(单位为秒)";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(101, 192);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(113, 12);
|
|
this.label8.TabIndex = 1;
|
|
this.label8.Text = "配置查询的部门列:";
|
|
//
|
|
// txt_Deptnumber
|
|
//
|
|
this.txt_Deptnumber.Location = new System.Drawing.Point(208, 189);
|
|
this.txt_Deptnumber.Name = "txt_Deptnumber";
|
|
this.txt_Deptnumber.Size = new System.Drawing.Size(101, 21);
|
|
this.txt_Deptnumber.TabIndex = 2;
|
|
//
|
|
// txt_Key
|
|
//
|
|
this.txt_Key.Location = new System.Drawing.Point(162, 222);
|
|
this.txt_Key.Name = "txt_Key";
|
|
this.txt_Key.Size = new System.Drawing.Size(261, 21);
|
|
this.txt_Key.TabIndex = 2;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(101, 225);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(71, 12);
|
|
this.label9.TabIndex = 1;
|
|
this.label9.Text = "配置key值:";
|
|
//
|
|
// config
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(455, 329);
|
|
this.Controls.Add(this.txt_Key);
|
|
this.Controls.Add(this.txt_Deptnumber);
|
|
this.Controls.Add(this.txt_timer);
|
|
this.Controls.Add(this.txt_port);
|
|
this.Controls.Add(this.txt_domainN);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btn_ToConfig);
|
|
this.Controls.Add(this.btn_Close);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.Name = "config";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "config";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.config_FormClosing);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.Button btn_ToConfig;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txt_domainN;
|
|
private System.Windows.Forms.TextBox txt_port;
|
|
private System.Windows.Forms.TextBox txt_timer;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txt_Deptnumber;
|
|
private System.Windows.Forms.TextBox txt_Key;
|
|
private System.Windows.Forms.Label label9;
|
|
}
|
|
} |