/* * Fugashi Project * * This software is distributed under a BSD-style license. * See license.txt for more information. */ namespace Fugashi { partial class BitSwitch { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region コンポーネント デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.label = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label // this.label.BackColor = System.Drawing.Color.Transparent; this.label.Dock = System.Windows.Forms.DockStyle.Fill; this.label.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label.Font = new System.Drawing.Font("MS UI Gothic", 12F); this.label.ForeColor = System.Drawing.Color.SteelBlue; this.label.Location = new System.Drawing.Point(0, 0); this.label.Name = "label"; this.label.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); this.label.Size = new System.Drawing.Size(12, 24); this.label.TabIndex = 0; this.label.Text = "0"; this.label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label.UseCompatibleTextRendering = true; this.label.MouseLeave += new System.EventHandler(this.label_MouseLeave); this.label.Paint += new System.Windows.Forms.PaintEventHandler(this.label_Paint); this.label.Click += new System.EventHandler(this.label_Click); this.label.MouseEnter += new System.EventHandler(this.label_MouseEnter); // // BitSwitch // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.label); this.DoubleBuffered = true; this.MinimumSize = new System.Drawing.Size(3, 3); this.Name = "BitSwitch"; this.Size = new System.Drawing.Size(12, 24); this.SizeChanged += new System.EventHandler(this.BitSwitch_SizeChanged); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label; } }