| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmILRepairDetail
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铁包编号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修位置");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修类别");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("耐材更换");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修成本");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("记录人");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修原因");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultdsRepairDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
- this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
- this.btnClose = new System.Windows.Forms.Button();
- this.btnselect = new System.Windows.Forms.Button();
- this.dtpQEndTime = new System.Windows.Forms.DateTimePicker();
- this.dtpQStartTime = new System.Windows.Forms.DateTimePicker();
- this.cboQLadleName = new System.Windows.Forms.ComboBox();
- this.chkQEndTime = new System.Windows.Forms.CheckBox();
- this.chkQStartTime = new System.Windows.Forms.CheckBox();
- this.chkQLadleName = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
- this.ulgrpModel.SuspendLayout();
- this.SuspendLayout();
- //
- // ulgrid
- //
- appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ulgrid.DisplayLayout.Override.HeaderAppearance = appearance1;
- this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
- this.ulgrid.Location = new System.Drawing.Point(0, 49);
- this.ulgrid.Name = "ulgrid";
- this.ulgrid.Size = new System.Drawing.Size(834, 462);
- this.ulgrid.TabIndex = 14;
- //
- // ultdsRepairDetail
- //
- this.ultdsRepairDetail.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6,
- ultraDataColumn7,
- ultraDataColumn8});
- //
- // ulgrpModel
- //
- appearance2.BackColor = System.Drawing.Color.Gainsboro;
- appearance2.FontData.Name = "宋体";
- appearance2.FontData.SizeInPoints = 10.5F;
- this.ulgrpModel.Appearance = appearance2;
- this.ulgrpModel.Controls.Add(this.btnClose);
- this.ulgrpModel.Controls.Add(this.btnselect);
- this.ulgrpModel.Controls.Add(this.dtpQEndTime);
- this.ulgrpModel.Controls.Add(this.dtpQStartTime);
- this.ulgrpModel.Controls.Add(this.cboQLadleName);
- this.ulgrpModel.Controls.Add(this.chkQEndTime);
- this.ulgrpModel.Controls.Add(this.chkQStartTime);
- this.ulgrpModel.Controls.Add(this.chkQLadleName);
- this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
- this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
- this.ulgrpModel.Name = "ulgrpModel";
- this.ulgrpModel.Size = new System.Drawing.Size(834, 49);
- this.ulgrpModel.TabIndex = 13;
- //
- // btnClose
- //
- this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
- this.btnClose.Location = new System.Drawing.Point(748, 12);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(68, 25);
- this.btnClose.TabIndex = 118;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnselect
- //
- this.btnselect.Font = new System.Drawing.Font("宋体", 10.5F);
- this.btnselect.Location = new System.Drawing.Point(674, 12);
- this.btnselect.Name = "btnselect";
- this.btnselect.Size = new System.Drawing.Size(68, 25);
- this.btnselect.TabIndex = 117;
- this.btnselect.Text = "查询";
- this.btnselect.UseVisualStyleBackColor = true;
- this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
- //
- // dtpQEndTime
- //
- this.dtpQEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpQEndTime.Enabled = false;
- this.dtpQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
- this.dtpQEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpQEndTime.Location = new System.Drawing.Point(339, 14);
- this.dtpQEndTime.Name = "dtpQEndTime";
- this.dtpQEndTime.Size = new System.Drawing.Size(158, 23);
- this.dtpQEndTime.TabIndex = 116;
- //
- // dtpQStartTime
- //
- this.dtpQStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpQStartTime.Enabled = false;
- this.dtpQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
- this.dtpQStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpQStartTime.Location = new System.Drawing.Point(96, 14);
- this.dtpQStartTime.Name = "dtpQStartTime";
- this.dtpQStartTime.Size = new System.Drawing.Size(158, 23);
- this.dtpQStartTime.TabIndex = 115;
- //
- // cboQLadleName
- //
- this.cboQLadleName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboQLadleName.Enabled = false;
- this.cboQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cboQLadleName.FormattingEnabled = true;
- this.cboQLadleName.Items.AddRange(new object[] {
- "TB01",
- "TB02",
- "TB03"});
- this.cboQLadleName.Location = new System.Drawing.Point(583, 14);
- this.cboQLadleName.Name = "cboQLadleName";
- this.cboQLadleName.Size = new System.Drawing.Size(78, 22);
- this.cboQLadleName.TabIndex = 113;
- //
- // chkQEndTime
- //
- this.chkQEndTime.AutoSize = true;
- this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
- this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
- this.chkQEndTime.Location = new System.Drawing.Point(259, 16);
- this.chkQEndTime.Name = "chkQEndTime";
- this.chkQEndTime.Size = new System.Drawing.Size(79, 18);
- this.chkQEndTime.TabIndex = 112;
- this.chkQEndTime.Text = "修复时间";
- this.chkQEndTime.UseVisualStyleBackColor = false;
- this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
- //
- // chkQStartTime
- //
- this.chkQStartTime.AutoSize = true;
- this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
- this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
- this.chkQStartTime.Location = new System.Drawing.Point(16, 16);
- this.chkQStartTime.Name = "chkQStartTime";
- this.chkQStartTime.Size = new System.Drawing.Size(79, 18);
- this.chkQStartTime.TabIndex = 112;
- this.chkQStartTime.Text = "送修时间";
- this.chkQStartTime.UseVisualStyleBackColor = false;
- this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
- //
- // chkQLadleName
- //
- this.chkQLadleName.AutoSize = true;
- this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
- this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
- this.chkQLadleName.Location = new System.Drawing.Point(501, 16);
- this.chkQLadleName.Name = "chkQLadleName";
- this.chkQLadleName.Size = new System.Drawing.Size(79, 18);
- this.chkQLadleName.TabIndex = 112;
- this.chkQLadleName.Text = "铁包编号";
- this.chkQLadleName.UseVisualStyleBackColor = false;
- this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(0, 12);
- this.label1.TabIndex = 15;
- this.label1.Visible = false;
- //
- // FrmILRepairDetail
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(834, 511);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.ulgrid);
- this.Controls.Add(this.ulgrpModel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "FrmILRepairDetail";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "铁包维修记录";
- this.Load += new System.EventHandler(this.FrmILRepairDetail_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
- this.ulgrpModel.ResumeLayout(false);
- this.ulgrpModel.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
- public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Button btnselect;
- private System.Windows.Forms.DateTimePicker dtpQEndTime;
- private System.Windows.Forms.DateTimePicker dtpQStartTime;
- private System.Windows.Forms.ComboBox cboQLadleName;
- private System.Windows.Forms.CheckBox chkQEndTime;
- private System.Windows.Forms.CheckBox chkQStartTime;
- private System.Windows.Forms.CheckBox chkQLadleName;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsRepairDetail;
- private System.Windows.Forms.Label label1;
- }
- }
|