namespace AyaNova.PlugIn.AyaScript { partial class ScriptHeader { /// /// 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.lblShowInMenuAs = new System.Windows.Forms.Label(); this.edName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.cklBizObjects = new System.Windows.Forms.CheckedListBox(); this.label2 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.cbShowFor = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // lblShowInMenuAs // this.lblShowInMenuAs.AutoSize = true; this.lblShowInMenuAs.Location = new System.Drawing.Point(9, 15); this.lblShowInMenuAs.Name = "lblShowInMenuAs"; this.lblShowInMenuAs.Size = new System.Drawing.Size(124, 13); this.lblShowInMenuAs.TabIndex = 0; this.lblShowInMenuAs.Text = "Name: (displays in menu)"; // // edName // this.edName.Location = new System.Drawing.Point(9, 31); this.edName.Name = "edName"; this.edName.Size = new System.Drawing.Size(472, 20); this.edName.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 66); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 13); this.label1.TabIndex = 2; this.label1.Text = "Show for:"; // // cklBizObjects // this.cklBizObjects.CheckOnClick = true; this.cklBizObjects.FormattingEnabled = true; this.cklBizObjects.Location = new System.Drawing.Point(9, 141); this.cklBizObjects.Name = "cklBizObjects"; this.cklBizObjects.Size = new System.Drawing.Size(472, 379); this.cklBizObjects.Sorted = true; this.cklBizObjects.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 125); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(124, 13); this.label2.TabIndex = 4; this.label2.Text = "Handles AyaNova types:"; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Location = new System.Drawing.Point(9, 545); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 35); this.btnCancel.TabIndex = 6; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(406, 545); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 35); this.btnOK.TabIndex = 7; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // cbShowFor // this.cbShowFor.FormattingEnabled = true; this.cbShowFor.Items.AddRange(new object[] { "Everywhere", "Main menu only", "Single AyaNova object", "List of AyaNova objects"}); this.cbShowFor.Location = new System.Drawing.Point(9, 82); this.cbShowFor.Name = "cbShowFor"; this.cbShowFor.Size = new System.Drawing.Size(472, 21); this.cbShowFor.TabIndex = 10; // // ScriptHeader // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(497, 592); this.Controls.Add(this.cbShowFor); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.cklBizObjects); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.edName); this.Controls.Add(this.lblShowInMenuAs); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "ScriptHeader"; this.Text = "Script header - menu visibility options"; this.Load += new System.EventHandler(this.ScriptHeader_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblShowInMenuAs; private System.Windows.Forms.TextBox edName; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckedListBox cklBizObjects; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.ComboBox cbShowFor; } }