namespace AdvertsingProfitControl { partial class FrmRegisterAdSpecial { /// /// 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(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(262, 233); this.registerAdSpecialButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.registerAdSpecialButton.Name = "registerAdSpecialButton"; this.registerAdSpecialButton.Size = new System.Drawing.Size(109, 27); 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(7, 233); this.deleteAdSpecialButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.deleteAdSpecialButton.Name = "deleteAdSpecialButton"; this.deleteAdSpecialButton.Size = new System.Drawing.Size(109, 27); 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(5, 11); this.newAdSpecialLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.newAdSpecialLabel.Name = "newAdSpecialLabel"; this.newAdSpecialLabel.Size = new System.Drawing.Size(128, 13); this.newAdSpecialLabel.TabIndex = 3; this.newAdSpecialLabel.Text = "Register New Ad Special:"; // // newAdSpecialTextBox // this.newAdSpecialTextBox.Location = new System.Drawing.Point(5, 29); this.newAdSpecialTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.newAdSpecialTextBox.MaxLength = 32; this.newAdSpecialTextBox.Name = "newAdSpecialTextBox"; this.newAdSpecialTextBox.Size = new System.Drawing.Size(126, 20); this.newAdSpecialTextBox.TabIndex = 1; // // informationLabel // this.informationLabel.AutoSize = true; this.informationLabel.Location = new System.Drawing.Point(9, 93); this.informationLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.informationLabel.Name = "informationLabel"; this.informationLabel.Size = new System.Drawing.Size(0, 13); this.informationLabel.TabIndex = 5; // // adSpecialDescription // this.adSpecialDescription.AutoSize = true; this.adSpecialDescription.Location = new System.Drawing.Point(5, 61); this.adSpecialDescription.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.adSpecialDescription.Name = "adSpecialDescription"; this.adSpecialDescription.Size = new System.Drawing.Size(111, 13); this.adSpecialDescription.TabIndex = 6; this.adSpecialDescription.Text = "Description (Optional):"; // // descriptionTextBox // this.descriptionTextBox.Location = new System.Drawing.Point(5, 79); this.descriptionTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.descriptionTextBox.MaxLength = 128; this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(126, 20); this.descriptionTextBox.TabIndex = 2; // // adSpecialsListBox // this.adSpecialsListBox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.adSpecialsListBox.Location = new System.Drawing.Point(142, 11); this.adSpecialsListBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.adSpecialsListBox.MultiSelect = false; this.adSpecialsListBox.Name = "adSpecialsListBox"; this.adSpecialsListBox.Size = new System.Drawing.Size(231, 219); 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(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(377, 267); 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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); 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; } }