| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class S_CMN_011
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|