| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708 |
- namespace Core.StlMes.Client.YdmBcPipeManage
- {
- partial class FrmSupervisonInfo
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("YdmBcSupervisorEntity", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SupervisorCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SupervisorName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SupervisorCall");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColGroup");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColGroupName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Memo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StorageNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StorageName");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem24 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
- 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.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.txtUser = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.userChk = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.utrPlineChk = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.cmbLocationNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.cmbLayNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.chkProTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.label2 = new System.Windows.Forms.Label();
- this.chkBatch = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label7 = new System.Windows.Forms.Label();
- this.txtCall = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label6 = new System.Windows.Forms.Label();
- this.texPlineBom = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.memoBom = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label5 = new System.Windows.Forms.Label();
- this.txtGroupBom = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.txtUserBom = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label1 = new System.Windows.Forms.Label();
- this.YdmBcSupervisorEntitybindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtUser)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.userChk)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utrPlineChk)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLocationNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLayNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPline)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkProTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkBatch)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCall)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.texPlineBom)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.memoBom)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtGroupBom)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtUserBom)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.YdmBcSupervisorEntitybindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.txtUser);
- this.ultraPanel1.ClientArea.Controls.Add(this.userChk);
- this.ultraPanel1.ClientArea.Controls.Add(this.utrPlineChk);
- this.ultraPanel1.ClientArea.Controls.Add(this.cmbLocationNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.cmbLayNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtPline);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkProTime);
- this.ultraPanel1.ClientArea.Controls.Add(this.label2);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkBatch);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1552, 42);
- this.ultraPanel1.TabIndex = 6;
- //
- // txtUser
- //
- this.txtUser.Location = new System.Drawing.Point(323, 9);
- this.txtUser.Name = "txtUser";
- this.txtUser.Size = new System.Drawing.Size(129, 24);
- this.txtUser.TabIndex = 952;
- //
- // userChk
- //
- this.userChk.Location = new System.Drawing.Point(264, 11);
- this.userChk.Name = "userChk";
- this.userChk.Size = new System.Drawing.Size(63, 21);
- this.userChk.TabIndex = 951;
- this.userChk.Text = "监装人";
- this.userChk.CheckedChanged += new System.EventHandler(this.userChk_CheckedChanged);
- //
- // utrPlineChk
- //
- this.utrPlineChk.Location = new System.Drawing.Point(13, 12);
- this.utrPlineChk.Name = "utrPlineChk";
- this.utrPlineChk.Size = new System.Drawing.Size(63, 21);
- this.utrPlineChk.TabIndex = 950;
- this.utrPlineChk.Text = "产线";
- this.utrPlineChk.CheckedChanged += new System.EventHandler(this.utrPlineChk_CheckedChanged);
- //
- // cmbLocationNo
- //
- editorButton1.Text = "选择";
- this.cmbLocationNo.ButtonsRight.Add(editorButton1);
- this.cmbLocationNo.Location = new System.Drawing.Point(1951, 8);
- this.cmbLocationNo.Margin = new System.Windows.Forms.Padding(4);
- this.cmbLocationNo.Name = "cmbLocationNo";
- this.cmbLocationNo.Size = new System.Drawing.Size(112, 24);
- this.cmbLocationNo.TabIndex = 949;
- this.cmbLocationNo.Visible = false;
- //
- // cmbLayNo
- //
- this.cmbLayNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem11.DataValue = "1";
- valueListItem11.DisplayText = "1";
- valueListItem12.DataValue = "2";
- valueListItem12.DisplayText = "2";
- valueListItem13.DataValue = "3";
- valueListItem13.DisplayText = "3";
- valueListItem14.DataValue = "4";
- valueListItem14.DisplayText = "4";
- valueListItem15.DataValue = "5";
- valueListItem15.DisplayText = "5";
- valueListItem16.DataValue = "6";
- valueListItem16.DisplayText = "6";
- valueListItem17.DataValue = "7";
- valueListItem17.DisplayText = "7";
- valueListItem18.DataValue = "8";
- valueListItem18.DisplayText = "8";
- valueListItem19.DataValue = "9";
- valueListItem19.DisplayText = "9";
- valueListItem20.DataValue = "10";
- valueListItem20.DisplayText = "10";
- this.cmbLayNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem11,
- valueListItem12,
- valueListItem13,
- valueListItem14,
- valueListItem15,
- valueListItem16,
- valueListItem17,
- valueListItem18,
- valueListItem19,
- valueListItem20});
- this.cmbLayNo.Location = new System.Drawing.Point(1991, 6);
- this.cmbLayNo.Margin = new System.Windows.Forms.Padding(4);
- this.cmbLayNo.Name = "cmbLayNo";
- this.cmbLayNo.Size = new System.Drawing.Size(100, 24);
- this.cmbLayNo.TabIndex = 946;
- this.cmbLayNo.Visible = false;
- //
- // txtPline
- //
- this.txtPline.DropDownListWidth = -1;
- this.txtPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txtPline.Location = new System.Drawing.Point(78, 9);
- this.txtPline.Margin = new System.Windows.Forms.Padding(4);
- this.txtPline.Name = "txtPline";
- this.txtPline.Size = new System.Drawing.Size(166, 24);
- this.txtPline.TabIndex = 941;
- //
- // chkProTime
- //
- this.chkProTime.AutoSize = true;
- this.chkProTime.Checked = true;
- this.chkProTime.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkProTime.Location = new System.Drawing.Point(43, 42);
- this.chkProTime.Margin = new System.Windows.Forms.Padding(4);
- this.chkProTime.Name = "chkProTime";
- this.chkProTime.Size = new System.Drawing.Size(84, 22);
- this.chkProTime.TabIndex = 900;
- this.chkProTime.Text = "生产时间";
- this.chkProTime.Visible = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(345, 46);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(22, 15);
- this.label2.TabIndex = 899;
- this.label2.Text = "至";
- this.label2.Visible = false;
- //
- // chkBatch
- //
- this.chkBatch.AutoSize = true;
- this.chkBatch.Location = new System.Drawing.Point(584, 42);
- this.chkBatch.Margin = new System.Windows.Forms.Padding(4);
- this.chkBatch.Name = "chkBatch";
- this.chkBatch.Size = new System.Drawing.Size(69, 22);
- this.chkBatch.TabIndex = 895;
- this.chkBatch.Text = "批 号";
- this.chkBatch.Visible = false;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.YdmBcSupervisorEntitybindingSource;
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance1;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(98, 0);
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.Hidden = true;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance2.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance3.BackColor2 = System.Drawing.SystemColors.Control;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance7.BackColor = System.Drawing.SystemColors.Window;
- appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
- appearance10.BackColor = System.Drawing.SystemColors.Highlight;
- appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance12.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
- appearance8.BorderColor = System.Drawing.Color.Silver;
- appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance6.BackColor = System.Drawing.SystemColors.Control;
- appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance6.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
- appearance5.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1552, 497);
- this.ultraGrid1.TabIndex = 7;
- this.ultraGrid1.Text = "ultraGrid1";
- this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraTextEditor2);
- this.ultraPanel2.ClientArea.Controls.Add(this.label7);
- this.ultraPanel2.ClientArea.Controls.Add(this.txtCall);
- this.ultraPanel2.ClientArea.Controls.Add(this.label6);
- this.ultraPanel2.ClientArea.Controls.Add(this.texPlineBom);
- this.ultraPanel2.ClientArea.Controls.Add(this.memoBom);
- this.ultraPanel2.ClientArea.Controls.Add(this.label5);
- this.ultraPanel2.ClientArea.Controls.Add(this.txtGroupBom);
- this.ultraPanel2.ClientArea.Controls.Add(this.label4);
- this.ultraPanel2.ClientArea.Controls.Add(this.txtUserBom);
- this.ultraPanel2.ClientArea.Controls.Add(this.label3);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraTextEditor1);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraComboEditor2);
- this.ultraPanel2.ClientArea.Controls.Add(this.label1);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 539);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(1552, 51);
- this.ultraPanel2.TabIndex = 8;
- //
- // ultraTextEditor2
- //
- editorButton2.Text = "选择";
- this.ultraTextEditor2.ButtonsRight.Add(editorButton2);
- this.ultraTextEditor2.Location = new System.Drawing.Point(348, 9);
- this.ultraTextEditor2.Name = "ultraTextEditor2";
- this.ultraTextEditor2.Size = new System.Drawing.Size(239, 24);
- this.ultraTextEditor2.TabIndex = 960;
- this.ultraTextEditor2.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor2_EditorButtonClick);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Location = new System.Drawing.Point(308, 14);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(37, 15);
- this.label7.TabIndex = 959;
- this.label7.Text = "仓库";
- //
- // txtCall
- //
- this.txtCall.Location = new System.Drawing.Point(930, 10);
- this.txtCall.Name = "txtCall";
- this.txtCall.Size = new System.Drawing.Size(103, 24);
- this.txtCall.TabIndex = 958;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(857, 15);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(67, 15);
- this.label6.TabIndex = 957;
- this.label6.Text = "联系方式";
- //
- // texPlineBom
- //
- editorButton3.Text = "选择";
- this.texPlineBom.ButtonsRight.Add(editorButton3);
- this.texPlineBom.Location = new System.Drawing.Point(58, 9);
- this.texPlineBom.Name = "texPlineBom";
- this.texPlineBom.Size = new System.Drawing.Size(239, 24);
- this.texPlineBom.TabIndex = 956;
- this.texPlineBom.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.texPlineBom_EditorButtonClick);
- //
- // memoBom
- //
- this.memoBom.Location = new System.Drawing.Point(1268, 11);
- this.memoBom.Name = "memoBom";
- this.memoBom.Size = new System.Drawing.Size(231, 24);
- this.memoBom.TabIndex = 955;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(1225, 16);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(37, 15);
- this.label5.TabIndex = 954;
- this.label5.Text = "备注";
- //
- // txtGroupBom
- //
- this.txtGroupBom.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem21.DataValue = "1";
- valueListItem21.DisplayText = "甲";
- valueListItem22.DataValue = "2";
- valueListItem22.DisplayText = "乙";
- valueListItem23.DataValue = "3";
- valueListItem23.DisplayText = "丙";
- valueListItem24.DataValue = "4";
- valueListItem24.DisplayText = "丁";
- this.txtGroupBom.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem21,
- valueListItem22,
- valueListItem23,
- valueListItem24});
- this.txtGroupBom.Location = new System.Drawing.Point(1078, 11);
- this.txtGroupBom.Margin = new System.Windows.Forms.Padding(4);
- this.txtGroupBom.Name = "txtGroupBom";
- this.txtGroupBom.Size = new System.Drawing.Size(134, 24);
- this.txtGroupBom.TabIndex = 953;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(1037, 15);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(37, 15);
- this.label4.TabIndex = 952;
- this.label4.Text = "班组";
- //
- // txtUserBom
- //
- this.txtUserBom.Location = new System.Drawing.Point(653, 9);
- this.txtUserBom.Name = "txtUserBom";
- this.txtUserBom.Size = new System.Drawing.Size(192, 24);
- this.txtUserBom.TabIndex = 951;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(594, 14);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(52, 15);
- this.label3.TabIndex = 950;
- this.label3.Text = "监装人";
- //
- // ultraTextEditor1
- //
- editorButton4.Text = "选择";
- this.ultraTextEditor1.ButtonsRight.Add(editorButton4);
- this.ultraTextEditor1.Location = new System.Drawing.Point(1951, 8);
- this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraTextEditor1.Name = "ultraTextEditor1";
- this.ultraTextEditor1.Size = new System.Drawing.Size(112, 24);
- this.ultraTextEditor1.TabIndex = 949;
- this.ultraTextEditor1.Visible = false;
- //
- // ultraComboEditor2
- //
- this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "1";
- valueListItem1.DisplayText = "1";
- valueListItem2.DataValue = "2";
- valueListItem2.DisplayText = "2";
- valueListItem3.DataValue = "3";
- valueListItem3.DisplayText = "3";
- valueListItem4.DataValue = "4";
- valueListItem4.DisplayText = "4";
- valueListItem5.DataValue = "5";
- valueListItem5.DisplayText = "5";
- valueListItem6.DataValue = "6";
- valueListItem6.DisplayText = "6";
- valueListItem7.DataValue = "7";
- valueListItem7.DisplayText = "7";
- valueListItem8.DataValue = "8";
- valueListItem8.DisplayText = "8";
- valueListItem9.DataValue = "9";
- valueListItem9.DisplayText = "9";
- valueListItem10.DataValue = "10";
- valueListItem10.DisplayText = "10";
- this.ultraComboEditor2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2,
- valueListItem3,
- valueListItem4,
- valueListItem5,
- valueListItem6,
- valueListItem7,
- valueListItem8,
- valueListItem9,
- valueListItem10});
- this.ultraComboEditor2.Location = new System.Drawing.Point(1991, 6);
- this.ultraComboEditor2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraComboEditor2.Name = "ultraComboEditor2";
- this.ultraComboEditor2.Size = new System.Drawing.Size(100, 24);
- this.ultraComboEditor2.TabIndex = 946;
- this.ultraComboEditor2.Visible = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(18, 14);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(37, 15);
- this.label1.TabIndex = 942;
- this.label1.Text = "产线";
- //
- // YdmBcSupervisorEntitybindingSource
- //
- this.YdmBcSupervisorEntitybindingSource.DataSource = typeof(Core.StlMes.Client.YdmBcPipeManage.Entity.YdmBcSupervisorEntity);
- //
- // FrmSupervisonInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1552, 590);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.ultraPanel2);
- this.Controls.Add(this.ultraPanel1);
- this.Name = "FrmSupervisonInfo";
- this.Text = "监装人基础信息维护";
- this.Load += new System.EventHandler(this.FrmSupervisonInfo_Load);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtUser)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.userChk)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utrPlineChk)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLocationNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbLayNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPline)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkProTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkBatch)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ClientArea.PerformLayout();
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCall)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.texPlineBom)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.memoBom)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtGroupBom)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtUserBom)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.YdmBcSupervisorEntitybindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor cmbLocationNo;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLayNo;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txtPline;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkProTime;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkBatch;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.BindingSource YdmBcSupervisorEntitybindingSource;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txtGroupBom;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtUserBom;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtUser;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor userChk;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor utrPlineChk;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor memoBom;
- private System.Windows.Forms.Label label5;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor texPlineBom;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCall;
- private System.Windows.Forms.Label label6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
- private System.Windows.Forms.Label label7;
- }
- }
|