DeviceManager/DeviceRepairAndOptimization/Pages/Plan/page_PlanExcelImport.Designer.cs
2024-05-28 22:36:38 +08:00

415 lines
24 KiB
C#

namespace DeviceRepairAndOptimization.Pages.Plan
{
partial class page_PlanExcelImport
{
/// <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()
{
System.Windows.Forms.Panel panel_top;
System.Windows.Forms.Label label3;
System.Windows.Forms.Panel panel_bottom;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
System.Windows.Forms.Panel panel_left;
System.Windows.Forms.Panel panel_Right;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
System.Windows.Forms.Label label1;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
System.Windows.Forms.Label label2;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_PlanExcelImport));
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7;
this.btn_Exit = new DevExpress.XtraEditors.SimpleButton();
this.btn_Import = new DevExpress.XtraEditors.SimpleButton();
this.EditYear = new DevExpress.XtraEditors.DateEdit();
this.EditFilePath = new DevExpress.XtraEditors.ButtonEdit();
this.lb_DownLoadTemplate = new System.Windows.Forms.LinkLabel();
this.step_SelectYear = new DevExpress.XtraEditors.StepProgressBarItem();
this.step_ImportExcel = new DevExpress.XtraEditors.StepProgressBarItem();
this.tablePanel = new DevExpress.Utils.Layout.TablePanel();
this.lb_logs = new System.Windows.Forms.LinkLabel();
panel_top = new System.Windows.Forms.Panel();
label3 = new System.Windows.Forms.Label();
panel_bottom = new System.Windows.Forms.Panel();
flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
panel_left = new System.Windows.Forms.Panel();
panel_Right = new System.Windows.Forms.Panel();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
label1 = new System.Windows.Forms.Label();
flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
label2 = new System.Windows.Forms.Label();
flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
panel_top.SuspendLayout();
panel_bottom.SuspendLayout();
flowLayoutPanel6.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
flowLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties)).BeginInit();
flowLayoutPanel3.SuspendLayout();
flowLayoutPanel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.EditFilePath.Properties)).BeginInit();
flowLayoutPanel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel)).BeginInit();
this.tablePanel.SuspendLayout();
flowLayoutPanel7.SuspendLayout();
this.SuspendLayout();
//
// panel_top
//
panel_top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(109)))), ((int)(((byte)(156)))));
panel_top.Controls.Add(label3);
panel_top.Dock = System.Windows.Forms.DockStyle.Top;
panel_top.Location = new System.Drawing.Point(0, 0);
panel_top.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
panel_top.Name = "panel_top";
panel_top.Padding = new System.Windows.Forms.Padding(15);
panel_top.Size = new System.Drawing.Size(798, 79);
panel_top.TabIndex = 0;
panel_top.Paint += new System.Windows.Forms.PaintEventHandler(this.panel_top_Paint);
panel_top.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form_MouseMove);
//
// label3
//
label3.Dock = System.Windows.Forms.DockStyle.Top;
label3.Font = new System.Drawing.Font("微软雅黑", 15F);
label3.ForeColor = System.Drawing.Color.White;
label3.Location = new System.Drawing.Point(15, 15);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(768, 49);
label3.TabIndex = 0;
label3.Text = "保修计划导入";
label3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form_MouseMove);
//
// panel_bottom
//
panel_bottom.Controls.Add(flowLayoutPanel6);
panel_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
panel_bottom.Location = new System.Drawing.Point(0, 429);
panel_bottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
panel_bottom.Name = "panel_bottom";
panel_bottom.Padding = new System.Windows.Forms.Padding(3);
panel_bottom.Size = new System.Drawing.Size(798, 79);
panel_bottom.TabIndex = 1;
panel_bottom.Paint += new System.Windows.Forms.PaintEventHandler(this.panel_bottom_Paint);
//
// flowLayoutPanel6
//
flowLayoutPanel6.Controls.Add(this.btn_Exit);
flowLayoutPanel6.Controls.Add(this.btn_Import);
flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
flowLayoutPanel6.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
flowLayoutPanel6.Location = new System.Drawing.Point(3, 3);
flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel6.Name = "flowLayoutPanel6";
flowLayoutPanel6.Size = new System.Drawing.Size(792, 73);
flowLayoutPanel6.TabIndex = 0;
//
// btn_Exit
//
this.btn_Exit.Location = new System.Drawing.Point(609, 13);
this.btn_Exit.Margin = new System.Windows.Forms.Padding(3, 13, 23, 3);
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.Size = new System.Drawing.Size(160, 36);
this.btn_Exit.TabIndex = 6;
this.btn_Exit.Text = "取消";
this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
//
// btn_Import
//
this.btn_Import.Location = new System.Drawing.Point(423, 13);
this.btn_Import.Margin = new System.Windows.Forms.Padding(3, 13, 23, 3);
this.btn_Import.Name = "btn_Import";
this.btn_Import.Size = new System.Drawing.Size(160, 36);
this.btn_Import.TabIndex = 5;
this.btn_Import.Text = "导入";
this.btn_Import.Click += new System.EventHandler(this.btn_Import_Click);
//
// panel_left
//
panel_left.Dock = System.Windows.Forms.DockStyle.Left;
panel_left.Location = new System.Drawing.Point(0, 79);
panel_left.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
panel_left.Name = "panel_left";
panel_left.Size = new System.Drawing.Size(40, 350);
panel_left.TabIndex = 2;
//
// panel_Right
//
panel_Right.Dock = System.Windows.Forms.DockStyle.Right;
panel_Right.Location = new System.Drawing.Point(758, 79);
panel_Right.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
panel_Right.Name = "panel_Right";
panel_Right.Size = new System.Drawing.Size(40, 350);
panel_Right.TabIndex = 3;
//
// flowLayoutPanel1
//
this.tablePanel.SetColumn(flowLayoutPanel1, 1);
flowLayoutPanel1.Controls.Add(label1);
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
flowLayoutPanel1.Location = new System.Drawing.Point(60, 75);
flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel1.Name = "flowLayoutPanel1";
this.tablePanel.SetRow(flowLayoutPanel1, 1);
flowLayoutPanel1.Size = new System.Drawing.Size(598, 40);
flowLayoutPanel1.TabIndex = 0;
//
// label1
//
label1.Font = new System.Drawing.Font("微软雅黑", 11F);
label1.Location = new System.Drawing.Point(3, 3);
label1.Margin = new System.Windows.Forms.Padding(3);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(587, 46);
label1.TabIndex = 0;
label1.Text = "选择保修计划年份:";
label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// flowLayoutPanel2
//
this.tablePanel.SetColumn(flowLayoutPanel2, 1);
flowLayoutPanel2.Controls.Add(this.EditYear);
flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
flowLayoutPanel2.Location = new System.Drawing.Point(60, 115);
flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel2.Name = "flowLayoutPanel2";
this.tablePanel.SetRow(flowLayoutPanel2, 2);
flowLayoutPanel2.Size = new System.Drawing.Size(598, 40);
flowLayoutPanel2.TabIndex = 1;
//
// EditYear
//
this.EditYear.EditValue = null;
this.EditYear.Location = new System.Drawing.Point(45, 3);
this.EditYear.Margin = new System.Windows.Forms.Padding(45, 3, 3, 3);
this.EditYear.Name = "EditYear";
this.EditYear.Properties.AutoHeight = false;
this.EditYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.EditYear.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.EditYear.Size = new System.Drawing.Size(255, 33);
this.EditYear.TabIndex = 2;
//
// flowLayoutPanel3
//
this.tablePanel.SetColumn(flowLayoutPanel3, 1);
flowLayoutPanel3.Controls.Add(label2);
flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
flowLayoutPanel3.Location = new System.Drawing.Point(60, 155);
flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel3.Name = "flowLayoutPanel3";
this.tablePanel.SetRow(flowLayoutPanel3, 3);
flowLayoutPanel3.Size = new System.Drawing.Size(598, 40);
flowLayoutPanel3.TabIndex = 2;
//
// label2
//
label2.Font = new System.Drawing.Font("微软雅黑", 11F);
label2.Location = new System.Drawing.Point(3, 3);
label2.Margin = new System.Windows.Forms.Padding(3);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(587, 34);
label2.TabIndex = 0;
label2.Text = "选择导入的Excel";
label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// flowLayoutPanel4
//
this.tablePanel.SetColumn(flowLayoutPanel4, 1);
flowLayoutPanel4.Controls.Add(this.EditFilePath);
flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
flowLayoutPanel4.Location = new System.Drawing.Point(60, 195);
flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel4.Name = "flowLayoutPanel4";
this.tablePanel.SetRow(flowLayoutPanel4, 4);
flowLayoutPanel4.Size = new System.Drawing.Size(598, 40);
flowLayoutPanel4.TabIndex = 3;
//
// EditFilePath
//
this.EditFilePath.Location = new System.Drawing.Point(45, 3);
this.EditFilePath.Margin = new System.Windows.Forms.Padding(45, 3, 3, 3);
this.EditFilePath.Name = "EditFilePath";
this.EditFilePath.Properties.Appearance.Font = new System.Drawing.Font("Verdana", 12F);
this.EditFilePath.Properties.Appearance.Options.UseFont = true;
this.EditFilePath.Properties.AutoHeight = false;
this.EditFilePath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.EditFilePath.Properties.Click += new System.EventHandler(this.EditFilePath_Properties_Click);
this.EditFilePath.Size = new System.Drawing.Size(480, 34);
this.EditFilePath.TabIndex = 1;
//
// flowLayoutPanel5
//
this.tablePanel.SetColumn(flowLayoutPanel5, 1);
flowLayoutPanel5.Controls.Add(this.lb_DownLoadTemplate);
flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
flowLayoutPanel5.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
flowLayoutPanel5.Location = new System.Drawing.Point(60, 235);
flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel5.Name = "flowLayoutPanel5";
this.tablePanel.SetRow(flowLayoutPanel5, 5);
flowLayoutPanel5.Size = new System.Drawing.Size(598, 40);
flowLayoutPanel5.TabIndex = 4;
//
// lb_DownLoadTemplate
//
this.lb_DownLoadTemplate.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_DownLoadTemplate.Location = new System.Drawing.Point(205, 5);
this.lb_DownLoadTemplate.Margin = new System.Windows.Forms.Padding(5);
this.lb_DownLoadTemplate.Name = "lb_DownLoadTemplate";
this.lb_DownLoadTemplate.Size = new System.Drawing.Size(388, 30);
this.lb_DownLoadTemplate.TabIndex = 2;
this.lb_DownLoadTemplate.TabStop = true;
this.lb_DownLoadTemplate.Text = "模板下载";
this.lb_DownLoadTemplate.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lb_DownLoadTemplate.Click += new System.EventHandler(this.lb_DownLoadTemplate_Click);
//
// step_SelectYear
//
this.step_SelectYear.ContentBlock1.ActiveStateImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("step_SelectYear.ContentBlock1.ActiveStateImageOptions.SvgImage")));
this.step_SelectYear.ContentBlock1.ActiveStateImageOptions.SvgImageSize = new System.Drawing.Size(25, 25);
this.step_SelectYear.ContentBlock1.InactiveStateImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("step_SelectYear.ContentBlock1.InactiveStateImageOptions.SvgImage")));
this.step_SelectYear.ContentBlock2.Caption = "选择年份";
this.step_SelectYear.Name = "step_SelectYear";
this.step_SelectYear.Options.Indicator.ActiveStateImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("step_SelectYear.Options.Indicator.ActiveStateImageOptions.SvgImage")));
this.step_SelectYear.Options.Indicator.Width = 25;
this.step_SelectYear.State = DevExpress.XtraEditors.StepProgressBarItemState.Active;
//
// step_ImportExcel
//
this.step_ImportExcel.ContentBlock1.ActiveStateImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("step_ImportExcel.ContentBlock1.ActiveStateImageOptions.SvgImage")));
this.step_ImportExcel.ContentBlock1.ActiveStateImageOptions.SvgImageSize = new System.Drawing.Size(25, 25);
this.step_ImportExcel.ContentBlock1.InactiveStateImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("step_ImportExcel.ContentBlock1.InactiveStateImageOptions.SvgImage")));
this.step_ImportExcel.ContentBlock2.Caption = "导入文件";
this.step_ImportExcel.Name = "step_ImportExcel";
this.step_ImportExcel.Options.Indicator.ActiveStateImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("step_ImportExcel.Options.Indicator.ActiveStateImageOptions.SvgImage")));
//
// tablePanel
//
this.tablePanel.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 100F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)});
this.tablePanel.Controls.Add(flowLayoutPanel7);
this.tablePanel.Controls.Add(flowLayoutPanel5);
this.tablePanel.Controls.Add(flowLayoutPanel4);
this.tablePanel.Controls.Add(flowLayoutPanel3);
this.tablePanel.Controls.Add(flowLayoutPanel2);
this.tablePanel.Controls.Add(flowLayoutPanel1);
this.tablePanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel.Location = new System.Drawing.Point(40, 79);
this.tablePanel.Margin = new System.Windows.Forms.Padding(50, 4, 3, 4);
this.tablePanel.Name = "tablePanel";
this.tablePanel.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 40F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 40F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 40F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 40F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 40F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)});
this.tablePanel.Size = new System.Drawing.Size(718, 350);
this.tablePanel.TabIndex = 4;
//
// flowLayoutPanel7
//
flowLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.tablePanel.SetColumn(flowLayoutPanel7, 1);
flowLayoutPanel7.Controls.Add(this.lb_logs);
flowLayoutPanel7.Location = new System.Drawing.Point(63, 278);
flowLayoutPanel7.Name = "flowLayoutPanel7";
this.tablePanel.SetRow(flowLayoutPanel7, 6);
flowLayoutPanel7.Size = new System.Drawing.Size(592, 69);
flowLayoutPanel7.TabIndex = 5;
//
// lb_logs
//
this.lb_logs.Location = new System.Drawing.Point(3, 0);
this.lb_logs.Name = "lb_logs";
this.lb_logs.Size = new System.Drawing.Size(592, 69);
this.lb_logs.TabIndex = 0;
this.lb_logs.TabStop = true;
this.lb_logs.Text = "查看log日志";
this.lb_logs.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
this.lb_logs.Visible = false;
this.lb_logs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lb_logs_LinkClicked);
//
// page_PlanExcelImport
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(798, 508);
this.Controls.Add(this.tablePanel);
this.Controls.Add(panel_Right);
this.Controls.Add(panel_left);
this.Controls.Add(panel_bottom);
this.Controls.Add(panel_top);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "page_PlanExcelImport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "保养计划导入";
this.Load += new System.EventHandler(this.page_PlanExcelImport_Load);
panel_top.ResumeLayout(false);
panel_bottom.ResumeLayout(false);
flowLayoutPanel6.ResumeLayout(false);
flowLayoutPanel1.ResumeLayout(false);
flowLayoutPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties)).EndInit();
flowLayoutPanel3.ResumeLayout(false);
flowLayoutPanel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.EditFilePath.Properties)).EndInit();
flowLayoutPanel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel)).EndInit();
this.tablePanel.ResumeLayout(false);
flowLayoutPanel7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.StepProgressBarItem step_SelectYear;
private DevExpress.XtraEditors.StepProgressBarItem step_ImportExcel;
private DevExpress.Utils.Layout.TablePanel tablePanel;
private DevExpress.XtraEditors.DateEdit EditYear;
private DevExpress.XtraEditors.ButtonEdit EditFilePath;
private System.Windows.Forms.LinkLabel lb_DownLoadTemplate;
private DevExpress.XtraEditors.SimpleButton btn_Import;
private DevExpress.XtraEditors.SimpleButton btn_Exit;
private System.Windows.Forms.LinkLabel lb_logs;
}
}