HamBook – Rev 15
?pathlinks?
namespace HamBook
{
partial class MemoryOrganizerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView();
this.LocationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FrequencyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ClarifierDirectionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.ClarifierOffsetColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ClarColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ModeColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.CtcssColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.PhaseColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.TagColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.TextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 455);
this.tableLayoutPanel1.TabIndex = 1;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 398);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34);
this.tableLayoutPanel2.TabIndex = 1;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(938, 5);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(74, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Read";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(1018, 5);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(74, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Write";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripProgressBar1,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 435);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1101, 20);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.LocationColumn,
this.FrequencyColumn,
this.ClarifierDirectionColumn,
this.ClarifierOffsetColumn,
this.ClarColumn,
this.ModeColumn,
this.CtcssColumn,
this.PhaseColumn,
this.TagColumn,
this.TextColumn});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.DoubleBuffered = true;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1095, 389);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
//
// LocationColumn
//
this.LocationColumn.HeaderText = "Location";
this.LocationColumn.Name = "LocationColumn";
this.LocationColumn.ReadOnly = true;
//
// FrequencyColumn
//
this.FrequencyColumn.HeaderText = "Frequency";
this.FrequencyColumn.Name = "FrequencyColumn";
//
// ClarifierDirectionColumn
//
this.ClarifierDirectionColumn.HeaderText = "Clarifier";
this.ClarifierDirectionColumn.Items.AddRange(new object[] {
"+",
"-"});
this.ClarifierDirectionColumn.Name = "ClarifierDirectionColumn";
//
// ClarifierOffsetColumn
//
this.ClarifierOffsetColumn.HeaderText = "Offset";
this.ClarifierOffsetColumn.Name = "ClarifierOffsetColumn";
//
// ClarColumn
//
this.ClarColumn.HeaderText = "Clar";
this.ClarColumn.Name = "ClarColumn";
this.ClarColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// ModeColumn
//
this.ModeColumn.HeaderText = "Mode";
this.ModeColumn.Items.AddRange(new object[] {
"LSB",
"USB",
"CW",
"FM",
"AM",
"RTTY-LSB",
"CW-R",
"DATA-LSB",
"RTTY-USB",
"FM-N",
"DATA-USB",
"AM-N"});
this.ModeColumn.Name = "ModeColumn";
//
// CtcssColumn
//
this.CtcssColumn.HeaderText = "CTCSS";
this.CtcssColumn.Items.AddRange(new object[] {
"Off",
"Enc/Dec",
"Enc"});
this.CtcssColumn.Name = "CtcssColumn";
//
// PhaseColumn
//
this.PhaseColumn.HeaderText = "Phase";
this.PhaseColumn.Items.AddRange(new object[] {
"Simplex",
"Plus Shift",
"Minus Shift"});
this.PhaseColumn.Name = "PhaseColumn";
//
// TagColumn
//
this.TagColumn.HeaderText = "Tag";
this.TagColumn.Name = "TagColumn";
this.TagColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// TextColumn
//
this.TextColumn.HeaderText = "Text";
this.TextColumn.Name = "TextColumn";
//
// MemoryOrganizerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1101, 455);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MemoryOrganizerForm";
this.Text = "HamBook: Memory Organizer";
this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private HamBook.Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.DataGridViewTextBoxColumn LocationColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn FrequencyColumn;
private System.Windows.Forms.DataGridViewComboBoxColumn ClarifierDirectionColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ClarifierOffsetColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn ClarColumn;
private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn;
private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn;
private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn;
}
}
Generated by GNU Enscript 1.6.5.90.