版博士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ů.
 
 
 
 

125 řádky
5.8 KiB

  1. namespace MaiMuAOI.SysUI.Load
  2. {
  3. partial class CodeFrm
  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.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.skinButton2 = new CCWin.SkinControl.SkinButton();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(32, 38);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(65, 12);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "扫描二维码";
  44. //
  45. // textBox1
  46. //
  47. this.textBox1.Location = new System.Drawing.Point(103, 35);
  48. this.textBox1.Name = "textBox1";
  49. this.textBox1.Size = new System.Drawing.Size(444, 21);
  50. this.textBox1.TabIndex = 1;
  51. this.textBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyUp);
  52. //
  53. // label2
  54. //
  55. this.label2.AutoSize = true;
  56. this.label2.Location = new System.Drawing.Point(32, 101);
  57. this.label2.Name = "label2";
  58. this.label2.Size = new System.Drawing.Size(41, 12);
  59. this.label2.TabIndex = 2;
  60. this.label2.Text = "解析:";
  61. //
  62. // label3
  63. //
  64. this.label3.AutoSize = true;
  65. this.label3.Location = new System.Drawing.Point(101, 101);
  66. this.label3.Name = "label3";
  67. this.label3.Size = new System.Drawing.Size(53, 12);
  68. this.label3.TabIndex = 3;
  69. this.label3.Text = "等待扫码";
  70. //
  71. // skinButton2
  72. //
  73. this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  74. this.skinButton2.BackColor = System.Drawing.Color.Transparent;
  75. this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  76. this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  77. this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
  78. this.skinButton2.DownBack = null;
  79. this.skinButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
  81. this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  82. this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  83. this.skinButton2.Location = new System.Drawing.Point(176, 137);
  84. this.skinButton2.MouseBack = null;
  85. this.skinButton2.Name = "skinButton2";
  86. this.skinButton2.NormlBack = null;
  87. this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  88. this.skinButton2.Size = new System.Drawing.Size(61, 27);
  89. this.skinButton2.TabIndex = 99;
  90. this.skinButton2.Text = "查询";
  91. this.skinButton2.UseVisualStyleBackColor = false;
  92. this.skinButton2.Visible = false;
  93. //
  94. // CodeFrm
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.BackColor = System.Drawing.SystemColors.HighlightText;
  99. this.ClientSize = new System.Drawing.Size(574, 176);
  100. this.Controls.Add(this.skinButton2);
  101. this.Controls.Add(this.label3);
  102. this.Controls.Add(this.label2);
  103. this.Controls.Add(this.textBox1);
  104. this.Controls.Add(this.label1);
  105. this.Name = "CodeFrm";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.Text = "扫码解析";
  108. this.Load += new System.EventHandler(this.CodeFrm_Load);
  109. this.ResumeLayout(false);
  110. this.PerformLayout();
  111. }
  112. #endregion
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.TextBox textBox1;
  115. private System.Windows.Forms.Label label2;
  116. private System.Windows.Forms.Label label3;
  117. private CCWin.SkinControl.SkinButton skinButton2;
  118. }
  119. }