DeviceManager/TsSFCDevice.Client.Launch/Plan/xucPlanImport.Designer.cs

263 lines
17 KiB
C#
Raw Normal View History

2024-08-02 02:52:45 +00:00

namespace TsSFCDevice.Client.Launch.Plan
{
partial class xucPlanImport
{
/// <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 Component 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();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.hyperlinkLabelControl2 = new DevExpress.XtraEditors.HyperlinkLabelControl();
this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
this.deMaintenanceYear = new DevExpress.XtraEditors.DateEdit();
this.btnSelectFilePath = new DevExpress.XtraEditors.ButtonEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true, typeof(System.Windows.Forms.UserControl));
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.deMaintenanceYear.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.deMaintenanceYear.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSelectFilePath.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.hyperlinkLabelControl2);
this.layoutControl1.Controls.Add(this.hyperlinkLabelControl1);
this.layoutControl1.Controls.Add(this.deMaintenanceYear);
this.layoutControl1.Controls.Add(this.btnSelectFilePath);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.BackColor = System.Drawing.Color.LightGray;
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor = true;
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true;
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true;
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(614, 130);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// hyperlinkLabelControl2
//
this.hyperlinkLabelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.hyperlinkLabelControl2.Appearance.Options.UseFont = true;
this.hyperlinkLabelControl2.Location = new System.Drawing.Point(12, 95);
this.hyperlinkLabelControl2.Name = "hyperlinkLabelControl2";
this.hyperlinkLabelControl2.Size = new System.Drawing.Size(64, 19);
this.hyperlinkLabelControl2.StyleController = this.layoutControl1;
this.hyperlinkLabelControl2.TabIndex = 7;
this.hyperlinkLabelControl2.Text = "错误日志";
this.hyperlinkLabelControl2.Visible = false;
this.hyperlinkLabelControl2.Click += new System.EventHandler(this.hyperlinkLabelControl2_Click);
//
// hyperlinkLabelControl1
//
this.hyperlinkLabelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.hyperlinkLabelControl1.Appearance.Options.UseFont = true;
this.hyperlinkLabelControl1.Location = new System.Drawing.Point(528, 72);
this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
this.hyperlinkLabelControl1.Size = new System.Drawing.Size(64, 19);
this.hyperlinkLabelControl1.StyleController = this.layoutControl1;
this.hyperlinkLabelControl1.TabIndex = 6;
this.hyperlinkLabelControl1.Text = "模板下载";
this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
//
// deMaintenanceYear
//
this.deMaintenanceYear.EditValue = null;
this.deMaintenanceYear.Location = new System.Drawing.Point(168, 12);
this.deMaintenanceYear.Name = "deMaintenanceYear";
this.deMaintenanceYear.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.deMaintenanceYear.Properties.Appearance.Options.UseFont = true;
this.deMaintenanceYear.Properties.BeepOnError = false;
this.deMaintenanceYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.deMaintenanceYear.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.deMaintenanceYear.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.TouchUI;
this.deMaintenanceYear.Properties.DisplayFormat.FormatString = "yyyy";
this.deMaintenanceYear.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
this.deMaintenanceYear.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
this.deMaintenanceYear.Properties.MaskSettings.Set("mask", "yyyy");
this.deMaintenanceYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.deMaintenanceYear.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.False;
this.deMaintenanceYear.Size = new System.Drawing.Size(434, 26);
this.deMaintenanceYear.StyleController = this.layoutControl1;
this.deMaintenanceYear.TabIndex = 4;
//
// btnSelectFilePath
//
this.btnSelectFilePath.Location = new System.Drawing.Point(168, 42);
this.btnSelectFilePath.Name = "btnSelectFilePath";
this.btnSelectFilePath.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btnSelectFilePath.Properties.Appearance.Options.UseFont = true;
serializableAppearanceObject1.Font = new System.Drawing.Font("Tahoma", 12F);
serializableAppearanceObject1.Options.UseFont = true;
this.btnSelectFilePath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.btnSelectFilePath.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.btnSelectFilePath.Size = new System.Drawing.Size(434, 26);
this.btnSelectFilePath.StyleController = this.layoutControl1;
this.btnSelectFilePath.TabIndex = 5;
this.btnSelectFilePath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSelectFilePath_ButtonClick);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(614, 130);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem1.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem1.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem1.Control = this.deMaintenanceYear;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(594, 30);
this.layoutControlItem1.Text = "设备保养计划年份:";
this.layoutControlItem1.TextSize = new System.Drawing.Size(144, 19);
//
// layoutControlItem2
//
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem2.Control = this.btnSelectFilePath;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 30);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(594, 30);
this.layoutControlItem2.Text = "导入的Excel文件";
this.layoutControlItem2.TextSize = new System.Drawing.Size(144, 19);
//
// layoutControlItem3
//
this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
this.layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem3.Control = this.hyperlinkLabelControl1;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 60);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(594, 23);
this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem3.Text = "模板下载";
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem4.Control = this.hyperlinkLabelControl2;
this.layoutControlItem4.Location = new System.Drawing.Point(0, 83);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(594, 27);
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
this.layoutControlItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// xucPlanImport
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.layoutControl1);
this.DoubleBuffered = true;
this.Name = "xucPlanImport";
this.Size = new System.Drawing.Size(614, 130);
this.Load += new System.EventHandler(this.xucPlanImport_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.deMaintenanceYear.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.deMaintenanceYear.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSelectFilePath.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.DateEdit deMaintenanceYear;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.ButtonEdit btnSelectFilePath;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl2;
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
}
}