Form2.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace 新一代CaptB点名器
  2. {
  3. partial class Form2
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.checkBox1 = new System.Windows.Forms.CheckBox();
  36. this.checkBox2 = new System.Windows.Forms.CheckBox();
  37. this.contextMenuStrip1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // textBox1
  41. //
  42. this.textBox1.ContextMenuStrip = this.contextMenuStrip1;
  43. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.textBox1.Location = new System.Drawing.Point(34, 19);
  45. this.textBox1.Margin = new System.Windows.Forms.Padding(25, 10, 25, 3);
  46. this.textBox1.Name = "textBox1";
  47. this.textBox1.ReadOnly = true;
  48. this.textBox1.Size = new System.Drawing.Size(276, 46);
  49. this.textBox1.TabIndex = 0;
  50. this.textBox1.Text = global::新一代CaptB点名器.Properties.Settings.Default.InitialWord;
  51. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  52. //
  53. // contextMenuStrip1
  54. //
  55. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  56. this.复制ToolStripMenuItem});
  57. this.contextMenuStrip1.Name = "contextMenuStrip1";
  58. this.contextMenuStrip1.ShowImageMargin = false;
  59. this.contextMenuStrip1.Size = new System.Drawing.Size(112, 26);
  60. //
  61. // 复制ToolStripMenuItem
  62. //
  63. this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
  64. this.复制ToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
  65. this.复制ToolStripMenuItem.Text = "复制当前值";
  66. this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
  67. //
  68. // button1
  69. //
  70. this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.button1.Location = new System.Drawing.Point(34, 78);
  72. this.button1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  73. this.button1.Name = "button1";
  74. this.button1.Size = new System.Drawing.Size(113, 35);
  75. this.button1.TabIndex = 1;
  76. this.button1.Text = global::新一代CaptB点名器.Properties.Resources.button2_Text;
  77. this.button1.UseVisualStyleBackColor = true;
  78. this.button1.Click += new System.EventHandler(this.button1_Click);
  79. //
  80. // button2
  81. //
  82. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  83. this.button2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.button2.Location = new System.Drawing.Point(193, 78);
  85. this.button2.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  86. this.button2.Name = "button2";
  87. this.button2.Size = new System.Drawing.Size(113, 35);
  88. this.button2.TabIndex = 2;
  89. this.button2.Text = global::新一代CaptB点名器.Properties.Resources.button3_Text;
  90. this.button2.UseVisualStyleBackColor = true;
  91. this.button2.Click += new System.EventHandler(this.button2_Click);
  92. //
  93. // checkBox1
  94. //
  95. this.checkBox1.AutoSize = true;
  96. this.checkBox1.BackColor = System.Drawing.Color.Transparent;
  97. this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.checkBox1.Location = new System.Drawing.Point(12, 131);
  99. this.checkBox1.Name = "checkBox1";
  100. this.checkBox1.Size = new System.Drawing.Size(51, 21);
  101. this.checkBox1.TabIndex = 3;
  102. this.checkBox1.Text = "透明";
  103. this.checkBox1.UseVisualStyleBackColor = false;
  104. this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
  105. //
  106. // checkBox2
  107. //
  108. this.checkBox2.AutoSize = true;
  109. this.checkBox2.BackColor = System.Drawing.Color.Transparent;
  110. this.checkBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.checkBox2.Location = new System.Drawing.Point(69, 131);
  112. this.checkBox2.Name = "checkBox2";
  113. this.checkBox2.Size = new System.Drawing.Size(51, 21);
  114. this.checkBox2.TabIndex = 4;
  115. this.checkBox2.Text = "置顶";
  116. this.checkBox2.UseVisualStyleBackColor = false;
  117. this.checkBox2.CheckStateChanged += new System.EventHandler(this.checkBox2_CheckStateChanged);
  118. //
  119. // Form2
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.BackgroundImage = global::新一代CaptB点名器.Properties.Resources.background;
  124. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  125. this.ClientSize = new System.Drawing.Size(340, 160);
  126. this.Controls.Add(this.checkBox2);
  127. this.Controls.Add(this.checkBox1);
  128. this.Controls.Add(this.button2);
  129. this.Controls.Add(this.button1);
  130. this.Controls.Add(this.textBox1);
  131. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  133. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  134. this.Margin = new System.Windows.Forms.Padding(4);
  135. this.MaximizeBox = false;
  136. this.MinimizeBox = false;
  137. this.Name = "Form2";
  138. this.Opacity = 0.4D;
  139. this.Text = "CaptB点名器";
  140. this.TopMost = true;
  141. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed);
  142. this.Load += new System.EventHandler(this.Form2_Load);
  143. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseMove);
  144. this.contextMenuStrip1.ResumeLayout(false);
  145. this.ResumeLayout(false);
  146. this.PerformLayout();
  147. }
  148. #endregion
  149. private System.Windows.Forms.Button button1;
  150. private System.Windows.Forms.Button button2;
  151. private System.Windows.Forms.CheckBox checkBox1;
  152. private System.Windows.Forms.CheckBox checkBox2;
  153. public System.Windows.Forms.TextBox textBox1;
  154. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  155. private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
  156. }
  157. }