OSDN Git Service

#39441 エンコーディング指定の文字列を少し変更。全部大文字だとうまくいかないことがあった。
[dtxmania/dtxmania.git] / DTX2WAV / Form_Finished_Fail.Designer.cs
1 namespace DTX2WAV
2 {
3         partial class Form_Finished_Fail
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_Fail));
32                         this.label_Canceled = new System.Windows.Forms.Label();
33                         this.button_OK = new System.Windows.Forms.Button();
34                         this.pictureBox_FailIcon = new System.Windows.Forms.PictureBox();
35                         ((System.ComponentModel.ISupportInitialize)(this.pictureBox_FailIcon)).BeginInit();
36                         this.SuspendLayout();
37                         // 
38                         // label_Canceled
39                         // 
40                         resources.ApplyResources(this.label_Canceled, "label_Canceled");
41                         this.label_Canceled.Name = "label_Canceled";
42                         // 
43                         // button_OK
44                         // 
45                         resources.ApplyResources(this.button_OK, "button_OK");
46                         this.button_OK.Name = "button_OK";
47                         this.button_OK.UseVisualStyleBackColor = true;
48                         this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
49                         // 
50                         // pictureBox_FailIcon
51                         // 
52                         resources.ApplyResources(this.pictureBox_FailIcon, "pictureBox_FailIcon");
53                         this.pictureBox_FailIcon.Name = "pictureBox_FailIcon";
54                         this.pictureBox_FailIcon.TabStop = false;
55                         // 
56                         // Form_Finished_Fail
57                         // 
58                         resources.ApplyResources(this, "$this");
59                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
60                         this.ControlBox = false;
61                         this.Controls.Add(this.pictureBox_FailIcon);
62                         this.Controls.Add(this.button_OK);
63                         this.Controls.Add(this.label_Canceled);
64                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
65                         this.Name = "Form_Finished_Fail";
66                         this.Shown += new System.EventHandler(this.Form_Finished_Fail_Shown);
67                         ((System.ComponentModel.ISupportInitialize)(this.pictureBox_FailIcon)).EndInit();
68                         this.ResumeLayout(false);
69                         this.PerformLayout();
70
71                 }
72
73                 #endregion
74
75                 private System.Windows.Forms.Label label_Canceled;
76                 private System.Windows.Forms.Button button_OK;
77                 private System.Windows.Forms.PictureBox pictureBox_FailIcon;
78         }
79 }