118 lines
5.1 KiB
C#
118 lines
5.1 KiB
C#
namespace AyaNovaQBI
|
|
{
|
|
partial class ApproveCompanyFile
|
|
{
|
|
/// <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.lblCompany = new System.Windows.Forms.Label();
|
|
this.lblPath = new System.Windows.Forms.Label();
|
|
this.lblExplain = new System.Windows.Forms.Label();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblCompany
|
|
//
|
|
this.lblCompany.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblCompany.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblCompany.Location = new System.Drawing.Point(16, 16);
|
|
this.lblCompany.Name = "lblCompany";
|
|
this.lblCompany.Size = new System.Drawing.Size(490, 30);
|
|
this.lblCompany.TabIndex = 0;
|
|
this.lblCompany.Text = "A company";
|
|
//
|
|
// lblPath
|
|
//
|
|
this.lblPath.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblPath.Location = new System.Drawing.Point(16, 46);
|
|
this.lblPath.Name = "lblPath";
|
|
this.lblPath.Size = new System.Drawing.Size(490, 37);
|
|
this.lblPath.TabIndex = 1;
|
|
//
|
|
// lblExplain
|
|
//
|
|
this.lblExplain.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblExplain.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblExplain.Location = new System.Drawing.Point(16, 83);
|
|
this.lblExplain.Name = "lblExplain";
|
|
this.lblExplain.Size = new System.Drawing.Size(490, 23);
|
|
this.lblExplain.TabIndex = 2;
|
|
this.lblExplain.Text = "AyaNova QBI will work with this company file";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(4, 158);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(435, 158);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOK.TabIndex = 4;
|
|
this.btnOK.Text = "OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// ApproveCompanyFile
|
|
//
|
|
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(522, 193);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.lblExplain);
|
|
this.Controls.Add(this.lblPath);
|
|
this.Controls.Add(this.lblCompany);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "ApproveCompanyFile";
|
|
this.Padding = new System.Windows.Forms.Padding(16);
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "QuickBooks Company file";
|
|
this.Load += new System.EventHandler(this.ApproveCompanyFile_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblCompany;
|
|
private System.Windows.Forms.Label lblPath;
|
|
private System.Windows.Forms.Label lblExplain;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnOK;
|
|
}
|
|
} |