| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- namespace Core.StlMes.Client.Mcp.Mch.Report
- {
- partial class FrmBundingReport
- {
- /// <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()
- {
- 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;
- }
- }
|