Subversion Repository Public Repository

WilksMergeModule

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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
namespace WilksMergeModule
{
    partial class FormSettings
    {
        /// <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(FormSettings));
            this.labelLaserficheSettings = new System.Windows.Forms.Label();
            this.labelLaserficheSettingsServer = new System.Windows.Forms.Label();
            this.textboxLaserficeSettingsServer = new System.Windows.Forms.TextBox();
            this.labelLaserficheSettingsRepository = new System.Windows.Forms.Label();
            this.textboxLaserficeSettingsRepository = new System.Windows.Forms.TextBox();
            this.labelLaserficheSettingsUsername = new System.Windows.Forms.Label();
            this.textboxLaserficeSettingsUsername = new System.Windows.Forms.TextBox();
            this.textboxLaserficeSettingsPassword = new System.Windows.Forms.TextBox();
            this.labelLaserficheSettingsPassword = new System.Windows.Forms.Label();
            this.buttonSave = new System.Windows.Forms.Button();
            this.buttonExit = new System.Windows.Forms.Button();
            this.textboxLaserficeSettingsSearchCommand = new System.Windows.Forms.TextBox();
            this.labelLaserficheSettingsSearchCommand = new System.Windows.Forms.Label();
            this.labelSynergySettings = new System.Windows.Forms.Label();
            this.labelSynergySettingsConnectionString = new System.Windows.Forms.Label();
            this.textboxSynergySettingsConnectionString = new System.Windows.Forms.TextBox();
            this.labelSynergySettingsQuery = new System.Windows.Forms.Label();
            this.textboxSynergySettingsConnectionQuery = new System.Windows.Forms.TextBox();
            this.labelLaserficheSettingsInvoiceCommand = new System.Windows.Forms.Label();
            this.textboxLaserficeSettingsInvoiceCommand = new System.Windows.Forms.TextBox();
            this.labelSynergySettingsQueryWarning = new System.Windows.Forms.Label();
            this.labelSynergySettingsInvoiceCommandWarning = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // labelLaserficheSettings
            // 
            this.labelLaserficheSettings.AutoSize = true;
            this.labelLaserficheSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelLaserficheSettings.Location = new System.Drawing.Point(12, 9);
            this.labelLaserficheSettings.Name = "labelLaserficheSettings";
            this.labelLaserficheSettings.Size = new System.Drawing.Size(140, 16);
            this.labelLaserficheSettings.TabIndex = 0;
            this.labelLaserficheSettings.Text = "Laserfiche Settings";
            // 
            // labelLaserficheSettingsServer
            // 
            this.labelLaserficheSettingsServer.AutoSize = true;
            this.labelLaserficheSettingsServer.Location = new System.Drawing.Point(28, 37);
            this.labelLaserficheSettingsServer.Name = "labelLaserficheSettingsServer";
            this.labelLaserficheSettingsServer.Size = new System.Drawing.Size(38, 13);
            this.labelLaserficheSettingsServer.TabIndex = 1;
            this.labelLaserficheSettingsServer.Text = "Server";
            // 
            // textboxLaserficeSettingsServer
            // 
            this.textboxLaserficeSettingsServer.Location = new System.Drawing.Point(125, 34);
            this.textboxLaserficeSettingsServer.Name = "textboxLaserficeSettingsServer";
            this.textboxLaserficeSettingsServer.Size = new System.Drawing.Size(377, 20);
            this.textboxLaserficeSettingsServer.TabIndex = 2;
            // 
            // labelLaserficheSettingsRepository
            // 
            this.labelLaserficheSettingsRepository.AutoSize = true;
            this.labelLaserficheSettingsRepository.Location = new System.Drawing.Point(28, 63);
            this.labelLaserficheSettingsRepository.Name = "labelLaserficheSettingsRepository";
            this.labelLaserficheSettingsRepository.Size = new System.Drawing.Size(57, 13);
            this.labelLaserficheSettingsRepository.TabIndex = 3;
            this.labelLaserficheSettingsRepository.Text = "Repository";
            // 
            // textboxLaserficeSettingsRepository
            // 
            this.textboxLaserficeSettingsRepository.Location = new System.Drawing.Point(125, 60);
            this.textboxLaserficeSettingsRepository.Name = "textboxLaserficeSettingsRepository";
            this.textboxLaserficeSettingsRepository.Size = new System.Drawing.Size(377, 20);
            this.textboxLaserficeSettingsRepository.TabIndex = 4;
            // 
            // labelLaserficheSettingsUsername
            // 
            this.labelLaserficheSettingsUsername.AutoSize = true;
            this.labelLaserficheSettingsUsername.Location = new System.Drawing.Point(28, 89);
            this.labelLaserficheSettingsUsername.Name = "labelLaserficheSettingsUsername";
            this.labelLaserficheSettingsUsername.Size = new System.Drawing.Size(60, 13);
            this.labelLaserficheSettingsUsername.TabIndex = 5;
            this.labelLaserficheSettingsUsername.Text = "User Name";
            // 
            // textboxLaserficeSettingsUsername
            // 
            this.textboxLaserficeSettingsUsername.Location = new System.Drawing.Point(125, 86);
            this.textboxLaserficeSettingsUsername.Name = "textboxLaserficeSettingsUsername";
            this.textboxLaserficeSettingsUsername.Size = new System.Drawing.Size(377, 20);
            this.textboxLaserficeSettingsUsername.TabIndex = 6;
            // 
            // textboxLaserficeSettingsPassword
            // 
            this.textboxLaserficeSettingsPassword.Location = new System.Drawing.Point(125, 112);
            this.textboxLaserficeSettingsPassword.Name = "textboxLaserficeSettingsPassword";
            this.textboxLaserficeSettingsPassword.Size = new System.Drawing.Size(377, 20);
            this.textboxLaserficeSettingsPassword.TabIndex = 7;
            // 
            // labelLaserficheSettingsPassword
            // 
            this.labelLaserficheSettingsPassword.AutoSize = true;
            this.labelLaserficheSettingsPassword.Location = new System.Drawing.Point(28, 115);
            this.labelLaserficheSettingsPassword.Name = "labelLaserficheSettingsPassword";
            this.labelLaserficheSettingsPassword.Size = new System.Drawing.Size(53, 13);
            this.labelLaserficheSettingsPassword.TabIndex = 8;
            this.labelLaserficheSettingsPassword.Text = "Password";
            // 
            // buttonSave
            // 
            this.buttonSave.Location = new System.Drawing.Point(346, 423);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(75, 23);
            this.buttonSave.TabIndex = 9;
            this.buttonSave.Text = "Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // buttonExit
            // 
            this.buttonExit.Location = new System.Drawing.Point(427, 423);
            this.buttonExit.Name = "buttonExit";
            this.buttonExit.Size = new System.Drawing.Size(75, 23);
            this.buttonExit.TabIndex = 10;
            this.buttonExit.Text = "Exit";
            this.buttonExit.UseVisualStyleBackColor = true;
            this.buttonExit.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // textboxLaserficeSettingsSearchCommand
            // 
            this.textboxLaserficeSettingsSearchCommand.Location = new System.Drawing.Point(125, 138);
            this.textboxLaserficeSettingsSearchCommand.Name = "textboxLaserficeSettingsSearchCommand";
            this.textboxLaserficeSettingsSearchCommand.Size = new System.Drawing.Size(377, 20);
            this.textboxLaserficeSettingsSearchCommand.TabIndex = 11;
            // 
            // labelLaserficheSettingsSearchCommand
            // 
            this.labelLaserficheSettingsSearchCommand.AutoSize = true;
            this.labelLaserficheSettingsSearchCommand.Location = new System.Drawing.Point(28, 141);
            this.labelLaserficheSettingsSearchCommand.Name = "labelLaserficheSettingsSearchCommand";
            this.labelLaserficheSettingsSearchCommand.Size = new System.Drawing.Size(91, 13);
            this.labelLaserficheSettingsSearchCommand.TabIndex = 12;
            this.labelLaserficheSettingsSearchCommand.Text = "Search Command";
            // 
            // labelSynergySettings
            // 
            this.labelSynergySettings.AutoSize = true;
            this.labelSynergySettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSynergySettings.Location = new System.Drawing.Point(12, 226);
            this.labelSynergySettings.Name = "labelSynergySettings";
            this.labelSynergySettings.Size = new System.Drawing.Size(125, 16);
            this.labelSynergySettings.TabIndex = 13;
            this.labelSynergySettings.Text = "Synergy Settings";
            // 
            // labelSynergySettingsConnectionString
            // 
            this.labelSynergySettingsConnectionString.AutoSize = true;
            this.labelSynergySettingsConnectionString.Location = new System.Drawing.Point(28, 257);
            this.labelSynergySettingsConnectionString.Name = "labelSynergySettingsConnectionString";
            this.labelSynergySettingsConnectionString.Size = new System.Drawing.Size(91, 13);
            this.labelSynergySettingsConnectionString.TabIndex = 14;
            this.labelSynergySettingsConnectionString.Text = "Connection String";
            // 
            // textboxSynergySettingsConnectionString
            // 
            this.textboxSynergySettingsConnectionString.Location = new System.Drawing.Point(125, 254);
            this.textboxSynergySettingsConnectionString.Name = "textboxSynergySettingsConnectionString";
            this.textboxSynergySettingsConnectionString.Size = new System.Drawing.Size(377, 20);
            this.textboxSynergySettingsConnectionString.TabIndex = 15;
            // 
            // labelSynergySettingsQuery
            // 
            this.labelSynergySettingsQuery.AutoSize = true;
            this.labelSynergySettingsQuery.Location = new System.Drawing.Point(28, 283);
            this.labelSynergySettingsQuery.Name = "labelSynergySettingsQuery";
            this.labelSynergySettingsQuery.Size = new System.Drawing.Size(39, 13);
            this.labelSynergySettingsQuery.TabIndex = 16;
            this.labelSynergySettingsQuery.Text = "Query*";
            // 
            // textboxSynergySettingsConnectionQuery
            // 
            this.textboxSynergySettingsConnectionQuery.Location = new System.Drawing.Point(125, 280);
            this.textboxSynergySettingsConnectionQuery.Name = "textboxSynergySettingsConnectionQuery";
            this.textboxSynergySettingsConnectionQuery.Size = new System.Drawing.Size(377, 20);
            this.textboxSynergySettingsConnectionQuery.TabIndex = 17;
            // 
            // labelLaserficheSettingsInvoiceCommand
            // 
            this.labelLaserficheSettingsInvoiceCommand.AutoSize = true;
            this.labelLaserficheSettingsInvoiceCommand.Location = new System.Drawing.Point(28, 167);
            this.labelLaserficheSettingsInvoiceCommand.Name = "labelLaserficheSettingsInvoiceCommand";
            this.labelLaserficheSettingsInvoiceCommand.Size = new System.Drawing.Size(92, 13);
            this.labelLaserficheSettingsInvoiceCommand.TabIndex = 20;
            this.labelLaserficheSettingsInvoiceCommand.Text = "Invoice Command";
            // 
            // textboxLaserficeSettingsInvoiceCommand
            // 
            this.textboxLaserficeSettingsInvoiceCommand.Location = new System.Drawing.Point(125, 164);
            this.textboxLaserficeSettingsInvoiceCommand.Name = "textboxLaserficeSettingsInvoiceCommand";
            this.textboxLaserficeSettingsInvoiceCommand.Size = new System.Drawing.Size(377, 20);
            this.textboxLaserficeSettingsInvoiceCommand.TabIndex = 19;
            // 
            // labelSynergySettingsQueryWarning
            // 
            this.labelSynergySettingsQueryWarning.AutoSize = true;
            this.labelSynergySettingsQueryWarning.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSynergySettingsQueryWarning.ForeColor = System.Drawing.Color.Red;
            this.labelSynergySettingsQueryWarning.Location = new System.Drawing.Point(122, 303);
            this.labelSynergySettingsQueryWarning.Name = "labelSynergySettingsQueryWarning";
            this.labelSynergySettingsQueryWarning.Size = new System.Drawing.Size(307, 117);
            this.labelSynergySettingsQueryWarning.TabIndex = 18;
            this.labelSynergySettingsQueryWarning.Text = resources.GetString("labelSynergySettingsQueryWarning.Text");
            // 
            // labelSynergySettingsInvoiceCommandWarning
            // 
            this.labelSynergySettingsInvoiceCommandWarning.AutoSize = true;
            this.labelSynergySettingsInvoiceCommandWarning.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSynergySettingsInvoiceCommandWarning.ForeColor = System.Drawing.Color.Red;
            this.labelSynergySettingsInvoiceCommandWarning.Location = new System.Drawing.Point(125, 189);
            this.labelSynergySettingsInvoiceCommandWarning.Name = "labelSynergySettingsInvoiceCommandWarning";
            this.labelSynergySettingsInvoiceCommandWarning.Size = new System.Drawing.Size(127, 26);
            this.labelSynergySettingsInvoiceCommandWarning.TabIndex = 21;
            this.labelSynergySettingsInvoiceCommandWarning.Text = "{0} = Customer Name\r\n{1} = Invoice Number";
            // 
            // FormSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(514, 461);
            this.ControlBox = false;
            this.Controls.Add(this.labelSynergySettingsInvoiceCommandWarning);
            this.Controls.Add(this.labelLaserficheSettingsInvoiceCommand);
            this.Controls.Add(this.textboxLaserficeSettingsInvoiceCommand);
            this.Controls.Add(this.labelSynergySettingsQueryWarning);
            this.Controls.Add(this.textboxSynergySettingsConnectionQuery);
            this.Controls.Add(this.labelSynergySettingsQuery);
            this.Controls.Add(this.textboxSynergySettingsConnectionString);
            this.Controls.Add(this.labelSynergySettingsConnectionString);
            this.Controls.Add(this.labelSynergySettings);
            this.Controls.Add(this.labelLaserficheSettingsSearchCommand);
            this.Controls.Add(this.textboxLaserficeSettingsSearchCommand);
            this.Controls.Add(this.buttonExit);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.labelLaserficheSettingsPassword);
            this.Controls.Add(this.textboxLaserficeSettingsPassword);
            this.Controls.Add(this.textboxLaserficeSettingsUsername);
            this.Controls.Add(this.labelLaserficheSettingsUsername);
            this.Controls.Add(this.textboxLaserficeSettingsRepository);
            this.Controls.Add(this.labelLaserficheSettingsRepository);
            this.Controls.Add(this.textboxLaserficeSettingsServer);
            this.Controls.Add(this.labelLaserficheSettingsServer);
            this.Controls.Add(this.labelLaserficheSettings);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormSettings";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Settings";
            this.Load += new System.EventHandler(this.formSettings_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label labelLaserficheSettings;
        private System.Windows.Forms.Label labelLaserficheSettingsServer;
        private System.Windows.Forms.TextBox textboxLaserficeSettingsServer;
        private System.Windows.Forms.Label labelLaserficheSettingsRepository;
        private System.Windows.Forms.TextBox textboxLaserficeSettingsRepository;
        private System.Windows.Forms.Label labelLaserficheSettingsUsername;
        private System.Windows.Forms.TextBox textboxLaserficeSettingsUsername;
        private System.Windows.Forms.TextBox textboxLaserficeSettingsPassword;
        private System.Windows.Forms.Label labelLaserficheSettingsPassword;
        private System.Windows.Forms.Button buttonSave;
        private System.Windows.Forms.Button buttonExit;
        private System.Windows.Forms.TextBox textboxLaserficeSettingsSearchCommand;
        private System.Windows.Forms.Label labelLaserficheSettingsSearchCommand;
        private System.Windows.Forms.Label labelSynergySettings;
        private System.Windows.Forms.Label labelSynergySettingsConnectionString;
        private System.Windows.Forms.TextBox textboxSynergySettingsConnectionString;
        private System.Windows.Forms.Label labelSynergySettingsQuery;
        private System.Windows.Forms.TextBox textboxSynergySettingsConnectionQuery;
        private System.Windows.Forms.Label labelLaserficheSettingsInvoiceCommand;
        private System.Windows.Forms.TextBox textboxLaserficeSettingsInvoiceCommand;
        private System.Windows.Forms.Label labelSynergySettingsQueryWarning;
        private System.Windows.Forms.Label labelSynergySettingsInvoiceCommandWarning;
    }
}

Commits for WilksMergeModule/WilksMergeModule/formSettings.Designer.cs

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Thu 09 Aug, 2018 12:57:17 +0000