| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813 |
- namespace Core.StlMes.Client.Mcp.CollarLibrary
- {
- partial class FrmJGPurchasePlan
- {
- /// <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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("JgPurchasePlanEntity", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OuterDiameter");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WallThickness");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgSign");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgSignCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SteelType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Spec");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SpecNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuckleType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuckleTypeCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgStd");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgStdCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Length");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Planno");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ContractNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Creator");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHOOSE", 0);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 426458751);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 426458829);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 426458922);
- Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "CHOOSE", 0, false, "JgPurchasePlanEntity", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "CHOOSE", 0, false);
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.TxtLength = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtStdName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtSteelCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtSpcName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel29 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtModel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel30 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtDimater = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.TxtNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.label3 = new System.Windows.Forms.Label();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.RegEndTime = new System.Windows.Forms.DateTimePicker();
- this.txtPlanNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.RegStartTime = new System.Windows.Forms.DateTimePicker();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.chkRegTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chkPlanNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.couplingMatDealEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.ultraTabPageControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.TxtLength)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtStdName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtSteelCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtSpcName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtModel)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtDimater)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtHeight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtPlanNo)).BeginInit();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chkRegTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkPlanNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.couplingMatDealEntityBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox1);
- this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(1201, 462);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraGrid2);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1201, 285);
- this.ultraGroupBox1.TabIndex = 931;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGrid2
- //
- this.ultraGrid2.DataSource = this.couplingMatDealEntityBindingSource;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 24;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 26;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 30;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 32;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 28;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 36;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn19.Header.VisiblePosition = 20;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 38;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn20.Header.VisiblePosition = 18;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 34;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn21.DataType = typeof(bool);
- ultraGridColumn21.Header.Caption = "选择";
- ultraGridColumn21.Header.VisiblePosition = 19;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21});
- ultraGridGroup1.Header.Caption = "个/吨";
- ultraGridGroup1.Hidden = true;
- ultraGridGroup1.Key = "NewGroup2";
- ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
- ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
- ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup1.RowLayoutGroupInfo.SpanY = 2;
- ultraGridGroup2.Header.Caption = "交易发起方";
- ultraGridGroup2.Hidden = true;
- ultraGridGroup2.Key = "NewGroup0";
- ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
- ultraGridGroup2.RowLayoutGroupInfo.OriginX = 28;
- ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup2.RowLayoutGroupInfo.SpanX = 2;
- ultraGridGroup2.RowLayoutGroupInfo.SpanY = 1;
- ultraGridGroup3.Header.Caption = "交易受理方";
- ultraGridGroup3.Hidden = true;
- ultraGridGroup3.Key = "NewGroup3";
- ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
- ultraGridGroup3.RowLayoutGroupInfo.OriginX = 28;
- ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup3.RowLayoutGroupInfo.SpanX = 10;
- ultraGridGroup3.RowLayoutGroupInfo.SpanY = 3;
- ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
- ultraGridGroup1,
- ultraGridGroup2,
- ultraGridGroup3});
- ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
- ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- summarySettings1.DisplayFormat = "共{0}条";
- summarySettings1.GroupBySummaryValueAppearance = appearance2;
- summarySettings1.Tag = ((short)(0));
- ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
- summarySettings1});
- this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance14.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance14;
- appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
- this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
- this.ultraGrid2.DisplayLayout.GroupByBox.Prompt = "将需要分组的列拖到此区域";
- appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance16.BackColor2 = System.Drawing.SystemColors.Control;
- appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
- this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance17.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance17;
- this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
- this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
- appearance18.BackColor = System.Drawing.SystemColors.Control;
- appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance18.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance18;
- appearance19.TextHAlignAsString = "Center";
- appearance19.TextVAlignAsString = "Middle";
- this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance19;
- this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
- appearance20.TextVAlignAsString = "Middle";
- this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance20;
- appearance21.TextVAlignAsString = "Middle";
- this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance21;
- this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGrid2.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
- appearance22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- appearance22.ForeColor = System.Drawing.Color.DarkBlue;
- this.ultraGrid2.DisplayLayout.Override.SummaryFooterAppearance = appearance22;
- appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- appearance23.ForeColor = System.Drawing.Color.DarkBlue;
- this.ultraGrid2.DisplayLayout.Override.SummaryValueAppearance = appearance23;
- this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(1195, 282);
- this.ultraGrid2.TabIndex = 13;
- this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.panel3);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox3.Location = new System.Drawing.Point(0, 285);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(1201, 177);
- this.ultraGroupBox3.TabIndex = 929;
- this.ultraGroupBox3.Text = "编辑出库";
- this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // panel3
- //
- this.panel3.AutoScroll = true;
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel3.Controls.Add(this.TxtLength);
- this.panel3.Controls.Add(this.ultraLabel6);
- this.panel3.Controls.Add(this.TxtStdName);
- this.panel3.Controls.Add(this.ultraLabel28);
- this.panel3.Controls.Add(this.TxtGrade);
- this.panel3.Controls.Add(this.ultraLabel10);
- this.panel3.Controls.Add(this.TxtSteelCode);
- this.panel3.Controls.Add(this.ultraLabel11);
- this.panel3.Controls.Add(this.TxtSpcName);
- this.panel3.Controls.Add(this.ultraLabel29);
- this.panel3.Controls.Add(this.TxtModel);
- this.panel3.Controls.Add(this.ultraLabel30);
- this.panel3.Controls.Add(this.TxtDimater);
- this.panel3.Controls.Add(this.ultraLabel5);
- this.panel3.Controls.Add(this.TxtHeight);
- this.panel3.Controls.Add(this.ultraLabel4);
- this.panel3.Controls.Add(this.TxtNum);
- this.panel3.Controls.Add(this.ultraLabel8);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(3, 18);
- this.panel3.Margin = new System.Windows.Forms.Padding(2);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1195, 156);
- this.panel3.TabIndex = 991;
- //
- // TxtLength
- //
- this.TxtLength.Location = new System.Drawing.Point(614, 34);
- this.TxtLength.MaxValue = 999999;
- this.TxtLength.MinValue = 0;
- this.TxtLength.Name = "TxtLength";
- this.TxtLength.PromptChar = ' ';
- this.TxtLength.Size = new System.Drawing.Size(112, 21);
- this.TxtLength.TabIndex = 1066;
- //
- // ultraLabel6
- //
- appearance24.BackColor = System.Drawing.Color.Transparent;
- appearance24.TextVAlignAsString = "Middle";
- this.ultraLabel6.Appearance = appearance24;
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(559, 36);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel6.TabIndex = 1067;
- this.ultraLabel6.Text = "长 度";
- //
- // TxtStdName
- //
- this.TxtStdName.DropDownListWidth = -1;
- this.TxtStdName.Location = new System.Drawing.Point(423, 34);
- this.TxtStdName.Name = "TxtStdName";
- this.TxtStdName.Size = new System.Drawing.Size(112, 21);
- this.TxtStdName.TabIndex = 1065;
- //
- // ultraLabel28
- //
- appearance5.BackColor = System.Drawing.Color.Transparent;
- appearance5.TextVAlignAsString = "Middle";
- this.ultraLabel28.Appearance = appearance5;
- this.ultraLabel28.AutoSize = true;
- this.ultraLabel28.Location = new System.Drawing.Point(366, 36);
- this.ultraLabel28.Name = "ultraLabel28";
- this.ultraLabel28.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel28.TabIndex = 1064;
- this.ultraLabel28.Text = "标准名称";
- //
- // TxtGrade
- //
- this.TxtGrade.DropDownListWidth = -1;
- this.TxtGrade.Location = new System.Drawing.Point(793, 6);
- this.TxtGrade.Name = "TxtGrade";
- this.TxtGrade.Size = new System.Drawing.Size(112, 21);
- this.TxtGrade.TabIndex = 1063;
- //
- // ultraLabel10
- //
- appearance12.BackColor = System.Drawing.Color.Transparent;
- appearance12.TextVAlignAsString = "Middle";
- this.ultraLabel10.Appearance = appearance12;
- this.ultraLabel10.AutoSize = true;
- this.ultraLabel10.Location = new System.Drawing.Point(737, 8);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel10.TabIndex = 1062;
- this.ultraLabel10.Text = "钢 种";
- //
- // TxtSteelCode
- //
- this.TxtSteelCode.DropDownListWidth = -1;
- this.TxtSteelCode.Location = new System.Drawing.Point(614, 6);
- this.TxtSteelCode.Name = "TxtSteelCode";
- this.TxtSteelCode.Size = new System.Drawing.Size(112, 21);
- this.TxtSteelCode.TabIndex = 1061;
- //
- // ultraLabel11
- //
- appearance6.BackColor = System.Drawing.Color.Transparent;
- appearance6.TextVAlignAsString = "Middle";
- this.ultraLabel11.Appearance = appearance6;
- this.ultraLabel11.AutoSize = true;
- this.ultraLabel11.Location = new System.Drawing.Point(559, 8);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel11.TabIndex = 1060;
- this.ultraLabel11.Text = "钢级牌号";
- //
- // TxtSpcName
- //
- this.TxtSpcName.DropDownListWidth = -1;
- this.TxtSpcName.Location = new System.Drawing.Point(65, 34);
- this.TxtSpcName.Name = "TxtSpcName";
- this.TxtSpcName.Size = new System.Drawing.Size(112, 21);
- this.TxtSpcName.TabIndex = 1059;
- this.TxtSpcName.TextChanged += new System.EventHandler(this.TxtSpcName_TextChanged);
- //
- // ultraLabel29
- //
- appearance4.BackColor = System.Drawing.Color.Transparent;
- appearance4.TextVAlignAsString = "Middle";
- this.ultraLabel29.Appearance = appearance4;
- this.ultraLabel29.AutoSize = true;
- this.ultraLabel29.Location = new System.Drawing.Point(7, 36);
- this.ultraLabel29.Name = "ultraLabel29";
- this.ultraLabel29.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel29.TabIndex = 1058;
- this.ultraLabel29.Text = "产品规格";
- //
- // TxtModel
- //
- this.TxtModel.DropDownListWidth = -1;
- this.TxtModel.Location = new System.Drawing.Point(246, 34);
- this.TxtModel.Name = "TxtModel";
- this.TxtModel.Size = new System.Drawing.Size(112, 21);
- this.TxtModel.TabIndex = 1057;
- //
- // ultraLabel30
- //
- appearance37.BackColor = System.Drawing.Color.Transparent;
- appearance37.TextVAlignAsString = "Middle";
- this.ultraLabel30.Appearance = appearance37;
- this.ultraLabel30.AutoSize = true;
- this.ultraLabel30.Location = new System.Drawing.Point(188, 36);
- this.ultraLabel30.Name = "ultraLabel30";
- this.ultraLabel30.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel30.TabIndex = 1056;
- this.ultraLabel30.Text = "扣 型";
- //
- // TxtDimater
- //
- this.TxtDimater.Location = new System.Drawing.Point(423, 6);
- this.TxtDimater.MaxValue = 999999;
- this.TxtDimater.MinValue = 0;
- this.TxtDimater.Name = "TxtDimater";
- this.TxtDimater.PromptChar = ' ';
- this.TxtDimater.Size = new System.Drawing.Size(112, 21);
- this.TxtDimater.TabIndex = 1048;
- //
- // ultraLabel5
- //
- appearance8.BackColor = System.Drawing.Color.Transparent;
- appearance8.TextVAlignAsString = "Middle";
- this.ultraLabel5.Appearance = appearance8;
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(366, 8);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel5.TabIndex = 1049;
- this.ultraLabel5.Text = "壁 厚";
- //
- // TxtHeight
- //
- this.TxtHeight.Location = new System.Drawing.Point(246, 6);
- this.TxtHeight.MaxValue = 999999;
- this.TxtHeight.MinValue = 0;
- this.TxtHeight.Name = "TxtHeight";
- this.TxtHeight.PromptChar = ' ';
- this.TxtHeight.Size = new System.Drawing.Size(112, 21);
- this.TxtHeight.TabIndex = 1046;
- //
- // ultraLabel4
- //
- appearance25.BackColor = System.Drawing.Color.Transparent;
- appearance25.TextVAlignAsString = "Middle";
- this.ultraLabel4.Appearance = appearance25;
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(188, 8);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel4.TabIndex = 1047;
- this.ultraLabel4.Text = "外 径";
- //
- // TxtNum
- //
- this.TxtNum.Location = new System.Drawing.Point(65, 6);
- this.TxtNum.MaxValue = 999999;
- this.TxtNum.MinValue = 0;
- this.TxtNum.Name = "TxtNum";
- this.TxtNum.PromptChar = ' ';
- this.TxtNum.Size = new System.Drawing.Size(112, 21);
- this.TxtNum.TabIndex = 6;
- this.TxtNum.ValueChanged += new System.EventHandler(this.TxtNum_ValueChanged);
- //
- // ultraLabel8
- //
- appearance13.BackColor = System.Drawing.Color.Transparent;
- appearance13.TextVAlignAsString = "Middle";
- this.ultraLabel8.Appearance = appearance13;
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(7, 8);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel8.TabIndex = 1028;
- this.ultraLabel8.Text = "个 数";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(230, 10);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(17, 12);
- this.label3.TabIndex = 884;
- this.label3.Text = "至";
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1201, 462);
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraTabControl1.Location = new System.Drawing.Point(0, 32);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(1203, 485);
- this.ultraTabControl1.TabIndex = 13;
- ultraTab3.Key = "Library1";
- ultraTab3.TabPage = this.ultraTabPageControl1;
- ultraTab3.Text = "接箍采购计划";
- this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab3});
- this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
- //
- // ultraLabel1
- //
- this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraLabel1.Location = new System.Drawing.Point(0, 32);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(1203, 485);
- this.ultraLabel1.TabIndex = 12;
- this.ultraLabel1.Text = "ultraLabel1";
- //
- // RegEndTime
- //
- this.RegEndTime.CustomFormat = "yyyy-MM-dd ";
- this.RegEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.RegEndTime.Location = new System.Drawing.Point(250, 6);
- this.RegEndTime.Name = "RegEndTime";
- this.RegEndTime.Size = new System.Drawing.Size(126, 21);
- this.RegEndTime.TabIndex = 934;
- //
- // txtPlanNo
- //
- this.txtPlanNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtPlanNo.Enabled = false;
- this.txtPlanNo.Location = new System.Drawing.Point(439, 5);
- this.txtPlanNo.Name = "txtPlanNo";
- this.txtPlanNo.Size = new System.Drawing.Size(122, 21);
- this.txtPlanNo.TabIndex = 3;
- //
- // RegStartTime
- //
- this.RegStartTime.CustomFormat = "yyyy-MM-dd";
- this.RegStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.RegStartTime.Location = new System.Drawing.Point(103, 5);
- this.RegStartTime.Name = "RegStartTime";
- this.RegStartTime.Size = new System.Drawing.Size(122, 21);
- this.RegStartTime.TabIndex = 933;
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.RegEndTime);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtPlanNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.RegStartTime);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkRegTime);
- this.ultraPanel1.ClientArea.Controls.Add(this.label3);
- this.ultraPanel1.ClientArea.Controls.Add(this.chkPlanNo);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1203, 32);
- this.ultraPanel1.TabIndex = 11;
- //
- // chkRegTime
- //
- this.chkRegTime.AutoSize = true;
- this.chkRegTime.Checked = true;
- this.chkRegTime.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkRegTime.Location = new System.Drawing.Point(30, 7);
- this.chkRegTime.Name = "chkRegTime";
- this.chkRegTime.Size = new System.Drawing.Size(71, 19);
- this.chkRegTime.TabIndex = 886;
- this.chkRegTime.Text = "创建时间";
- this.chkRegTime.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
- //
- // chkPlanNo
- //
- this.chkPlanNo.AutoSize = true;
- this.chkPlanNo.Location = new System.Drawing.Point(381, 7);
- this.chkPlanNo.Name = "chkPlanNo";
- this.chkPlanNo.Size = new System.Drawing.Size(59, 19);
- this.chkPlanNo.TabIndex = 2;
- this.chkPlanNo.Text = "计划号";
- this.chkPlanNo.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
- //
- // couplingMatDealEntityBindingSource
- //
- this.couplingMatDealEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Entity.JgPurchasePlanEntity);
- //
- // FrmJGPurchasePlan
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1203, 517);
- this.Controls.Add(this.ultraTabControl1);
- this.Controls.Add(this.ultraLabel1);
- this.Controls.Add(this.ultraPanel1);
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "FrmJGPurchasePlan";
- this.Text = "接箍采购计划管理";
- this.Load += new System.EventHandler(this.FrmCollarInventory_Load);
- this.ultraTabPageControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.TxtLength)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtStdName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtSteelCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtSpcName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtModel)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtDimater)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtHeight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TxtNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtPlanNo)).EndInit();
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.chkRegTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkPlanNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.couplingMatDealEntityBindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private System.Windows.Forms.DateTimePicker RegEndTime;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPlanNo;
- private System.Windows.Forms.DateTimePicker RegStartTime;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkRegTime;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPlanNo;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- private System.Windows.Forms.BindingSource couplingMatDealEntityBindingSource;
- private System.Windows.Forms.Panel panel3;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtDimater;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtHeight;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtModel;
- private Infragistics.Win.Misc.UltraLabel ultraLabel30;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtSpcName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel29;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtGrade;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtSteelCode;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtLength;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtStdName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel28;
- }
- }
|