| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- namespace Core.StlMes.Client.YdmPipeManage
- {
- partial class FrmLoadRecord
- {
- /// <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 valueListItem5 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CoreAppLoginrecordEntity", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Userid");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Username");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ip");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ldatetime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.EndTime = new System.Windows.Forms.DateTimePicker();
- this.StartTime = new System.Windows.Forms.DateTimePicker();
- this.ultraCheckEditor5 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.ultraCheckSupply = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraComboxSupply = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.checkOrderNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.CoreAppLoginrecordEntitybindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckSupply)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboxSupply)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.checkOrderNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_OrderNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CoreAppLoginrecordEntitybindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckSupply);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraComboxSupply);
- this.ultraPanel1.ClientArea.Controls.Add(this.label2);
- this.ultraPanel1.ClientArea.Controls.Add(this.label1);
- this.ultraPanel1.ClientArea.Controls.Add(this.checkOrderNo);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_OrderNo);
- 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(1165, 45);
- this.ultraPanel1.TabIndex = 4;
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.EndTime);
- this.ultraPanel2.ClientArea.Controls.Add(this.StartTime);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraCheckEditor5);
- this.ultraPanel2.ClientArea.Controls.Add(this.label3);
- 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";
- this.ultraPanel2.Size = new System.Drawing.Size(1165, 45);
- this.ultraPanel2.TabIndex = 913;
- //
- // EndTime
- //
- this.EndTime.CustomFormat = "yyyy-MM-dd";
- this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.EndTime.Location = new System.Drawing.Point(433, 10);
- this.EndTime.Margin = new System.Windows.Forms.Padding(4);
- this.EndTime.Name = "EndTime";
- this.EndTime.Size = new System.Drawing.Size(151, 25);
- this.EndTime.TabIndex = 880;
- //
- // StartTime
- //
- this.StartTime.CustomFormat = "yyyy-MM-dd";
- this.StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.StartTime.Location = new System.Drawing.Point(251, 10);
- this.StartTime.Margin = new System.Windows.Forms.Padding(4);
- this.StartTime.Name = "StartTime";
- this.StartTime.Size = new System.Drawing.Size(151, 25);
- this.StartTime.TabIndex = 879;
- this.StartTime.Value = new System.DateTime(2022, 11, 8, 0, 0, 0, 0);
- //
- // ultraCheckEditor5
- //
- this.ultraCheckEditor5.AutoSize = true;
- this.ultraCheckEditor5.Checked = true;
- this.ultraCheckEditor5.CheckState = System.Windows.Forms.CheckState.Checked;
- this.ultraCheckEditor5.Location = new System.Drawing.Point(153, 12);
- this.ultraCheckEditor5.Margin = new System.Windows.Forms.Padding(4);
- this.ultraCheckEditor5.Name = "ultraCheckEditor5";
- this.ultraCheckEditor5.Size = new System.Drawing.Size(84, 22);
- this.ultraCheckEditor5.TabIndex = 882;
- this.ultraCheckEditor5.Text = "登录时间";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(411, 15);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(22, 15);
- this.label3.TabIndex = 881;
- this.label3.Text = "至";
- //
- // ultraCheckSupply
- //
- this.ultraCheckSupply.Location = new System.Drawing.Point(0, 0);
- this.ultraCheckSupply.Name = "ultraCheckSupply";
- this.ultraCheckSupply.Size = new System.Drawing.Size(120, 20);
- this.ultraCheckSupply.TabIndex = 914;
- //
- // ultraComboxSupply
- //
- this.ultraComboxSupply.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ultraComboxSupply.Enabled = false;
- valueListItem5.DataValue = "120501";
- valueListItem5.DisplayText = "天津钢管制造有限公司";
- valueListItem6.DataValue = "120504";
- valueListItem6.DisplayText = "江苏天淮钢管有限公司";
- this.ultraComboxSupply.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem5,
- valueListItem6});
- this.ultraComboxSupply.Location = new System.Drawing.Point(747, 10);
- this.ultraComboxSupply.Margin = new System.Windows.Forms.Padding(4);
- this.ultraComboxSupply.Name = "ultraComboxSupply";
- this.ultraComboxSupply.Size = new System.Drawing.Size(168, 24);
- this.ultraComboxSupply.TabIndex = 911;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(0, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(100, 23);
- this.label2.TabIndex = 915;
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(100, 23);
- this.label1.TabIndex = 918;
- //
- // checkOrderNo
- //
- this.checkOrderNo.Location = new System.Drawing.Point(0, 0);
- this.checkOrderNo.Name = "checkOrderNo";
- this.checkOrderNo.Size = new System.Drawing.Size(120, 20);
- this.checkOrderNo.TabIndex = 919;
- //
- // txt_OrderNo
- //
- this.txt_OrderNo.Location = new System.Drawing.Point(0, 0);
- this.txt_OrderNo.Name = "txt_OrderNo";
- this.txt_OrderNo.Size = new System.Drawing.Size(100, 24);
- this.txt_OrderNo.TabIndex = 920;
- //
- // ultraGrid1
- //
- this.ultraGrid1.AllowDrop = true;
- this.ultraGrid1.DataSource = this.CoreAppLoginrecordEntitybindingSource;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5});
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 45);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1165, 477);
- this.ultraGrid1.TabIndex = 6;
- //
- // CoreAppLoginrecordEntitybindingSource
- //
- this.CoreAppLoginrecordEntitybindingSource.AllowNew = false;
- this.CoreAppLoginrecordEntitybindingSource.DataSource = typeof(com.steering.pss.ydm.entity.CoreAppLoginrecordEntity);
- //
- // FrmLoadRecord
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1165, 522);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.ultraPanel1);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "FrmLoadRecord";
- this.Text = "FrmLoadRecord";
- this.Load += new System.EventHandler(this.FrmProcessOrder_Load);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ClientArea.PerformLayout();
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckSupply)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComboxSupply)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.checkOrderNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_OrderNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CoreAppLoginrecordEntitybindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor checkOrderNo;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_OrderNo;
- private System.Windows.Forms.BindingSource CoreAppLoginrecordEntitybindingSource;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckSupply;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboxSupply;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.DateTimePicker EndTime;
- private System.Windows.Forms.DateTimePicker StartTime;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor5;
- private System.Windows.Forms.Label label3;
- }
- }
|