namespace Core.StlMes.Client.Mcp.Mch.Report { partial class FrmBundingReport { /// /// 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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BindingList`1", -1); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBundingReport)); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem(); this.uceShort = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); ((System.ComponentModel.ISupportInitialize)(this.uceShort)).BeginInit(); this.SuspendLayout(); // // CrackDetectGrid // ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True; ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False; ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; // // uceShort // this.uceShort.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem3.DataValue = "0"; valueListItem3.DisplayText = "否"; valueListItem4.DataValue = "1"; valueListItem4.DisplayText = "是"; this.uceShort.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem3, valueListItem4}); this.uceShort.Location = new System.Drawing.Point(862, 291); this.uceShort.Margin = new System.Windows.Forms.Padding(4); this.uceShort.Name = "uceShort"; this.uceShort.Size = new System.Drawing.Size(75, 24); this.uceShort.TabIndex = 87; this.uceShort.Visible = false; // // FrmBundingReport // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1805, 669); this.Name = "FrmBundingReport"; this.Text = "打捆台账"; ((System.ComponentModel.ISupportInitialize)(this.uceShort)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected Infragistics.Win.UltraWinEditors.UltraComboEditor uceShort; } }