namespace ApplicationSettingsSample {
partial class MainForm {
///
/// 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() {
this.getSettingsButton = new System.Windows.Forms.Button();
this.readSettingsValuesButton = new System.Windows.Forms.Button();
this.readSettingsButton = new System.Windows.Forms.Button();
this.updateSettingButton = new System.Windows.Forms.Button();
this.configurationManagerButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// getSettingsButton
//
this.getSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.getSettingsButton.Location = new System.Drawing.Point(12, 41);
this.getSettingsButton.Name = "getSettingsButton";
this.getSettingsButton.Size = new System.Drawing.Size(266, 23);
this.getSettingsButton.TabIndex = 0;
this.getSettingsButton.Text = "Get Settings";
this.getSettingsButton.Click += new System.EventHandler(this.getSettingsButton_Click);
//
// readSettingsValuesButton
//
this.readSettingsValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.readSettingsValuesButton.Location = new System.Drawing.Point(12, 70);
this.readSettingsValuesButton.Name = "readSettingsValuesButton";
this.readSettingsValuesButton.Size = new System.Drawing.Size(266, 23);
this.readSettingsValuesButton.TabIndex = 1;
this.readSettingsValuesButton.Text = "Read Settings Values";
this.readSettingsValuesButton.Click += new System.EventHandler(this.readSettingsValuesButton_Click);
//
// readSettingsButton
//
this.readSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.readSettingsButton.Location = new System.Drawing.Point(12, 99);
this.readSettingsButton.Name = "readSettingsButton";
this.readSettingsButton.Size = new System.Drawing.Size(266, 23);
this.readSettingsButton.TabIndex = 2;
this.readSettingsButton.Text = "Read Settings";
this.readSettingsButton.Click += new System.EventHandler(this.readSettingsButton_Click);
//
// updateSettingButton
//
this.updateSettingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.updateSettingButton.Location = new System.Drawing.Point(12, 128);
this.updateSettingButton.Name = "updateSettingButton";
this.updateSettingButton.Size = new System.Drawing.Size(266, 23);
this.updateSettingButton.TabIndex = 3;
this.updateSettingButton.Text = "Update Setting";
this.updateSettingButton.Click += new System.EventHandler(this.updateSettingButton_Click);
//
// configurationManagerButton
//
this.configurationManagerButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.configurationManagerButton.Location = new System.Drawing.Point(12, 12);
this.configurationManagerButton.Name = "configurationManagerButton";
this.configurationManagerButton.Size = new System.Drawing.Size(266, 23);
this.configurationManagerButton.TabIndex = 5;
this.configurationManagerButton.Text = "Configuration Manager";
this.configurationManagerButton.Click += new System.EventHandler(this.configurationManagerButton_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(290, 163);
this.Controls.Add(this.configurationManagerButton);
this.Controls.Add(this.updateSettingButton);
this.Controls.Add(this.readSettingsButton);
this.Controls.Add(this.readSettingsValuesButton);
this.Controls.Add(this.getSettingsButton);
this.Name = "MainForm";
this.Text = "Settings Sample";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button getSettingsButton;
private System.Windows.Forms.Button readSettingsValuesButton;
private System.Windows.Forms.Button readSettingsButton;
private System.Windows.Forms.Button updateSettingButton;
private System.Windows.Forms.Button configurationManagerButton;
}
}