248 lines
14 KiB
C#
248 lines
14 KiB
C#
|
|
namespace DeviceRepairAndOptimization.Pages.DriveMaintenance
|
|
{
|
|
partial class xuc_DriveMaintenance
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
this.excelControl = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.imgs_Content = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btn_AddPic = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.txt_FilePath = new DevExpress.XtraEditors.TextEdit();
|
|
this.btn_Uploads = new DevExpress.XtraEditors.SimpleButton();
|
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true, typeof(System.Windows.Forms.UserControl));
|
|
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
this.imgs_Content.SuspendLayout();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_FilePath.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.ColumnCount = 1;
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel1.Controls.Add(this.excelControl, 0, 0);
|
|
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1);
|
|
tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
|
|
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
tableLayoutPanel1.Location = new System.Drawing.Point(19, 0);
|
|
tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 3;
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
|
|
tableLayoutPanel1.Size = new System.Drawing.Size(1676, 922);
|
|
tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// excelControl
|
|
//
|
|
this.excelControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.excelControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.excelControl.Location = new System.Drawing.Point(4, 4);
|
|
this.excelControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.excelControl.Name = "excelControl";
|
|
this.excelControl.Options.Behavior.Comment.ShowHide = DevExpress.XtraSpreadsheet.DocumentCapability.Enabled;
|
|
this.excelControl.Options.Behavior.Group.CollapseExpandOnProtectedSheet = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.MinZoomFactor = 140F;
|
|
this.excelControl.Options.Behavior.Protection.ProtectSheet = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Protection.UnprotectSheet = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Worksheet.Delete = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Worksheet.Hide = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Worksheet.Insert = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Worksheet.Rename = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Worksheet.TabColor = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Worksheet.Unhide = DevExpress.XtraSpreadsheet.DocumentCapability.Hidden;
|
|
this.excelControl.Options.Behavior.Zooming = DevExpress.XtraSpreadsheet.DocumentCapability.Enabled;
|
|
this.excelControl.Options.HorizontalScrollbar.Visibility = DevExpress.XtraSpreadsheet.SpreadsheetScrollbarVisibility.Hidden;
|
|
this.excelControl.Options.TabSelector.Visibility = DevExpress.XtraSpreadsheet.SpreadsheetElementVisibility.Hidden;
|
|
this.excelControl.Options.View.ShowColumnHeaders = false;
|
|
this.excelControl.Options.View.ShowPrintArea = false;
|
|
this.excelControl.Options.View.ShowRowHeaders = false;
|
|
this.excelControl.ReadOnly = true;
|
|
this.excelControl.Size = new System.Drawing.Size(1668, 752);
|
|
this.excelControl.TabIndex = 0;
|
|
this.excelControl.PopupMenuShowing += new DevExpress.XtraSpreadsheet.PopupMenuShowingEventHandler(this.excelControl_PopupMenuShowing);
|
|
this.excelControl.ScrollPositionChanged += new DevExpress.Spreadsheet.ScrollPositionChangedEventHandler(this.excelControl_ScrollPositionChanged);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.ColumnCount = 2;
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 257F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
|
|
tableLayoutPanel2.Controls.Add(this.imgs_Content, 1, 0);
|
|
tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
tableLayoutPanel2.Location = new System.Drawing.Point(4, 764);
|
|
tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
tableLayoutPanel2.RowCount = 1;
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel2.Size = new System.Drawing.Size(1668, 112);
|
|
tableLayoutPanel2.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Location = new System.Drawing.Point(4, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(249, 112);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "拍照";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// imgs_Content
|
|
//
|
|
this.imgs_Content.Controls.Add(this.btn_AddPic);
|
|
this.imgs_Content.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.imgs_Content.Location = new System.Drawing.Point(257, 0);
|
|
this.imgs_Content.Margin = new System.Windows.Forms.Padding(0);
|
|
this.imgs_Content.Name = "imgs_Content";
|
|
this.imgs_Content.Size = new System.Drawing.Size(1411, 112);
|
|
this.imgs_Content.TabIndex = 1;
|
|
//
|
|
// btn_AddPic
|
|
//
|
|
this.btn_AddPic.Location = new System.Drawing.Point(0, 0);
|
|
this.btn_AddPic.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_AddPic.Name = "btn_AddPic";
|
|
this.btn_AddPic.Size = new System.Drawing.Size(121, 113);
|
|
this.btn_AddPic.TabIndex = 0;
|
|
this.btn_AddPic.Text = "图片拍摄";
|
|
this.btn_AddPic.UseVisualStyleBackColor = true;
|
|
this.btn_AddPic.Click += new System.EventHandler(this.btn_AddPic_Click);
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.ColumnCount = 2;
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 257F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel2, 1, 0);
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(4, 884);
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1668, 34);
|
|
this.tableLayoutPanel3.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Location = new System.Drawing.Point(4, 0);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(249, 34);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "附件";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// flowLayoutPanel2
|
|
//
|
|
this.flowLayoutPanel2.Controls.Add(this.txt_FilePath);
|
|
this.flowLayoutPanel2.Controls.Add(this.btn_Uploads);
|
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(257, 0);
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(1411, 34);
|
|
this.flowLayoutPanel2.TabIndex = 2;
|
|
//
|
|
// txt_FilePath
|
|
//
|
|
this.txt_FilePath.Location = new System.Drawing.Point(0, 0);
|
|
this.txt_FilePath.Margin = new System.Windows.Forms.Padding(0);
|
|
this.txt_FilePath.Name = "txt_FilePath";
|
|
this.txt_FilePath.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.txt_FilePath.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_FilePath.Properties.ReadOnly = true;
|
|
this.txt_FilePath.Size = new System.Drawing.Size(818, 32);
|
|
this.txt_FilePath.TabIndex = 0;
|
|
//
|
|
// btn_Uploads
|
|
//
|
|
this.btn_Uploads.Location = new System.Drawing.Point(818, 0);
|
|
this.btn_Uploads.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_Uploads.Name = "btn_Uploads";
|
|
this.btn_Uploads.Size = new System.Drawing.Size(91, 28);
|
|
this.btn_Uploads.TabIndex = 1;
|
|
this.btn_Uploads.Text = "选择文件";
|
|
this.btn_Uploads.Click += new System.EventHandler(this.btn_Uploads_Click);
|
|
//
|
|
// splashScreenManager1
|
|
//
|
|
this.splashScreenManager1.ClosingDelay = 500;
|
|
//
|
|
// xuc_DriveMaintenance
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(tableLayoutPanel1);
|
|
this.DoubleBuffered = true;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "xuc_DriveMaintenance";
|
|
this.Padding = new System.Windows.Forms.Padding(19, 0, 19, 0);
|
|
this.Size = new System.Drawing.Size(1714, 922);
|
|
this.Load += new System.EventHandler(this.xuc_DriveMaintenance_Load);
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
this.imgs_Content.ResumeLayout(false);
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_FilePath.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraSpreadsheet.SpreadsheetControl excelControl;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.FlowLayoutPanel imgs_Content;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
private System.Windows.Forms.Button btn_AddPic;
|
|
private DevExpress.XtraEditors.TextEdit txt_FilePath;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Uploads;
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|
}
|
|
}
|