namespace Ease.UICreator { partial class FrmMasterForm { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.lvwBEMF = new System.Windows.Forms.ListView(); this.bttnClose = new System.Windows.Forms.Button(); this.pnlBottom = new System.Windows.Forms.Panel(); this.chkAuthorized = new System.Windows.Forms.CheckBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnAdd = new System.Windows.Forms.ToolStripButton(); this.btnLock = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnAuthorized = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.btnActive = new System.Windows.Forms.ToolStripButton(); this.btnUp = new System.Windows.Forms.ToolStripButton(); this.btnDown = new System.Windows.Forms.ToolStripButton(); this.btnPreview = new System.Windows.Forms.ToolStripButton(); this.tSBrrnClose = new System.Windows.Forms.ToolStripButton(); this.tsActive = new System.Windows.Forms.ToolStripLabel(); this.chkActive = new System.Windows.Forms.CheckBox(); this.panel1.SuspendLayout(); this.pnlBottom.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.lvwBEMF); this.panel1.Controls.Add(this.bttnClose); this.panel1.Location = new System.Drawing.Point(7, 7); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(647, 442); this.panel1.TabIndex = 0; // // lvwBEMF // this.lvwBEMF.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.lvwBEMF.BackColor = System.Drawing.Color.GhostWhite; this.lvwBEMF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lvwBEMF.FullRowSelect = true; this.lvwBEMF.GridLines = true; this.lvwBEMF.Location = new System.Drawing.Point(7, 3); this.lvwBEMF.Name = "lvwBEMF"; this.lvwBEMF.Size = new System.Drawing.Size(630, 433); this.lvwBEMF.Sorting = System.Windows.Forms.SortOrder.Ascending; this.lvwBEMF.TabIndex = 0; this.lvwBEMF.UseCompatibleStateImageBehavior = false; this.lvwBEMF.View = System.Windows.Forms.View.Details; this.lvwBEMF.SelectedIndexChanged += new System.EventHandler(this.lvwBEMF_SelectedIndexChanged); this.lvwBEMF.DoubleClick += new System.EventHandler(this.btnEdit_Click); this.lvwBEMF.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwBEMF_ColumnClick); // // bttnClose // this.bttnClose.BackColor = System.Drawing.Color.Transparent; this.bttnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.bttnClose.Location = new System.Drawing.Point(431, 292); this.bttnClose.Name = "bttnClose"; this.bttnClose.Size = new System.Drawing.Size(87, 32); this.bttnClose.TabIndex = 1; this.bttnClose.Text = "&Close"; this.bttnClose.UseVisualStyleBackColor = false; this.bttnClose.Click += new System.EventHandler(this.bttnClose_Click); // // pnlBottom // this.pnlBottom.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.pnlBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlBottom.Controls.Add(this.chkAuthorized); this.pnlBottom.Controls.Add(this.toolStrip1); this.pnlBottom.Location = new System.Drawing.Point(649, 7); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.RightToLeft = System.Windows.Forms.RightToLeft.No; this.pnlBottom.Size = new System.Drawing.Size(118, 442); this.pnlBottom.TabIndex = 8; this.pnlBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlBottom_Paint); // // chkAuthorized // this.chkAuthorized.AutoSize = true; this.chkAuthorized.BackColor = System.Drawing.Color.Transparent; this.chkAuthorized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAuthorized.ForeColor = System.Drawing.Color.Black; this.chkAuthorized.Location = new System.Drawing.Point(30, 404); this.chkAuthorized.Name = "chkAuthorized"; this.chkAuthorized.Size = new System.Drawing.Size(63, 17); this.chkAuthorized.TabIndex = 8; this.chkAuthorized.Text = "All Data"; this.chkAuthorized.UseVisualStyleBackColor = false; this.chkAuthorized.Visible = false; this.chkAuthorized.CheckedChanged += new System.EventHandler(this.chkAuthorized_CheckedChanged); // // toolStrip1 // this.toolStrip1.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.toolStrip1.AutoSize = false; this.toolStrip1.BackColor = System.Drawing.Color.Transparent; this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(0); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(23, 23); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAdd, this.btnLock, this.btnEdit, this.btnAuthorized, this.btnDelete, this.btnActive, this.btnUp, this.btnDown, this.btnPreview, this.tSBrrnClose, this.tsActive}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(4, -1); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.toolStrip1.Size = new System.Drawing.Size(110, 437); this.toolStrip1.TabIndex = 7; this.toolStrip1.TabStop = true; this.toolStrip1.Text = "toolStrip1"; // // btnAdd // this.btnAdd.AutoSize = false; this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.ForeColor = System.Drawing.Color.Black; this.btnAdd.Image = global::Ease.UICreator.Properties.Resources.Exit; this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(85, 35); this.btnAdd.Tag = "btnAdd"; this.btnAdd.Text = "&Add"; this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnLock // this.btnLock.AutoSize = false; this.btnLock.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLock.ForeColor = System.Drawing.Color.Black; this.btnLock.Image = global::Ease.UICreator.Properties.Resources.AddTable; this.btnLock.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnLock.Name = "btnLock"; this.btnLock.Size = new System.Drawing.Size(85, 35); this.btnLock.Text = "&Lock"; this.btnLock.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnLock.Visible = false; this.btnLock.Click += new System.EventHandler(this.btnLock_Click); // // btnEdit // this.btnEdit.AutoSize = false; this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnEdit.ForeColor = System.Drawing.Color.Black; this.btnEdit.Image = global::Ease.UICreator.Properties.Resources.Save; this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(85, 35); this.btnEdit.Tag = "btnEdit"; this.btnEdit.Text = "&Edit"; this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnAuthorized // this.btnAuthorized.AutoSize = false; this.btnAuthorized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAuthorized.ForeColor = System.Drawing.Color.Black; this.btnAuthorized.Image = global::Ease.UICreator.Properties.Resources.Check_16x16; this.btnAuthorized.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAuthorized.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAuthorized.Name = "btnAuthorized"; this.btnAuthorized.Size = new System.Drawing.Size(88, 27); this.btnAuthorized.Text = "A&uthorize"; this.btnAuthorized.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnAuthorized.Visible = false; this.btnAuthorized.Click += new System.EventHandler(this.btnAuthorized_Click); // // btnDelete // this.btnDelete.AutoSize = false; this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDelete.ForeColor = System.Drawing.Color.Black; this.btnDelete.Image = global::Ease.UICreator.Properties.Resources.Delete; this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 35); this.btnDelete.Tag = "btnDelete"; this.btnDelete.Text = "&Delete"; this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnDelete.Click += new System.EventHandler(this.btnDel_Click); // // btnActive // this.btnActive.AutoSize = false; this.btnActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnActive.ForeColor = System.Drawing.Color.Black; this.btnActive.Image = global::Ease.UICreator.Properties.Resources.Exit; this.btnActive.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnActive.Name = "btnActive"; this.btnActive.Size = new System.Drawing.Size(85, 35); this.btnActive.Tag = "btnActive"; this.btnActive.Text = "A&ctive"; this.btnActive.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnActive.Click += new System.EventHandler(this.btnActive_Click); // // btnUp // this.btnUp.AutoSize = false; this.btnUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUp.ForeColor = System.Drawing.Color.Black; this.btnUp.Image = global::Ease.UICreator.Properties.Resources.Stock_Index_Up_16x16; this.btnUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(85, 35); this.btnUp.Tag = "btnUp"; this.btnUp.Text = "&Up"; this.btnUp.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnUp.Visible = false; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // btnDown // this.btnDown.AutoSize = false; this.btnDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDown.ForeColor = System.Drawing.Color.Black; this.btnDown.Image = global::Ease.UICreator.Properties.Resources.Stock_Index_Down_16x16; this.btnDown.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDown.Name = "btnDown"; this.btnDown.Size = new System.Drawing.Size(85, 35); this.btnDown.Tag = "btnDown"; this.btnDown.Text = "D&own"; this.btnDown.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnDown.Visible = false; this.btnDown.Click += new System.EventHandler(this.btnDown_Click); // // btnPreview // this.btnPreview.AutoSize = false; this.btnPreview.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPreview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPreview.ForeColor = System.Drawing.Color.Black; this.btnPreview.Image = global::Ease.UICreator.Properties.Resources.Preview; this.btnPreview.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(85, 35); this.btnPreview.Text = "&Preview"; this.btnPreview.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // tSBrrnClose // this.tSBrrnClose.AutoSize = false; this.tSBrrnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.tSBrrnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tSBrrnClose.ForeColor = System.Drawing.Color.Black; this.tSBrrnClose.Image = global::Ease.UICreator.Properties.Resources.Exit; this.tSBrrnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tSBrrnClose.Name = "tSBrrnClose"; this.tSBrrnClose.Size = new System.Drawing.Size(85, 35); this.tSBrrnClose.Text = "&Close"; this.tSBrrnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.tSBrrnClose.Click += new System.EventHandler(this.btnClose_Click); // // tsActive // this.tsActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tsActive.ForeColor = System.Drawing.Color.Black; this.tsActive.Name = "tsActive"; this.tsActive.Size = new System.Drawing.Size(108, 0); this.tsActive.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.tsActive.Click += new System.EventHandler(this.chkActive_CheckedChanged); // // chkActive // this.chkActive.AutoSize = true; this.chkActive.Checked = true; this.chkActive.CheckState = System.Windows.Forms.CheckState.Checked; this.chkActive.Location = new System.Drawing.Point(680, 312); this.chkActive.Name = "chkActive"; this.chkActive.Size = new System.Drawing.Size(56, 17); this.chkActive.TabIndex = 8; this.chkActive.Text = "Active"; this.chkActive.UseVisualStyleBackColor = true; this.chkActive.CheckedChanged += new System.EventHandler(this.chkActive_CheckedChanged); // // FrmMasterForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.GhostWhite; this.CancelButton = this.bttnClose; this.ClientSize = new System.Drawing.Size(772, 457); this.Controls.Add(this.chkActive); this.Controls.Add(this.pnlBottom); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMasterForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Caption"; this.Load += new System.EventHandler(this.FrmMasterForm_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmMasterForm_Paint); this.panel1.ResumeLayout(false); this.pnlBottom.ResumeLayout(false); this.pnlBottom.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ListView lvwBEMF; protected System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.CheckBox chkActive; protected System.Windows.Forms.ToolStrip toolStrip1; protected System.Windows.Forms.ToolStripButton btnEdit; private System.Windows.Forms.ToolStripButton btnDelete; protected System.Windows.Forms.ToolStripButton btnActive; protected System.Windows.Forms.ToolStripButton btnUp; private System.Windows.Forms.ToolStripButton btnDown; private System.Windows.Forms.ToolStripButton btnPreview; private System.Windows.Forms.ToolStripLabel tsActive; protected System.Windows.Forms.ToolStripButton btnAdd; private System.Windows.Forms.Button bttnClose; private System.Windows.Forms.ToolStripButton tSBrrnClose; protected System.Windows.Forms.ToolStripButton btnLock; protected System.Windows.Forms.ToolStripButton btnAuthorized; private System.Windows.Forms.CheckBox chkAuthorized; } }