namespace Core.StlMes.Client.Judge.Forms { partial class PopupAudite { /// /// 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(PopupAudite)); this.btnSubmit = new System.Windows.Forms.Button(); this.txtAudit = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.cmbAuditType = new Core.Mes.Client.Comm.Control.LabelComboBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).BeginInit(); this.SuspendLayout(); // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(336, 15); this.btnSubmit.Margin = new System.Windows.Forms.Padding(4); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(100, 29); this.btnSubmit.TabIndex = 0; this.btnSubmit.Text = "确认"; this.btnSubmit.UseVisualStyleBackColor = true; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // txtAudit // this.txtAudit.Dock = System.Windows.Forms.DockStyle.Fill; this.txtAudit.Location = new System.Drawing.Point(0, 61); this.txtAudit.Margin = new System.Windows.Forms.Padding(4); this.txtAudit.MaxLength = 250; this.txtAudit.Multiline = true; this.txtAudit.Name = "txtAudit"; this.txtAudit.Size = new System.Drawing.Size(586, 304); this.txtAudit.TabIndex = 2; // // panel1 // this.panel1.Controls.Add(this.btnSubmit); this.panel1.Controls.Add(this.cmbAuditType); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(586, 61); this.panel1.TabIndex = 3; // // 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(18, 17); 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 = "1"; valueListItem1.DisplayText = "通过"; valueListItem2.DataValue = "0"; 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(149, 24); 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(67, 15); this.cmbAuditType.Label.TabIndex = 2; this.cmbAuditType.Label.Text = "审核结果"; this.cmbAuditType.Location = new System.Drawing.Point(82, 16); this.cmbAuditType.Margin = new System.Windows.Forms.Padding(5); this.cmbAuditType.Name = "cmbAuditType"; this.cmbAuditType.Size = new System.Drawing.Size(223, 26); this.cmbAuditType.TabIndex = 1; // // PopupAudite // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(586, 365); this.Controls.Add(this.txtAudit); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PopupAudite"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "审核"; this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSubmit; public System.Windows.Forms.Button BtnSubmit { get { return btnSubmit; } set { btnSubmit = value; } } private Core.Mes.Client.Comm.Control.LabelComboBox cmbAuditType; private System.Windows.Forms.TextBox txtAudit; public System.Windows.Forms.TextBox TxtAudit { get { return txtAudit; } set { txtAudit = value; } } private System.Windows.Forms.Panel panel1; public Core.Mes.Client.Comm.Control.LabelComboBox CmbAuditType { get { return cmbAuditType; } set { cmbAuditType = value; } } } }