|
@@ -29,137 +29,123 @@ namespace wispro.sp.winClient
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.button2 = new System.Windows.Forms.Button();
|
|
|
- this.button3 = new System.Windows.Forms.Button();
|
|
|
- this.button5 = new System.Windows.Forms.Button();
|
|
|
- this.button6 = new System.Windows.Forms.Button();
|
|
|
- this.button7 = new System.Windows.Forms.Button();
|
|
|
- this.button4 = new System.Windows.Forms.Button();
|
|
|
- this.button8 = new System.Windows.Forms.Button();
|
|
|
- this.button9 = new System.Windows.Forms.Button();
|
|
|
- this.SuspendLayout();
|
|
|
+ button1 = new System.Windows.Forms.Button();
|
|
|
+ button2 = new System.Windows.Forms.Button();
|
|
|
+ button3 = new System.Windows.Forms.Button();
|
|
|
+ button5 = new System.Windows.Forms.Button();
|
|
|
+ button6 = new System.Windows.Forms.Button();
|
|
|
+ button7 = new System.Windows.Forms.Button();
|
|
|
+ button4 = new System.Windows.Forms.Button();
|
|
|
+ button9 = new System.Windows.Forms.Button();
|
|
|
+ SuspendLayout();
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(61, 80);
|
|
|
- this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(304, 79);
|
|
|
- this.button1.TabIndex = 0;
|
|
|
- this.button1.Text = "合并反馈文档";
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ button1.Location = new System.Drawing.Point(61, 80);
|
|
|
+ button1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button1.Name = "button1";
|
|
|
+ button1.Size = new System.Drawing.Size(304, 79);
|
|
|
+ button1.TabIndex = 0;
|
|
|
+ button1.Text = "合并反馈文档";
|
|
|
+ button1.UseVisualStyleBackColor = true;
|
|
|
+ button1.Click += button1_Click;
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
- this.button2.Location = new System.Drawing.Point(415, 80);
|
|
|
- this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(304, 79);
|
|
|
- this.button2.TabIndex = 0;
|
|
|
- this.button2.Text = "输入绩效基本点数";
|
|
|
- this.button2.UseVisualStyleBackColor = true;
|
|
|
- this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ button2.Location = new System.Drawing.Point(415, 80);
|
|
|
+ button2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button2.Name = "button2";
|
|
|
+ button2.Size = new System.Drawing.Size(304, 79);
|
|
|
+ button2.TabIndex = 0;
|
|
|
+ button2.Text = "输入绩效基本点数";
|
|
|
+ button2.UseVisualStyleBackColor = true;
|
|
|
+ button2.Click += button2_Click;
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
- this.button3.Location = new System.Drawing.Point(749, 80);
|
|
|
- this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button3.Name = "button3";
|
|
|
- this.button3.Size = new System.Drawing.Size(304, 79);
|
|
|
- this.button3.TabIndex = 0;
|
|
|
- this.button3.Text = "计算绩效";
|
|
|
- this.button3.UseVisualStyleBackColor = true;
|
|
|
- this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
+ button3.Location = new System.Drawing.Point(749, 80);
|
|
|
+ button3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button3.Name = "button3";
|
|
|
+ button3.Size = new System.Drawing.Size(304, 79);
|
|
|
+ button3.TabIndex = 0;
|
|
|
+ button3.Text = "计算绩效";
|
|
|
+ button3.UseVisualStyleBackColor = true;
|
|
|
+ button3.Click += button3_Click;
|
|
|
//
|
|
|
// button5
|
|
|
//
|
|
|
- this.button5.Location = new System.Drawing.Point(318, 186);
|
|
|
- this.button5.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button5.Name = "button5";
|
|
|
- this.button5.Size = new System.Drawing.Size(202, 52);
|
|
|
- this.button5.TabIndex = 1;
|
|
|
- this.button5.Text = "获取绩效报表";
|
|
|
- this.button5.UseVisualStyleBackColor = true;
|
|
|
- this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
+ button5.Location = new System.Drawing.Point(318, 186);
|
|
|
+ button5.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button5.Name = "button5";
|
|
|
+ button5.Size = new System.Drawing.Size(202, 52);
|
|
|
+ button5.TabIndex = 1;
|
|
|
+ button5.Text = "获取绩效报表";
|
|
|
+ button5.UseVisualStyleBackColor = true;
|
|
|
+ button5.Click += button5_Click;
|
|
|
//
|
|
|
// button6
|
|
|
//
|
|
|
- this.button6.Location = new System.Drawing.Point(584, 186);
|
|
|
- this.button6.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button6.Name = "button6";
|
|
|
- this.button6.Size = new System.Drawing.Size(202, 52);
|
|
|
- this.button6.TabIndex = 1;
|
|
|
- this.button6.Text = "更新绩效数据";
|
|
|
- this.button6.UseVisualStyleBackColor = true;
|
|
|
- this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
|
+ button6.Location = new System.Drawing.Point(584, 186);
|
|
|
+ button6.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button6.Name = "button6";
|
|
|
+ button6.Size = new System.Drawing.Size(202, 52);
|
|
|
+ button6.TabIndex = 1;
|
|
|
+ button6.Text = "更新绩效数据";
|
|
|
+ button6.UseVisualStyleBackColor = true;
|
|
|
+ button6.Click += button6_Click;
|
|
|
//
|
|
|
// button7
|
|
|
//
|
|
|
- this.button7.Location = new System.Drawing.Point(850, 186);
|
|
|
- this.button7.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button7.Name = "button7";
|
|
|
- this.button7.Size = new System.Drawing.Size(202, 52);
|
|
|
- this.button7.TabIndex = 1;
|
|
|
- this.button7.Text = "发送疑似问题通知";
|
|
|
- this.button7.UseVisualStyleBackColor = true;
|
|
|
- this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
|
+ button7.Location = new System.Drawing.Point(850, 186);
|
|
|
+ button7.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button7.Name = "button7";
|
|
|
+ button7.Size = new System.Drawing.Size(202, 52);
|
|
|
+ button7.TabIndex = 1;
|
|
|
+ button7.Text = "发送疑似问题通知";
|
|
|
+ button7.UseVisualStyleBackColor = true;
|
|
|
+ button7.Click += button7_Click;
|
|
|
//
|
|
|
// button4
|
|
|
//
|
|
|
- this.button4.Location = new System.Drawing.Point(33, 184);
|
|
|
- this.button4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button4.Name = "button4";
|
|
|
- this.button4.Size = new System.Drawing.Size(252, 51);
|
|
|
- this.button4.TabIndex = 2;
|
|
|
- this.button4.Text = "重新计算季度考核信息";
|
|
|
- this.button4.UseVisualStyleBackColor = true;
|
|
|
- this.button4.Click += new System.EventHandler(this.button4_Click_1);
|
|
|
- //
|
|
|
- // button8
|
|
|
- //
|
|
|
- this.button8.Location = new System.Drawing.Point(329, 4);
|
|
|
- this.button8.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button8.Name = "button8";
|
|
|
- this.button8.Size = new System.Drawing.Size(202, 52);
|
|
|
- this.button8.TabIndex = 1;
|
|
|
- this.button8.Text = "测试IPEasy";
|
|
|
- this.button8.UseVisualStyleBackColor = true;
|
|
|
- this.button8.Click += new System.EventHandler(this.button8_ClickAsync);
|
|
|
+ button4.Location = new System.Drawing.Point(33, 184);
|
|
|
+ button4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button4.Name = "button4";
|
|
|
+ button4.Size = new System.Drawing.Size(252, 51);
|
|
|
+ button4.TabIndex = 2;
|
|
|
+ button4.Text = "重新计算季度考核信息";
|
|
|
+ button4.UseVisualStyleBackColor = true;
|
|
|
+ button4.Click += button4_Click_1;
|
|
|
//
|
|
|
// button9
|
|
|
//
|
|
|
- this.button9.Location = new System.Drawing.Point(607, 4);
|
|
|
- this.button9.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.button9.Name = "button9";
|
|
|
- this.button9.Size = new System.Drawing.Size(202, 52);
|
|
|
- this.button9.TabIndex = 1;
|
|
|
- this.button9.Text = "更新绩效数据";
|
|
|
- this.button9.UseVisualStyleBackColor = true;
|
|
|
- this.button9.Click += new System.EventHandler(this.button9_Click);
|
|
|
+ button9.Location = new System.Drawing.Point(607, 4);
|
|
|
+ button9.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ button9.Name = "button9";
|
|
|
+ button9.Size = new System.Drawing.Size(269, 52);
|
|
|
+ button9.TabIndex = 1;
|
|
|
+ button9.Text = "获取一次OA授权数据";
|
|
|
+ button9.UseVisualStyleBackColor = true;
|
|
|
+ button9.Click += button9_Click;
|
|
|
//
|
|
|
// Form1
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1093, 251);
|
|
|
- this.Controls.Add(this.button4);
|
|
|
- this.Controls.Add(this.button7);
|
|
|
- this.Controls.Add(this.button9);
|
|
|
- this.Controls.Add(this.button8);
|
|
|
- this.Controls.Add(this.button6);
|
|
|
- this.Controls.Add(this.button5);
|
|
|
- this.Controls.Add(this.button3);
|
|
|
- this.Controls.Add(this.button2);
|
|
|
- this.Controls.Add(this.button1);
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Name = "Form1";
|
|
|
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
- this.Text = "人力绩效计算工具";
|
|
|
- this.ResumeLayout(false);
|
|
|
-
|
|
|
+ AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
|
|
|
+ AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ ClientSize = new System.Drawing.Size(1093, 251);
|
|
|
+ Controls.Add(button4);
|
|
|
+ Controls.Add(button7);
|
|
|
+ Controls.Add(button9);
|
|
|
+ Controls.Add(button6);
|
|
|
+ Controls.Add(button5);
|
|
|
+ Controls.Add(button3);
|
|
|
+ Controls.Add(button2);
|
|
|
+ Controls.Add(button1);
|
|
|
+ FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
+ Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ Name = "Form1";
|
|
|
+ StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ Text = "人力绩效计算工具";
|
|
|
+ ResumeLayout(false);
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
@@ -171,7 +157,6 @@ namespace wispro.sp.winClient
|
|
|
private System.Windows.Forms.Button button6;
|
|
|
private System.Windows.Forms.Button button7;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
- private System.Windows.Forms.Button button8;
|
|
|
private System.Windows.Forms.Button button9;
|
|
|
}
|
|
|
}
|