namespace UploadersLib { partial class TwitterMsg { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtTweet = new System.Windows.Forms.TextBox(); this.lblTweetLength = new System.Windows.Forms.Label(); this.lbUsers = new System.Windows.Forms.ListBox(); this.SuspendLayout(); // // btnOK // this.btnOK.Location = new System.Drawing.Point(368, 208); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(80, 24); this.btnOK.TabIndex = 2; this.btnOK.Text = "&Tweet"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(456, 208); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 24); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtTweet // this.txtTweet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTweet.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.txtTweet.Location = new System.Drawing.Point(8, 8); this.txtTweet.Multiline = true; this.txtTweet.Name = "txtTweet"; this.txtTweet.Size = new System.Drawing.Size(416, 192); this.txtTweet.TabIndex = 0; this.txtTweet.TextChanged += new System.EventHandler(this.txtTweet_TextChanged); // // lblTweetLength // this.lblTweetLength.AutoSize = true; this.lblTweetLength.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.lblTweetLength.Location = new System.Drawing.Point(8, 208); this.lblTweetLength.Name = "lblTweetLength"; this.lblTweetLength.Size = new System.Drawing.Size(36, 20); this.lblTweetLength.TabIndex = 2; this.lblTweetLength.Text = "140"; // // lbUsers // this.lbUsers.FormattingEnabled = true; this.lbUsers.IntegralHeight = false; this.lbUsers.Location = new System.Drawing.Point(432, 8); this.lbUsers.Name = "lbUsers"; this.lbUsers.Size = new System.Drawing.Size(104, 192); this.lbUsers.Sorted = true; this.lbUsers.TabIndex = 1; this.lbUsers.SelectedIndexChanged += new System.EventHandler(this.lbUsers_SelectedIndexChanged); this.lbUsers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lbUsers_KeyDown); // // TwitterMsg // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(544, 240); this.Controls.Add(this.txtTweet); this.Controls.Add(this.lbUsers); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblTweetLength); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TwitterMsg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Update Twitter status"; this.TopMost = true; this.Load += new System.EventHandler(this.TwitterMsg_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion Windows Form Designer generated code private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label lblTweetLength; private System.Windows.Forms.ListBox lbUsers; private System.Windows.Forms.TextBox txtTweet; } }