namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_011 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_011)); this.txtRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnNotPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.SuspendLayout(); // // txtRecordDate // this.txtRecordDate.BackColor = System.Drawing.SystemColors.Window; this.txtRecordDate.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRecordDate.ErrorMessage = ""; this.txtRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRecordDate.Location = new System.Drawing.Point(67, 12); this.txtRecordDate.MaxLength = 500; this.txtRecordDate.Multiline = true; this.txtRecordDate.Name = "txtRecordDate"; this.txtRecordDate.Size = new System.Drawing.Size(311, 87); this.txtRecordDate.TabIndex = 28; // // btnPass // this.btnPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPass.BackColor = System.Drawing.Color.Transparent; this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage"))); this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPass.ForeColor = System.Drawing.Color.White; this.btnPass.Location = new System.Drawing.Point(111, 105); this.btnPass.Name = "btnPass"; this.btnPass.Size = new System.Drawing.Size(85, 30); this.btnPass.TabIndex = 26; this.btnPass.Text = "通过"; this.btnPass.UseVisualStyleBackColor = false; this.btnPass.Click += new System.EventHandler(this.btnPass_Click); // // btnNotPass // this.btnNotPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnNotPass.BackColor = System.Drawing.Color.Transparent; this.btnNotPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNotPass.BackgroundImage"))); this.btnNotPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNotPass.ForeColor = System.Drawing.Color.White; this.btnNotPass.Location = new System.Drawing.Point(202, 105); this.btnNotPass.Name = "btnNotPass"; this.btnNotPass.Size = new System.Drawing.Size(85, 30); this.btnNotPass.TabIndex = 27; this.btnNotPass.Text = "不通过"; this.btnNotPass.UseVisualStyleBackColor = false; this.btnNotPass.Click += new System.EventHandler(this.btnNotPass_Click); // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(8, 17); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 25; this.c_Label1.Text = "审批意见"; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(293, 105); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 29; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // S_CMN_011 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(394, 160); this.Controls.Add(this.btnClose); this.Controls.Add(this.txtRecordDate); this.Controls.Add(this.btnPass); this.Controls.Add(this.btnNotPass); this.Controls.Add(this.c_Label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_011"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "审批意见"; this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.btnNotPass, 0); this.Controls.SetChildIndex(this.btnPass, 0); this.Controls.SetChildIndex(this.txtRecordDate, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_TextBox txtRecordDate; private Basics.BaseControls.C_Button btnPass; private Basics.BaseControls.C_Button btnNotPass; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Button btnClose; } }