namespace 新一代CaptB点名器 { partial class Form2 { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); this.textBox1 = new System.Windows.Forms.TextBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // textBox1 // this.textBox1.ContextMenuStrip = this.contextMenuStrip1; this.textBox1.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(34, 19); this.textBox1.Margin = new System.Windows.Forms.Padding(25, 10, 25, 3); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(276, 46); this.textBox1.TabIndex = 0; this.textBox1.Text = global::新一代CaptB点名器.Properties.Settings.Default.InitialWord; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.复制ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.ShowImageMargin = false; this.contextMenuStrip1.Size = new System.Drawing.Size(112, 26); // // 复制ToolStripMenuItem // this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem"; this.复制ToolStripMenuItem.Size = new System.Drawing.Size(111, 22); this.复制ToolStripMenuItem.Text = "复制当前值"; this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click); // // button1 // this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(34, 78); this.button1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(113, 35); this.button1.TabIndex = 1; this.button1.Text = global::新一代CaptB点名器.Properties.Resources.button2_Text; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.Location = new System.Drawing.Point(193, 78); this.button2.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(113, 35); this.button2.TabIndex = 2; this.button2.Text = global::新一代CaptB点名器.Properties.Resources.button3_Text; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.BackColor = System.Drawing.Color.Transparent; this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox1.Location = new System.Drawing.Point(12, 131); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(51, 21); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "透明"; this.checkBox1.UseVisualStyleBackColor = false; this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.BackColor = System.Drawing.Color.Transparent; this.checkBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox2.Location = new System.Drawing.Point(69, 131); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(51, 21); this.checkBox2.TabIndex = 4; this.checkBox2.Text = "置顶"; this.checkBox2.UseVisualStyleBackColor = false; this.checkBox2.CheckStateChanged += new System.EventHandler(this.checkBox2_CheckStateChanged); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::新一代CaptB点名器.Properties.Resources.background; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(340, 160); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form2"; this.Opacity = 0.4D; this.Text = "CaptB点名器"; this.TopMost = true; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed); this.Load += new System.EventHandler(this.Form2_Load); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form2_MouseMove); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; public System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem; } }