| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- namespace qdr.app.tools.qfu.gui
- {
- partial class frmMain
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- pbImage = new PictureBox();
- gbLogo = new GroupBox();
- toolStrip1 = new ToolStrip();
- toolStripLabel1 = new ToolStripLabel();
- tscbCommand = new ToolStripComboBox();
- toolStripSeparator1 = new ToolStripSeparator();
- tsbutExecute = new ToolStripButton();
- toolStripSeparator2 = new ToolStripSeparator();
- tsbutClear = new ToolStripButton();
- tplLevel1 = new TableLayoutPanel();
- groupBox2 = new GroupBox();
- tbDescription = new TextBox();
- tlpLevel0 = new TableLayoutPanel();
- tbConsole = new RichTextBox();
- ((System.ComponentModel.ISupportInitialize)pbImage).BeginInit();
- gbLogo.SuspendLayout();
- toolStrip1.SuspendLayout();
- tplLevel1.SuspendLayout();
- groupBox2.SuspendLayout();
- tlpLevel0.SuspendLayout();
- SuspendLayout();
- //
- // pbImage
- //
- pbImage.Image = Properties.Resources.qfu;
- pbImage.InitialImage = (Image)resources.GetObject("pbImage.InitialImage");
- pbImage.Location = new Point(15, 20);
- pbImage.Margin = new Padding(3, 2, 3, 2);
- pbImage.Name = "pbImage";
- pbImage.Size = new Size(134, 115);
- pbImage.SizeMode = PictureBoxSizeMode.StretchImage;
- pbImage.TabIndex = 0;
- pbImage.TabStop = false;
- //
- // gbLogo
- //
- gbLogo.Controls.Add(pbImage);
- gbLogo.Dock = DockStyle.Fill;
- gbLogo.Location = new Point(3, 2);
- gbLogo.Margin = new Padding(3, 2, 3, 2);
- gbLogo.Name = "gbLogo";
- gbLogo.Padding = new Padding(3, 2, 3, 2);
- gbLogo.Size = new Size(169, 157);
- gbLogo.TabIndex = 1;
- gbLogo.TabStop = false;
- //
- // toolStrip1
- //
- toolStrip1.ImageScalingSize = new Size(20, 20);
- toolStrip1.Items.AddRange(new ToolStripItem[] { toolStripLabel1, tscbCommand, toolStripSeparator1, tsbutExecute, toolStripSeparator2, tsbutClear });
- toolStrip1.Location = new Point(0, 0);
- toolStrip1.Name = "toolStrip1";
- toolStrip1.Size = new Size(845, 27);
- toolStrip1.TabIndex = 2;
- toolStrip1.Text = "toolStrip1";
- //
- // toolStripLabel1
- //
- toolStripLabel1.Name = "toolStripLabel1";
- toolStripLabel1.Size = new Size(67, 24);
- toolStripLabel1.Text = "Command:";
- //
- // tscbCommand
- //
- tscbCommand.Name = "tscbCommand";
- tscbCommand.Size = new Size(106, 27);
- tscbCommand.ToolTipText = "Select QFU command";
- tscbCommand.SelectedIndexChanged += tscbCommand_SelectedIndexChanged;
- //
- // toolStripSeparator1
- //
- toolStripSeparator1.Name = "toolStripSeparator1";
- toolStripSeparator1.Size = new Size(6, 27);
- //
- // tsbutExecute
- //
- tsbutExecute.DisplayStyle = ToolStripItemDisplayStyle.Image;
- tsbutExecute.Image = Properties.Resources.Continue;
- tsbutExecute.ImageTransparentColor = Color.Magenta;
- tsbutExecute.Name = "tsbutExecute";
- tsbutExecute.Size = new Size(24, 24);
- tsbutExecute.Text = "Execute";
- tsbutExecute.ToolTipText = "Execute selected command.";
- tsbutExecute.Click += tsbutExecute_Click;
- //
- // toolStripSeparator2
- //
- toolStripSeparator2.Name = "toolStripSeparator2";
- toolStripSeparator2.Size = new Size(6, 27);
- //
- // tsbutClear
- //
- tsbutClear.DisplayStyle = ToolStripItemDisplayStyle.Image;
- tsbutClear.Image = Properties.Resources.Clear;
- tsbutClear.ImageTransparentColor = Color.Magenta;
- tsbutClear.Name = "tsbutClear";
- tsbutClear.Size = new Size(24, 24);
- tsbutClear.Text = "toolStripButton1";
- tsbutClear.ToolTipText = "Clears output window";
- tsbutClear.Click += tsbutClear_Click;
- //
- // tplLevel1
- //
- tplLevel1.ColumnCount = 2;
- tplLevel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 175F));
- tplLevel1.ColumnStyles.Add(new ColumnStyle());
- tplLevel1.Controls.Add(gbLogo, 0, 0);
- tplLevel1.Controls.Add(groupBox2, 1, 0);
- tplLevel1.Dock = DockStyle.Fill;
- tplLevel1.Location = new Point(3, 2);
- tplLevel1.Margin = new Padding(3, 2, 3, 2);
- tplLevel1.Name = "tplLevel1";
- tplLevel1.RowCount = 1;
- tplLevel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
- tplLevel1.Size = new Size(839, 161);
- tplLevel1.TabIndex = 3;
- //
- // groupBox2
- //
- groupBox2.Controls.Add(tbDescription);
- groupBox2.Dock = DockStyle.Fill;
- groupBox2.Location = new Point(178, 2);
- groupBox2.Margin = new Padding(3, 2, 3, 2);
- groupBox2.Name = "groupBox2";
- groupBox2.Padding = new Padding(3, 2, 3, 2);
- groupBox2.Size = new Size(661, 157);
- groupBox2.TabIndex = 2;
- groupBox2.TabStop = false;
- groupBox2.Text = "Description";
- //
- // tbDescription
- //
- tbDescription.Dock = DockStyle.Fill;
- tbDescription.Location = new Point(3, 18);
- tbDescription.Margin = new Padding(3, 2, 3, 2);
- tbDescription.Multiline = true;
- tbDescription.Name = "tbDescription";
- tbDescription.ReadOnly = true;
- tbDescription.ScrollBars = ScrollBars.Horizontal;
- tbDescription.Size = new Size(655, 137);
- tbDescription.TabIndex = 0;
- //
- // tlpLevel0
- //
- tlpLevel0.ColumnCount = 1;
- tlpLevel0.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
- tlpLevel0.Controls.Add(tplLevel1, 0, 0);
- tlpLevel0.Controls.Add(tbConsole, 0, 2);
- tlpLevel0.Dock = DockStyle.Fill;
- tlpLevel0.Location = new Point(0, 27);
- tlpLevel0.Margin = new Padding(3, 2, 3, 2);
- tlpLevel0.Name = "tlpLevel0";
- tlpLevel0.RowCount = 3;
- tlpLevel0.RowStyles.Add(new RowStyle(SizeType.Absolute, 165F));
- tlpLevel0.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
- tlpLevel0.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
- tlpLevel0.Size = new Size(845, 371);
- tlpLevel0.TabIndex = 4;
- //
- // tbConsole
- //
- tbConsole.BackColor = Color.Black;
- tbConsole.Dock = DockStyle.Fill;
- tbConsole.Font = new Font("Consolas", 10.2F, FontStyle.Regular, GraphicsUnit.Point, 0);
- tbConsole.ForeColor = Color.Lime;
- tbConsole.Location = new Point(3, 270);
- tbConsole.Margin = new Padding(3, 2, 3, 2);
- tbConsole.Name = "tbConsole";
- tbConsole.ReadOnly = true;
- tbConsole.ScrollBars = RichTextBoxScrollBars.ForcedVertical;
- tbConsole.Size = new Size(839, 99);
- tbConsole.TabIndex = 4;
- tbConsole.Text = "";
- //
- // frmMain
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(845, 398);
- Controls.Add(tlpLevel0);
- Controls.Add(toolStrip1);
- Icon = (Icon)resources.GetObject("$this.Icon");
- Margin = new Padding(3, 2, 3, 2);
- Name = "frmMain";
- Text = "QFU GUI";
- Load += frmMain_Load;
- ((System.ComponentModel.ISupportInitialize)pbImage).EndInit();
- gbLogo.ResumeLayout(false);
- toolStrip1.ResumeLayout(false);
- toolStrip1.PerformLayout();
- tplLevel1.ResumeLayout(false);
- groupBox2.ResumeLayout(false);
- groupBox2.PerformLayout();
- tlpLevel0.ResumeLayout(false);
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private PictureBox pbImage;
- private GroupBox gbLogo;
- private ToolStrip toolStrip1;
- private ToolStripLabel toolStripLabel1;
- private ToolStripComboBox tscbCommand;
- private ToolStripSeparator toolStripSeparator1;
- private ToolStripButton tsbutExecute;
- private TableLayoutPanel tplLevel1;
- private GroupBox groupBox2;
- private TableLayoutPanel tlpLevel0;
- private RichTextBox tbConsole;
- private TextBox tbDescription;
- private ToolStripSeparator toolStripSeparator2;
- private ToolStripButton tsbutClear;
- }
- }
|