53 |
|
this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4); |
54 |
|
this.grpLoggingFlags.Name = "grpLoggingFlags"; |
55 |
|
this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4); |
56 |
< |
this.grpLoggingFlags.Size = new System.Drawing.Size(666, 50); |
56 |
> |
this.grpLoggingFlags.Size = new System.Drawing.Size(666, 98); |
57 |
|
this.grpLoggingFlags.TabIndex = 0; |
58 |
|
this.grpLoggingFlags.TabStop = false; |
59 |
|
this.grpLoggingFlags.Text = "Logging Flags"; |
68 |
|
this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19); |
69 |
|
this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4); |
70 |
|
this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow"; |
71 |
< |
this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 27); |
71 |
> |
this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 75); |
72 |
|
this.grpLoggingFlags_flow.TabIndex = 1; |
73 |
|
// |
74 |
|
// btnSave |
76 |
|
this.btnSave.AutoSize = true; |
77 |
|
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
78 |
|
this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
79 |
< |
this.btnSave.Location = new System.Drawing.Point(4, 225); |
79 |
> |
this.btnSave.Location = new System.Drawing.Point(8, 278); |
80 |
|
this.btnSave.Margin = new System.Windows.Forms.Padding(4); |
81 |
|
this.btnSave.Name = "btnSave"; |
82 |
|
this.btnSave.Size = new System.Drawing.Size(115, 55); |
90 |
|
this.btnCancel.AutoSize = true; |
91 |
|
this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
92 |
|
this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
93 |
< |
this.btnCancel.Location = new System.Drawing.Point(127, 225); |
93 |
> |
this.btnCancel.Location = new System.Drawing.Point(131, 278); |
94 |
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4); |
95 |
|
this.btnCancel.Name = "btnCancel"; |
96 |
|
this.btnCancel.Size = new System.Drawing.Size(150, 55); |
104 |
|
this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
105 |
|
| System.Windows.Forms.AnchorStyles.Right))); |
106 |
|
this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins); |
107 |
< |
this.grpConfigPlugins.Location = new System.Drawing.Point(2, 54); |
107 |
> |
this.grpConfigPlugins.Location = new System.Drawing.Point(6, 107); |
108 |
|
this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
109 |
|
this.grpConfigPlugins.Name = "grpConfigPlugins"; |
110 |
|
this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
129 |
|
this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
130 |
|
| System.Windows.Forms.AnchorStyles.Right))); |
131 |
|
this.grpInputPlugins.Controls.Add(this.comboInputPlugins); |
132 |
< |
this.grpInputPlugins.Location = new System.Drawing.Point(2, 107); |
132 |
> |
this.grpInputPlugins.Location = new System.Drawing.Point(6, 160); |
133 |
|
this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
134 |
|
this.grpInputPlugins.Name = "grpInputPlugins"; |
135 |
|
this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
154 |
|
this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
155 |
|
| System.Windows.Forms.AnchorStyles.Right))); |
156 |
|
this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins); |
157 |
< |
this.grpWindowPlugins.Location = new System.Drawing.Point(2, 165); |
157 |
> |
this.grpWindowPlugins.Location = new System.Drawing.Point(6, 218); |
158 |
|
this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
159 |
|
this.grpWindowPlugins.Name = "grpWindowPlugins"; |
160 |
|
this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
179 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
180 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
181 |
|
this.AutoScroll = true; |
182 |
< |
this.ClientSize = new System.Drawing.Size(674, 291); |
182 |
> |
this.ClientSize = new System.Drawing.Size(674, 340); |
183 |
|
this.Controls.Add(this.grpLoggingFlags); |
184 |
|
this.Controls.Add(this.grpConfigPlugins); |
185 |
|
this.Controls.Add(this.grpInputPlugins); |