110 lines
5.0 KiB
C#
110 lines
5.0 KiB
C#
namespace AyaNovaOL
|
|
{
|
|
partial class Options
|
|
{
|
|
/// <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()
|
|
{
|
|
this.ckIncludeEmailHeader = new System.Windows.Forms.CheckBox();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnMap = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// ckIncludeEmailHeader
|
|
//
|
|
this.ckIncludeEmailHeader.AutoSize = true;
|
|
this.ckIncludeEmailHeader.Location = new System.Drawing.Point(16, 28);
|
|
this.ckIncludeEmailHeader.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.ckIncludeEmailHeader.Name = "ckIncludeEmailHeader";
|
|
this.ckIncludeEmailHeader.Size = new System.Drawing.Size(222, 21);
|
|
this.ckIncludeEmailHeader.TabIndex = 0;
|
|
this.ckIncludeEmailHeader.Text = "Include email message header";
|
|
this.ckIncludeEmailHeader.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnOK.Image = global::AyaNovaOL.Resource1.OK24;
|
|
this.btnOK.Location = new System.Drawing.Point(252, 161);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 43);
|
|
this.btnOK.TabIndex = 99;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnCancel.Image = global::AyaNovaOL.Resource1.Cancel24;
|
|
this.btnCancel.Location = new System.Drawing.Point(16, 161);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 43);
|
|
this.btnCancel.TabIndex = 98;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnMap
|
|
//
|
|
this.btnMap.Location = new System.Drawing.Point(16, 82);
|
|
this.btnMap.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnMap.Name = "btnMap";
|
|
this.btnMap.Size = new System.Drawing.Size(252, 28);
|
|
this.btnMap.TabIndex = 100;
|
|
this.btnMap.Text = "Map phone and address fields";
|
|
this.btnMap.UseVisualStyleBackColor = true;
|
|
this.btnMap.Click += new System.EventHandler(this.btnMap_Click);
|
|
//
|
|
// Options
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(343, 219);
|
|
this.Controls.Add(this.btnMap);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.ckIncludeEmailHeader);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "Options";
|
|
this.Text = "Options";
|
|
this.Load += new System.EventHandler(this.Options_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox ckIncludeEmailHeader;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnMap;
|
|
}
|
|
} |