namespace Project.Dialog { partial class fDataBufferSIDRef { /// /// 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.lvSID = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // lvSID // this.lvSID.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3}); this.lvSID.Dock = System.Windows.Forms.DockStyle.Fill; this.lvSID.FullRowSelect = true; this.lvSID.GridLines = true; this.lvSID.Location = new System.Drawing.Point(0, 0); this.lvSID.Name = "lvSID"; this.lvSID.Size = new System.Drawing.Size(335, 457); this.lvSID.TabIndex = 2; this.lvSID.UseCompatibleStateImageBehavior = false; this.lvSID.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "SID"; this.columnHeader1.Width = 200; // // columnHeader2 // this.columnHeader2.Text = "KPC"; this.columnHeader2.Width = 50; // // columnHeader3 // this.columnHeader3.Text = "Unit"; // // fDataBufferSID // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(335, 457); this.Controls.Add(this.lvSID); this.Name = "fDataBufferSID"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SID Reference Buffer"; this.TopMost = true; this.Load += new System.EventHandler(this.fDataBuffer_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lvSID; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; } }