namespace Lugens.Passer { partial class SentenceForm { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.iconListBox = new Lugens.Components.IconListBox(); this.label_groupName = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // iconListBox // this.iconListBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.iconListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.iconListBox.Font = new System.Drawing.Font("Tahoma", 9.75F); this.iconListBox.FormattingEnabled = true; this.iconListBox.ItemHeight = 18; this.iconListBox.Location = new System.Drawing.Point(1, 19); this.iconListBox.Name = "iconListBox"; this.iconListBox.PreSelectedBackgroundImage = global::Lugens.Passer.Properties.Resources.preselect_7; this.iconListBox.SearchItemMode = true; this.iconListBox.SelectedBackgroundImage = global::Lugens.Passer.Properties.Resources.select_7; this.iconListBox.Size = new System.Drawing.Size(180, 108); this.iconListBox.Status = 1; this.iconListBox.TabIndex = 0; this.iconListBox.ViewMode = Lugens.Components.ViewMode.IconText; this.iconListBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.iconListBox_MouseUp); this.iconListBox.SelectedIndexChanged += new System.EventHandler(this.iconListBox_SelectedIndexChanged); this.iconListBox.DoubleClick += new System.EventHandler(this.iconListBox_DoubleClick); // // label_groupName // this.label_groupName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label_groupName.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label_groupName.Location = new System.Drawing.Point(0, 0); this.label_groupName.Name = "label_groupName"; this.label_groupName.Size = new System.Drawing.Size(194, 18); this.label_groupName.TabIndex = 1; this.label_groupName.Text = "label1"; this.label_groupName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label_groupName.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_groupName_MouseMove); this.label_groupName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label_groupName_MouseDown); this.label_groupName.MouseUp += new System.Windows.Forms.MouseEventHandler(this.label_groupName_MouseUp); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 50; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // SentenceForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(192, 142); this.ControlBox = false; this.Controls.Add(this.label_groupName); this.Controls.Add(this.iconListBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.KeyPreview = true; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(600, 690); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(150, 74); this.Name = "SentenceForm"; this.Opacity = 0; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.TopMost = true; this.Load += new System.EventHandler(this.SentenceForm_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SentenceForm_KeyPress); this.Resize += new System.EventHandler(this.SentenceForm_Resize); this.ResumeLayout(false); } #endregion private Lugens.Components.IconListBox iconListBox; private System.Windows.Forms.Label label_groupName; private System.Windows.Forms.Timer timer1; //private Lugens.Components.IconListView iconListView; } }