namespace Core.StlMes.Client.Mcp.Mch.Report { partial class FrmTwistinReport { /// /// 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 valueListItem9 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem(); this.top = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); ((System.ComponentModel.ISupportInitialize)(this.top)).BeginInit(); this.SuspendLayout(); // // top // this.top.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem9.DataValue = "0"; valueListItem9.DisplayText = "不合格"; valueListItem10.DataValue = "1"; valueListItem10.DisplayText = "合格"; this.top.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem9, valueListItem10}); this.top.Location = new System.Drawing.Point(765, 322); this.top.Margin = new System.Windows.Forms.Padding(4); this.top.Name = "top"; this.top.Size = new System.Drawing.Size(75, 24); this.top.TabIndex = 85; this.top.Visible = false; // // FrmTwistinReport // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1604, 669); this.Controls.Add(this.top); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FrmTwistinReport"; this.Text = "拧接台帐"; ((System.ComponentModel.ISupportInitialize)(this.top)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected Infragistics.Win.UltraWinEditors.UltraComboEditor top; } }