OSDN Git Service

no message
[passer/Passer2.git] / passer / PopupForm.Designer.cs
1 using System.Diagnostics;
2 namespace Lugens.Passer
3 {
4     partial class PopupForm
5     {
6         /// <summary>
7         /// 必要なデザイナ変数です。
8         /// </summary>
9         private System.ComponentModel.IContainer components = null;
10
11         /// <summary>
12         /// 使用中のリソースをすべてクリーンアップします。
13         /// </summary>
14         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
15         protected override void Dispose(bool disposing)
16         {
17             if (disposing && (components != null))
18             {
19                 components.Dispose();
20             }
21             base.Dispose(disposing);
22         }
23
24         #region Windows フォーム デザイナで生成されたコード
25
26         /// <summary>
27         /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
28         /// コード エディタで変更しないでください。
29         /// </summary>
30         private void InitializeComponent()
31         {
32             this.components = new System.ComponentModel.Container();
33             this.pictureBox_loading = new System.Windows.Forms.PictureBox();
34             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
35             this.コピーToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_loading)).BeginInit();
37             this.contextMenuStrip1.SuspendLayout();
38             this.SuspendLayout();
39             // 
40             // pictureBox_loading
41             // 
42             this.pictureBox_loading.Image = global::Lugens.Passer.Properties.Resources.loading;
43             this.pictureBox_loading.Location = new System.Drawing.Point(9, 5);
44             this.pictureBox_loading.Name = "pictureBox_loading";
45             this.pictureBox_loading.Size = new System.Drawing.Size(16, 17);
46             this.pictureBox_loading.TabIndex = 0;
47             this.pictureBox_loading.TabStop = false;
48             // 
49             // contextMenuStrip1
50             // 
51             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
52             this.コピーToolStripMenuItem});
53             this.contextMenuStrip1.Name = "contextMenuStrip1";
54             this.contextMenuStrip1.Size = new System.Drawing.Size(98, 26);
55             // 
56             // コピーToolStripMenuItem
57             // 
58             this.コピーToolStripMenuItem.Name = "コピーToolStripMenuItem";
59             this.コピーToolStripMenuItem.Size = new System.Drawing.Size(97, 22);
60             this.コピーToolStripMenuItem.Text = "コピー";
61             // 
62             // PopupForm
63             // 
64             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
65             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
66             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
67             this.BackColor = System.Drawing.SystemColors.Info;
68             this.ClientSize = new System.Drawing.Size(99, 24);
69             this.ControlBox = false;
70             this.Controls.Add(this.pictureBox_loading);
71             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
72             this.ForeColor = System.Drawing.SystemColors.WindowFrame;
73             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
74             this.MinimumSize = new System.Drawing.Size(34, 24);
75             this.Name = "PopupForm";
76             this.ShowIcon = false;
77             this.ShowInTaskbar = false;
78             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
79             this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
80             this.TopMost = true;
81             this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PopupForm_MouseUp);
82             this.SizeChanged += new System.EventHandler(this.PopupForm_SizeChanged);
83             this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PopupForm_MouseDown);
84             this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PopupForm_MouseMove);
85             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_loading)).EndInit();
86             this.contextMenuStrip1.ResumeLayout(false);
87             this.ResumeLayout(false);
88
89         }
90
91         #endregion
92
93         private System.Windows.Forms.PictureBox pictureBox_loading;
94         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
95         private System.Windows.Forms.ToolStripMenuItem コピーToolStripMenuItem;
96
97     }
98 }