OSDN Git Service

+ Corrected Spelling Error
[radegast/radegast.git] / Radegast / GUI / Rendering / GraphicsPreferences.Designer.cs
1 namespace Radegast.Rendering
2 {
3     partial class GraphicsPreferences
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 Component 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             this.cbAA = new System.Windows.Forms.CheckBox();
32             this.chkWireFrame = new System.Windows.Forms.CheckBox();
33             this.lblDrawDistance = new System.Windows.Forms.Label();
34             this.tbDrawDistance = new System.Windows.Forms.TrackBar();
35             this.cbWaterReflections = new System.Windows.Forms.CheckBox();
36             this.cbOcclusionCulling = new System.Windows.Forms.CheckBox();
37             this.cbShiny = new System.Windows.Forms.CheckBox();
38             this.cbVBO = new System.Windows.Forms.CheckBox();
39             ((System.ComponentModel.ISupportInitialize)(this.tbDrawDistance)).BeginInit();
40             this.SuspendLayout();
41             // 
42             // cbAA
43             // 
44             this.cbAA.AutoSize = true;
45             this.cbAA.Location = new System.Drawing.Point(3, 26);
46             this.cbAA.Name = "cbAA";
47             this.cbAA.Size = new System.Drawing.Size(160, 17);
48             this.cbAA.TabIndex = 2;
49             this.cbAA.Text = "Anti-aliasing (requires restart)";
50             this.cbAA.UseVisualStyleBackColor = true;
51             this.cbAA.CheckedChanged += new System.EventHandler(this.cbAA_CheckedChanged);
52             // 
53             // chkWireFrame
54             // 
55             this.chkWireFrame.AutoSize = true;
56             this.chkWireFrame.Location = new System.Drawing.Point(3, 3);
57             this.chkWireFrame.Name = "chkWireFrame";
58             this.chkWireFrame.Size = new System.Drawing.Size(74, 17);
59             this.chkWireFrame.TabIndex = 1;
60             this.chkWireFrame.Text = "Wireframe";
61             this.chkWireFrame.UseVisualStyleBackColor = true;
62             this.chkWireFrame.CheckedChanged += new System.EventHandler(this.chkWireFrame_CheckedChanged);
63             // 
64             // lblDrawDistance
65             // 
66             this.lblDrawDistance.AutoSize = true;
67             this.lblDrawDistance.Location = new System.Drawing.Point(187, 138);
68             this.lblDrawDistance.Name = "lblDrawDistance";
69             this.lblDrawDistance.Size = new System.Drawing.Size(93, 13);
70             this.lblDrawDistance.TabIndex = 21;
71             this.lblDrawDistance.Text = "Draw distance: 48";
72             this.lblDrawDistance.TextAlign = System.Drawing.ContentAlignment.TopRight;
73             // 
74             // tbDrawDistance
75             // 
76             this.tbDrawDistance.Location = new System.Drawing.Point(3, 115);
77             this.tbDrawDistance.Maximum = 256;
78             this.tbDrawDistance.Minimum = 32;
79             this.tbDrawDistance.Name = "tbDrawDistance";
80             this.tbDrawDistance.Size = new System.Drawing.Size(277, 45);
81             this.tbDrawDistance.TabIndex = 20;
82             this.tbDrawDistance.TickStyle = System.Windows.Forms.TickStyle.None;
83             this.tbDrawDistance.Value = 48;
84             this.tbDrawDistance.Scroll += new System.EventHandler(this.tbDrawDistance_Scroll);
85             // 
86             // cbWaterReflections
87             // 
88             this.cbWaterReflections.AutoSize = true;
89             this.cbWaterReflections.Location = new System.Drawing.Point(3, 49);
90             this.cbWaterReflections.Name = "cbWaterReflections";
91             this.cbWaterReflections.Size = new System.Drawing.Size(111, 17);
92             this.cbWaterReflections.TabIndex = 3;
93             this.cbWaterReflections.Text = "Water Reflections";
94             this.cbWaterReflections.UseVisualStyleBackColor = true;
95             this.cbWaterReflections.CheckedChanged += new System.EventHandler(this.cbWaterReflections_CheckedChanged);
96             // 
97             // cbOcclusionCulling
98             // 
99             this.cbOcclusionCulling.AutoSize = true;
100             this.cbOcclusionCulling.Location = new System.Drawing.Point(169, 3);
101             this.cbOcclusionCulling.Name = "cbOcclusionCulling";
102             this.cbOcclusionCulling.Size = new System.Drawing.Size(107, 17);
103             this.cbOcclusionCulling.TabIndex = 5;
104             this.cbOcclusionCulling.Text = "Occlusion Culling";
105             this.cbOcclusionCulling.UseVisualStyleBackColor = true;
106             this.cbOcclusionCulling.CheckedChanged += new System.EventHandler(this.cbOcclusionCulling_CheckedChanged);
107             // 
108             // cbShiny
109             // 
110             this.cbShiny.AutoSize = true;
111             this.cbShiny.Location = new System.Drawing.Point(3, 72);
112             this.cbShiny.Name = "cbShiny";
113             this.cbShiny.Size = new System.Drawing.Size(52, 17);
114             this.cbShiny.TabIndex = 4;
115             this.cbShiny.Text = "Shiny";
116             this.cbShiny.UseVisualStyleBackColor = true;
117             this.cbShiny.CheckedChanged += new System.EventHandler(this.cbShiny_CheckedChanged);
118             // 
119             // cbVBO
120             // 
121             this.cbVBO.AutoSize = true;
122             this.cbVBO.Location = new System.Drawing.Point(169, 26);
123             this.cbVBO.Name = "cbVBO";
124             this.cbVBO.Size = new System.Drawing.Size(70, 17);
125             this.cbVBO.TabIndex = 6;
126             this.cbVBO.Text = "Use VBO";
127             this.cbVBO.UseVisualStyleBackColor = true;
128             this.cbVBO.CheckedChanged += new System.EventHandler(this.cbVBO_CheckedChanged);
129             // 
130             // GraphicsPreferences
131             // 
132             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
133             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134             this.Controls.Add(this.cbVBO);
135             this.Controls.Add(this.cbShiny);
136             this.Controls.Add(this.cbOcclusionCulling);
137             this.Controls.Add(this.cbWaterReflections);
138             this.Controls.Add(this.lblDrawDistance);
139             this.Controls.Add(this.tbDrawDistance);
140             this.Controls.Add(this.cbAA);
141             this.Controls.Add(this.chkWireFrame);
142             this.Name = "GraphicsPreferences";
143             this.Size = new System.Drawing.Size(283, 160);
144             ((System.ComponentModel.ISupportInitialize)(this.tbDrawDistance)).EndInit();
145             this.ResumeLayout(false);
146             this.PerformLayout();
147
148         }
149
150         #endregion
151
152         public System.Windows.Forms.CheckBox cbAA;
153         public System.Windows.Forms.CheckBox chkWireFrame;
154         public System.Windows.Forms.Label lblDrawDistance;
155         public System.Windows.Forms.TrackBar tbDrawDistance;
156         public System.Windows.Forms.CheckBox cbWaterReflections;
157         private System.Windows.Forms.CheckBox cbOcclusionCulling;
158         private System.Windows.Forms.CheckBox cbShiny;
159         private System.Windows.Forms.CheckBox cbVBO;
160     }
161 }