Download TextBoxTabStops.zip, last updated 25/05/2019 (56.09 KB)

Download
  • md5: c19ff63a08cba2440f23c149be49025d
  • sha1: e41fa65000e766cd66ed012744340b6fe53df4b4
  • sha256: d3b220e4c5e4753d7b761ee0eb978600bdc14f6a9bbee50117e66a1a052d642c
namespace Cyotek.Demo.TextBoxTabStops
{
  partial class MainForm
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    protected override void Dispose(bool disposing)
    {
      if (disposing && (components != null))
      {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #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.Windows.Forms.TableLayoutPanel tableLayoutPanel;
      System.Windows.Forms.GroupBox resetGroupBox;
      System.Windows.Forms.GroupBox fixedGroupBox;
      System.Windows.Forms.GroupBox customGroupBox;
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      this.autoDetectButton = new System.Windows.Forms.Button();
      this.resetButton = new System.Windows.Forms.Button();
      this.fixedTextBox = new System.Windows.Forms.TextBox();
      this.label2 = new System.Windows.Forms.Label();
      this.setFixedButton = new System.Windows.Forms.Button();
      this.tabStopsTextBox = new System.Windows.Forms.TextBox();
      this.label1 = new System.Windows.Forms.Label();
      this.setButton = new System.Windows.Forms.Button();
      this.textBox = new System.Windows.Forms.TextBox();
      this.webLinkLabel = new System.Windows.Forms.LinkLabel();
      this.menuStrip = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.filesListBox = new System.Windows.Forms.ListBox();
      this.ruler = new Cyotek.Demo.TextBoxTabStops.Ruler();
      tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
      resetGroupBox = new System.Windows.Forms.GroupBox();
      fixedGroupBox = new System.Windows.Forms.GroupBox();
      customGroupBox = new System.Windows.Forms.GroupBox();
      tableLayoutPanel.SuspendLayout();
      resetGroupBox.SuspendLayout();
      fixedGroupBox.SuspendLayout();
      customGroupBox.SuspendLayout();
      this.menuStrip.SuspendLayout();
      this.SuspendLayout();
      // 
      // tableLayoutPanel
      // 
      tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      tableLayoutPanel.ColumnCount = 3;
      tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
      tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
      tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
      tableLayoutPanel.Controls.Add(resetGroupBox, 2, 0);
      tableLayoutPanel.Controls.Add(fixedGroupBox, 1, 0);
      tableLayoutPanel.Controls.Add(customGroupBox, 0, 0);
      tableLayoutPanel.Location = new System.Drawing.Point(12, 370);
      tableLayoutPanel.Name = "tableLayoutPanel";
      tableLayoutPanel.RowCount = 1;
      tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      tableLayoutPanel.Size = new System.Drawing.Size(776, 120);
      tableLayoutPanel.TabIndex = 4;
      // 
      // resetGroupBox
      // 
      resetGroupBox.Controls.Add(this.autoDetectButton);
      resetGroupBox.Controls.Add(this.resetButton);
      resetGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
      resetGroupBox.Location = new System.Drawing.Point(515, 3);
      resetGroupBox.Name = "resetGroupBox";
      resetGroupBox.Size = new System.Drawing.Size(258, 114);
      resetGroupBox.TabIndex = 2;
      resetGroupBox.TabStop = false;
      resetGroupBox.Text = "Reset";
      // 
      // autoDetectButton
      // 
      this.autoDetectButton.Location = new System.Drawing.Point(87, 30);
      this.autoDetectButton.Name = "autoDetectButton";
      this.autoDetectButton.Size = new System.Drawing.Size(75, 23);
      this.autoDetectButton.TabIndex = 1;
      this.autoDetectButton.Text = "&Auto Detect";
      this.autoDetectButton.UseVisualStyleBackColor = true;
      this.autoDetectButton.Click += new System.EventHandler(this.AutoDetectButton_Click);
      // 
      // resetButton
      // 
      this.resetButton.Location = new System.Drawing.Point(6, 30);
      this.resetButton.Name = "resetButton";
      this.resetButton.Size = new System.Drawing.Size(75, 23);
      this.resetButton.TabIndex = 0;
      this.resetButton.Text = "&Reset";
      this.resetButton.UseVisualStyleBackColor = true;
      this.resetButton.Click += new System.EventHandler(this.ResetButton_Click);
      // 
      // fixedGroupBox
      // 
      fixedGroupBox.Controls.Add(this.fixedTextBox);
      fixedGroupBox.Controls.Add(this.label2);
      fixedGroupBox.Controls.Add(this.setFixedButton);
      fixedGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
      fixedGroupBox.Location = new System.Drawing.Point(259, 3);
      fixedGroupBox.Name = "fixedGroupBox";
      fixedGroupBox.Size = new System.Drawing.Size(250, 114);
      fixedGroupBox.TabIndex = 1;
      fixedGroupBox.TabStop = false;
      fixedGroupBox.Text = "Fixed";
      // 
      // fixedTextBox
      // 
      this.fixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.fixedTextBox.Location = new System.Drawing.Point(6, 32);
      this.fixedTextBox.Name = "fixedTextBox";
      this.fixedTextBox.Size = new System.Drawing.Size(157, 20);
      this.fixedTextBox.TabIndex = 1;
      this.fixedTextBox.Text = "100";
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(3, 16);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(82, 13);
      this.label2.TabIndex = 0;
      this.label2.Text = "F&ixed Tab Stop:";
      // 
      // setFixedButton
      // 
      this.setFixedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.setFixedButton.Location = new System.Drawing.Point(169, 30);
      this.setFixedButton.Name = "setFixedButton";
      this.setFixedButton.Size = new System.Drawing.Size(75, 23);
      this.setFixedButton.TabIndex = 2;
      this.setFixedButton.Text = "S&et";
      this.setFixedButton.UseVisualStyleBackColor = true;
      this.setFixedButton.Click += new System.EventHandler(this.SetFixedButton_Click);
      // 
      // customGroupBox
      // 
      customGroupBox.Controls.Add(this.tabStopsTextBox);
      customGroupBox.Controls.Add(this.label1);
      customGroupBox.Controls.Add(this.setButton);
      customGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
      customGroupBox.Location = new System.Drawing.Point(3, 3);
      customGroupBox.Name = "customGroupBox";
      customGroupBox.Size = new System.Drawing.Size(250, 114);
      customGroupBox.TabIndex = 0;
      customGroupBox.TabStop = false;
      customGroupBox.Text = "Custom";
      // 
      // tabStopsTextBox
      // 
      this.tabStopsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tabStopsTextBox.Location = new System.Drawing.Point(6, 32);
      this.tabStopsTextBox.Name = "tabStopsTextBox";
      this.tabStopsTextBox.Size = new System.Drawing.Size(157, 20);
      this.tabStopsTextBox.TabIndex = 1;
      this.tabStopsTextBox.Text = "80, 140, 200";
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(3, 16);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(97, 13);
      this.label1.TabIndex = 0;
      this.label1.Text = "&Custom Tab Stops:";
      // 
      // setButton
      // 
      this.setButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.setButton.Location = new System.Drawing.Point(169, 30);
      this.setButton.Name = "setButton";
      this.setButton.Size = new System.Drawing.Size(75, 23);
      this.setButton.TabIndex = 2;
      this.setButton.Text = "&Set";
      this.setButton.UseVisualStyleBackColor = true;
      this.setButton.Click += new System.EventHandler(this.SetButton_Click);
      // 
      // textBox
      // 
      this.textBox.AcceptsReturn = true;
      this.textBox.AcceptsTab = true;
      this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.textBox.Location = new System.Drawing.Point(12, 55);
      this.textBox.Multiline = true;
      this.textBox.Name = "textBox";
      this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
      this.textBox.Size = new System.Drawing.Size(619, 309);
      this.textBox.TabIndex = 2;
      this.textBox.WordWrap = false;
      // 
      // webLinkLabel
      // 
      this.webLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.webLinkLabel.AutoSize = true;
      this.webLinkLabel.Location = new System.Drawing.Point(9, 493);
      this.webLinkLabel.Name = "webLinkLabel";
      this.webLinkLabel.Size = new System.Drawing.Size(125, 13);
      this.webLinkLabel.TabIndex = 5;
      this.webLinkLabel.TabStop = true;
      this.webLinkLabel.Text = "https://www.cyotek.com";
      this.webLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.WebLinkLabel_LinkClicked);
      // 
      // menuStrip
      // 
      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.menuStrip.Location = new System.Drawing.Point(0, 0);
      this.menuStrip.Name = "menuStrip";
      this.menuStrip.Size = new System.Drawing.Size(800, 24);
      this.menuStrip.TabIndex = 0;
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "&File";
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
      this.exitToolStripMenuItem.Text = "E&xit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
      // 
      // helpToolStripMenuItem
      // 
      this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
      this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
      this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.helpToolStripMenuItem.Text = "&Help";
      // 
      // aboutToolStripMenuItem
      // 
      this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
      this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
      this.aboutToolStripMenuItem.Text = "&About";
      this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
      // 
      // filesListBox
      // 
      this.filesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.filesListBox.FormattingEnabled = true;
      this.filesListBox.HorizontalScrollbar = true;
      this.filesListBox.IntegralHeight = false;
      this.filesListBox.Location = new System.Drawing.Point(637, 55);
      this.filesListBox.Name = "filesListBox";
      this.filesListBox.Size = new System.Drawing.Size(151, 309);
      this.filesListBox.TabIndex = 3;
      this.filesListBox.SelectedIndexChanged += new System.EventHandler(this.FilesListBox_SelectedIndexChanged);
      // 
      // ruler
      // 
      this.ruler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.ruler.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
      this.ruler.Location = new System.Drawing.Point(12, 27);
      this.ruler.Name = "ruler";
      this.ruler.Size = new System.Drawing.Size(619, 22);
      this.ruler.TabIndex = 1;
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(800, 515);
      this.Controls.Add(this.filesListBox);
      this.Controls.Add(this.ruler);
      this.Controls.Add(tableLayoutPanel);
      this.Controls.Add(this.webLinkLabel);
      this.Controls.Add(this.textBox);
      this.Controls.Add(this.menuStrip);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.MainMenuStrip = this.menuStrip;
      this.Name = "MainForm";
      this.Text = "cyotek.com TextBox Tab Stops Demonstration";
      tableLayoutPanel.ResumeLayout(false);
      resetGroupBox.ResumeLayout(false);
      fixedGroupBox.ResumeLayout(false);
      fixedGroupBox.PerformLayout();
      customGroupBox.ResumeLayout(false);
      customGroupBox.PerformLayout();
      this.menuStrip.ResumeLayout(false);
      this.menuStrip.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.TextBox textBox;
    private System.Windows.Forms.Button resetButton;
    private System.Windows.Forms.TextBox tabStopsTextBox;
    private System.Windows.Forms.Button setButton;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.TextBox fixedTextBox;
    private System.Windows.Forms.Button setFixedButton;
    private System.Windows.Forms.LinkLabel webLinkLabel;
    private System.Windows.Forms.MenuStrip menuStrip;
    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
    private Ruler ruler;
    private System.Windows.Forms.ListBox filesListBox;
    private System.Windows.Forms.Button autoDetectButton;
  }
}

Donate

Donate