namespace Application.Ringtoets.Forms.OptionsDialog
{
partial class OptionsDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsDialog));
this.buttonOk = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.panelButtons = new System.Windows.Forms.Panel();
this.panelOptionsControl = new System.Windows.Forms.Panel();
this.treeView1 = new System.Windows.Forms.TreeView();
this.panelButtons.SuspendLayout();
this.SuspendLayout();
//
// buttonOk
//
resources.ApplyResources(this.buttonOk, "buttonOk");
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOk.Name = "buttonOk";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.ButtonOkClick);
//
// buttonCancel
//
resources.ApplyResources(this.buttonCancel, "buttonCancel");
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
//
// panelButtons
//
this.panelButtons.Controls.Add(this.buttonCancel);
this.panelButtons.Controls.Add(this.buttonOk);
resources.ApplyResources(this.panelButtons, "panelButtons");
this.panelButtons.Name = "panelButtons";
//
// panelOptionsControl
//
resources.ApplyResources(this.panelOptionsControl, "panelOptionsControl");
this.panelOptionsControl.Name = "panelOptionsControl";
//
// treeView1
//
resources.ApplyResources(this.treeView1, "treeView1");
this.treeView1.Name = "treeView1";
//
// OptionsDialog
//
this.AcceptButton = this.buttonOk;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.Controls.Add(this.panelOptionsControl);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.panelButtons);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OptionsDialog";
this.ShowIcon = false;
this.panelButtons.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonOk;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Panel panelButtons;
private System.Windows.Forms.Panel panelOptionsControl;
private System.Windows.Forms.TreeView treeView1;
}
}