OSDN Git Service

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