OSDN Git Service

reformat
[tdcgexplorer/tso2mqo.git] / FormMaterial.Designer.cs
1 namespace Tso2MqoGui\r
2 {\r
3     partial class FormMaterial\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.lvMaterials = new System.Windows.Forms.ListView();\r
32             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));\r
33             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));\r
34             this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));\r
35             this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));\r
36             this.label1 = new System.Windows.Forms.Label();\r
37             this.pgMaterial = new System.Windows.Forms.PropertyGrid();\r
38             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
39             this.bOk = new System.Windows.Forms.Button();\r
40             this.bCancel = new System.Windows.Forms.Button();\r
41             this.splitContainer1.Panel1.SuspendLayout();\r
42             this.splitContainer1.Panel2.SuspendLayout();\r
43             this.splitContainer1.SuspendLayout();\r
44             this.SuspendLayout();\r
45             // \r
46             // lvMaterials\r
47             // \r
48             this.lvMaterials.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
49             this.columnHeader1,\r
50             this.columnHeader2,\r
51             this.columnHeader3,\r
52             this.columnHeader4});\r
53             this.lvMaterials.Dock = System.Windows.Forms.DockStyle.Fill;\r
54             this.lvMaterials.FullRowSelect = true;\r
55             this.lvMaterials.HideSelection = false;\r
56             this.lvMaterials.Location = new System.Drawing.Point(0, 0);\r
57             this.lvMaterials.Name = "lvMaterials";\r
58             this.lvMaterials.Size = new System.Drawing.Size(772, 120);\r
59             this.lvMaterials.TabIndex = 0;\r
60             this.lvMaterials.UseCompatibleStateImageBehavior = false;\r
61             this.lvMaterials.View = System.Windows.Forms.View.Details;\r
62             this.lvMaterials.SelectedIndexChanged += new System.EventHandler(this.lvMaterials_SelectedIndexChanged);\r
63             // \r
64             // columnHeader1\r
65             // \r
66             this.columnHeader1.Text = "マテリアル名";\r
67             this.columnHeader1.Width = 120;\r
68             // \r
69             // columnHeader2\r
70             // \r
71             this.columnHeader2.Text = "テクスチャ:カラー";\r
72             this.columnHeader2.Width = 216;\r
73             // \r
74             // columnHeader3\r
75             // \r
76             this.columnHeader3.Text = "テクスチャ:シェーディング";\r
77             this.columnHeader3.Width = 216;\r
78             // \r
79             // columnHeader4\r
80             // \r
81             this.columnHeader4.Text = "シェーダー設定ファイル";\r
82             this.columnHeader4.Width = 216;\r
83             // \r
84             // label1\r
85             // \r
86             this.label1.AutoSize = true;\r
87             this.label1.Location = new System.Drawing.Point(12, 9);\r
88             this.label1.Name = "label1";\r
89             this.label1.Size = new System.Drawing.Size(531, 24);\r
90             this.label1.TabIndex = 1;\r
91             this.label1.Text = "以下のマテリアルの情報を確認して、必要な場合、修正してください。\r\nファイル名が空白になっている部分に正しいファイルを設定しない場合、正しくエクスポートされない場" +\r
92     "合があります。";\r
93             // \r
94             // pgMaterial\r
95             // \r
96             this.pgMaterial.Dock = System.Windows.Forms.DockStyle.Fill;\r
97             this.pgMaterial.Location = new System.Drawing.Point(0, 0);\r
98             this.pgMaterial.Name = "pgMaterial";\r
99             this.pgMaterial.Size = new System.Drawing.Size(772, 211);\r
100             this.pgMaterial.TabIndex = 2;\r
101             this.pgMaterial.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgMaterial_PropertyValueChanged);\r
102             // \r
103             // splitContainer1\r
104             // \r
105             this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
106             | System.Windows.Forms.AnchorStyles.Left) \r
107             | System.Windows.Forms.AnchorStyles.Right)));\r
108             this.splitContainer1.Location = new System.Drawing.Point(12, 36);\r
109             this.splitContainer1.Name = "splitContainer1";\r
110             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\r
111             // \r
112             // splitContainer1.Panel1\r
113             // \r
114             this.splitContainer1.Panel1.Controls.Add(this.lvMaterials);\r
115             // \r
116             // splitContainer1.Panel2\r
117             // \r
118             this.splitContainer1.Panel2.Controls.Add(this.pgMaterial);\r
119             this.splitContainer1.Size = new System.Drawing.Size(772, 335);\r
120             this.splitContainer1.SplitterDistance = 120;\r
121             this.splitContainer1.TabIndex = 3;\r
122             // \r
123             // bOk\r
124             // \r
125             this.bOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
126             this.bOk.Location = new System.Drawing.Point(628, 377);\r
127             this.bOk.Name = "bOk";\r
128             this.bOk.Size = new System.Drawing.Size(75, 23);\r
129             this.bOk.TabIndex = 4;\r
130             this.bOk.Text = "OK";\r
131             this.bOk.UseVisualStyleBackColor = true;\r
132             this.bOk.Click += new System.EventHandler(this.bOk_Click);\r
133             // \r
134             // bCancel\r
135             // \r
136             this.bCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
137             this.bCancel.Location = new System.Drawing.Point(709, 377);\r
138             this.bCancel.Name = "bCancel";\r
139             this.bCancel.Size = new System.Drawing.Size(75, 23);\r
140             this.bCancel.TabIndex = 5;\r
141             this.bCancel.Text = "キャンセル";\r
142             this.bCancel.UseVisualStyleBackColor = true;\r
143             this.bCancel.Click += new System.EventHandler(this.bCancel_Click);\r
144             // \r
145             // FormMaterial\r
146             // \r
147             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
148             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
149             this.ClientSize = new System.Drawing.Size(796, 412);\r
150             this.Controls.Add(this.bCancel);\r
151             this.Controls.Add(this.bOk);\r
152             this.Controls.Add(this.splitContainer1);\r
153             this.Controls.Add(this.label1);\r
154             this.Cursor = System.Windows.Forms.Cursors.Default;\r
155             this.Name = "FormMaterial";\r
156             this.Text = "マテリアル設定";\r
157             this.Load += new System.EventHandler(this.FormMaterial_Load);\r
158             this.splitContainer1.Panel1.ResumeLayout(false);\r
159             this.splitContainer1.Panel2.ResumeLayout(false);\r
160             this.splitContainer1.ResumeLayout(false);\r
161             this.ResumeLayout(false);\r
162             this.PerformLayout();\r
163 \r
164         }\r
165 \r
166         #endregion\r
167 \r
168         private System.Windows.Forms.ListView lvMaterials;\r
169         private System.Windows.Forms.Label label1;\r
170         private System.Windows.Forms.PropertyGrid pgMaterial;\r
171         private System.Windows.Forms.SplitContainer splitContainer1;\r
172         private System.Windows.Forms.Button bOk;\r
173         private System.Windows.Forms.Button bCancel;\r
174         private System.Windows.Forms.ColumnHeader columnHeader1;\r
175         private System.Windows.Forms.ColumnHeader columnHeader2;\r
176         private System.Windows.Forms.ColumnHeader columnHeader3;\r
177         private System.Windows.Forms.ColumnHeader columnHeader4;\r
178     }\r
179 }