2007-11-14 01:23:27 +03:00
|
|
|
namespace webImTray {
|
|
|
|
partial class OptionsDialog {
|
|
|
|
/// <summary>
|
|
|
|
/// Required designer variable.
|
|
|
|
/// </summary>
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
protected override void Dispose(bool disposing) {
|
|
|
|
if (disposing && (components != null)) {
|
|
|
|
components.Dispose();
|
|
|
|
}
|
|
|
|
base.Dispose(disposing);
|
|
|
|
}
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent() {
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsDialog));
|
|
|
|
this.pageSelector = new System.Windows.Forms.ListView();
|
|
|
|
this.ok = new System.Windows.Forms.Button();
|
|
|
|
this.cancel = new System.Windows.Forms.Button();
|
|
|
|
this.apply = new System.Windows.Forms.Button();
|
|
|
|
this.container = new System.Windows.Forms.Panel();
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// pageSelector
|
|
|
|
//
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this.pageSelector, "pageSelector");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.pageSelector.FullRowSelect = true;
|
|
|
|
this.pageSelector.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
|
|
this.pageSelector.HideSelection = false;
|
|
|
|
this.pageSelector.MultiSelect = false;
|
|
|
|
this.pageSelector.Name = "pageSelector";
|
|
|
|
this.pageSelector.ShowGroups = false;
|
|
|
|
this.pageSelector.UseCompatibleStateImageBehavior = false;
|
|
|
|
this.pageSelector.View = System.Windows.Forms.View.List;
|
|
|
|
this.pageSelector.SelectedIndexChanged += new System.EventHandler(this.panelSelectionChanged);
|
|
|
|
//
|
|
|
|
// ok
|
|
|
|
//
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this.ok, "ok");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.ok.Name = "ok";
|
|
|
|
this.ok.UseVisualStyleBackColor = true;
|
|
|
|
this.ok.Click += new System.EventHandler(this.ok_Click);
|
|
|
|
//
|
|
|
|
// cancel
|
|
|
|
//
|
|
|
|
this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this.cancel, "cancel");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.cancel.Name = "cancel";
|
|
|
|
this.cancel.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// apply
|
|
|
|
//
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this.apply, "apply");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.apply.Name = "apply";
|
|
|
|
this.apply.UseVisualStyleBackColor = true;
|
|
|
|
this.apply.Click += new System.EventHandler(this.apply_Click);
|
|
|
|
//
|
|
|
|
// container
|
|
|
|
//
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this.container, "container");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.container.Name = "container";
|
|
|
|
//
|
|
|
|
// linkLabel1
|
|
|
|
//
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this.linkLabel1, "linkLabel1");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
|
this.linkLabel1.TabStop = true;
|
|
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.openWebIMSite);
|
|
|
|
//
|
|
|
|
// OptionsDialog
|
|
|
|
//
|
|
|
|
this.AcceptButton = this.ok;
|
2009-05-27 15:46:52 +04:00
|
|
|
resources.ApplyResources(this, "$this");
|
2007-11-14 01:23:27 +03:00
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.CancelButton = this.cancel;
|
|
|
|
this.Controls.Add(this.linkLabel1);
|
|
|
|
this.Controls.Add(this.container);
|
|
|
|
this.Controls.Add(this.apply);
|
|
|
|
this.Controls.Add(this.cancel);
|
|
|
|
this.Controls.Add(this.ok);
|
|
|
|
this.Controls.Add(this.pageSelector);
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
this.Name = "OptionsDialog";
|
|
|
|
this.Load += new System.EventHandler(this.optionsDialogLoaded);
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.ListView pageSelector;
|
|
|
|
private System.Windows.Forms.Button ok;
|
|
|
|
private System.Windows.Forms.Button cancel;
|
|
|
|
private System.Windows.Forms.Button apply;
|
|
|
|
private System.Windows.Forms.Panel container;
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
|
}
|
|
|
|
}
|