namespace TradeIdeas.TIProGUI { partial class ChangeDockTitleForm { /// /// 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.textBoxDockTitle = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxDockTitle // this.textBoxDockTitle.Location = new System.Drawing.Point(116, 12); this.textBoxDockTitle.Name = "textBoxDockTitle"; this.textBoxDockTitle.Size = new System.Drawing.Size(316, 20); this.textBoxDockTitle.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 13); this.label1.TabIndex = 1; this.label1.Text = "Dock Window Title:"; // // buttonOK // this.buttonOK.Location = new System.Drawing.Point(136, 43); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(79, 21); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(243, 43); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(79, 21); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; // // ChangeDockTitleForm // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(463, 76); this.ControlBox = false; this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxDockTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ChangeDockTitleForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Change Dock Window Title"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxDockTitle; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; } }