OSDN Git Service

05e0c8247dafa1784790509a8a3d48bf1c675dda
[dtxmania/dtxmania.git] / DTX2WAV / Form_FInished.Designer.cs
1 namespace DTX2WAV
2 {
3         partial class Form_Finished
4         {
5                 /// <summary>
6                 /// Required designer variable.
7                 /// </summary>
8                 private System.ComponentModel.IContainer components = null;
9
10                 /// <summary>
11                 /// Clean up any resources being used.
12                 /// </summary>
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
24
25                 /// <summary>
26                 /// Required method for Designer support - do not modify
27                 /// the contents of this method with the code editor.
28                 /// </summary>
29                 private void InitializeComponent()
30                 {
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Finished));
32                         this.button_OK = new System.Windows.Forms.Button();
33                         this.label_finished = new System.Windows.Forms.Label();
34                         this.SuspendLayout();
35                         // 
36                         // button_OK
37                         // 
38                         resources.ApplyResources(this.button_OK, "button_OK");
39                         this.button_OK.Name = "button_OK";
40                         this.button_OK.UseVisualStyleBackColor = true;
41                         this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
42                         // 
43                         // label_finished
44                         // 
45                         resources.ApplyResources(this.label_finished, "label_finished");
46                         this.label_finished.Name = "label_finished";
47                         // 
48                         // Form_FInished
49                         // 
50                         resources.ApplyResources(this, "$this");
51                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
52                         this.ControlBox = false;
53                         this.Controls.Add(this.label_finished);
54                         this.Controls.Add(this.button_OK);
55                         this.Name = "Form_FInished";
56                         this.ResumeLayout(false);
57                         this.PerformLayout();
58
59                 }
60
61                 #endregion
62
63                 private System.Windows.Forms.Button button_OK;
64                 private System.Windows.Forms.Label label_finished;
65         }
66 }