S_CMN_012.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_012
  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(S_CMN_012));
  29. this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnNotPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.SuspendLayout();
  34. //
  35. // btnPass
  36. //
  37. this.btnPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  38. this.btnPass.BackColor = System.Drawing.Color.Transparent;
  39. this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
  40. this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.btnPass.ForeColor = System.Drawing.Color.White;
  42. this.btnPass.Location = new System.Drawing.Point(29, 70);
  43. this.btnPass.Name = "btnPass";
  44. this.btnPass.Size = new System.Drawing.Size(85, 30);
  45. this.btnPass.TabIndex = 28;
  46. this.btnPass.Text = "通过";
  47. this.btnPass.UseVisualStyleBackColor = false;
  48. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  49. //
  50. // btnNotPass
  51. //
  52. this.btnNotPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  53. this.btnNotPass.BackColor = System.Drawing.Color.Transparent;
  54. this.btnNotPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNotPass.BackgroundImage")));
  55. this.btnNotPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.btnNotPass.ForeColor = System.Drawing.Color.White;
  57. this.btnNotPass.Location = new System.Drawing.Point(120, 70);
  58. this.btnNotPass.Name = "btnNotPass";
  59. this.btnNotPass.Size = new System.Drawing.Size(85, 30);
  60. this.btnNotPass.TabIndex = 29;
  61. this.btnNotPass.Text = "不通过";
  62. this.btnNotPass.UseVisualStyleBackColor = false;
  63. this.btnNotPass.Click += new System.EventHandler(this.btnNotPass_Click);
  64. //
  65. // c_Label1
  66. //
  67. this.c_Label1.AutoSize = true;
  68. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  69. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  71. this.c_Label1.Location = new System.Drawing.Point(51, 27);
  72. this.c_Label1.Name = "c_Label1";
  73. this.c_Label1.Size = new System.Drawing.Size(89, 12);
  74. this.c_Label1.TabIndex = 30;
  75. this.c_Label1.Text = "审核是否通过?";
  76. //
  77. // btnClose
  78. //
  79. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  80. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  81. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  82. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.btnClose.ForeColor = System.Drawing.Color.White;
  84. this.btnClose.Location = new System.Drawing.Point(211, 70);
  85. this.btnClose.Name = "btnClose";
  86. this.btnClose.Size = new System.Drawing.Size(85, 30);
  87. this.btnClose.TabIndex = 31;
  88. this.btnClose.Text = "关闭";
  89. this.btnClose.UseVisualStyleBackColor = false;
  90. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  91. //
  92. // S_CMN_012
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(308, 137);
  97. this.Controls.Add(this.btnClose);
  98. this.Controls.Add(this.c_Label1);
  99. this.Controls.Add(this.btnPass);
  100. this.Controls.Add(this.btnNotPass);
  101. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  102. this.IsSaveFormSize = false;
  103. this.MaximizeBox = false;
  104. this.MinimizeBox = false;
  105. this.Name = "S_CMN_012";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.StatusSizingGrip = false;
  108. this.Text = "审核";
  109. this.Controls.SetChildIndex(this.btnNotPass, 0);
  110. this.Controls.SetChildIndex(this.btnPass, 0);
  111. this.Controls.SetChildIndex(this.c_Label1, 0);
  112. this.Controls.SetChildIndex(this.btnClose, 0);
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private Basics.BaseControls.C_Button btnPass;
  118. private Basics.BaseControls.C_Button btnNotPass;
  119. private Basics.BaseControls.C_Label c_Label1;
  120. private Basics.BaseControls.C_Button btnClose;
  121. }
  122. }