-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBusinessRulesScriptViewer.designer.cs
More file actions
211 lines (205 loc) · 10.2 KB
/
BusinessRulesScriptViewer.designer.cs
File metadata and controls
211 lines (205 loc) · 10.2 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
199
200
201
202
203
204
205
206
207
208
209
210
211
namespace Sdmsols.XTB.BusinessRulesScriptViewer
{
partial class BusinessRulesScriptViewer
{
/// <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.cmbSolution = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cmbEntities = new System.Windows.Forms.ComboBox();
this.tvBusinessRule = new System.Windows.Forms.TreeView();
this.rtBRScript = new System.Windows.Forms.RichTextBox();
this.btnSaveSelected = new System.Windows.Forms.Button();
this.btnSaveAll = new System.Windows.Forms.Button();
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, 5, 0);
this.toolStripMenu.Size = new System.Drawing.Size(2051, 52);
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(180, 45);
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(211, 45);
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, 52);
//
// cmbSolution
//
this.cmbSolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSolution.Enabled = false;
this.cmbSolution.FormattingEnabled = true;
this.cmbSolution.Location = new System.Drawing.Point(219, 89);
this.cmbSolution.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.cmbSolution.Name = "cmbSolution";
this.cmbSolution.Size = new System.Drawing.Size(1047, 39);
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(34, 89);
this.label8.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(120, 32);
this.label8.TabIndex = 29;
this.label8.Text = "Solution";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(34, 153);
this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 32);
this.label1.TabIndex = 30;
this.label1.Text = "Entity";
//
// cmbEntities
//
this.cmbEntities.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbEntities.Enabled = false;
this.cmbEntities.FormattingEnabled = true;
this.cmbEntities.Location = new System.Drawing.Point(219, 150);
this.cmbEntities.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.cmbEntities.Name = "cmbEntities";
this.cmbEntities.Size = new System.Drawing.Size(1047, 39);
this.cmbEntities.TabIndex = 31;
this.cmbEntities.SelectedIndexChanged += new System.EventHandler(this.cmbEntities_SelectedIndexChanged);
//
// tvBusinessRule
//
this.tvBusinessRule.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.tvBusinessRule.Location = new System.Drawing.Point(16, 240);
this.tvBusinessRule.Name = "tvBusinessRule";
this.tvBusinessRule.Size = new System.Drawing.Size(618, 1079);
this.tvBusinessRule.TabIndex = 40;
this.tvBusinessRule.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvBusinessRule_AfterSelect);
//
// rtBRScript
//
this.rtBRScript.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.rtBRScript.Location = new System.Drawing.Point(672, 240);
this.rtBRScript.Name = "rtBRScript";
this.rtBRScript.ReadOnly = true;
this.rtBRScript.Size = new System.Drawing.Size(1352, 1076);
this.rtBRScript.TabIndex = 41;
this.rtBRScript.Text = "";
//
// btnSaveSelected
//
this.btnSaveSelected.Location = new System.Drawing.Point(1282, 89);
this.btnSaveSelected.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.btnSaveSelected.Name = "btnSaveSelected";
this.btnSaveSelected.Size = new System.Drawing.Size(348, 100);
this.btnSaveSelected.TabIndex = 42;
this.btnSaveSelected.Text = "Save Selected BR Script";
this.btnSaveSelected.UseVisualStyleBackColor = true;
this.btnSaveSelected.Click += new System.EventHandler(this.btnSaveSelected_Click);
//
// btnSaveAll
//
this.btnSaveAll.Location = new System.Drawing.Point(1659, 89);
this.btnSaveAll.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.btnSaveAll.Name = "btnSaveAll";
this.btnSaveAll.Size = new System.Drawing.Size(348, 100);
this.btnSaveAll.TabIndex = 43;
this.btnSaveAll.Text = "Save All BR Scripts";
this.btnSaveAll.UseVisualStyleBackColor = true;
this.btnSaveAll.Click += new System.EventHandler(this.btnSaveAll_Click);
//
// BusinessRulesScriptViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnSaveAll);
this.Controls.Add(this.btnSaveSelected);
this.Controls.Add(this.rtBRScript);
this.Controls.Add(this.tvBusinessRule);
this.Controls.Add(this.cmbEntities);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmbSolution);
this.Controls.Add(this.label8);
this.Controls.Add(this.toolStripMenu);
this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.Name = "BusinessRulesScriptViewer";
this.Size = new System.Drawing.Size(2051, 1319);
this.ConnectionUpdated += new XrmToolBox.Extensibility.PluginControlBase.ConnectionUpdatedHandler(this.BusinessRulesScriptViewer_ConnectionUpdated);
this.Load += new System.EventHandler(this.BusinessRulesScriptViewer_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.ComboBox cmbSolution;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ToolStripLabel tslAbout;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbEntities;
private System.Windows.Forms.TreeView tvBusinessRule;
private System.Windows.Forms.RichTextBox rtBRScript;
private System.Windows.Forms.Button btnSaveSelected;
private System.Windows.Forms.Button btnSaveAll;
}
}