F_PAM_0504.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_PAM_0504
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0504));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.rbt1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  32. this.rbt2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  33. this.SuspendLayout();
  34. //
  35. // btnCancel
  36. //
  37. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  38. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  39. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  40. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  41. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.btnCancel.ForeColor = System.Drawing.Color.White;
  43. this.btnCancel.Location = new System.Drawing.Point(128, 60);
  44. this.btnCancel.Name = "btnCancel";
  45. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  46. this.btnCancel.TabIndex = 14;
  47. this.btnCancel.Text = "关闭";
  48. this.btnCancel.UseVisualStyleBackColor = false;
  49. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  50. //
  51. // btnSave
  52. //
  53. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  54. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  55. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  56. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.btnSave.ForeColor = System.Drawing.Color.White;
  58. this.btnSave.Location = new System.Drawing.Point(37, 60);
  59. this.btnSave.Name = "btnSave";
  60. this.btnSave.Size = new System.Drawing.Size(85, 30);
  61. this.btnSave.TabIndex = 13;
  62. this.btnSave.Text = "保存";
  63. this.btnSave.UseVisualStyleBackColor = false;
  64. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  65. //
  66. // rbt1
  67. //
  68. this.rbt1.AutoSize = true;
  69. this.rbt1.Checked = true;
  70. this.rbt1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.rbt1.Location = new System.Drawing.Point(27, 27);
  72. this.rbt1.Name = "rbt1";
  73. this.rbt1.Size = new System.Drawing.Size(71, 16);
  74. this.rbt1.TabIndex = 15;
  75. this.rbt1.TabStop = true;
  76. this.rbt1.Text = "审核通过";
  77. this.rbt1.UseVisualStyleBackColor = true;
  78. //
  79. // rbt2
  80. //
  81. this.rbt2.AutoSize = true;
  82. this.rbt2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.rbt2.Location = new System.Drawing.Point(104, 27);
  84. this.rbt2.Name = "rbt2";
  85. this.rbt2.Size = new System.Drawing.Size(83, 16);
  86. this.rbt2.TabIndex = 15;
  87. this.rbt2.TabStop = true;
  88. this.rbt2.Text = "审核不通过";
  89. this.rbt2.UseVisualStyleBackColor = true;
  90. //
  91. // F_PAM_0504
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.CancelButton = this.btnCancel;
  96. this.ClientSize = new System.Drawing.Size(226, 117);
  97. this.Controls.Add(this.rbt2);
  98. this.Controls.Add(this.rbt1);
  99. this.Controls.Add(this.btnCancel);
  100. this.Controls.Add(this.btnSave);
  101. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  102. this.IsSaveFormSize = false;
  103. this.MaximizeBox = false;
  104. this.MinimizeBox = false;
  105. this.Name = "F_PAM_0504";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.StatusSizingGrip = false;
  108. this.Text = "行政考核审核";
  109. this.Controls.SetChildIndex(this.btnSave, 0);
  110. this.Controls.SetChildIndex(this.btnCancel, 0);
  111. this.Controls.SetChildIndex(this.rbt1, 0);
  112. this.Controls.SetChildIndex(this.rbt2, 0);
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private Basics.BaseControls.C_Button btnCancel;
  118. private Basics.BaseControls.C_Button btnSave;
  119. private Basics.BaseControls.C_RadioButton rbt1;
  120. private Basics.BaseControls.C_RadioButton rbt2;
  121. }
  122. }