173 lines
7.5 KiB
C#
173 lines
7.5 KiB
C#
namespace AyaNovaQBI
|
|
{
|
|
partial class FixInvoiceProblems
|
|
{
|
|
/// <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.grid = new System.Windows.Forms.DataGridView();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// grid
|
|
//
|
|
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.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.grid.Location = new System.Drawing.Point(2, 3);
|
|
this.grid.Name = "grid";
|
|
this.grid.Size = new System.Drawing.Size(1021, 519);
|
|
this.grid.TabIndex = 0;
|
|
//
|
|
// 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(948, 584);
|
|
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);
|
|
//
|
|
// Object
|
|
//
|
|
this.Object.DataPropertyName = "ObjectType";
|
|
this.Object.HeaderText = "Object";
|
|
this.Object.Name = "Object";
|
|
this.Object.ReadOnly = true;
|
|
//
|
|
// Fix
|
|
//
|
|
this.Fix.DataPropertyName = "Fix";
|
|
this.Fix.HeaderText = "Fix";
|
|
this.Fix.Name = "Fix";
|
|
this.Fix.ReadOnly = true;
|
|
//
|
|
// ObjectName
|
|
//
|
|
this.ObjectName.DataPropertyName = "Name";
|
|
this.ObjectName.HeaderText = "Name";
|
|
this.ObjectName.Name = "ObjectName";
|
|
this.ObjectName.ReadOnly = true;
|
|
//
|
|
// Problem
|
|
//
|
|
this.Problem.DataPropertyName = "Reason";
|
|
this.Problem.HeaderText = "Problem";
|
|
this.Problem.Name = "Problem";
|
|
this.Problem.ReadOnly = true;
|
|
//
|
|
// ObjectId
|
|
//
|
|
this.ObjectId.DataPropertyName = "ObjectId";
|
|
this.ObjectId.HeaderText = "ObjectId";
|
|
this.ObjectId.Name = "ObjectId";
|
|
this.ObjectId.Visible = false;
|
|
//
|
|
// AyaPrice
|
|
//
|
|
this.AyaPrice.DataPropertyName = "AyaPrice";
|
|
this.AyaPrice.HeaderText = "AyaPrice";
|
|
this.AyaPrice.Name = "AyaPrice";
|
|
this.AyaPrice.Visible = false;
|
|
//
|
|
// QBPrice
|
|
//
|
|
this.QBPrice.DataPropertyName = "QBPrice";
|
|
this.QBPrice.HeaderText = "QBPrice";
|
|
this.QBPrice.Name = "QBPrice";
|
|
this.QBPrice.Visible = false;
|
|
//
|
|
// WorkOrderItemPartId
|
|
//
|
|
this.WorkOrderItemPartId.DataPropertyName = "WorkOrderItemPartId";
|
|
this.WorkOrderItemPartId.HeaderText = "WorkOrderItemPartId";
|
|
this.WorkOrderItemPartId.Name = "WorkOrderItemPartId";
|
|
this.WorkOrderItemPartId.Visible = false;
|
|
//
|
|
// QBListID
|
|
//
|
|
this.QBListID.DataPropertyName = "QBListID";
|
|
this.QBListID.HeaderText = "QBListID";
|
|
this.QBListID.Name = "QBListID";
|
|
this.QBListID.Visible = false;
|
|
//
|
|
// 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(1027, 619);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.grid);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.MinimumSize = new System.Drawing.Size(300, 300);
|
|
this.Name = "FixInvoiceProblems";
|
|
this.Text = "Fix problems";
|
|
this.Load += new System.EventHandler(this.FixInvoiceProblems_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
|
|
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;
|
|
}
|
|
} |