Fix Maestro Acive Logo CNC
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 296 KiB After Width: | Height: | Size: 428 KiB |
Generated
+19
-19
@@ -31,12 +31,12 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadingForm));
|
||||
this.StatusLBL = new System.Windows.Forms.Label();
|
||||
this.ErrorLBL = new System.Windows.Forms.Label();
|
||||
this.LogoCMS = new System.Windows.Forms.PictureBox();
|
||||
this.CloseLabel = new System.Windows.Forms.Label();
|
||||
this.LogoSCM = new System.Windows.Forms.PictureBox();
|
||||
this.VersionLBL = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LogoCMS)).BeginInit();
|
||||
this.LogoCMS = new System.Windows.Forms.PictureBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LogoSCM)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LogoCMS)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// StatusLBL
|
||||
@@ -67,20 +67,6 @@
|
||||
this.ErrorLBL.Text = "...";
|
||||
this.ErrorLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// LogoCMS
|
||||
//
|
||||
this.LogoCMS.BackColor = System.Drawing.Color.White;
|
||||
this.LogoCMS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.LogoCMS.Image = global::Active_Client.Properties.Resources.CM_ACTIVE_LOGO_INVERTED;
|
||||
this.LogoCMS.Location = new System.Drawing.Point(0, 31);
|
||||
this.LogoCMS.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.LogoCMS.Name = "LogoCMS";
|
||||
this.LogoCMS.Size = new System.Drawing.Size(969, 369);
|
||||
this.LogoCMS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.LogoCMS.TabIndex = 6;
|
||||
this.LogoCMS.TabStop = false;
|
||||
this.LogoCMS.Visible = false;
|
||||
//
|
||||
// CloseLabel
|
||||
//
|
||||
this.CloseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
@@ -122,6 +108,20 @@
|
||||
this.VersionLBL.TabIndex = 0;
|
||||
this.VersionLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// LogoCMS
|
||||
//
|
||||
this.LogoCMS.BackColor = System.Drawing.Color.White;
|
||||
this.LogoCMS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.LogoCMS.Image = global::Active_Client.Properties.Resources.CM_ACTIVE_LOGO_INVERTED;
|
||||
this.LogoCMS.Location = new System.Drawing.Point(0, 31);
|
||||
this.LogoCMS.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.LogoCMS.Name = "LogoCMS";
|
||||
this.LogoCMS.Size = new System.Drawing.Size(969, 369);
|
||||
this.LogoCMS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.LogoCMS.TabIndex = 6;
|
||||
this.LogoCMS.TabStop = false;
|
||||
this.LogoCMS.Visible = false;
|
||||
//
|
||||
// LoadingForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -144,8 +144,8 @@
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.Text = "Loading Active Client";
|
||||
this.TopMost = true;
|
||||
((System.ComponentModel.ISupportInitialize)(this.LogoCMS)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LogoSCM)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LogoCMS)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -153,9 +153,9 @@
|
||||
#endregion
|
||||
private System.Windows.Forms.Label StatusLBL;
|
||||
private System.Windows.Forms.Label ErrorLBL;
|
||||
private System.Windows.Forms.PictureBox LogoCMS;
|
||||
private System.Windows.Forms.Label CloseLabel;
|
||||
private System.Windows.Forms.PictureBox LogoSCM;
|
||||
private System.Windows.Forms.Label VersionLBL;
|
||||
private System.Windows.Forms.Label VersionLBL;
|
||||
private System.Windows.Forms.PictureBox LogoCMS;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user