F_HR_0103.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. using Dongke.IBOSS.PRD.Basics.BaseControls;
  2. namespace Dongke.IBOSS.PRD.Client.HRModule
  3. {
  4. partial class F_HR_0103
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0103));
  30. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.chkStaffStatus0 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  33. this.chkStaffStatus1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  34. this.chkStaffStatus2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  35. this.SuspendLayout();
  36. //
  37. // btnOK
  38. //
  39. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  40. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  41. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  42. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.btnOK.ForeColor = System.Drawing.Color.White;
  44. this.btnOK.Location = new System.Drawing.Point(99, 73);
  45. this.btnOK.Name = "btnOK";
  46. this.btnOK.Size = new System.Drawing.Size(85, 30);
  47. this.btnOK.TabIndex = 12;
  48. this.btnOK.Text = "确定(&K)";
  49. this.btnOK.UseVisualStyleBackColor = false;
  50. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  55. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  56. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  57. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  58. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.btnClose.ForeColor = System.Drawing.Color.White;
  60. this.btnClose.Location = new System.Drawing.Point(190, 73);
  61. this.btnClose.Name = "btnClose";
  62. this.btnClose.Size = new System.Drawing.Size(85, 30);
  63. this.btnClose.TabIndex = 13;
  64. this.btnClose.Text = "取消(&C)";
  65. this.btnClose.UseVisualStyleBackColor = false;
  66. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  67. //
  68. // chkStaffStatus0
  69. //
  70. this.chkStaffStatus0.AutoSize = true;
  71. this.chkStaffStatus0.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.chkStaffStatus0.Location = new System.Drawing.Point(37, 38);
  73. this.chkStaffStatus0.Name = "chkStaffStatus0";
  74. this.chkStaffStatus0.Size = new System.Drawing.Size(59, 16);
  75. this.chkStaffStatus0.TabIndex = 14;
  76. this.chkStaffStatus0.Text = "未入职";
  77. this.chkStaffStatus0.UseVisualStyleBackColor = true;
  78. //
  79. // chkStaffStatus1
  80. //
  81. this.chkStaffStatus1.AutoSize = true;
  82. this.chkStaffStatus1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.chkStaffStatus1.Location = new System.Drawing.Point(113, 38);
  84. this.chkStaffStatus1.Name = "chkStaffStatus1";
  85. this.chkStaffStatus1.Size = new System.Drawing.Size(59, 16);
  86. this.chkStaffStatus1.TabIndex = 14;
  87. this.chkStaffStatus1.Text = "试用期";
  88. this.chkStaffStatus1.UseVisualStyleBackColor = true;
  89. //
  90. // chkStaffStatus2
  91. //
  92. this.chkStaffStatus2.AutoSize = true;
  93. this.chkStaffStatus2.Checked = true;
  94. this.chkStaffStatus2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.chkStaffStatus2.Location = new System.Drawing.Point(188, 38);
  96. this.chkStaffStatus2.Name = "chkStaffStatus2";
  97. this.chkStaffStatus2.Size = new System.Drawing.Size(47, 16);
  98. this.chkStaffStatus2.TabIndex = 14;
  99. this.chkStaffStatus2.TabStop = true;
  100. this.chkStaffStatus2.Text = "入职";
  101. this.chkStaffStatus2.UseVisualStyleBackColor = true;
  102. //
  103. // F_HR_0103
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.CancelButton = this.btnClose;
  108. this.ClientSize = new System.Drawing.Size(287, 128);
  109. this.Controls.Add(this.chkStaffStatus2);
  110. this.Controls.Add(this.chkStaffStatus1);
  111. this.Controls.Add(this.chkStaffStatus0);
  112. this.Controls.Add(this.btnClose);
  113. this.Controls.Add(this.btnOK);
  114. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  115. this.IsSaveFormSize = false;
  116. this.MaximizeBox = false;
  117. this.MinimizeBox = false;
  118. this.Name = "F_HR_0103";
  119. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  120. this.StatusSizingGrip = false;
  121. this.Text = "员工状态";
  122. this.Controls.SetChildIndex(this.btnOK, 0);
  123. this.Controls.SetChildIndex(this.btnClose, 0);
  124. this.Controls.SetChildIndex(this.chkStaffStatus0, 0);
  125. this.Controls.SetChildIndex(this.chkStaffStatus1, 0);
  126. this.Controls.SetChildIndex(this.chkStaffStatus2, 0);
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private C_Button btnOK;
  132. private C_Button btnClose;
  133. private C_RadioButton chkStaffStatus0;
  134. private C_RadioButton chkStaffStatus1;
  135. private C_RadioButton chkStaffStatus2;
  136. }
  137. }