-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormConfiguration.Designer.cs
More file actions
198 lines (192 loc) · 9.74 KB
/
Copy pathFormConfiguration.Designer.cs
File metadata and controls
198 lines (192 loc) · 9.74 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
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
// Copyright © 2016-2024 ASM-SW
//asm-sw@outlook.com https://github.com/asm-sw
namespace DonorStatement
{
partial class FormConfiguration
{
/// <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()
{
this.fileDlgInputFile = new System.Windows.Forms.OpenFileDialog();
this.butInputFile = new System.Windows.Forms.Button();
this.textInputFile = new System.Windows.Forms.TextBox();
this.textWordTemplate = new System.Windows.Forms.TextBox();
this.butWordTemplate = new System.Windows.Forms.Button();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.butOutputFolder = new System.Windows.Forms.Button();
this.textOutputDirectory = new System.Windows.Forms.TextBox();
this.textConfigFile = new System.Windows.Forms.TextBox();
this.textDateRange = new System.Windows.Forms.TextBox();
this.labelDateRange = new System.Windows.Forms.Label();
this.cbReportOtherPayments = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// fileDlgInputFile
//
this.fileDlgInputFile.Filter = "comma seperated files|*.csv";
this.fileDlgInputFile.Title = "Select Input File";
//
// butInputFile
//
this.butInputFile.AutoSize = true;
this.butInputFile.Location = new System.Drawing.Point(32, 8);
this.butInputFile.Margin = new System.Windows.Forms.Padding(2);
this.butInputFile.Name = "butInputFile";
this.butInputFile.Size = new System.Drawing.Size(60, 23);
this.butInputFile.TabIndex = 0;
this.butInputFile.Text = "Input File";
this.butInputFile.UseVisualStyleBackColor = true;
this.butInputFile.Click += new System.EventHandler(this.ButInputFile_Click);
//
// textInputFile
//
this.textInputFile.Location = new System.Drawing.Point(101, 8);
this.textInputFile.Margin = new System.Windows.Forms.Padding(2);
this.textInputFile.Name = "textInputFile";
this.textInputFile.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textInputFile.Size = new System.Drawing.Size(696, 20);
this.textInputFile.TabIndex = 1;
//
// textWordTemplate
//
this.textWordTemplate.Location = new System.Drawing.Point(101, 41);
this.textWordTemplate.Margin = new System.Windows.Forms.Padding(2);
this.textWordTemplate.Name = "textWordTemplate";
this.textWordTemplate.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textWordTemplate.Size = new System.Drawing.Size(696, 20);
this.textWordTemplate.TabIndex = 3;
//
// butWordTemplate
//
this.butWordTemplate.AutoSize = true;
this.butWordTemplate.Location = new System.Drawing.Point(2, 39);
this.butWordTemplate.Margin = new System.Windows.Forms.Padding(2);
this.butWordTemplate.Name = "butWordTemplate";
this.butWordTemplate.Size = new System.Drawing.Size(90, 23);
this.butWordTemplate.TabIndex = 2;
this.butWordTemplate.Text = "Word Template";
this.butWordTemplate.UseVisualStyleBackColor = true;
this.butWordTemplate.Click += new System.EventHandler(this.ButWordTemplate_Click);
//
// butOutputFolder
//
this.butOutputFolder.Location = new System.Drawing.Point(14, 74);
this.butOutputFolder.Margin = new System.Windows.Forms.Padding(2);
this.butOutputFolder.Name = "butOutputFolder";
this.butOutputFolder.Size = new System.Drawing.Size(78, 21);
this.butOutputFolder.TabIndex = 4;
this.butOutputFolder.Text = "Output Folder";
this.butOutputFolder.UseVisualStyleBackColor = true;
this.butOutputFolder.Click += new System.EventHandler(this.ButOutputFolder_Click);
//
// textOutputDirectory
//
this.textOutputDirectory.Location = new System.Drawing.Point(101, 74);
this.textOutputDirectory.Margin = new System.Windows.Forms.Padding(2);
this.textOutputDirectory.Name = "textOutputDirectory";
this.textOutputDirectory.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textOutputDirectory.Size = new System.Drawing.Size(696, 20);
this.textOutputDirectory.TabIndex = 5;
//
// textConfigFile
//
this.textConfigFile.Enabled = false;
this.textConfigFile.Location = new System.Drawing.Point(-2, 242);
this.textConfigFile.Margin = new System.Windows.Forms.Padding(2);
this.textConfigFile.Name = "textConfigFile";
this.textConfigFile.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textConfigFile.Size = new System.Drawing.Size(781, 20);
this.textConfigFile.TabIndex = 6;
//
// textDateRange
//
this.textDateRange.Location = new System.Drawing.Point(101, 110);
this.textDateRange.Margin = new System.Windows.Forms.Padding(2);
this.textDateRange.Name = "textDateRange";
this.textDateRange.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textDateRange.Size = new System.Drawing.Size(696, 20);
this.textDateRange.TabIndex = 8;
this.textDateRange.TextChanged += new System.EventHandler(this.TextBoxDateRange_TextChanged);
//
// labelDateRange
//
this.labelDateRange.AutoSize = true;
this.labelDateRange.Location = new System.Drawing.Point(27, 113);
this.labelDateRange.Name = "labelDateRange";
this.labelDateRange.Size = new System.Drawing.Size(65, 13);
this.labelDateRange.TabIndex = 10;
this.labelDateRange.Text = "Date Range";
//
// cbReportOtherPayments
//
this.cbReportOtherPayments.AutoSize = true;
this.cbReportOtherPayments.Location = new System.Drawing.Point(101, 161);
this.cbReportOtherPayments.Name = "cbReportOtherPayments";
this.cbReportOtherPayments.Size = new System.Drawing.Size(238, 17);
this.cbReportOtherPayments.TabIndex = 11;
this.cbReportOtherPayments.Text = "Report non-donation in Other Payments table";
this.cbReportOtherPayments.UseVisualStyleBackColor = true;
this.cbReportOtherPayments.CheckedChanged += new System.EventHandler(this.CbReportOtherPayments_CheckedChanged);
//
// FormConfiguration
//
this.AccessibleDescription = "Fill in the following items:";
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(808, 273);
this.ControlBox = false;
this.Controls.Add(this.cbReportOtherPayments);
this.Controls.Add(this.labelDateRange);
this.Controls.Add(this.textDateRange);
this.Controls.Add(this.textConfigFile);
this.Controls.Add(this.textOutputDirectory);
this.Controls.Add(this.butOutputFolder);
this.Controls.Add(this.textWordTemplate);
this.Controls.Add(this.butWordTemplate);
this.Controls.Add(this.textInputFile);
this.Controls.Add(this.butInputFile);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FormConfiguration";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "ConfigurationForm";
this.VisibleChanged += new System.EventHandler(this.FormConfiguration_VisibleChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog fileDlgInputFile;
private System.Windows.Forms.Button butInputFile;
private System.Windows.Forms.TextBox textInputFile;
private System.Windows.Forms.TextBox textWordTemplate;
private System.Windows.Forms.Button butWordTemplate;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Button butOutputFolder;
private System.Windows.Forms.TextBox textOutputDirectory;
private System.Windows.Forms.TextBox textConfigFile;
private System.Windows.Forms.TextBox textDateRange;
private System.Windows.Forms.Label labelDateRange;
private System.Windows.Forms.CheckBox cbReportOtherPayments;
}
}