版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

108 řádky
5.0 KiB

  1. namespace MaiMuAOI.SysUI.Load
  2. {
  3. partial class InitFrm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  30. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  31. this.StsTextBox = new System.Windows.Forms.TextBox();
  32. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  33. this.SuspendLayout();
  34. //
  35. // uiTitel1
  36. //
  37. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  38. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  39. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  40. this.uiTitel1.Name = "uiTitel1";
  41. this.uiTitel1.Size = new System.Drawing.Size(456, 46);
  42. this.uiTitel1.TabIndex = 1;
  43. //
  44. // skinButton1
  45. //
  46. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  47. this.skinButton1.BorderColor = System.Drawing.Color.Silver;
  48. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  49. this.skinButton1.DownBack = null;
  50. this.skinButton1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.skinButton1.Location = new System.Drawing.Point(12, 424);
  52. this.skinButton1.MouseBack = null;
  53. this.skinButton1.Name = "skinButton1";
  54. this.skinButton1.NormlBack = null;
  55. this.skinButton1.Radius = 16;
  56. this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  57. this.skinButton1.Size = new System.Drawing.Size(99, 38);
  58. this.skinButton1.TabIndex = 35;
  59. this.skinButton1.Text = "跳过";
  60. this.skinButton1.UseVisualStyleBackColor = false;
  61. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  62. //
  63. // StsTextBox
  64. //
  65. this.StsTextBox.Cursor = System.Windows.Forms.Cursors.AppStarting;
  66. this.StsTextBox.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.StsTextBox.Location = new System.Drawing.Point(12, 52);
  68. this.StsTextBox.Multiline = true;
  69. this.StsTextBox.Name = "StsTextBox";
  70. this.StsTextBox.ReadOnly = true;
  71. this.StsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  72. this.StsTextBox.Size = new System.Drawing.Size(433, 366);
  73. this.StsTextBox.TabIndex = 36;
  74. this.StsTextBox.Text = "1\r\n2\r\n3\r\n43\r\n4\r\n5\r\n56\r\n6\r\n7";
  75. //
  76. // backgroundWorker1
  77. //
  78. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  79. //
  80. // InitFrm
  81. //
  82. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  83. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  84. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  85. this.ClientSize = new System.Drawing.Size(456, 468);
  86. this.Controls.Add(this.StsTextBox);
  87. this.Controls.Add(this.skinButton1);
  88. this.Controls.Add(this.uiTitel1);
  89. this.Name = "InitFrm";
  90. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  91. this.Text = "设备初始化";
  92. this.Load += new System.EventHandler(this.InitFrm_Load);
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95. }
  96. #endregion
  97. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  98. private CCWin.SkinControl.SkinButton skinButton1;
  99. private System.Windows.Forms.TextBox StsTextBox;
  100. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  101. }
  102. }