Form1.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button5 = new System.Windows.Forms.Button();
  33. this.button6 = new System.Windows.Forms.Button();
  34. this.button7 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(61, 80);
  40. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  41. this.button1.Name = "button1";
  42. this.button1.Size = new System.Drawing.Size(304, 79);
  43. this.button1.TabIndex = 0;
  44. this.button1.Text = "合并反馈文档";
  45. this.button1.UseVisualStyleBackColor = true;
  46. this.button1.Click += new System.EventHandler(this.button1_Click);
  47. //
  48. // button2
  49. //
  50. this.button2.Location = new System.Drawing.Point(415, 80);
  51. this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  52. this.button2.Name = "button2";
  53. this.button2.Size = new System.Drawing.Size(304, 79);
  54. this.button2.TabIndex = 0;
  55. this.button2.Text = "输入绩效基本点数";
  56. this.button2.UseVisualStyleBackColor = true;
  57. this.button2.Click += new System.EventHandler(this.button2_Click);
  58. //
  59. // button3
  60. //
  61. this.button3.Location = new System.Drawing.Point(749, 80);
  62. this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  63. this.button3.Name = "button3";
  64. this.button3.Size = new System.Drawing.Size(304, 79);
  65. this.button3.TabIndex = 0;
  66. this.button3.Text = "计算绩效";
  67. this.button3.UseVisualStyleBackColor = true;
  68. this.button3.Click += new System.EventHandler(this.button3_Click);
  69. //
  70. // button5
  71. //
  72. this.button5.Location = new System.Drawing.Point(318, 186);
  73. this.button5.Margin = new System.Windows.Forms.Padding(4);
  74. this.button5.Name = "button5";
  75. this.button5.Size = new System.Drawing.Size(202, 52);
  76. this.button5.TabIndex = 1;
  77. this.button5.Text = "获取绩效报表";
  78. this.button5.UseVisualStyleBackColor = true;
  79. this.button5.Click += new System.EventHandler(this.button5_Click);
  80. //
  81. // button6
  82. //
  83. this.button6.Location = new System.Drawing.Point(584, 186);
  84. this.button6.Margin = new System.Windows.Forms.Padding(4);
  85. this.button6.Name = "button6";
  86. this.button6.Size = new System.Drawing.Size(202, 52);
  87. this.button6.TabIndex = 1;
  88. this.button6.Text = "更新绩效数据";
  89. this.button6.UseVisualStyleBackColor = true;
  90. this.button6.Click += new System.EventHandler(this.button6_Click);
  91. //
  92. // button7
  93. //
  94. this.button7.Location = new System.Drawing.Point(850, 186);
  95. this.button7.Margin = new System.Windows.Forms.Padding(4);
  96. this.button7.Name = "button7";
  97. this.button7.Size = new System.Drawing.Size(202, 52);
  98. this.button7.TabIndex = 1;
  99. this.button7.Text = "发送疑似问题通知";
  100. this.button7.UseVisualStyleBackColor = true;
  101. this.button7.Click += new System.EventHandler(this.button7_Click);
  102. //
  103. // Form1
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(1093, 251);
  108. this.Controls.Add(this.button7);
  109. this.Controls.Add(this.button6);
  110. this.Controls.Add(this.button5);
  111. this.Controls.Add(this.button3);
  112. this.Controls.Add(this.button2);
  113. this.Controls.Add(this.button1);
  114. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  115. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  116. this.Name = "Form1";
  117. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  118. this.Text = "人力绩效计算工具";
  119. this.ResumeLayout(false);
  120. }
  121. #endregion
  122. private System.Windows.Forms.Button button1;
  123. private System.Windows.Forms.Button button2;
  124. private System.Windows.Forms.Button button3;
  125. private System.Windows.Forms.Button button5;
  126. private System.Windows.Forms.Button button6;
  127. private System.Windows.Forms.Button button7;
  128. }
  129. }