namespace Core.StlMes.Client.Mcp.Control.Machining
{
partial class MchControlBase
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
this.name = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.uteSuspicious = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.cmbBz = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbBc = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.uteScrapped = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.name)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uteSuspicious)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbBz)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbBc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uteScrapped)).BeginInit();
this.SuspendLayout();
//
// name
//
this.name.Location = new System.Drawing.Point(303, 68);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(144, 24);
this.name.TabIndex = 79;
this.name.Visible = false;
//
// uteSuspicious
//
editorButton1.Key = "select";
editorButton1.Text = "录入";
this.uteSuspicious.ButtonsRight.Add(editorButton1);
this.uteSuspicious.Location = new System.Drawing.Point(500, 68);
this.uteSuspicious.Margin = new System.Windows.Forms.Padding(4);
this.uteSuspicious.Name = "uteSuspicious";
this.uteSuspicious.Size = new System.Drawing.Size(183, 24);
this.uteSuspicious.TabIndex = 78;
this.uteSuspicious.Visible = false;
this.uteSuspicious.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uteSuspicious_EditorButtonClick);
//
// cmbBz
//
this.cmbBz.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
valueListItem1.DataValue = "1";
valueListItem1.DisplayText = "甲";
valueListItem2.DataValue = "2";
valueListItem2.DisplayText = "乙";
valueListItem3.DataValue = "3";
valueListItem3.DisplayText = "丙";
valueListItem4.DataValue = "4";
valueListItem4.DisplayText = "丁";
this.cmbBz.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2,
valueListItem3,
valueListItem4});
this.cmbBz.Location = new System.Drawing.Point(50, 58);
this.cmbBz.Margin = new System.Windows.Forms.Padding(4);
this.cmbBz.Name = "cmbBz";
this.cmbBz.Size = new System.Drawing.Size(75, 24);
this.cmbBz.TabIndex = 77;
this.cmbBz.Visible = false;
//
// cmbBc
//
this.cmbBc.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
valueListItem5.DataValue = "1";
valueListItem5.DisplayText = "早";
valueListItem6.DataValue = "2";
valueListItem6.DisplayText = "中";
valueListItem7.DataValue = "3";
valueListItem7.DisplayText = "晚";
valueListItem8.DataValue = "0";
valueListItem8.DisplayText = "白";
this.cmbBc.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem5,
valueListItem6,
valueListItem7,
valueListItem8});
this.cmbBc.Location = new System.Drawing.Point(174, 68);
this.cmbBc.Margin = new System.Windows.Forms.Padding(4);
this.cmbBc.Name = "cmbBc";
this.cmbBc.Size = new System.Drawing.Size(75, 24);
this.cmbBc.TabIndex = 76;
this.cmbBc.Visible = false;
//
// ultraGrid1
//
appearance2.BackColor = System.Drawing.Color.Transparent;
this.ultraGrid1.DisplayLayout.Appearance = appearance2;
this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
this.ultraGrid1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
this.ultraGrid1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
appearance4.BackColor = System.Drawing.Color.Transparent;
this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance4;
appearance6.TextVAlignAsString = "Middle";
this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance6;
this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
appearance7.TextHAlignAsString = "Center";
appearance7.TextVAlignAsString = "Middle";
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance7;
this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(743, 150);
this.ultraGrid1.TabIndex = 80;
this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
//
// uteScrapped
//
editorButton2.Key = "select";
editorButton2.Text = "录入";
this.uteScrapped.ButtonsRight.Add(editorButton2);
this.uteScrapped.Location = new System.Drawing.Point(500, 15);
this.uteScrapped.Margin = new System.Windows.Forms.Padding(4);
this.uteScrapped.Name = "uteScrapped";
this.uteScrapped.Size = new System.Drawing.Size(183, 24);
this.uteScrapped.TabIndex = 81;
this.uteScrapped.Visible = false;
this.uteScrapped.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uteScrapped_EditorButtonClick);
//
// MchControlBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uteScrapped);
this.Controls.Add(this.cmbBc);
this.Controls.Add(this.cmbBz);
this.Controls.Add(this.uteSuspicious);
this.Controls.Add(this.name);
this.Controls.Add(this.ultraGrid1);
this.Name = "MchControlBase";
this.Size = new System.Drawing.Size(743, 150);
((System.ComponentModel.ISupportInitialize)(this.name)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uteSuspicious)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbBz)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbBc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uteScrapped)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
protected Infragistics.Win.UltraWinEditors.UltraComboEditor name;
protected Infragistics.Win.UltraWinEditors.UltraTextEditor uteSuspicious;
protected Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBz;
protected Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBc;
protected Infragistics.Win.UltraWinEditors.UltraTextEditor uteScrapped;
public Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
}
}