namespace AyaNovaQBI
{
partial class FixInvoiceProblems
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.grid = new System.Windows.Forms.DataGridView();
this.Object = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Fix = new System.Windows.Forms.DataGridViewButtonColumn();
this.ObjectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Problem = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ObjectId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AyaPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QBPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WorkOrderItemPartId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.QBListID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WorkOrderItemId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WorkOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// grid
//
this.grid.AllowUserToAddRows = false;
this.grid.AllowUserToDeleteRows = false;
this.grid.AllowUserToResizeRows = false;
this.grid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Object,
this.Fix,
this.ObjectName,
this.Problem,
this.ObjectId,
this.AyaPrice,
this.QBPrice,
this.WorkOrderItemPartId,
this.QBListID,
this.WorkOrderItemId,
this.WorkOrderId});
this.grid.Location = new System.Drawing.Point(0, 0);
this.grid.Name = "grid";
this.grid.ReadOnly = true;
this.grid.RowHeadersVisible = false;
this.grid.Size = new System.Drawing.Size(781, 483);
this.grid.TabIndex = 0;
this.grid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellContentClick);
//
// Object
//
this.Object.DataPropertyName = "ObjectType";
this.Object.HeaderText = "Object";
this.Object.Name = "Object";
this.Object.ReadOnly = true;
this.Object.Width = 63;
//
// Fix
//
this.Fix.DataPropertyName = "Fix";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Fix.DefaultCellStyle = dataGridViewCellStyle1;
this.Fix.HeaderText = "Fix";
this.Fix.Name = "Fix";
this.Fix.ReadOnly = true;
this.Fix.Width = 26;
//
// ObjectName
//
this.ObjectName.DataPropertyName = "Name";
this.ObjectName.HeaderText = "Name";
this.ObjectName.Name = "ObjectName";
this.ObjectName.ReadOnly = true;
this.ObjectName.Width = 60;
//
// Problem
//
this.Problem.DataPropertyName = "Reason";
this.Problem.HeaderText = "Problem";
this.Problem.Name = "Problem";
this.Problem.ReadOnly = true;
this.Problem.Width = 70;
//
// ObjectId
//
this.ObjectId.DataPropertyName = "ObjectId";
this.ObjectId.HeaderText = "ObjectId";
this.ObjectId.Name = "ObjectId";
this.ObjectId.ReadOnly = true;
this.ObjectId.Visible = false;
this.ObjectId.Width = 72;
//
// AyaPrice
//
this.AyaPrice.DataPropertyName = "AyaPrice";
this.AyaPrice.HeaderText = "AyaPrice";
this.AyaPrice.Name = "AyaPrice";
this.AyaPrice.ReadOnly = true;
this.AyaPrice.Visible = false;
this.AyaPrice.Width = 74;
//
// QBPrice
//
this.QBPrice.DataPropertyName = "QBPrice";
this.QBPrice.HeaderText = "QBPrice";
this.QBPrice.Name = "QBPrice";
this.QBPrice.ReadOnly = true;
this.QBPrice.Visible = false;
this.QBPrice.Width = 71;
//
// WorkOrderItemPartId
//
this.WorkOrderItemPartId.DataPropertyName = "WorkOrderItemPartId";
this.WorkOrderItemPartId.HeaderText = "WorkOrderItemPartId";
this.WorkOrderItemPartId.Name = "WorkOrderItemPartId";
this.WorkOrderItemPartId.ReadOnly = true;
this.WorkOrderItemPartId.Visible = false;
this.WorkOrderItemPartId.Width = 132;
//
// QBListID
//
this.QBListID.DataPropertyName = "QBListID";
this.QBListID.HeaderText = "QBListID";
this.QBListID.Name = "QBListID";
this.QBListID.ReadOnly = true;
this.QBListID.Visible = false;
this.QBListID.Width = 74;
//
// WorkOrderItemId
//
this.WorkOrderItemId.DataPropertyName = "WorkOrderItemId";
this.WorkOrderItemId.HeaderText = "WorkOrderItemId";
this.WorkOrderItemId.Name = "WorkOrderItemId";
this.WorkOrderItemId.ReadOnly = true;
this.WorkOrderItemId.Visible = false;
this.WorkOrderItemId.Width = 113;
//
// WorkOrderId
//
this.WorkOrderId.DataPropertyName = "WorkOrderId";
this.WorkOrderId.HeaderText = "WorkOrderId";
this.WorkOrderId.Name = "WorkOrderId";
this.WorkOrderId.ReadOnly = true;
this.WorkOrderId.Visible = false;
this.WorkOrderId.Width = 93;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(701, 526);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 16;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
this.panel1.Controls.Add(this.grid);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(784, 561);
this.panel1.TabIndex = 17;
//
// FixInvoiceProblems
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MinimumSize = new System.Drawing.Size(300, 300);
this.Name = "FixInvoiceProblems";
this.ShowInTaskbar = false;
this.Text = "Fix problems";
this.Load += new System.EventHandler(this.FixInvoiceProblems_Load);
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView grid;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.DataGridViewTextBoxColumn Object;
private System.Windows.Forms.DataGridViewButtonColumn Fix;
private System.Windows.Forms.DataGridViewTextBoxColumn ObjectName;
private System.Windows.Forms.DataGridViewTextBoxColumn Problem;
private System.Windows.Forms.DataGridViewTextBoxColumn ObjectId;
private System.Windows.Forms.DataGridViewTextBoxColumn AyaPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn QBPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn WorkOrderItemPartId;
private System.Windows.Forms.DataGridViewTextBoxColumn QBListID;
private System.Windows.Forms.DataGridViewTextBoxColumn WorkOrderItemId;
private System.Windows.Forms.DataGridViewTextBoxColumn WorkOrderId;
private System.Windows.Forms.Panel panel1;
}
}