OSDN Git Service

構成変更のためファイルを置き直し。
[kybernetes/Kybernetes.git] / base / view / ClockForm.Designer.cs
1 namespace com.andoutomo.kybernetes.view\r
2 {\r
3     partial class ClockForm\r
4     {\r
5         /// <summary>\r
6         /// 必要なデザイナー変数です。\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// 使用中のリソースをすべてクリーンアップします。\r
12         /// </summary>\r
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows フォーム デザイナーで生成されたコード\r
24 \r
25         /// <summary>\r
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を\r
27         /// コード エディターで変更しないでください。\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.components = new System.ComponentModel.Container();\r
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClockForm));\r
33             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
34             this.label1 = new System.Windows.Forms.Label();\r
35             this.kyTimer = new System.Windows.Forms.Timer(this.components);\r
36             this.button1 = new System.Windows.Forms.Button();\r
37             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
38             this.SuspendLayout();\r
39             // \r
40             // pictureBox1\r
41             // \r
42             this.pictureBox1.Location = new System.Drawing.Point(2, 2);\r
43             this.pictureBox1.Name = "pictureBox1";\r
44             this.pictureBox1.Size = new System.Drawing.Size(180, 180);\r
45             this.pictureBox1.TabIndex = 0;\r
46             this.pictureBox1.TabStop = false;\r
47             // \r
48             // label1\r
49             // \r
50             this.label1.AutoSize = true;\r
51             this.label1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
52             this.label1.ForeColor = System.Drawing.SystemColors.ControlText;\r
53             this.label1.Location = new System.Drawing.Point(120, 187);\r
54             this.label1.Name = "label1";\r
55             this.label1.Size = new System.Drawing.Size(62, 16);\r
56             this.label1.TabIndex = 1;\r
57             this.label1.Text = "00:00:00";\r
58             // \r
59             // kyTimer\r
60             // \r
61             this.kyTimer.Tick += new System.EventHandler(this.kyTimer_Tick);\r
62             // \r
63             // button1\r
64             // \r
65             this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
66             this.button1.Location = new System.Drawing.Point(5, 187);\r
67             this.button1.Name = "button1";\r
68             this.button1.Size = new System.Drawing.Size(75, 25);\r
69             this.button1.TabIndex = 1;\r
70             this.button1.Text = "Close";\r
71             this.button1.UseVisualStyleBackColor = true;\r
72             this.button1.Click += new System.EventHandler(this.button1_Click);\r
73             // \r
74             // ClockForm\r
75             // \r
76             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
77             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
78             this.BackColor = System.Drawing.SystemColors.Control;\r
79             this.ClientSize = new System.Drawing.Size(184, 212);\r
80             this.Controls.Add(this.button1);\r
81             this.Controls.Add(this.label1);\r
82             this.Controls.Add(this.pictureBox1);\r
83             this.ForeColor = System.Drawing.Color.Black;\r
84             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
85             this.MaximizeBox = false;\r
86             this.MinimizeBox = false;\r
87             this.Name = "ClockForm";\r
88             this.ShowInTaskbar = false;\r
89             this.Text = "Timer";\r
90             this.Load += new System.EventHandler(this.clockForm_Load);\r
91             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
92             this.ResumeLayout(false);\r
93             this.PerformLayout();\r
94 \r
95         }\r
96 \r
97         #endregion\r
98 \r
99         private System.Windows.Forms.PictureBox pictureBox1;\r
100         private System.Windows.Forms.Label label1;\r
101         private System.Windows.Forms.Timer kyTimer;\r
102         private System.Windows.Forms.Button button1;\r
103     }\r
104 }