|
- namespace MaiMuAOI.SysUI.Load
- {
- partial class InitFrm
- {
- /// <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.components = new System.ComponentModel.Container();
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.skinButton1 = new CCWin.SkinControl.SkinButton();
- this.StsTextBox = new System.Windows.Forms.TextBox();
- this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
- this.SuspendLayout();
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(456, 46);
- this.uiTitel1.TabIndex = 1;
- //
- // skinButton1
- //
- this.skinButton1.BackColor = System.Drawing.Color.Transparent;
- this.skinButton1.BorderColor = System.Drawing.Color.Silver;
- this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.skinButton1.DownBack = null;
- this.skinButton1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButton1.Location = new System.Drawing.Point(12, 424);
- this.skinButton1.MouseBack = null;
- this.skinButton1.Name = "skinButton1";
- this.skinButton1.NormlBack = null;
- this.skinButton1.Radius = 16;
- this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinButton1.Size = new System.Drawing.Size(99, 38);
- this.skinButton1.TabIndex = 35;
- this.skinButton1.Text = "跳过";
- this.skinButton1.UseVisualStyleBackColor = false;
- this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
- //
- // StsTextBox
- //
- this.StsTextBox.Cursor = System.Windows.Forms.Cursors.AppStarting;
- this.StsTextBox.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.StsTextBox.Location = new System.Drawing.Point(12, 52);
- this.StsTextBox.Multiline = true;
- this.StsTextBox.Name = "StsTextBox";
- this.StsTextBox.ReadOnly = true;
- this.StsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.StsTextBox.Size = new System.Drawing.Size(433, 366);
- this.StsTextBox.TabIndex = 36;
- this.StsTextBox.Text = "1\r\n2\r\n3\r\n43\r\n4\r\n5\r\n56\r\n6\r\n7";
- //
- // backgroundWorker1
- //
- this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
- //
- // InitFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.ClientSize = new System.Drawing.Size(456, 468);
- this.Controls.Add(this.StsTextBox);
- this.Controls.Add(this.skinButton1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "InitFrm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "设备初始化";
- this.Load += new System.EventHandler(this.InitFrm_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private CCWin.SkinControl.SkinButton skinButton1;
- private System.Windows.Forms.TextBox StsTextBox;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- }
- }
|