Files
ravenqbi/AyaNovaQBI/MapApproveUpdateSelectedItems.Designer.cs
2022-07-06 18:59:10 +00:00

104 lines
4.6 KiB
C#

namespace AyaNovaQBI
{
partial class MapApproveUpdateSelectedItems
{
/// <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.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lblUpdateMessage = new System.Windows.Forms.Label();
this.ckUpdatePriceCostOnly = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(372, 132);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 21;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(30, 132);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 20;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblUpdateMessage
//
this.lblUpdateMessage.AutoSize = true;
this.lblUpdateMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblUpdateMessage.Location = new System.Drawing.Point(27, 29);
this.lblUpdateMessage.Name = "lblUpdateMessage";
this.lblUpdateMessage.Size = new System.Drawing.Size(112, 13);
this.lblUpdateMessage.TabIndex = 22;
this.lblUpdateMessage.Text = "Update selected items";
//
// ckUpdatePriceCostOnly
//
this.ckUpdatePriceCostOnly.AutoSize = true;
this.ckUpdatePriceCostOnly.Location = new System.Drawing.Point(30, 63);
this.ckUpdatePriceCostOnly.Name = "ckUpdatePriceCostOnly";
this.ckUpdatePriceCostOnly.Size = new System.Drawing.Size(155, 17);
this.ckUpdatePriceCostOnly.TabIndex = 23;
this.ckUpdatePriceCostOnly.Text = "Update Price and Cost only";
this.ckUpdatePriceCostOnly.UseVisualStyleBackColor = true;
this.ckUpdatePriceCostOnly.Visible = false;
//
// MapApproveUpdateSelectedItems
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(459, 180);
this.Controls.Add(this.ckUpdatePriceCostOnly);
this.Controls.Add(this.lblUpdateMessage);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MapApproveUpdateSelectedItems";
this.Text = "Update selected items?";
this.Load += new System.EventHandler(this.MapApproveUpdateSelectedItems_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label lblUpdateMessage;
private System.Windows.Forms.CheckBox ckUpdatePriceCostOnly;
}
}