namespace TradeIdeas.TIProGUI
{
partial class CustomChannelEditor
{
///
/// 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(CustomChannelEditor));
this.btnSelect = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.txtCloudLink = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnCrop = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnPreviewText = new System.Windows.Forms.Button();
this.btnUndo = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.pnllActiveChannel = new System.Windows.Forms.Panel();
this.pictureBoxActiveChannel = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.lblTitle = new System.Windows.Forms.Label();
this.imageResourceThumbnail = new System.Windows.Forms.ImageList(this.components);
this.imageResourceListView = new System.Windows.Forms.ListView();
this.label6 = new System.Windows.Forms.Label();
this.imageResourceImageList = new System.Windows.Forms.ImageList(this.components);
this.btnSelectFromCloud = new System.Windows.Forms.Button();
this.pnlImageChannel = new TradeIdeas.TIProGUI.CustomPanel();
this.pictureBoxChannel = new System.Windows.Forms.PictureBox();
this.pnlImageUpload = new TradeIdeas.TIProGUI.CustomPanel();
this.pictureBoxUpload = new System.Windows.Forms.PictureBox();
this.pnllActiveChannel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxActiveChannel)).BeginInit();
this.pnlImageChannel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxChannel)).BeginInit();
this.pnlImageUpload.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxUpload)).BeginInit();
this.SuspendLayout();
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(256, 406);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(118, 23);
this.btnSelect.TabIndex = 3;
this.btnSelect.Text = "Upload Image File";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// openFileDialog1
//
this.openFileDialog1.CheckFileExists = false;
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "\"Image Files|*.jpg;*.jpeg;*.png;*.gif;\";";
this.openFileDialog1.ShowHelp = true;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.Location = new System.Drawing.Point(290, 508);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 10;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(382, 508);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// txtCloudLink
//
this.txtCloudLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.txtCloudLink.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.txtCloudLink.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.txtCloudLink.Location = new System.Drawing.Point(22, 472);
this.txtCloudLink.Name = "txtCloudLink";
this.txtCloudLink.Size = new System.Drawing.Size(577, 20);
this.txtCloudLink.TabIndex = 8;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 456);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(343, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Enter the cloud code for your layout. Please enter the entire URL string.";
//
// btnCrop
//
this.btnCrop.Location = new System.Drawing.Point(396, 406);
this.btnCrop.Name = "btnCrop";
this.btnCrop.Size = new System.Drawing.Size(75, 23);
this.btnCrop.TabIndex = 4;
this.btnCrop.Text = "Crop Image";
this.btnCrop.UseVisualStyleBackColor = true;
this.btnCrop.Click += new System.EventHandler(this.btnCrop_Click);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(535, 170);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(164, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Preview of custom channel:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(154, 29);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(303, 13);
this.label3.TabIndex = 11;
this.label3.Text = "Drag the dotted cropping rectangle to select your channel area";
//
// txtName
//
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.txtName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.txtName.Location = new System.Drawing.Point(535, 313);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(188, 20);
this.txtName.TabIndex = 5;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(535, 295);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(188, 13);
this.label4.TabIndex = 13;
this.label4.Text = "Input the name of your channel below:";
//
// btnPreviewText
//
this.btnPreviewText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPreviewText.Location = new System.Drawing.Point(535, 337);
this.btnPreviewText.Name = "btnPreviewText";
this.btnPreviewText.Size = new System.Drawing.Size(87, 23);
this.btnPreviewText.TabIndex = 6;
this.btnPreviewText.Text = "Write Name";
this.btnPreviewText.UseVisualStyleBackColor = true;
this.btnPreviewText.Click += new System.EventHandler(this.btnPreviewText_Click);
//
// btnUndo
//
this.btnUndo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnUndo.Location = new System.Drawing.Point(636, 337);
this.btnUndo.Name = "btnUndo";
this.btnUndo.Size = new System.Drawing.Size(87, 23);
this.btnUndo.TabIndex = 7;
this.btnUndo.Text = "Erase Text";
this.btnUndo.UseVisualStyleBackColor = true;
this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(178, 410);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(69, 17);
this.checkBox1.TabIndex = 2;
this.checkBox1.Text = "Trim to fit";
this.checkBox1.UseVisualStyleBackColor = true;
//
// pnllActiveChannel
//
this.pnllActiveChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pnllActiveChannel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnllActiveChannel.Controls.Add(this.pictureBoxActiveChannel);
this.pnllActiveChannel.Location = new System.Drawing.Point(569, 83);
this.pnllActiveChannel.Name = "pnllActiveChannel";
this.pnllActiveChannel.Size = new System.Drawing.Size(130, 75);
this.pnllActiveChannel.TabIndex = 18;
//
// pictureBoxActiveChannel
//
this.pictureBoxActiveChannel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBoxActiveChannel.Location = new System.Drawing.Point(0, 0);
this.pictureBoxActiveChannel.Name = "pictureBoxActiveChannel";
this.pictureBoxActiveChannel.Size = new System.Drawing.Size(128, 73);
this.pictureBoxActiveChannel.TabIndex = 0;
this.pictureBoxActiveChannel.TabStop = false;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(532, 46);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(230, 13);
this.label5.TabIndex = 19;
this.label5.Text = "Preview of custom channel (Activated):";
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Location = new System.Drawing.Point(22, 9);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(30, 17);
this.lblTitle.TabIndex = 20;
this.lblTitle.Text = "text";
//
// imageResourceThumbnail
//
this.imageResourceThumbnail.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imageResourceThumbnail.ImageSize = new System.Drawing.Size(90, 51);
this.imageResourceThumbnail.TransparentColor = System.Drawing.Color.Transparent;
//
// imageResourceListView
//
this.imageResourceListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.imageResourceListView.HideSelection = false;
this.imageResourceListView.LabelWrap = false;
this.imageResourceListView.Location = new System.Drawing.Point(25, 45);
this.imageResourceListView.MultiSelect = false;
this.imageResourceListView.Name = "imageResourceListView";
this.imageResourceListView.ShowGroups = false;
this.imageResourceListView.Size = new System.Drawing.Size(109, 349);
this.imageResourceListView.SmallImageList = this.imageResourceThumbnail;
this.imageResourceListView.TabIndex = 0;
this.imageResourceListView.UseCompatibleStateImageBehavior = false;
this.imageResourceListView.View = System.Windows.Forms.View.SmallIcon;
this.imageResourceListView.SelectedIndexChanged += new System.EventHandler(this.imageResourceListView_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(41, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 13);
this.label6.TabIndex = 22;
this.label6.Text = "Select image";
//
// imageResourceImageList
//
this.imageResourceImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imageResourceImageList.ImageSize = new System.Drawing.Size(128, 73);
this.imageResourceImageList.TransparentColor = System.Drawing.Color.Transparent;
//
// btnSelectFromCloud
//
this.btnSelectFromCloud.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnSelectFromCloud.Location = new System.Drawing.Point(636, 472);
this.btnSelectFromCloud.Name = "btnSelectFromCloud";
this.btnSelectFromCloud.Size = new System.Drawing.Size(118, 23);
this.btnSelectFromCloud.TabIndex = 9;
this.btnSelectFromCloud.Text = "Select from Cloud";
this.btnSelectFromCloud.UseVisualStyleBackColor = true;
this.btnSelectFromCloud.Click += new System.EventHandler(this.btnSelectFromCloud_Click);
//
// pnlImageChannel
//
this.pnlImageChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pnlImageChannel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlImageChannel.Controls.Add(this.pictureBoxChannel);
this.pnlImageChannel.Location = new System.Drawing.Point(565, 199);
this.pnlImageChannel.Name = "pnlImageChannel";
this.pnlImageChannel.Size = new System.Drawing.Size(130, 75);
this.pnlImageChannel.TabIndex = 8;
//
// pictureBoxChannel
//
this.pictureBoxChannel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBoxChannel.Location = new System.Drawing.Point(0, 0);
this.pictureBoxChannel.Name = "pictureBoxChannel";
this.pictureBoxChannel.Size = new System.Drawing.Size(128, 73);
this.pictureBoxChannel.TabIndex = 0;
this.pictureBoxChannel.TabStop = false;
//
// pnlImageUpload
//
this.pnlImageUpload.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlImageUpload.Controls.Add(this.pictureBoxUpload);
this.pnlImageUpload.Location = new System.Drawing.Point(157, 45);
this.pnlImageUpload.Name = "pnlImageUpload";
this.pnlImageUpload.Size = new System.Drawing.Size(350, 350);
this.pnlImageUpload.TabIndex = 1;
//
// pictureBoxUpload
//
this.pictureBoxUpload.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBoxUpload.Location = new System.Drawing.Point(0, 0);
this.pictureBoxUpload.Name = "pictureBoxUpload";
this.pictureBoxUpload.Size = new System.Drawing.Size(348, 348);
this.pictureBoxUpload.TabIndex = 0;
this.pictureBoxUpload.TabStop = false;
this.pictureBoxUpload.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBoxUpload_Paint);
this.pictureBoxUpload.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBoxUpload_MouseDown);
this.pictureBoxUpload.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxUpload_MouseMove);
//
// CustomChannelEditor
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(793, 543);
this.Controls.Add(this.btnSelectFromCloud);
this.Controls.Add(this.label6);
this.Controls.Add(this.imageResourceListView);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.label5);
this.Controls.Add(this.pnllActiveChannel);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.btnUndo);
this.Controls.Add(this.btnPreviewText);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtName);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnCrop);
this.Controls.Add(this.pnlImageChannel);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtCloudLink);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnSelect);
this.Controls.Add(this.pnlImageUpload);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CustomChannelEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Custom Channel Editor";
this.pnllActiveChannel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxActiveChannel)).EndInit();
this.pnlImageChannel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxChannel)).EndInit();
this.pnlImageUpload.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxUpload)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.TextBox txtCloudLink;
private System.Windows.Forms.Label label1;
private CustomPanel pnlImageUpload;
private CustomPanel pnlImageChannel;
private System.Windows.Forms.PictureBox pictureBoxChannel;
private System.Windows.Forms.PictureBox pictureBoxUpload;
private System.Windows.Forms.Button btnCrop;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnPreviewText;
private System.Windows.Forms.Button btnUndo;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Panel pnllActiveChannel;
private System.Windows.Forms.PictureBox pictureBoxActiveChannel;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.ImageList imageResourceThumbnail;
private System.Windows.Forms.ListView imageResourceListView;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ImageList imageResourceImageList;
private System.Windows.Forms.Button btnSelectFromCloud;
}
}