namespace TradeIdeas.TIProGUI { partial class SendToForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SendToForm)); this.textBox1 = new System.Windows.Forms.TextBox(); this.sendToSocialButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.txtComments = new System.Windows.Forms.Label(); this.includeStrategyCheckbox = new System.Windows.Forms.CheckBox(); this.messageLengthLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // textBox1 // this.textBox1.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.textBox1.Location = new System.Drawing.Point(12, 12); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(595, 72); this.textBox1.TabIndex = 0; this.textBox1.Text = "test"; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // sendToSocialButton // this.sendToSocialButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.sendToSocialButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.sendToSocialButton.Location = new System.Drawing.Point(12, 113); this.sendToSocialButton.Name = "sendToSocialButton"; this.sendToSocialButton.Size = new System.Drawing.Size(150, 23); this.sendToSocialButton.TabIndex = 1; this.sendToSocialButton.Text = "Send"; this.sendToSocialButton.UseVisualStyleBackColor = true; this.sendToSocialButton.Click += new System.EventHandler(this.sendToSocialButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.Location = new System.Drawing.Point(168, 113); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(150, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // txtComments // this.txtComments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtComments.Location = new System.Drawing.Point(324, 113); this.txtComments.Name = "txtComments"; this.txtComments.Size = new System.Drawing.Size(289, 32); this.txtComments.TabIndex = 3; // // includeStrategyCheckbox // this.includeStrategyCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.includeStrategyCheckbox.AutoSize = true; this.includeStrategyCheckbox.Enabled = false; this.includeStrategyCheckbox.Location = new System.Drawing.Point(12, 90); this.includeStrategyCheckbox.Name = "includeStrategyCheckbox"; this.includeStrategyCheckbox.Size = new System.Drawing.Size(193, 17); this.includeStrategyCheckbox.TabIndex = 4; this.includeStrategyCheckbox.Text = "Include Strategy Config in Message"; this.includeStrategyCheckbox.UseVisualStyleBackColor = true; this.includeStrategyCheckbox.CheckedChanged += new System.EventHandler(this.includeStrategyCheckbox_CheckedChanged); // // messageLengthLabel // this.messageLengthLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.messageLengthLabel.AutoSize = true; this.messageLengthLabel.Location = new System.Drawing.Point(508, 91); this.messageLengthLabel.Name = "messageLengthLabel"; this.messageLengthLabel.Size = new System.Drawing.Size(66, 13); this.messageLengthLabel.TabIndex = 5; this.messageLengthLabel.Text = "0 characters"; this.messageLengthLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // SendToForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(619, 148); this.Controls.Add(this.messageLengthLabel); this.Controls.Add(this.includeStrategyCheckbox); this.Controls.Add(this.txtComments); this.Controls.Add(this.cancelButton); this.Controls.Add(this.sendToSocialButton); this.Controls.Add(this.textBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SendToForm"; this.Text = "Send To"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button sendToSocialButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label txtComments; private System.Windows.Forms.CheckBox includeStrategyCheckbox; private System.Windows.Forms.Label messageLengthLabel; } }