123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- namespace 新一代CaptB点名器
- {
- partial class Form2
- {
- /// <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();
- 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;
- }
- }
|