- add sources.
[platform/framework/web/crosswalk.git] / src / tools / stats_viewer / OpenDialog.Designer.cs
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.\r
2 // Use of this source code is governed by a BSD-style license that can be\r
3 // found in the LICENSE file.\r
4 \r
5 namespace StatsViewer\r
6 {\r
7   partial class OpenDialog\r
8   {\r
9     /// <summary>\r
10     /// Required designer variable.\r
11     /// </summary>\r
12     private System.ComponentModel.IContainer components = null;\r
13 \r
14     /// <summary>\r
15     /// Clean up any resources being used.\r
16     /// </summary>\r
17     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
18     protected override void Dispose(bool disposing)\r
19     {\r
20       if (disposing && (components != null))\r
21       {\r
22         components.Dispose();\r
23       }\r
24       base.Dispose(disposing);\r
25     }\r
26 \r
27     #region Windows Form Designer generated code\r
28 \r
29     /// <summary>\r
30     /// Required method for Designer support - do not modify\r
31     /// the contents of this method with the code editor.\r
32     /// </summary>\r
33     private void InitializeComponent()\r
34     {\r
35       this.name_box_ = new System.Windows.Forms.TextBox();\r
36       this.label1 = new System.Windows.Forms.Label();\r
37       this.button1 = new System.Windows.Forms.Button();\r
38       this.SuspendLayout();\r
39       // \r
40       // name_box_\r
41       // \r
42       this.name_box_.Location = new System.Drawing.Point(108, 25);\r
43       this.name_box_.Name = "name_box_";\r
44       this.name_box_.Size = new System.Drawing.Size(180, 20);\r
45       this.name_box_.TabIndex = 0;\r
46       this.name_box_.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);\r
47       // \r
48       // label1\r
49       // \r
50       this.label1.AutoSize = true;\r
51       this.label1.Location = new System.Drawing.Point(12, 28);\r
52       this.label1.Name = "label1";\r
53       this.label1.Size = new System.Drawing.Size(91, 13);\r
54       this.label1.TabIndex = 1;\r
55       this.label1.Text = "Stats File to Open";\r
56       // \r
57       // button1\r
58       // \r
59       this.button1.Location = new System.Drawing.Point(108, 61);\r
60       this.button1.Name = "button1";\r
61       this.button1.Size = new System.Drawing.Size(75, 23);\r
62       this.button1.TabIndex = 2;\r
63       this.button1.Text = "OK";\r
64       this.button1.UseVisualStyleBackColor = true;\r
65       this.button1.Click += new System.EventHandler(this.button1_Click);\r
66       // \r
67       // OpenDialog\r
68       // \r
69       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
70       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
71       this.ClientSize = new System.Drawing.Size(303, 94);\r
72       this.Controls.Add(this.button1);\r
73       this.Controls.Add(this.label1);\r
74       this.Controls.Add(this.name_box_);\r
75       this.Name = "OpenDialog";\r
76       this.Text = "OpenDialog";\r
77       this.ResumeLayout(false);\r
78       this.PerformLayout();\r
79 \r
80     }\r
81 \r
82     #endregion\r
83 \r
84     private System.Windows.Forms.TextBox name_box_;\r
85     private System.Windows.Forms.Label label1;\r
86     private System.Windows.Forms.Button button1;\r
87   }\r
88 }\r