namespace ShiftOS.WinForms.Applications
{
partial class TriSheet
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.bold = new System.Windows.Forms.ToolStripButton();
this.italic = new System.Windows.Forms.ToolStripButton();
this.underline = new System.Windows.Forms.ToolStripButton();
this.strikethrough = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.left = new System.Windows.Forms.ToolStripButton();
this.center = new System.Windows.Forms.ToolStripButton();
this.right = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.A = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.C = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.E = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.G = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.I = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.J = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.K = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.L = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.N = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.O = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.P = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Q = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.U = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.V = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.W = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// BottomToolStripPanel
//
this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.BottomToolStripPanel.Name = "BottomToolStripPanel";
this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// TopToolStripPanel
//
this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.TopToolStripPanel.Name = "TopToolStripPanel";
this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// RightToolStripPanel
//
this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.RightToolStripPanel.Name = "RightToolStripPanel";
this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// LeftToolStripPanel
//
this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.LeftToolStripPanel.Name = "LeftToolStripPanel";
this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// ContentPanel
//
this.ContentPanel.Size = new System.Drawing.Size(710, 464);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.saveToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(710, 24);
this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.newToolStripMenuItem.Text = "New";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.openToolStripMenuItem.Text = "Open";
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.saveToolStripMenuItem.Text = "Save";
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bold,
this.italic,
this.underline,
this.strikethrough,
this.toolStripSeparator1,
this.left,
this.center,
this.right});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(710, 25);
this.toolStrip1.TabIndex = 6;
this.toolStrip1.Text = "toolStrip1";
//
// bold
//
this.bold.CheckOnClick = true;
this.bold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.bold.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.bold.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bold.Name = "bold";
this.bold.Size = new System.Drawing.Size(23, 22);
this.bold.Text = "B";
this.bold.Click += new System.EventHandler(this.bold_Click);
//
// italic
//
this.italic.CheckOnClick = true;
this.italic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.italic.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic);
this.italic.ImageTransparentColor = System.Drawing.Color.Magenta;
this.italic.Name = "italic";
this.italic.Size = new System.Drawing.Size(23, 22);
this.italic.Text = "I";
this.italic.Click += new System.EventHandler(this.italic_Click);
//
// underline
//
this.underline.CheckOnClick = true;
this.underline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.underline.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Underline);
this.underline.ImageTransparentColor = System.Drawing.Color.Magenta;
this.underline.Name = "underline";
this.underline.Size = new System.Drawing.Size(23, 22);
this.underline.Text = "U";
this.underline.Click += new System.EventHandler(this.underline_Click);
//
// strikethrough
//
this.strikethrough.CheckOnClick = true;
this.strikethrough.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.strikethrough.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.strikethrough.ImageTransparentColor = System.Drawing.Color.Magenta;
this.strikethrough.Name = "strikethrough";
this.strikethrough.Size = new System.Drawing.Size(23, 22);
this.strikethrough.Text = "S";
this.strikethrough.Click += new System.EventHandler(this.strikethrough_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// left
//
this.left.CheckOnClick = true;
this.left.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.left.ImageTransparentColor = System.Drawing.Color.Magenta;
this.left.Name = "left";
this.left.Size = new System.Drawing.Size(31, 22);
this.left.Text = "Left";
this.left.Click += new System.EventHandler(this.left_Click);
//
// center
//
this.center.CheckOnClick = true;
this.center.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.center.ImageTransparentColor = System.Drawing.Color.Magenta;
this.center.Name = "center";
this.center.Size = new System.Drawing.Size(46, 22);
this.center.Text = "Center";
this.center.Click += new System.EventHandler(this.center_Click);
//
// right
//
this.right.CheckOnClick = true;
this.right.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.right.ImageTransparentColor = System.Drawing.Color.Magenta;
this.right.Name = "right";
this.right.Size = new System.Drawing.Size(39, 22);
this.right.Text = "Right";
this.right.Click += new System.EventHandler(this.right_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.A,
this.B,
this.C,
this.D,
this.E,
this.F,
this.G,
this.H,
this.I,
this.J,
this.K,
this.L,
this.M,
this.N,
this.O,
this.P,
this.Q,
this.R,
this.S,
this.T,
this.U,
this.V,
this.W,
this.Y,
this.X,
this.Z});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 49);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(710, 440);
this.dataGridView1.TabIndex = 7;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
//
// A
//
this.A.HeaderText = "A";
this.A.Name = "A";
//
// B
//
this.B.HeaderText = "B";
this.B.Name = "B";
//
// C
//
this.C.HeaderText = "C";
this.C.Name = "C";
//
// D
//
this.D.HeaderText = "D";
this.D.Name = "D";
//
// E
//
this.E.HeaderText = "E";
this.E.Name = "E";
//
// F
//
this.F.HeaderText = "F";
this.F.Name = "F";
//
// G
//
this.G.HeaderText = "G";
this.G.Name = "G";
//
// H
//
this.H.HeaderText = "H";
this.H.Name = "H";
//
// I
//
this.I.HeaderText = "I";
this.I.Name = "I";
//
// J
//
this.J.HeaderText = "J";
this.J.Name = "J";
//
// K
//
this.K.HeaderText = "K";
this.K.Name = "K";
//
// L
//
this.L.HeaderText = "L";
this.L.Name = "L";
//
// M
//
this.M.HeaderText = "M";
this.M.Name = "M";
//
// N
//
this.N.HeaderText = "N";
this.N.Name = "N";
//
// O
//
this.O.HeaderText = "O";
this.O.Name = "O";
//
// P
//
this.P.HeaderText = "P";
this.P.Name = "P";
//
// Q
//
this.Q.HeaderText = "Q";
this.Q.Name = "Q";
//
// R
//
this.R.HeaderText = "R";
this.R.Name = "R";
//
// S
//
this.S.HeaderText = "S";
this.S.Name = "S";
//
// T
//
this.T.HeaderText = "T";
this.T.Name = "T";
//
// U
//
this.U.HeaderText = "U";
this.U.Name = "U";
//
// V
//
this.V.HeaderText = "V";
this.V.Name = "V";
//
// W
//
this.W.HeaderText = "W";
this.W.Name = "W";
//
// Y
//
this.Y.HeaderText = "X";
this.Y.Name = "Y";
//
// X
//
this.X.HeaderText = "Y";
this.X.Name = "X";
//
// Z
//
this.Z.HeaderText = "Z";
this.Z.Name = "Z";
//
// TriSheet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Name = "TriSheet";
this.Size = new System.Drawing.Size(710, 489);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
private System.Windows.Forms.ToolStripContentPanel ContentPanel;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton bold;
private System.Windows.Forms.ToolStripButton italic;
private System.Windows.Forms.ToolStripButton underline;
private System.Windows.Forms.ToolStripButton strikethrough;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton left;
private System.Windows.Forms.ToolStripButton center;
private System.Windows.Forms.ToolStripButton right;
public System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn A;
private System.Windows.Forms.DataGridViewTextBoxColumn B;
private System.Windows.Forms.DataGridViewTextBoxColumn C;
private System.Windows.Forms.DataGridViewTextBoxColumn D;
private System.Windows.Forms.DataGridViewTextBoxColumn E;
private System.Windows.Forms.DataGridViewTextBoxColumn F;
private System.Windows.Forms.DataGridViewTextBoxColumn G;
private System.Windows.Forms.DataGridViewTextBoxColumn H;
private System.Windows.Forms.DataGridViewTextBoxColumn I;
private System.Windows.Forms.DataGridViewTextBoxColumn J;
private System.Windows.Forms.DataGridViewTextBoxColumn K;
private System.Windows.Forms.DataGridViewTextBoxColumn L;
private System.Windows.Forms.DataGridViewTextBoxColumn M;
private System.Windows.Forms.DataGridViewTextBoxColumn N;
private System.Windows.Forms.DataGridViewTextBoxColumn O;
private System.Windows.Forms.DataGridViewTextBoxColumn P;
private System.Windows.Forms.DataGridViewTextBoxColumn Q;
private System.Windows.Forms.DataGridViewTextBoxColumn R;
private System.Windows.Forms.DataGridViewTextBoxColumn S;
private System.Windows.Forms.DataGridViewTextBoxColumn T;
private System.Windows.Forms.DataGridViewTextBoxColumn U;
private System.Windows.Forms.DataGridViewTextBoxColumn V;
private System.Windows.Forms.DataGridViewTextBoxColumn W;
private System.Windows.Forms.DataGridViewTextBoxColumn Y;
private System.Windows.Forms.DataGridViewTextBoxColumn X;
private System.Windows.Forms.DataGridViewTextBoxColumn Z;
}
}