namespace wispro.sp.winClient { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }