You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/KepGridEditor/FrmRectificationProgress.de...

104 lines
4.9 KiB
C#

1 month ago
namespace KepGridEditor
{
partial class FrmRectificationProgress
{
/// <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.pictureEditAnimation = new DevExpress.XtraEditors.PictureEdit();
this.labelStatus = new DevExpress.XtraEditors.LabelControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.labelProgress = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.pictureEditAnimation.Properties)).BeginInit();
this.SuspendLayout();
//
// pictureEditAnimation
//
this.pictureEditAnimation.EditValue = global::KepGridEditor.Properties.Resources.loading;
this.pictureEditAnimation.Location = new System.Drawing.Point(13, 12);
this.pictureEditAnimation.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.pictureEditAnimation.Name = "pictureEditAnimation";
this.pictureEditAnimation.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEditAnimation.Properties.Appearance.Options.UseBackColor = true;
this.pictureEditAnimation.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEditAnimation.Properties.ShowMenu = false;
this.pictureEditAnimation.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEditAnimation.Size = new System.Drawing.Size(49, 42);
this.pictureEditAnimation.TabIndex = 0;
//
// labelStatus
//
this.labelStatus.Location = new System.Drawing.Point(84, 23);
this.labelStatus.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(144, 14);
this.labelStatus.TabIndex = 1;
this.labelStatus.Text = "IDW井点校正正在计算...";
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(268, 20);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 21);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
//
// labelProgress
//
this.labelProgress.Location = new System.Drawing.Point(235, 23);
this.labelProgress.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.labelProgress.Name = "labelProgress";
this.labelProgress.Size = new System.Drawing.Size(19, 14);
this.labelProgress.TabIndex = 1;
this.labelProgress.Text = "0%";
//
// FrmRectificationProgress
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(356, 61);
this.Controls.Add(this.pictureEditAnimation);
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.labelProgress);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.Name = "FrmRectificationProgress";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
((System.ComponentModel.ISupportInitialize)(this.pictureEditAnimation.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PictureEdit pictureEditAnimation;
private DevExpress.XtraEditors.LabelControl labelStatus;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.LabelControl labelProgress;
}
}