namespace DPumpHydr.WinFrmUI.WenSkin.Forms { partial class LodingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.wenCircleProgress1 = new WenSkin.Controls.WenCircleProgress(); this.wenImageButton1 = new WenSkin.Controls.WenButton(); this.SuspendLayout(); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(164, 9); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(231, 147); this.label1.TabIndex = 1; this.label1.Text = "label1"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 50; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // wenCircleProgress1 // this.wenCircleProgress1.Location = new System.Drawing.Point(13, 13); this.wenCircleProgress1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.wenCircleProgress1.Name = "wenCircleProgress1"; this.wenCircleProgress1.PSize = 30; this.wenCircleProgress1.Size = new System.Drawing.Size(143, 143); this.wenCircleProgress1.TabIndex = 0; // // wenImageButton1 // this.wenImageButton1.CustomForeColor = System.Drawing.Color.Black; this.wenImageButton1.Location = new System.Drawing.Point(302, 160); this.wenImageButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.wenImageButton1.Name = "wenImageButton1"; this.wenImageButton1.Size = new System.Drawing.Size(93, 42); this.wenImageButton1.TabIndex = 2; this.wenImageButton1.Text = "确定"; this.wenImageButton1.Click += new System.EventHandler(this.wenImageButton1_Click); // // LodingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(38))))); this.ClientSize = new System.Drawing.Size(408, 211); this.Controls.Add(this.wenImageButton1); this.Controls.Add(this.label1); this.Controls.Add(this.wenCircleProgress1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "LodingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "LodingForm"; this.TopMost = true; this.ResumeLayout(false); } #endregion private WenSkin.Controls.WenCircleProgress wenCircleProgress1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer timer1; private Controls.WenButton wenImageButton1; } }