namespace Core.StlMes.Client.Qcm { partial class PopupAudit { /// /// 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() { Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupAudit)); this.btnSubmit = new System.Windows.Forms.Button(); this.txtMemo = new System.Windows.Forms.TextBox(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.cmbAuditType = new Core.Mes.Client.Comm.Control.LabelComboBox(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).BeginInit(); this.SuspendLayout(); // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(192, 12); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(75, 23); this.btnSubmit.TabIndex = 0; this.btnSubmit.Text = "确认"; this.btnSubmit.UseVisualStyleBackColor = true; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // txtMemo // this.txtMemo.Dock = System.Windows.Forms.DockStyle.Fill; this.txtMemo.Location = new System.Drawing.Point(3, 18); this.txtMemo.Multiline = true; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(254, 85); this.txtMemo.TabIndex = 2; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.txtMemo); this.ultraGroupBox1.Location = new System.Drawing.Point(12, 39); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(260, 106); this.ultraGroupBox1.TabIndex = 3; this.ultraGroupBox1.Text = "审核说明"; // // cmbAuditType // this.cmbAuditType.BackColor = System.Drawing.Color.Transparent; // // // this.cmbAuditType.CheckBox.AutoSize = true; this.cmbAuditType.CheckBox.Checked = true; this.cmbAuditType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.cmbAuditType.CheckBox.Location = new System.Drawing.Point(4, 4); this.cmbAuditType.CheckBox.Name = "checkBox1"; this.cmbAuditType.CheckBox.Size = new System.Drawing.Size(15, 14); this.cmbAuditType.CheckBox.TabIndex = 0; this.cmbAuditType.CheckBox.UseVisualStyleBackColor = true; this.cmbAuditType.CheckBox.Visible = false; // // // this.cmbAuditType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbAuditType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem1.DataValue = ""; valueListItem1.DisplayText = "审核通过"; valueListItem2.DataValue = ""; valueListItem2.DisplayText = "审核不通过"; this.cmbAuditType.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem2}); this.cmbAuditType.ComboBox.Location = new System.Drawing.Point(0, 0); this.cmbAuditType.ComboBox.Name = "comboBox1"; this.cmbAuditType.ComboBox.Size = new System.Drawing.Size(113, 21); this.cmbAuditType.ComboBox.TabIndex = 1; // // // this.cmbAuditType.Label.AutoSize = true; this.cmbAuditType.Label.BackColor = System.Drawing.Color.Transparent; this.cmbAuditType.Label.Location = new System.Drawing.Point(4, 4); this.cmbAuditType.Label.Name = "label1"; this.cmbAuditType.Label.Size = new System.Drawing.Size(53, 12); this.cmbAuditType.Label.TabIndex = 2; this.cmbAuditType.Label.Text = "审核结果"; this.cmbAuditType.Location = new System.Drawing.Point(13, 12); this.cmbAuditType.Name = "cmbAuditType"; this.cmbAuditType.Size = new System.Drawing.Size(173, 21); this.cmbAuditType.TabIndex = 1; // // PopupAudit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(285, 154); this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.cmbAuditType); this.Controls.Add(this.btnSubmit); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PopupAudit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "审核"; ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSubmit; private Core.Mes.Client.Comm.Control.LabelComboBox cmbAuditType; public Core.Mes.Client.Comm.Control.LabelComboBox CmbAuditType { get { return cmbAuditType; } set { cmbAuditType = value; } } private System.Windows.Forms.TextBox txtMemo; public System.Windows.Forms.TextBox TxtMemo { get { return txtMemo; } set { txtMemo = value; } } private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; } }