Form1.Designer.cs 3.4 KB

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