namespace AyaNovaQBI { partial class ApproveCompanyFile { /// /// 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() { 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(0, 0); this.lblCompany.Name = "lblCompany"; this.lblCompany.Size = new System.Drawing.Size(522, 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(0, 30); this.lblPath.Name = "lblPath"; this.lblPath.Size = new System.Drawing.Size(522, 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(0, 67); this.lblExplain.Name = "lblExplain"; this.lblExplain.Size = new System.Drawing.Size(522, 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ApproveCompanyFile"; 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; } }