| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- namespace Core.StlMes.Client.LgResMgt.Mcms
- {
- partial class FrmCarEff
- {
- /// <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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CmmCarEffEntity", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CarNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TimeEff");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TareDate");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
- Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Id", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CarNo", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "TimeEff", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "TareDate", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Validflag", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CreateName", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CreateTime", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UpdateName", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UpdateTime", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DeleteName", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DeleteTime", -1, Infragistics.Win.DefaultableBoolean.Default);
- Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- this.uceVlid = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ugData = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.label1 = new System.Windows.Forms.Label();
- this.chkValidflag = new System.Windows.Forms.CheckBox();
- this.uteCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
- this.uteId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.uneTimeEff = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.uteCarNoEdit = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.cmmCarEffEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.uceVlid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ugData)).BeginInit();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uteCarNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- this.ultraPanel3.ClientArea.SuspendLayout();
- this.ultraPanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uteId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uneTimeEff)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uteCarNoEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmmCarEffEntityBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // uceVlid
- //
- this.uceVlid.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "0";
- valueListItem1.DisplayText = "无效";
- valueListItem2.DataValue = "1";
- valueListItem2.DisplayText = "有效";
- this.uceVlid.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2});
- this.uceVlid.Location = new System.Drawing.Point(765, 328);
- this.uceVlid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.uceVlid.Name = "uceVlid";
- this.uceVlid.Size = new System.Drawing.Size(144, 24);
- this.uceVlid.TabIndex = 83;
- this.uceVlid.Visible = false;
- //
- // ugData
- //
- this.ugData.DataSource = this.cmmCarEffEntityBindingSource;
- ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn2.Header.Caption = "车牌号";
- ultraGridColumn2.Header.VisiblePosition = 10;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
- ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 28);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn3.Header.VisiblePosition = 1;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn4.Header.VisiblePosition = 2;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn5.EditorComponent = this.uceVlid;
- ultraGridColumn5.Header.Caption = "有效标志";
- ultraGridColumn5.Header.VisiblePosition = 9;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 28);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
- ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn6.Header.VisiblePosition = 3;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn7.Header.VisiblePosition = 4;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn8.Header.VisiblePosition = 5;
- 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 = 6;
- 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 = 7;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
- ultraGridColumn11.Header.VisiblePosition = 8;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11});
- rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
- rowLayoutColumnInfo1,
- rowLayoutColumnInfo2,
- rowLayoutColumnInfo3,
- rowLayoutColumnInfo4,
- rowLayoutColumnInfo5,
- rowLayoutColumnInfo6,
- rowLayoutColumnInfo7,
- rowLayoutColumnInfo8,
- rowLayoutColumnInfo9,
- rowLayoutColumnInfo10,
- rowLayoutColumnInfo11});
- rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
- rowLayout1});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ugData.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ugData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ugData.Font = new System.Drawing.Font("宋体", 9F);
- this.ugData.Location = new System.Drawing.Point(0, 50);
- this.ugData.Margin = new System.Windows.Forms.Padding(4);
- this.ugData.Name = "ugData";
- this.ugData.Size = new System.Drawing.Size(1675, 539);
- this.ugData.TabIndex = 81;
- this.ugData.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ugData_InitializeRow);
- this.ugData.AfterRowActivate += new System.EventHandler(this.ugData_AfterRowActivate);
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.label1);
- this.ultraPanel2.ClientArea.Controls.Add(this.chkValidflag);
- this.ultraPanel2.ClientArea.Controls.Add(this.uteCarNo);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel2.Name = "ultraPanel2";
- scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
- this.ultraPanel2.ScrollBarLook = scrollBarLook1;
- this.ultraPanel2.Size = new System.Drawing.Size(1675, 50);
- this.ultraPanel2.TabIndex = 80;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(43, 18);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(37, 15);
- this.label1.TabIndex = 980;
- this.label1.Text = "车牌";
- //
- // chkValidflag
- //
- this.chkValidflag.AutoSize = true;
- this.chkValidflag.Location = new System.Drawing.Point(353, 17);
- this.chkValidflag.Margin = new System.Windows.Forms.Padding(4);
- this.chkValidflag.Name = "chkValidflag";
- this.chkValidflag.Size = new System.Drawing.Size(89, 19);
- this.chkValidflag.TabIndex = 979;
- this.chkValidflag.Text = "包含无效";
- this.chkValidflag.UseVisualStyleBackColor = false;
- //
- // uteCarNo
- //
- this.uteCarNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.uteCarNo.Font = new System.Drawing.Font("宋体", 9F);
- this.uteCarNo.Location = new System.Drawing.Point(106, 12);
- this.uteCarNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.uteCarNo.Name = "uteCarNo";
- this.uteCarNo.Size = new System.Drawing.Size(185, 24);
- this.uteCarNo.TabIndex = 978;
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1675, 91);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 589);
- this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1675, 91);
- this.ultraExpandableGroupBox1.TabIndex = 82;
- this.ultraExpandableGroupBox1.Text = "编辑区";
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel3);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
- this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1669, 67);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraPanel3
- //
- this.ultraPanel3.AutoScroll = true;
- //
- // ultraPanel3.ClientArea
- //
- this.ultraPanel3.ClientArea.Controls.Add(this.uteId);
- this.ultraPanel3.ClientArea.Controls.Add(this.uneTimeEff);
- this.ultraPanel3.ClientArea.Controls.Add(this.uteCarNoEdit);
- this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel4);
- this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel8);
- this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel9);
- this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel3.Name = "ultraPanel3";
- this.ultraPanel3.Size = new System.Drawing.Size(1669, 67);
- this.ultraPanel3.TabIndex = 2;
- //
- // uteId
- //
- this.uteId.Location = new System.Drawing.Point(1139, 22);
- this.uteId.Margin = new System.Windows.Forms.Padding(4);
- this.uteId.MaxLength = 250;
- this.uteId.Name = "uteId";
- this.uteId.Size = new System.Drawing.Size(221, 24);
- this.uteId.TabIndex = 42;
- this.uteId.Visible = false;
- //
- // uneTimeEff
- //
- this.uneTimeEff.Location = new System.Drawing.Point(441, 15);
- this.uneTimeEff.Margin = new System.Windows.Forms.Padding(4);
- this.uneTimeEff.MaxValue = 5000000D;
- this.uneTimeEff.MinValue = 0;
- this.uneTimeEff.Name = "uneTimeEff";
- this.uneTimeEff.Nullable = true;
- this.uneTimeEff.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.uneTimeEff.PromptChar = ' ';
- this.uneTimeEff.Size = new System.Drawing.Size(120, 24);
- this.uneTimeEff.TabIndex = 41;
- this.uneTimeEff.Value = null;
- //
- // uteCarNoEdit
- //
- this.uteCarNoEdit.Location = new System.Drawing.Point(92, 18);
- this.uteCarNoEdit.Margin = new System.Windows.Forms.Padding(4);
- this.uteCarNoEdit.MaxLength = 250;
- this.uteCarNoEdit.Name = "uteCarNoEdit";
- this.uteCarNoEdit.Size = new System.Drawing.Size(221, 24);
- this.uteCarNoEdit.TabIndex = 17;
- //
- // ultraLabel4
- //
- appearance8.TextHAlignAsString = "Center";
- appearance8.TextVAlignAsString = "Middle";
- this.ultraLabel4.Appearance = appearance8;
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(37, 22);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel4.TabIndex = 4;
- this.ultraLabel4.Text = "车牌";
- //
- // ultraLabel8
- //
- appearance2.TextVAlignAsString = "Middle";
- this.ultraLabel8.Appearance = appearance2;
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(350, 20);
- this.ultraLabel8.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(67, 19);
- this.ultraLabel8.TabIndex = 4;
- this.ultraLabel8.Text = "皮重时效";
- //
- // ultraLabel9
- //
- appearance17.TextHAlignAsString = "Center";
- appearance17.TextVAlignAsString = "Middle";
- this.ultraLabel9.Appearance = appearance17;
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(589, 20);
- this.ultraLabel9.Margin = new System.Windows.Forms.Padding(4);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(36, 19);
- this.ultraLabel9.TabIndex = 4;
- this.ultraLabel9.Text = "小时";
- //
- // cmmCarEffEntityBindingSource
- //
- this.cmmCarEffEntityBindingSource.DataSource = typeof(Core.StlMes.Client.LgResMgt.Mcms.entity.CmmCarEffEntity);
- //
- // FrmCarEff
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1675, 680);
- this.Controls.Add(this.uceVlid);
- this.Controls.Add(this.ugData);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this.ultraPanel2);
- this.Name = "FrmCarEff";
- this.Text = "内倒车辆维护";
- ((System.ComponentModel.ISupportInitialize)(this.uceVlid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ugData)).EndInit();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ClientArea.PerformLayout();
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uteCarNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraPanel3.ClientArea.ResumeLayout(false);
- this.ultraPanel3.ClientArea.PerformLayout();
- this.ultraPanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uteId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uneTimeEff)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uteCarNoEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmmCarEffEntityBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinGrid.UltraGrid ugData;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uteCarNo;
- private System.Windows.Forms.CheckBox chkValidflag;
- private System.Windows.Forms.BindingSource cmmCarEffEntityBindingSource;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel3;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneTimeEff;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uteCarNoEdit;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor uteId;
- public Infragistics.Win.UltraWinEditors.UltraComboEditor uceVlid;
- }
- }
|