Files
advertising-profit-control/AdvertsingProfitControl/FrmRegisterAdSpecial.Designer.cs
T

155 lines
7.5 KiB
C#

namespace AdvertsingProfitControl
{
partial class FrmRegisterAdSpecial
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRegisterAdSpecial));
this.registerAdSpecialButton = new System.Windows.Forms.Button();
this.deleteAdSpecialButton = new System.Windows.Forms.Button();
this.newAdSpecialLabel = new System.Windows.Forms.Label();
this.newAdSpecialTextBox = new System.Windows.Forms.TextBox();
this.informationLabel = new System.Windows.Forms.Label();
this.adSpecialDescription = new System.Windows.Forms.Label();
this.descriptionTextBox = new System.Windows.Forms.TextBox();
this.adSpecialsListBox = new System.Windows.Forms.ListView();
this.SuspendLayout();
//
// registerAdSpecialButton
//
this.registerAdSpecialButton.Enabled = false;
this.registerAdSpecialButton.Location = new System.Drawing.Point(480, 430);
this.registerAdSpecialButton.Name = "registerAdSpecialButton";
this.registerAdSpecialButton.Size = new System.Drawing.Size(200, 50);
this.registerAdSpecialButton.TabIndex = 3;
this.registerAdSpecialButton.Text = "Register Ad Special";
this.registerAdSpecialButton.UseVisualStyleBackColor = true;
this.registerAdSpecialButton.Click += new System.EventHandler(this.RegisterNewAdSpecial);
//
// deleteAdSpecialButton
//
this.deleteAdSpecialButton.Enabled = false;
this.deleteAdSpecialButton.Location = new System.Drawing.Point(12, 430);
this.deleteAdSpecialButton.Name = "deleteAdSpecialButton";
this.deleteAdSpecialButton.Size = new System.Drawing.Size(200, 50);
this.deleteAdSpecialButton.TabIndex = 4;
this.deleteAdSpecialButton.Text = "Remove Ad Special";
this.deleteAdSpecialButton.UseVisualStyleBackColor = true;
this.deleteAdSpecialButton.Click += new System.EventHandler(this.deleteAdSpecialButton_Click);
//
// newAdSpecialLabel
//
this.newAdSpecialLabel.AutoSize = true;
this.newAdSpecialLabel.Location = new System.Drawing.Point(17, 21);
this.newAdSpecialLabel.Name = "newAdSpecialLabel";
this.newAdSpecialLabel.Size = new System.Drawing.Size(233, 25);
this.newAdSpecialLabel.TabIndex = 3;
this.newAdSpecialLabel.Text = "Register New Ad Special:";
//
// newAdSpecialTextBox
//
this.newAdSpecialTextBox.Location = new System.Drawing.Point(17, 54);
this.newAdSpecialTextBox.MaxLength = 32;
this.newAdSpecialTextBox.Name = "newAdSpecialTextBox";
this.newAdSpecialTextBox.Size = new System.Drawing.Size(228, 29);
this.newAdSpecialTextBox.TabIndex = 1;
//
// informationLabel
//
this.informationLabel.AutoSize = true;
this.informationLabel.Location = new System.Drawing.Point(17, 171);
this.informationLabel.Name = "informationLabel";
this.informationLabel.Size = new System.Drawing.Size(0, 25);
this.informationLabel.TabIndex = 5;
//
// adSpecialDescription
//
this.adSpecialDescription.AutoSize = true;
this.adSpecialDescription.Location = new System.Drawing.Point(17, 91);
this.adSpecialDescription.Name = "adSpecialDescription";
this.adSpecialDescription.Size = new System.Drawing.Size(207, 25);
this.adSpecialDescription.TabIndex = 6;
this.adSpecialDescription.Text = "Description (Optional):";
//
// descriptionTextBox
//
this.descriptionTextBox.Location = new System.Drawing.Point(17, 124);
this.descriptionTextBox.MaxLength = 128;
this.descriptionTextBox.Name = "descriptionTextBox";
this.descriptionTextBox.Size = new System.Drawing.Size(228, 29);
this.descriptionTextBox.TabIndex = 2;
//
// adSpecialsListBox
//
this.adSpecialsListBox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.adSpecialsListBox.Location = new System.Drawing.Point(260, 21);
this.adSpecialsListBox.MultiSelect = false;
this.adSpecialsListBox.Name = "adSpecialsListBox";
this.adSpecialsListBox.Size = new System.Drawing.Size(420, 401);
this.adSpecialsListBox.TabIndex = 8;
this.adSpecialsListBox.TabStop = false;
this.adSpecialsListBox.UseCompatibleStateImageBehavior = false;
this.adSpecialsListBox.View = System.Windows.Forms.View.Details;
//
// FrmRegisterAdSpecial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(692, 492);
this.Controls.Add(this.adSpecialsListBox);
this.Controls.Add(this.descriptionTextBox);
this.Controls.Add(this.adSpecialDescription);
this.Controls.Add(this.informationLabel);
this.Controls.Add(this.newAdSpecialTextBox);
this.Controls.Add(this.newAdSpecialLabel);
this.Controls.Add(this.deleteAdSpecialButton);
this.Controls.Add(this.registerAdSpecialButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmRegisterAdSpecial";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Register Ad Special";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button registerAdSpecialButton;
private System.Windows.Forms.Button deleteAdSpecialButton;
private System.Windows.Forms.Label newAdSpecialLabel;
private System.Windows.Forms.TextBox newAdSpecialTextBox;
private System.Windows.Forms.Label informationLabel;
private System.Windows.Forms.Label adSpecialDescription;
private System.Windows.Forms.TextBox descriptionTextBox;
private System.Windows.Forms.ListView adSpecialsListBox;
}
}