-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettingsForm_ExamineDictWords.Designer.cs
More file actions
171 lines (166 loc) · 8.84 KB
/
SettingsForm_ExamineDictWords.Designer.cs
File metadata and controls
171 lines (166 loc) · 8.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
namespace ExamineDictWords
{
partial class SettingsForm_ExamineDictWords
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm_ExamineDictWords));
this.OKButton = new System.Windows.Forms.Button();
this.LoadDictionaryButton = new System.Windows.Forms.Button();
this.RawCountsCheckbox = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.SelectedFileTextbox = new System.Windows.Forms.TextBox();
this.IncludeStDevCheckbox = new System.Windows.Forms.CheckBox();
this.RoundingToNParameter = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.RoundingToNParameter)).BeginInit();
this.SuspendLayout();
//
// OKButton
//
this.OKButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OKButton.Location = new System.Drawing.Point(214, 281);
this.OKButton.Name = "OKButton";
this.OKButton.Size = new System.Drawing.Size(118, 40);
this.OKButton.TabIndex = 6;
this.OKButton.Text = "OK";
this.OKButton.UseVisualStyleBackColor = true;
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
//
// LoadDictionaryButton
//
this.LoadDictionaryButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LoadDictionaryButton.Location = new System.Drawing.Point(15, 93);
this.LoadDictionaryButton.Name = "LoadDictionaryButton";
this.LoadDictionaryButton.Size = new System.Drawing.Size(118, 40);
this.LoadDictionaryButton.TabIndex = 1003;
this.LoadDictionaryButton.Text = "Load External Dictionary";
this.LoadDictionaryButton.UseVisualStyleBackColor = true;
this.LoadDictionaryButton.Click += new System.EventHandler(this.LoadDictionaryButton_Click);
//
// RawCountsCheckbox
//
this.RawCountsCheckbox.AutoSize = true;
this.RawCountsCheckbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RawCountsCheckbox.Location = new System.Drawing.Point(15, 155);
this.RawCountsCheckbox.Name = "RawCountsCheckbox";
this.RawCountsCheckbox.Size = new System.Drawing.Size(254, 20);
this.RawCountsCheckbox.TabIndex = 1004;
this.RawCountsCheckbox.Text = "Provide output as raw frequencies";
this.RawCountsCheckbox.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("MS Reference Sans Serif", 9.75F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(15, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(107, 16);
this.label1.TabIndex = 1006;
this.label1.Text = "Dictionary File:";
//
// SelectedFileTextbox
//
this.SelectedFileTextbox.Enabled = false;
this.SelectedFileTextbox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SelectedFileTextbox.Location = new System.Drawing.Point(15, 54);
this.SelectedFileTextbox.MaxLength = 2147483647;
this.SelectedFileTextbox.Name = "SelectedFileTextbox";
this.SelectedFileTextbox.Size = new System.Drawing.Size(516, 23);
this.SelectedFileTextbox.TabIndex = 1005;
//
// IncludeStDevCheckbox
//
this.IncludeStDevCheckbox.AutoSize = true;
this.IncludeStDevCheckbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.IncludeStDevCheckbox.Location = new System.Drawing.Point(15, 190);
this.IncludeStDevCheckbox.Name = "IncludeStDevCheckbox";
this.IncludeStDevCheckbox.Size = new System.Drawing.Size(280, 20);
this.IncludeStDevCheckbox.TabIndex = 1007;
this.IncludeStDevCheckbox.Text = "Include Standard Deviations in Output";
this.IncludeStDevCheckbox.UseVisualStyleBackColor = true;
//
// StDevRoundUpDown
//
this.RoundingToNParameter.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RoundingToNParameter.Location = new System.Drawing.Point(237, 222);
this.RoundingToNParameter.Maximum = new decimal(new int[] {
15,
0,
0,
0});
this.RoundingToNParameter.Name = "StDevRoundUpDown";
this.RoundingToNParameter.Size = new System.Drawing.Size(61, 26);
this.RoundingToNParameter.TabIndex = 1008;
this.RoundingToNParameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.RoundingToNParameter.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("MS Reference Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(15, 226);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(216, 16);
this.label2.TabIndex = 1009;
this.label2.Text = "Round All Values to N decimals:";
//
// SettingsForm_ExamineDictWords
//
this.AcceptButton = this.OKButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(546, 333);
this.Controls.Add(this.label2);
this.Controls.Add(this.RoundingToNParameter);
this.Controls.Add(this.IncludeStDevCheckbox);
this.Controls.Add(this.label1);
this.Controls.Add(this.SelectedFileTextbox);
this.Controls.Add(this.RawCountsCheckbox);
this.Controls.Add(this.LoadDictionaryButton);
this.Controls.Add(this.OKButton);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SettingsForm_ExamineDictWords";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Plugin Name";
((System.ComponentModel.ISupportInitialize)(this.RoundingToNParameter)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button OKButton;
private System.Windows.Forms.Button LoadDictionaryButton;
private System.Windows.Forms.CheckBox RawCountsCheckbox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox SelectedFileTextbox;
private System.Windows.Forms.CheckBox IncludeStDevCheckbox;
private System.Windows.Forms.NumericUpDown RoundingToNParameter;
private System.Windows.Forms.Label label2;
}
}