S_CMN_011.Designer.cs 7.7 KB

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