namespace Twintimidator{
partial class ActionsUI
{
/// <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 Component 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.Windows.Forms.GroupBox groupBox1;
this.SelectAllButton = new System.Windows.Forms.Button();
this.ActionsList = new System.Windows.Forms.CheckedListBox();
groupBox1 = new System.Windows.Forms.GroupBox();
groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
groupBox1.Controls.Add(this.SelectAllButton);
groupBox1.Controls.Add(this.ActionsList);
groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
groupBox1.Location = new System.Drawing.Point(0, 0);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(238, 251);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Actions";
//
// SelectAllButton
//
this.SelectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SelectAllButton.Location = new System.Drawing.Point(6, 228);
this.SelectAllButton.Name = "SelectAllButton";
this.SelectAllButton.Size = new System.Drawing.Size(226, 20);
this.SelectAllButton.TabIndex = 1;
this.SelectAllButton.Text = "Select All";
this.SelectAllButton.UseVisualStyleBackColor = true;
this.SelectAllButton.Click += new System.EventHandler(this.SelectAllButton_Click);
//
// ActionsList
//
this.ActionsList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ActionsList.FormattingEnabled = true;
this.ActionsList.Location = new System.Drawing.Point(3, 16);
this.ActionsList.Name = "ActionsList";
this.ActionsList.Size = new System.Drawing.Size(232, 214);
this.ActionsList.TabIndex = 0;
//
// ActionsUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(groupBox1);
this.Name = "ActionsUI";
this.Size = new System.Drawing.Size(238, 251);
groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckedListBox ActionsList;
private System.Windows.Forms.Button SelectAllButton;
}
}
|