275 lines
15 KiB
C#
275 lines
15 KiB
C#
namespace AyaNovaOL
|
|
{
|
|
partial class ContactExportOptions
|
|
{
|
|
/// <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.cbRegion = new GZTW.WinForm.Controls.GZUltraComboEditor();
|
|
this.lblRegionID = new Infragistics.Win.Misc.UltraLabel();
|
|
this.cbDispatchZone = new GZTW.WinForm.Controls.GZUltraComboEditor();
|
|
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
|
|
this.radClient = new System.Windows.Forms.RadioButton();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
|
|
this.cbContractID = new GZTW.WinForm.Controls.GZUltraComboEditor();
|
|
this.lblVendorType = new Infragistics.Win.Misc.UltraLabel();
|
|
this.cbVendorType = new GZTW.WinForm.Controls.GZUltraComboEditor();
|
|
this.radVendor = new System.Windows.Forms.RadioButton();
|
|
this.radHeadOffice = new System.Windows.Forms.RadioButton();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnMap = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbRegion)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbDispatchZone)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbContractID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbVendorType)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbRegion
|
|
//
|
|
this.cbRegion.AllowEmptySelection = false;
|
|
this.cbRegion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbRegion.Location = new System.Drawing.Point(34, 90);
|
|
this.cbRegion.Name = "cbRegion";
|
|
this.cbRegion.Size = new System.Drawing.Size(320, 21);
|
|
this.cbRegion.TabIndex = 6;
|
|
//
|
|
// lblRegionID
|
|
//
|
|
this.lblRegionID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblRegionID.Location = new System.Drawing.Point(34, 74);
|
|
this.lblRegionID.Name = "lblRegionID";
|
|
this.lblRegionID.Size = new System.Drawing.Size(220, 16);
|
|
this.lblRegionID.TabIndex = 7;
|
|
this.lblRegionID.Tag = "";
|
|
this.lblRegionID.Text = "LT:O.Region";
|
|
this.lblRegionID.WrapText = false;
|
|
//
|
|
// cbDispatchZone
|
|
//
|
|
this.cbDispatchZone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbDispatchZone.Location = new System.Drawing.Point(34, 136);
|
|
this.cbDispatchZone.Name = "cbDispatchZone";
|
|
this.cbDispatchZone.Size = new System.Drawing.Size(320, 21);
|
|
this.cbDispatchZone.TabIndex = 8;
|
|
//
|
|
// ultraLabel1
|
|
//
|
|
this.ultraLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ultraLabel1.Location = new System.Drawing.Point(34, 120);
|
|
this.ultraLabel1.Name = "ultraLabel1";
|
|
this.ultraLabel1.Size = new System.Drawing.Size(220, 16);
|
|
this.ultraLabel1.TabIndex = 9;
|
|
this.ultraLabel1.Tag = "";
|
|
this.ultraLabel1.Text = "LT:O.DispatchZone";
|
|
this.ultraLabel1.WrapText = false;
|
|
//
|
|
// radClient
|
|
//
|
|
this.radClient.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.radClient.AutoSize = true;
|
|
this.radClient.Checked = true;
|
|
this.radClient.Location = new System.Drawing.Point(22, 25);
|
|
this.radClient.Name = "radClient";
|
|
this.radClient.Size = new System.Drawing.Size(78, 17);
|
|
this.radClient.TabIndex = 10;
|
|
this.radClient.TabStop = true;
|
|
this.radClient.Text = "LT:O.Client";
|
|
this.radClient.UseVisualStyleBackColor = true;
|
|
this.radClient.CheckedChanged += new System.EventHandler(this.radClient_CheckedChanged);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.ultraLabel2);
|
|
this.groupBox1.Controls.Add(this.cbContractID);
|
|
this.groupBox1.Controls.Add(this.lblVendorType);
|
|
this.groupBox1.Controls.Add(this.ultraLabel1);
|
|
this.groupBox1.Controls.Add(this.cbVendorType);
|
|
this.groupBox1.Controls.Add(this.cbDispatchZone);
|
|
this.groupBox1.Controls.Add(this.radVendor);
|
|
this.groupBox1.Controls.Add(this.cbRegion);
|
|
this.groupBox1.Controls.Add(this.lblRegionID);
|
|
this.groupBox1.Controls.Add(this.radHeadOffice);
|
|
this.groupBox1.Controls.Add(this.radClient);
|
|
this.groupBox1.Location = new System.Drawing.Point(16, 22);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(384, 320);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Export / Sync as:";
|
|
//
|
|
// ultraLabel2
|
|
//
|
|
this.ultraLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ultraLabel2.Location = new System.Drawing.Point(34, 170);
|
|
this.ultraLabel2.Name = "ultraLabel2";
|
|
this.ultraLabel2.Size = new System.Drawing.Size(220, 16);
|
|
this.ultraLabel2.TabIndex = 111;
|
|
this.ultraLabel2.Tag = "";
|
|
this.ultraLabel2.Text = "LT:O.Contract";
|
|
this.ultraLabel2.WrapText = false;
|
|
//
|
|
// cbContractID
|
|
//
|
|
this.cbContractID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbContractID.Location = new System.Drawing.Point(34, 186);
|
|
this.cbContractID.Name = "cbContractID";
|
|
this.cbContractID.Size = new System.Drawing.Size(320, 21);
|
|
this.cbContractID.TabIndex = 110;
|
|
//
|
|
// lblVendorType
|
|
//
|
|
this.lblVendorType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblVendorType.Location = new System.Drawing.Point(34, 257);
|
|
this.lblVendorType.Name = "lblVendorType";
|
|
this.lblVendorType.Size = new System.Drawing.Size(216, 21);
|
|
this.lblVendorType.TabIndex = 109;
|
|
this.lblVendorType.Tag = "";
|
|
this.lblVendorType.Text = "LT:Vendor.Label.VendorType";
|
|
this.lblVendorType.WrapText = false;
|
|
//
|
|
// cbVendorType
|
|
//
|
|
this.cbVendorType.AllowEmptySelection = false;
|
|
this.cbVendorType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbVendorType.Enabled = false;
|
|
this.cbVendorType.Location = new System.Drawing.Point(34, 278);
|
|
this.cbVendorType.Name = "cbVendorType";
|
|
this.cbVendorType.Size = new System.Drawing.Size(321, 21);
|
|
this.cbVendorType.TabIndex = 108;
|
|
//
|
|
// radVendor
|
|
//
|
|
this.radVendor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.radVendor.AutoSize = true;
|
|
this.radVendor.Location = new System.Drawing.Point(22, 231);
|
|
this.radVendor.Name = "radVendor";
|
|
this.radVendor.Size = new System.Drawing.Size(86, 17);
|
|
this.radVendor.TabIndex = 12;
|
|
this.radVendor.Text = "LT:O.Vendor";
|
|
this.radVendor.UseVisualStyleBackColor = true;
|
|
this.radVendor.CheckedChanged += new System.EventHandler(this.radVendor_CheckedChanged);
|
|
//
|
|
// radHeadOffice
|
|
//
|
|
this.radHeadOffice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.radHeadOffice.AutoSize = true;
|
|
this.radHeadOffice.Location = new System.Drawing.Point(22, 42);
|
|
this.radHeadOffice.Name = "radHeadOffice";
|
|
this.radHeadOffice.Size = new System.Drawing.Size(106, 17);
|
|
this.radHeadOffice.TabIndex = 11;
|
|
this.radHeadOffice.Text = "LT:O.HeadOffice";
|
|
this.radHeadOffice.UseVisualStyleBackColor = true;
|
|
this.radHeadOffice.CheckedChanged += new System.EventHandler(this.radHeadOffice_CheckedChanged);
|
|
//
|
|
// 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, 432);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(56, 35);
|
|
this.btnCancel.TabIndex = 32;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// 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(344, 432);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(56, 35);
|
|
this.btnOK.TabIndex = 33;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnMap
|
|
//
|
|
this.btnMap.Location = new System.Drawing.Point(16, 359);
|
|
this.btnMap.Name = "btnMap";
|
|
this.btnMap.Size = new System.Drawing.Size(189, 23);
|
|
this.btnMap.TabIndex = 34;
|
|
this.btnMap.Text = "Map phone and address fields";
|
|
this.btnMap.UseVisualStyleBackColor = true;
|
|
this.btnMap.Click += new System.EventHandler(this.btnMap_Click);
|
|
//
|
|
// ContactExportOptions
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(419, 479);
|
|
this.Controls.Add(this.btnMap);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "ContactExportOptions";
|
|
this.Text = "Contact export options";
|
|
this.Load += new System.EventHandler(this.ContactExportOptions_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.cbRegion)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbDispatchZone)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbContractID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbVendorType)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GZTW.WinForm.Controls.GZUltraComboEditor cbRegion;
|
|
private Infragistics.Win.Misc.UltraLabel lblRegionID;
|
|
private GZTW.WinForm.Controls.GZUltraComboEditor cbDispatchZone;
|
|
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
|
|
private System.Windows.Forms.RadioButton radClient;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.RadioButton radVendor;
|
|
private System.Windows.Forms.RadioButton radHeadOffice;
|
|
private Infragistics.Win.Misc.UltraLabel lblVendorType;
|
|
private GZTW.WinForm.Controls.GZUltraComboEditor cbVendorType;
|
|
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
|
|
private GZTW.WinForm.Controls.GZUltraComboEditor cbContractID;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnMap;
|
|
}
|
|
} |