123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
-
- namespace wispro.sp.winClient
- {
- partial class Form1
- {
- /// <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()
- {
- 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
- //
- 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 = "测试IPEasy获取数据";
- button1.UseVisualStyleBackColor = true;
- button1.Click += button1_Click;
- //
- // button2
- //
- 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 = "测试从IPEasy下载文件数据";
- button2.UseVisualStyleBackColor = true;
- button2.Click += button2_Click;
- //
- // button3
- //
- 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.Visible = false;
- button3.Click += button3_Click;
- //
- // button5
- //
- 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
- //
- 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
- //
- 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
- //
- 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
- //
- 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
- //
- 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
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button9;
- }
- }
|