Form1.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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.button4 = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.Location = new System.Drawing.Point(52, 69);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(257, 68);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "合并反馈文档";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // button2
  46. //
  47. this.button2.Location = new System.Drawing.Point(351, 69);
  48. this.button2.Name = "button2";
  49. this.button2.Size = new System.Drawing.Size(257, 68);
  50. this.button2.TabIndex = 0;
  51. this.button2.Text = "输入绩效基本点数";
  52. this.button2.UseVisualStyleBackColor = true;
  53. this.button2.Click += new System.EventHandler(this.button2_Click);
  54. //
  55. // button3
  56. //
  57. this.button3.Location = new System.Drawing.Point(634, 69);
  58. this.button3.Name = "button3";
  59. this.button3.Size = new System.Drawing.Size(257, 68);
  60. this.button3.TabIndex = 0;
  61. this.button3.Text = "计算绩效";
  62. this.button3.UseVisualStyleBackColor = true;
  63. this.button3.Click += new System.EventHandler(this.button3_Click);
  64. //
  65. // button4
  66. //
  67. this.button4.Location = new System.Drawing.Point(295, 164);
  68. this.button4.Name = "button4";
  69. this.button4.Size = new System.Drawing.Size(171, 45);
  70. this.button4.TabIndex = 1;
  71. this.button4.Text = "测试IPEasy";
  72. this.button4.UseVisualStyleBackColor = true;
  73. this.button4.Click += new System.EventHandler(this.button4_Click);
  74. //
  75. // Form1
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(925, 215);
  80. this.Controls.Add(this.button4);
  81. this.Controls.Add(this.button3);
  82. this.Controls.Add(this.button2);
  83. this.Controls.Add(this.button1);
  84. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  85. this.Name = "Form1";
  86. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  87. this.Text = "人力绩效计算工具";
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. private System.Windows.Forms.Button button1;
  92. private System.Windows.Forms.Button button2;
  93. private System.Windows.Forms.Button button3;
  94. private System.Windows.Forms.Button button4;
  95. }
  96. }