-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSheet1.Designer.cs
267 lines (236 loc) · 14.3 KB
/
Sheet1.Designer.cs
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 414
namespace StockAnalyzerWB {
///
[Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute(1)]
[global::System.Security.Permissions.PermissionSetAttribute(global::System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
public sealed partial class Sheet1 : Microsoft.Office.Tools.Excel.WorksheetBase {
internal Microsoft.Office.Tools.Excel.NamedRange Sheet1_Symbol;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
private global::System.Object missing = global::System.Type.Missing;
internal Microsoft.Office.Tools.Excel.Controls.Label label0;
internal Microsoft.Office.Tools.Excel.Controls.Button buttonGetPutOptions;
internal Microsoft.Office.Tools.Excel.Controls.Button buttonGetCallOptions;
internal Microsoft.Office.Tools.Excel.Controls.ListBox listBoxOptionDates;
internal Microsoft.Office.Tools.Excel.Controls.Label label1;
internal Microsoft.Office.Tools.Excel.Controls.TextBox textBoxStockSymbol;
internal Microsoft.Office.Tools.Excel.Controls.Label label2;
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
public Sheet1(global::Microsoft.Office.Tools.Excel.Factory factory, global::System.IServiceProvider serviceProvider) :
base(factory, serviceProvider, "Sheet1", "Sheet1") {
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void Initialize() {
base.Initialize();
Globals.Sheet1 = this;
global::System.Windows.Forms.Application.EnableVisualStyles();
this.InitializeCachedData();
this.InitializeControls();
this.InitializeComponents();
this.InitializeData();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void FinishInitialization() {
this.InternalStartup();
this.OnStartup();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void InitializeDataBindings() {
this.BeginInitialization();
this.BindToData();
this.EndInitialization();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeCachedData() {
if ((this.DataHost == null)) {
return;
}
if (this.DataHost.IsCacheInitialized) {
this.DataHost.FillCachedData(this);
}
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeData() {
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void BindToData() {
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private void StartCaching(string MemberName) {
this.DataHost.StartCaching(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private void StopCaching(string MemberName) {
this.DataHost.StopCaching(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private bool IsCached(string MemberName) {
return this.DataHost.IsCached(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void BeginInitialization() {
this.BeginInit();
this.Sheet1_Symbol.BeginInit();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void EndInitialization() {
this.Sheet1_Symbol.EndInit();
this.EndInit();
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeControls() {
this.Sheet1_Symbol = Globals.Factory.CreateNamedRange(null, null, "Sheet1!Symbol", "Sheet1_Symbol", this);
this.label0 = new Microsoft.Office.Tools.Excel.Controls.Label(Globals.Factory, this.ItemProvider, this.HostContext, "1FE18F5AD1E194144F51935C17551841176BE1", "1FE18F5AD1E194144F51935C17551841176BE1", this, "label0");
this.buttonGetPutOptions = new Microsoft.Office.Tools.Excel.Controls.Button(Globals.Factory, this.ItemProvider, this.HostContext, "2F7211FB52C91C24D2B2BA4A298A1A63904182", "2F7211FB52C91C24D2B2BA4A298A1A63904182", this, "buttonGetPutOptions");
this.buttonGetCallOptions = new Microsoft.Office.Tools.Excel.Controls.Button(Globals.Factory, this.ItemProvider, this.HostContext, "34636AAF4320BD34A693AB3B3D5BF58600F2E3", "34636AAF4320BD34A693AB3B3D5BF58600F2E3", this, "buttonGetCallOptions");
this.listBoxOptionDates = new Microsoft.Office.Tools.Excel.Controls.ListBox(Globals.Factory, this.ItemProvider, this.HostContext, "9ED91803D9EF63948F19A14F9F716906B5A769", "9ED91803D9EF63948F19A14F9F716906B5A769", this, "listBoxOptionDates");
this.label1 = new Microsoft.Office.Tools.Excel.Controls.Label(Globals.Factory, this.ItemProvider, this.HostContext, "1CDB106FD1F2A1143B119F2D1037FFB3168251", "1CDB106FD1F2A1143B119F2D1037FFB3168251", this, "label1");
this.textBoxStockSymbol = new Microsoft.Office.Tools.Excel.Controls.TextBox(Globals.Factory, this.ItemProvider, this.HostContext, "1D7AF4459173B914D501A3F41CFBC00960E0C1", "1D7AF4459173B914D501A3F41CFBC00960E0C1", this, "textBoxStockSymbol");
this.label2 = new Microsoft.Office.Tools.Excel.Controls.Label(Globals.Factory, this.ItemProvider, this.HostContext, "15CE8BC081D2F914EDD19FC51B78F0DC5E6F61", "15CE8BC081D2F914EDD19FC51B78F0DC5E6F61", this, "label2");
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
private void InitializeComponents() {
//
// label0
//
this.label0.BackColor = System.Drawing.Color.Transparent;
this.label0.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.label0.Name = "label0";
this.label0.Text = "Enter a stock symbol above, or select a symbol in the sheet.";
//
// buttonGetPutOptions
//
this.buttonGetPutOptions.BackColor = System.Drawing.SystemColors.Control;
this.buttonGetPutOptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.buttonGetPutOptions.ForeColor = System.Drawing.SystemColors.ControlText;
this.buttonGetPutOptions.Name = "buttonGetPutOptions";
this.buttonGetPutOptions.Text = "Show potential Put Option profits";
this.buttonGetPutOptions.UseVisualStyleBackColor = false;
//
// buttonGetCallOptions
//
this.buttonGetCallOptions.BackColor = System.Drawing.SystemColors.Control;
this.buttonGetCallOptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.buttonGetCallOptions.ForeColor = System.Drawing.SystemColors.ControlText;
this.buttonGetCallOptions.Name = "buttonGetCallOptions";
this.buttonGetCallOptions.Text = "Show potential Call Option profits";
this.buttonGetCallOptions.UseVisualStyleBackColor = false;
//
// listBoxOptionDates
//
this.listBoxOptionDates.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.listBoxOptionDates.ItemHeight = 16;
this.listBoxOptionDates.Name = "listBoxOptionDates";
this.listBoxOptionDates.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.label1.Name = "label1";
this.label1.Text = "Then select desired Option Dates.";
//
// textBoxStockSymbol
//
this.textBoxStockSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.textBoxStockSymbol.Name = "textBoxStockSymbol";
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Name = "label2";
this.label2.Text = "Then choose an action.";
//
// Sheet1_Symbol
//
this.Sheet1_Symbol.DefaultDataSourceUpdateMode = System.Windows.Forms.DataSourceUpdateMode.Never;
//
// Sheet1
//
this.label0.BindingContext = this.BindingContext;
this.buttonGetPutOptions.BindingContext = this.BindingContext;
this.buttonGetCallOptions.BindingContext = this.BindingContext;
this.listBoxOptionDates.BindingContext = this.BindingContext;
this.label1.BindingContext = this.BindingContext;
this.textBoxStockSymbol.BindingContext = this.BindingContext;
this.label2.BindingContext = this.BindingContext;
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
private bool NeedsFill(string MemberName) {
return this.DataHost.NeedsFill(this, MemberName);
}
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "15.0.0.0")]
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)]
protected override void OnShutdown() {
this.Sheet1_Symbol.Dispose();
base.OnShutdown();
}
}
internal sealed partial class Globals {
private static Sheet1 _Sheet1;
internal static Sheet1 Sheet1 {
get {
return _Sheet1;
}
set {
if ((_Sheet1 == null)) {
_Sheet1 = value;
}
else {
throw new System.NotSupportedException();
}
}
}
}
}