Files
ayanova7/source/Plugins/AyaNovaOL/WorkorderSelector.Designer.cs
2018-06-29 19:47:36 +00:00

186 lines
9.6 KiB
C#

namespace AyaNovaOL
{
partial class WorkorderSelector
{
/// <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.cbClientID = new System.Windows.Forms.ComboBox();
this.lblClientID = new System.Windows.Forms.Label();
this.cbWO = new System.Windows.Forms.ComboBox();
this.lblWO = new System.Windows.Forms.Label();
this.cbTemplate = new System.Windows.Forms.ComboBox();
this.lblTemplate = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// cbClientID
//
this.cbClientID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbClientID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbClientID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbClientID.FormattingEnabled = true;
this.cbClientID.Location = new System.Drawing.Point(12, 26);
this.cbClientID.Name = "cbClientID";
this.cbClientID.Size = new System.Drawing.Size(440, 21);
this.cbClientID.TabIndex = 4;
this.cbClientID.SelectedIndexChanged += new System.EventHandler(this.cbClientID_SelectedIndexChanged);
//
// lblClientID
//
this.lblClientID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblClientID.AutoSize = true;
this.lblClientID.Location = new System.Drawing.Point(9, 9);
this.lblClientID.Name = "lblClientID";
this.lblClientID.Size = new System.Drawing.Size(33, 13);
this.lblClientID.TabIndex = 3;
this.lblClientID.Text = "Client";
//
// cbWO
//
this.cbWO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbWO.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbWO.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbWO.FormattingEnabled = true;
this.cbWO.Location = new System.Drawing.Point(12, 80);
this.cbWO.Name = "cbWO";
this.cbWO.Size = new System.Drawing.Size(474, 21);
this.cbWO.TabIndex = 6;
this.cbWO.SelectedIndexChanged += new System.EventHandler(this.cbWO_SelectedIndexChanged);
//
// lblWO
//
this.lblWO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblWO.AutoSize = true;
this.lblWO.Location = new System.Drawing.Point(9, 63);
this.lblWO.Name = "lblWO";
this.lblWO.Size = new System.Drawing.Size(57, 13);
this.lblWO.TabIndex = 5;
this.lblWO.Text = "Workorder";
//
// cbTemplate
//
this.cbTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbTemplate.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbTemplate.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbTemplate.FormattingEnabled = true;
this.cbTemplate.Location = new System.Drawing.Point(12, 132);
this.cbTemplate.Name = "cbTemplate";
this.cbTemplate.Size = new System.Drawing.Size(474, 21);
this.cbTemplate.TabIndex = 8;
//
// lblTemplate
//
this.lblTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblTemplate.AutoSize = true;
this.lblTemplate.Location = new System.Drawing.Point(9, 115);
this.lblTemplate.Name = "lblTemplate";
this.lblTemplate.Size = new System.Drawing.Size(51, 13);
this.lblTemplate.TabIndex = 7;
this.lblTemplate.Text = "Template";
//
// 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(430, 184);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(56, 35);
this.btnOK.TabIndex = 28;
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(12, 184);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(56, 35);
this.btnCancel.TabIndex = 27;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.Image = global::AyaNovaOL.Resource1.SearchDatabase16;
this.btnSearch.Location = new System.Drawing.Point(458, 22);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(28, 26);
this.btnSearch.TabIndex = 29;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// WorkorderSelector
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(498, 236);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.cbTemplate);
this.Controls.Add(this.lblTemplate);
this.Controls.Add(this.cbWO);
this.Controls.Add(this.lblWO);
this.Controls.Add(this.cbClientID);
this.Controls.Add(this.lblClientID);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "WorkorderSelector";
this.Text = "Select work order";
this.Load += new System.EventHandler(this.WorkorderSelector_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox cbClientID;
private System.Windows.Forms.Label lblClientID;
private System.Windows.Forms.ComboBox cbWO;
private System.Windows.Forms.Label lblWO;
private System.Windows.Forms.ComboBox cbTemplate;
private System.Windows.Forms.Label lblTemplate;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSearch;
}
}