123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace Uninpho.LicManager
- {
- partial class FrmSplashScreen
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSplashScreen));
- this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
- this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
- ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // marqueeProgressBarControl1
- //
- this.marqueeProgressBarControl1.EditValue = 0;
- this.marqueeProgressBarControl1.Location = new System.Drawing.Point(23, 213);
- this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
- this.marqueeProgressBarControl1.Size = new System.Drawing.Size(404, 11);
- this.marqueeProgressBarControl1.TabIndex = 5;
- //
- // labelControl1
- //
- this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.labelControl1.Location = new System.Drawing.Point(23, 264);
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.Size = new System.Drawing.Size(131, 14);
- this.labelControl1.TabIndex = 6;
- this.labelControl1.Text = "Copyright © 2020-2022";
- //
- // labelControl2
- //
- this.labelControl2.Location = new System.Drawing.Point(23, 190);
- this.labelControl2.Name = "labelControl2";
- this.labelControl2.Size = new System.Drawing.Size(192, 14);
- this.labelControl2.TabIndex = 7;
- this.labelControl2.Text = "正在启动 DPTools 版本 V1.1.25...";
- //
- // pictureEdit2
- //
- this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
- this.pictureEdit2.Location = new System.Drawing.Point(12, 11);
- this.pictureEdit2.Name = "pictureEdit2";
- this.pictureEdit2.Properties.AllowFocused = false;
- this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
- this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
- this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pictureEdit2.Properties.ShowMenu = false;
- this.pictureEdit2.Size = new System.Drawing.Size(426, 166);
- this.pictureEdit2.TabIndex = 9;
- //
- // pictureEdit1
- //
- this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
- this.pictureEdit1.Location = new System.Drawing.Point(278, 246);
- this.pictureEdit1.Name = "pictureEdit1";
- this.pictureEdit1.Properties.AllowFocused = false;
- this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
- this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
- this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.pictureEdit1.Properties.ShowMenu = false;
- this.pictureEdit1.Size = new System.Drawing.Size(160, 44);
- this.pictureEdit1.TabIndex = 8;
- //
- // FrmSplashScreen
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(450, 295);
- this.Controls.Add(this.pictureEdit2);
- this.Controls.Add(this.pictureEdit1);
- this.Controls.Add(this.labelControl2);
- this.Controls.Add(this.labelControl1);
- this.Controls.Add(this.marqueeProgressBarControl1);
- this.Name = "FrmSplashScreen";
- this.Text = "Form1";
- ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.PictureEdit pictureEdit1;
- private DevExpress.XtraEditors.PictureEdit pictureEdit2;
- }
- }
|