namespace TradeIdeas.TIProGUI { partial class ScreenshotSharingDialog { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenshotSharingDialog)); this.textBoxScreenshotLink = new System.Windows.Forms.TextBox(); this.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCopy = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.labelCopyNotification = new System.Windows.Forms.Label(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.labelTwitter = new System.Windows.Forms.Label(); this.btnTwitter = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxScreenshotLink // this.textBoxScreenshotLink.BackColor = System.Drawing.SystemColors.ControlLightLight; this.textBoxScreenshotLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxScreenshotLink.Location = new System.Drawing.Point(17, 16); this.textBoxScreenshotLink.Margin = new System.Windows.Forms.Padding(4); this.textBoxScreenshotLink.Multiline = true; this.textBoxScreenshotLink.Name = "textBoxScreenshotLink"; this.textBoxScreenshotLink.ReadOnly = true; this.textBoxScreenshotLink.Size = new System.Drawing.Size(386, 65); this.textBoxScreenshotLink.TabIndex = 0; this.textBoxScreenshotLink.Text = "Uploading..."; // // buttonOk // this.buttonOk.Enabled = false; this.buttonOk.Location = new System.Drawing.Point(304, 113); this.buttonOk.Margin = new System.Windows.Forms.Padding(4); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(100, 28); this.buttonOk.TabIndex = 1; this.buttonOk.Text = "Link"; 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(412, 113); this.buttonCancel.Margin = new System.Windows.Forms.Padding(4); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(100, 28); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Close"; this.buttonCancel.UseVisualStyleBackColor = true; // // buttonCopy // this.buttonCopy.Enabled = false; this.buttonCopy.FlatAppearance.BorderSize = 0; this.buttonCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonCopy.Image = global::TradeIdeas.TIProGUI.Properties.Resources.screenshot_copy; this.buttonCopy.Location = new System.Drawing.Point(411, 16); this.buttonCopy.Margin = new System.Windows.Forms.Padding(4); this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.Size = new System.Drawing.Size(48, 66); this.buttonCopy.TabIndex = 3; this.buttonCopy.UseVisualStyleBackColor = true; this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click); // // buttonSave // this.buttonSave.FlatAppearance.BorderSize = 0; this.buttonSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSave.Image = global::TradeIdeas.TIProGUI.Properties.Resources.screenshot_save; this.buttonSave.Location = new System.Drawing.Point(465, 16); this.buttonSave.Margin = new System.Windows.Forms.Padding(4); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(48, 66); this.buttonSave.TabIndex = 4; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // saveFileDialog1 // this.saveFileDialog1.DefaultExt = "png"; this.saveFileDialog1.Filter = "Image Files|*.png"; this.saveFileDialog1.RestoreDirectory = true; this.saveFileDialog1.Title = "Save Screenshot"; // // labelCopyNotification // this.labelCopyNotification.AutoSize = true; this.labelCopyNotification.Location = new System.Drawing.Point(413, 86); this.labelCopyNotification.Name = "labelCopyNotification"; this.labelCopyNotification.Size = new System.Drawing.Size(78, 16); this.labelCopyNotification.TabIndex = 5; this.labelCopyNotification.Text = "Link Copied"; this.labelCopyNotification.Visible = false; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "twitter_button1.png"); // // labelTwitter // this.labelTwitter.AutoSize = true; this.labelTwitter.Location = new System.Drawing.Point(233, 159); this.labelTwitter.Name = "labelTwitter"; this.labelTwitter.Size = new System.Drawing.Size(70, 16); this.labelTwitter.TabIndex = 7; this.labelTwitter.Text = "Twitter Info"; this.labelTwitter.Visible = false; // // btnTwitter // this.btnTwitter.ImageIndex = 0; this.btnTwitter.ImageList = this.imageList1; this.btnTwitter.Location = new System.Drawing.Point(236, 100); this.btnTwitter.Name = "btnTwitter"; this.btnTwitter.Size = new System.Drawing.Size(56, 56); this.btnTwitter.TabIndex = 8; this.btnTwitter.UseVisualStyleBackColor = true; this.btnTwitter.Click += new System.EventHandler(this.btnTwitter_Click); // // ScreenshotSharingDialog // this.AcceptButton = this.buttonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(528, 180); this.Controls.Add(this.btnTwitter); this.Controls.Add(this.labelTwitter); this.Controls.Add(this.labelCopyNotification); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCopy); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); this.Controls.Add(this.textBoxScreenshotLink); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ScreenshotSharingDialog"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Screenshot Share"; this.Shown += new System.EventHandler(this.ScreenshotSharingDialog_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxScreenshotLink; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonCopy; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private System.Windows.Forms.Label labelCopyNotification; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Label labelTwitter; private System.Windows.Forms.Button btnTwitter; } }