Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Dialogs/AssessmentSectionProviderStub.Designer.cs =================================================================== diff -u -r01cd65c3cbbc6ef2dc6d618de2292358a990e345 -rd9d47cee30e2987819dfb5b8c0c935ee4a72e52a --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Dialogs/AssessmentSectionProviderStub.Designer.cs (.../AssessmentSectionProviderStub.Designer.cs) (revision 01cd65c3cbbc6ef2dc6d618de2292358a990e345) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Dialogs/AssessmentSectionProviderStub.Designer.cs (.../AssessmentSectionProviderStub.Designer.cs) (revision d9d47cee30e2987819dfb5b8c0c935ee4a72e52a) @@ -49,12 +49,84 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); + this.cancelButton = new System.Windows.Forms.Button(); + this.invalidProjectButton = new System.Windows.Forms.Button(); + this.noMatchButton = new System.Windows.Forms.Button(); + this.matchButton = new System.Windows.Forms.Button(); + this.flowLayoutPanel.SuspendLayout(); + this.SuspendLayout(); + // + // flowLayoutPanel + // + this.flowLayoutPanel.Controls.Add(this.cancelButton); + this.flowLayoutPanel.Controls.Add(this.invalidProjectButton); + this.flowLayoutPanel.Controls.Add(this.noMatchButton); + this.flowLayoutPanel.Controls.Add(this.matchButton); + this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel.Name = "flowLayoutPanel"; + this.flowLayoutPanel.Size = new System.Drawing.Size(280, 100); + this.flowLayoutPanel.TabIndex = 0; + // + // cancelButton + // + this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.cancelButton.Location = new System.Drawing.Point(3, 3); + this.cancelButton.Name = "cancelButton"; + this.cancelButton.Size = new System.Drawing.Size(121, 23); + this.cancelButton.TabIndex = 0; + this.cancelButton.Text = "Annuleren"; + this.cancelButton.UseVisualStyleBackColor = true; + // + // invalidProjectButton + // + this.invalidProjectButton.AutoSize = true; + this.invalidProjectButton.Location = new System.Drawing.Point(130, 3); + this.invalidProjectButton.Name = "invalidProjectButton"; + this.invalidProjectButton.Size = new System.Drawing.Size(135, 23); + this.invalidProjectButton.TabIndex = 1; + this.invalidProjectButton.Text = "Selecteer fout project"; + this.invalidProjectButton.UseVisualStyleBackColor = true; + // + // noMatchButton + // + this.noMatchButton.AutoSize = true; + this.noMatchButton.Location = new System.Drawing.Point(3, 32); + this.noMatchButton.Name = "noMatchButton"; + this.noMatchButton.Size = new System.Drawing.Size(262, 23); + this.noMatchButton.TabIndex = 2; + this.noMatchButton.Text = "Selecteer project zonder overeenkomende trajecten"; + this.noMatchButton.UseVisualStyleBackColor = true; + // + // matchButton + // + this.matchButton.AutoSize = true; + this.matchButton.Location = new System.Drawing.Point(3, 61); + this.matchButton.Name = "matchButton"; + this.matchButton.Size = new System.Drawing.Size(262, 23); + this.matchButton.TabIndex = 3; + this.matchButton.Text = "Selecteer project met overeenkomend traject"; + this.matchButton.UseVisualStyleBackColor = true; + // + // AssessmentSectionProviderStub + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Text = "AssessmentSectionProviderStub"; + this.AutoSize = true; + this.Controls.Add(this.flowLayoutPanel); + this.Name = "AssessmentSectionProviderStub"; + this.Size = new System.Drawing.Size(283, 103); + this.flowLayoutPanel.ResumeLayout(false); + this.flowLayoutPanel.PerformLayout(); + this.ResumeLayout(false); } #endregion + + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel; + private System.Windows.Forms.Button cancelButton; + private System.Windows.Forms.Button invalidProjectButton; + private System.Windows.Forms.Button noMatchButton; + private System.Windows.Forms.Button matchButton; } } \ No newline at end of file