Form1.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. 
  2. namespace wispro.sp.winClient
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. button1 = new System.Windows.Forms.Button();
  30. button2 = new System.Windows.Forms.Button();
  31. button3 = new System.Windows.Forms.Button();
  32. button5 = new System.Windows.Forms.Button();
  33. button6 = new System.Windows.Forms.Button();
  34. button7 = new System.Windows.Forms.Button();
  35. button4 = new System.Windows.Forms.Button();
  36. button9 = new System.Windows.Forms.Button();
  37. SuspendLayout();
  38. //
  39. // button1
  40. //
  41. button1.Location = new System.Drawing.Point(61, 80);
  42. button1.Margin = new System.Windows.Forms.Padding(4);
  43. button1.Name = "button1";
  44. button1.Size = new System.Drawing.Size(304, 79);
  45. button1.TabIndex = 0;
  46. button1.Text = "测试IPEasy获取数据";
  47. button1.UseVisualStyleBackColor = true;
  48. button1.Click += button1_Click;
  49. //
  50. // button2
  51. //
  52. button2.Location = new System.Drawing.Point(415, 80);
  53. button2.Margin = new System.Windows.Forms.Padding(4);
  54. button2.Name = "button2";
  55. button2.Size = new System.Drawing.Size(304, 79);
  56. button2.TabIndex = 0;
  57. button2.Text = "测试从IPEasy下载文件数据";
  58. button2.UseVisualStyleBackColor = true;
  59. button2.Click += button2_Click;
  60. //
  61. // button3
  62. //
  63. button3.Location = new System.Drawing.Point(749, 80);
  64. button3.Margin = new System.Windows.Forms.Padding(4);
  65. button3.Name = "button3";
  66. button3.Size = new System.Drawing.Size(304, 79);
  67. button3.TabIndex = 0;
  68. button3.Text = "计算绩效";
  69. button3.UseVisualStyleBackColor = true;
  70. button3.Visible = false;
  71. button3.Click += button3_Click;
  72. //
  73. // button5
  74. //
  75. button5.Location = new System.Drawing.Point(318, 186);
  76. button5.Margin = new System.Windows.Forms.Padding(4);
  77. button5.Name = "button5";
  78. button5.Size = new System.Drawing.Size(202, 52);
  79. button5.TabIndex = 1;
  80. button5.Text = "获取绩效报表";
  81. button5.UseVisualStyleBackColor = true;
  82. button5.Click += button5_Click;
  83. //
  84. // button6
  85. //
  86. button6.Location = new System.Drawing.Point(584, 186);
  87. button6.Margin = new System.Windows.Forms.Padding(4);
  88. button6.Name = "button6";
  89. button6.Size = new System.Drawing.Size(202, 52);
  90. button6.TabIndex = 1;
  91. button6.Text = "更新绩效数据";
  92. button6.UseVisualStyleBackColor = true;
  93. button6.Click += button6_Click;
  94. //
  95. // button7
  96. //
  97. button7.Location = new System.Drawing.Point(850, 186);
  98. button7.Margin = new System.Windows.Forms.Padding(4);
  99. button7.Name = "button7";
  100. button7.Size = new System.Drawing.Size(202, 52);
  101. button7.TabIndex = 1;
  102. button7.Text = "发送疑似问题通知";
  103. button7.UseVisualStyleBackColor = true;
  104. button7.Click += button7_Click;
  105. //
  106. // button4
  107. //
  108. button4.Location = new System.Drawing.Point(33, 184);
  109. button4.Margin = new System.Windows.Forms.Padding(4);
  110. button4.Name = "button4";
  111. button4.Size = new System.Drawing.Size(252, 51);
  112. button4.TabIndex = 2;
  113. button4.Text = "重新计算季度考核信息";
  114. button4.UseVisualStyleBackColor = true;
  115. button4.Click += button4_Click_1;
  116. //
  117. // button9
  118. //
  119. button9.Location = new System.Drawing.Point(607, 4);
  120. button9.Margin = new System.Windows.Forms.Padding(4);
  121. button9.Name = "button9";
  122. button9.Size = new System.Drawing.Size(269, 52);
  123. button9.TabIndex = 1;
  124. button9.Text = "获取一次OA授权数据";
  125. button9.UseVisualStyleBackColor = true;
  126. button9.Click += button9_Click;
  127. //
  128. // Form1
  129. //
  130. AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
  131. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. ClientSize = new System.Drawing.Size(1093, 251);
  133. Controls.Add(button4);
  134. Controls.Add(button7);
  135. Controls.Add(button9);
  136. Controls.Add(button6);
  137. Controls.Add(button5);
  138. Controls.Add(button3);
  139. Controls.Add(button2);
  140. Controls.Add(button1);
  141. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  142. Margin = new System.Windows.Forms.Padding(4);
  143. Name = "Form1";
  144. StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. Text = "人力绩效计算工具";
  146. ResumeLayout(false);
  147. }
  148. #endregion
  149. private System.Windows.Forms.Button button1;
  150. private System.Windows.Forms.Button button2;
  151. private System.Windows.Forms.Button button3;
  152. private System.Windows.Forms.Button button5;
  153. private System.Windows.Forms.Button button6;
  154. private System.Windows.Forms.Button button7;
  155. private System.Windows.Forms.Button button4;
  156. private System.Windows.Forms.Button button9;
  157. }
  158. }