OSDN Git Service

#30244 自動テスト用svn:ignoreの指定ミスを修正
[wptscs/wpts.git] / Wptscs / AddConfigDialog.Designer.cs
1 namespace Honememo.Wptscs
2 {
3     partial class AddConfigDialog
4     {
5         /// <summary>
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows フォーム デザイナーで生成されたコード
24
25         /// <summary>
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddConfigDialog));
32             this.labelName = new System.Windows.Forms.Label();
33             this.textBoxName = new System.Windows.Forms.TextBox();
34             this.buttonOk = new System.Windows.Forms.Button();
35             this.buttonCancel = new System.Windows.Forms.Button();
36             this.SuspendLayout();
37             // 
38             // labelName
39             // 
40             resources.ApplyResources(this.labelName, "labelName");
41             this.labelName.Name = "labelName";
42             // 
43             // textBoxName
44             // 
45             resources.ApplyResources(this.textBoxName, "textBoxName");
46             this.textBoxName.Name = "textBoxName";
47             // 
48             // buttonOk
49             // 
50             resources.ApplyResources(this.buttonOk, "buttonOk");
51             this.buttonOk.Name = "buttonOk";
52             this.buttonOk.UseVisualStyleBackColor = true;
53             this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click);
54             // 
55             // buttonCancel
56             // 
57             resources.ApplyResources(this.buttonCancel, "buttonCancel");
58             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
59             this.buttonCancel.Name = "buttonCancel";
60             this.buttonCancel.UseVisualStyleBackColor = true;
61             // 
62             // InputConfigDialog
63             // 
64             this.AcceptButton = this.buttonOk;
65             resources.ApplyResources(this, "$this");
66             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
67             this.CancelButton = this.buttonCancel;
68             this.Controls.Add(this.buttonCancel);
69             this.Controls.Add(this.buttonOk);
70             this.Controls.Add(this.textBoxName);
71             this.Controls.Add(this.labelName);
72             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
73             this.MaximizeBox = false;
74             this.MinimizeBox = false;
75             this.Name = "InputConfigDialog";
76             this.ShowIcon = false;
77             this.ShowInTaskbar = false;
78             this.ResumeLayout(false);
79             this.PerformLayout();
80
81         }
82
83         #endregion
84
85         private System.Windows.Forms.Label labelName;
86         private System.Windows.Forms.TextBox textBoxName;
87         private System.Windows.Forms.Button buttonOk;
88         private System.Windows.Forms.Button buttonCancel;
89     }
90 }