基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+113
@@ -0,0 +1,113 @@
|
||||
namespace lserp_UpdateDepart
|
||||
{
|
||||
partial class xuanze
|
||||
{
|
||||
/// <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.label1 = new System.Windows.Forms.Label();
|
||||
this.btn_Depart = new System.Windows.Forms.Button();
|
||||
this.btn_Emp = new System.Windows.Forms.Button();
|
||||
this.btn_config = new System.Windows.Forms.Button();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label1.ForeColor = System.Drawing.Color.Red;
|
||||
this.label1.Location = new System.Drawing.Point(162, 49);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(289, 16);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "请选择需要更新的项目(部门/人员)";
|
||||
//
|
||||
// btn_Depart
|
||||
//
|
||||
this.btn_Depart.Location = new System.Drawing.Point(115, 104);
|
||||
this.btn_Depart.Name = "btn_Depart";
|
||||
this.btn_Depart.Size = new System.Drawing.Size(75, 32);
|
||||
this.btn_Depart.TabIndex = 1;
|
||||
this.btn_Depart.Text = "部门";
|
||||
this.btn_Depart.UseVisualStyleBackColor = true;
|
||||
this.btn_Depart.Click += new System.EventHandler(this.btn_Depart_Click);
|
||||
//
|
||||
// btn_Emp
|
||||
//
|
||||
this.btn_Emp.Location = new System.Drawing.Point(257, 104);
|
||||
this.btn_Emp.Name = "btn_Emp";
|
||||
this.btn_Emp.Size = new System.Drawing.Size(75, 32);
|
||||
this.btn_Emp.TabIndex = 1;
|
||||
this.btn_Emp.Text = "人员";
|
||||
this.btn_Emp.UseVisualStyleBackColor = true;
|
||||
this.btn_Emp.Click += new System.EventHandler(this.btn_Emp_Click);
|
||||
//
|
||||
// btn_config
|
||||
//
|
||||
this.btn_config.Location = new System.Drawing.Point(412, 104);
|
||||
this.btn_config.Name = "btn_config";
|
||||
this.btn_config.Size = new System.Drawing.Size(75, 32);
|
||||
this.btn_config.TabIndex = 1;
|
||||
this.btn_config.Text = "修改配置";
|
||||
this.btn_config.UseVisualStyleBackColor = true;
|
||||
this.btn_config.Click += new System.EventHandler(this.btn_config_Click);
|
||||
//
|
||||
// timer1
|
||||
//
|
||||
this.timer1.Enabled = true;
|
||||
this.timer1.Interval = 60000;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// xuanze
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(601, 181);
|
||||
this.Controls.Add(this.btn_config);
|
||||
this.Controls.Add(this.btn_Emp);
|
||||
this.Controls.Add(this.btn_Depart);
|
||||
this.Controls.Add(this.label1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "xuanze";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "选择更新项";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Button btn_Depart;
|
||||
private System.Windows.Forms.Button btn_Emp;
|
||||
private System.Windows.Forms.Button btn_config;
|
||||
private System.Windows.Forms.Timer timer1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user