namespace FileAccessApp { partial class FrmFileGUI { /// /// 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.lstBxNames = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.lblMessage = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lstBxNames // this.lstBxNames.FormattingEnabled = true; this.lstBxNames.ItemHeight = 24; this.lstBxNames.Location = new System.Drawing.Point(99, 74); this.lstBxNames.Margin = new System.Windows.Forms.Padding(6); this.lstBxNames.Name = "lstBxNames"; this.lstBxNames.Size = new System.Drawing.Size(217, 100); this.lstBxNames.Sorted = true; this.lstBxNames.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(95, 28); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(201, 24); this.label1.TabIndex = 1; this.label1.Text = "Names stored in file:"; // // lblMessage // this.lblMessage.AutoSize = true; this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMessage.Location = new System.Drawing.Point(18, 259); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(0, 18); this.lblMessage.TabIndex = 2; // // FrmFileGUI // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.ClientSize = new System.Drawing.Size(411, 325); this.Controls.Add(this.lblMessage); this.Controls.Add(this.label1); this.Controls.Add(this.lstBxNames); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.Yellow; this.Margin = new System.Windows.Forms.Padding(6); this.Name = "FrmFileGUI"; this.Text = "File Access App"; this.Load += new System.EventHandler(this.FrmFileGUI_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox lstBxNames; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblMessage; } }