-
Notifications
You must be signed in to change notification settings - Fork 1
/
AutoNumberUpdater.designer.cs
270 lines (264 loc) · 12.7 KB
/
AutoNumberUpdater.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
268
269
270
namespace Sdmsols.XTB.AutoNumberUpdater
{
partial class AutoNumberUpdater
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur de composants
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
this.toolStripMenu = new System.Windows.Forms.ToolStrip();
this.tslAbout = new System.Windows.Forms.ToolStripLabel();
this.tsbClose = new System.Windows.Forms.ToolStripButton();
this.tssSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.StatusText = new System.Windows.Forms.TextBox();
this.cmbSolution = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.cmbEntities = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.cmbAttributes = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.txtSample = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnFixAutoNumbers = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.cmbStateCodes = new System.Windows.Forms.ComboBox();
this.toolStripMenu.SuspendLayout();
this.SuspendLayout();
//
// toolStripMenu
//
this.toolStripMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslAbout,
this.tsbClose,
this.tssSeparator1});
this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
this.toolStripMenu.Name = "toolStripMenu";
this.toolStripMenu.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStripMenu.Size = new System.Drawing.Size(769, 25);
this.toolStripMenu.TabIndex = 4;
this.toolStripMenu.Text = "toolStrip1";
//
// tslAbout
//
this.tslAbout.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tslAbout.IsLink = true;
this.tslAbout.Name = "tslAbout";
this.tslAbout.Size = new System.Drawing.Size(72, 22);
this.tslAbout.Text = "by MayankP";
this.tslAbout.Click += new System.EventHandler(this.tslAbout_Click);
//
// tsbClose
//
this.tsbClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbClose.Name = "tsbClose";
this.tsbClose.Size = new System.Drawing.Size(86, 22);
this.tsbClose.Text = "Close this tool";
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
//
// tssSeparator1
//
this.tssSeparator1.Name = "tssSeparator1";
this.tssSeparator1.Size = new System.Drawing.Size(6, 25);
//
// progressBar
//
this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar.Location = new System.Drawing.Point(0, 187);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(741, 22);
this.progressBar.TabIndex = 26;
this.progressBar.Visible = false;
//
// StatusText
//
this.StatusText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.StatusText.Location = new System.Drawing.Point(0, 216);
this.StatusText.Multiline = true;
this.StatusText.Name = "StatusText";
this.StatusText.ReadOnly = true;
this.StatusText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.StatusText.Size = new System.Drawing.Size(751, 336);
this.StatusText.TabIndex = 27;
//
// cmbSolution
//
this.cmbSolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSolution.Enabled = false;
this.cmbSolution.FormattingEnabled = true;
this.cmbSolution.Location = new System.Drawing.Point(82, 37);
this.cmbSolution.Name = "cmbSolution";
this.cmbSolution.Size = new System.Drawing.Size(395, 21);
this.cmbSolution.TabIndex = 28;
this.cmbSolution.SelectedIndexChanged += new System.EventHandler(this.cmbSolution_SelectedIndexChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(9, 40);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(45, 13);
this.label8.TabIndex = 29;
this.label8.Text = "Solution";
//
// cmbEntities
//
this.cmbEntities.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbEntities.Enabled = false;
this.cmbEntities.FormattingEnabled = true;
this.cmbEntities.Location = new System.Drawing.Point(82, 67);
this.cmbEntities.Name = "cmbEntities";
this.cmbEntities.Size = new System.Drawing.Size(395, 21);
this.cmbEntities.TabIndex = 31;
this.cmbEntities.SelectedIndexChanged += new System.EventHandler(this.cmbEntities_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 70);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(33, 13);
this.label1.TabIndex = 30;
this.label1.Text = "Entity";
//
// cmbAttributes
//
this.cmbAttributes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAttributes.Enabled = false;
this.cmbAttributes.FormattingEnabled = true;
this.cmbAttributes.Location = new System.Drawing.Point(82, 127);
this.cmbAttributes.Name = "cmbAttributes";
this.cmbAttributes.Size = new System.Drawing.Size(395, 21);
this.cmbAttributes.TabIndex = 33;
this.cmbAttributes.SelectedIndexChanged += new System.EventHandler(this.cmbAttributes_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 130);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(46, 13);
this.label2.TabIndex = 32;
this.label2.Text = "Attribute";
//
// txtSample
//
this.txtSample.BackColor = System.Drawing.SystemColors.Window;
this.txtSample.Enabled = false;
this.txtSample.Location = new System.Drawing.Point(82, 157);
this.txtSample.Name = "txtSample";
this.txtSample.ReadOnly = true;
this.txtSample.Size = new System.Drawing.Size(395, 20);
this.txtSample.TabIndex = 34;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 160);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 13);
this.label3.TabIndex = 35;
this.label3.Text = "Next number";
//
// btnFixAutoNumbers
//
this.btnFixAutoNumbers.Enabled = false;
this.btnFixAutoNumbers.Location = new System.Drawing.Point(534, 37);
this.btnFixAutoNumbers.Name = "btnFixAutoNumbers";
this.btnFixAutoNumbers.Size = new System.Drawing.Size(184, 92);
this.btnFixAutoNumbers.TabIndex = 37;
this.btnFixAutoNumbers.Text = "Fix Auto Numbers (Updates Records which are missing auto number value)";
this.btnFixAutoNumbers.UseVisualStyleBackColor = true;
this.btnFixAutoNumbers.Click += new System.EventHandler(this.btnFixAutoNumbers_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 101);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 13);
this.label4.TabIndex = 38;
this.label4.Text = "State Code";
//
// cmbStateCodes
//
this.cmbStateCodes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbStateCodes.Enabled = false;
this.cmbStateCodes.FormattingEnabled = true;
this.cmbStateCodes.Location = new System.Drawing.Point(82, 97);
this.cmbStateCodes.Name = "cmbStateCodes";
this.cmbStateCodes.Size = new System.Drawing.Size(395, 21);
this.cmbStateCodes.TabIndex = 39;
this.cmbStateCodes.SelectedIndexChanged += new System.EventHandler(this.cmbStateCodes_SelectedIndexChanged);
//
// AutoNumberUpdater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.cmbStateCodes);
this.Controls.Add(this.label4);
this.Controls.Add(this.btnFixAutoNumbers);
this.Controls.Add(this.txtSample);
this.Controls.Add(this.label3);
this.Controls.Add(this.cmbAttributes);
this.Controls.Add(this.label2);
this.Controls.Add(this.cmbEntities);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbSolution);
this.Controls.Add(this.label8);
this.Controls.Add(this.StatusText);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.toolStripMenu);
this.Name = "AutoNumberUpdater";
this.Size = new System.Drawing.Size(769, 553);
this.ConnectionUpdated += new XrmToolBox.Extensibility.PluginControlBase.ConnectionUpdatedHandler(this.AutoNumberUpdater_ConnectionUpdated);
this.Load += new System.EventHandler(this.AutoNumberUpdater_Load);
this.toolStripMenu.ResumeLayout(false);
this.toolStripMenu.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStripMenu;
private System.Windows.Forms.ToolStripButton tsbClose;
private System.Windows.Forms.ToolStripSeparator tssSeparator1;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.TextBox StatusText;
private System.Windows.Forms.ComboBox cmbSolution;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cmbEntities;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbAttributes;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSample;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnFixAutoNumbers;
private System.Windows.Forms.ToolStripLabel tslAbout;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbStateCodes;
}
}