AAFReport.frmRepMgr.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRepMgr));
            this.trvAAFFolder = new System.Windows.Forms.TreeView();
            this.btnReport = new System.Windows.Forms.Button();
            this.pnlBrowsing = new System.Windows.Forms.Panel();
            this.tbxDrive = new System.Windows.Forms.TextBox();
            this.btnOpen = new System.Windows.Forms.Button();
            this.btnBackUp = new System.Windows.Forms.Button();
            this.btnHelp = new System.Windows.Forms.Button();
            this.pnlAAFInfo = new System.Windows.Forms.Panel();
            this.btnView = new System.Windows.Forms.Button();
            this.trvAAFFileInfo = new System.Windows.Forms.TreeView();
            this.sptBrowse_Info = new System.Windows.Forms.Splitter();
            this.tmrReportBuilder = new System.Windows.Forms.Timer(this.components);
            this.pnlBrowsing.SuspendLayout();
            this.pnlAAFInfo.SuspendLayout();
            this.SuspendLayout();
            //
            // trvAAFFolder
            //
            this.trvAAFFolder.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.trvAAFFolder.ImageIndex = -1;
            this.trvAAFFolder.Location = new System.Drawing.Point(8, 40);
            this.trvAAFFolder.Name = "trvAAFFolder";
            this.trvAAFFolder.SelectedImageIndex = -1;
            this.trvAAFFolder.Size = new System.Drawing.Size(272, 336);
            this.trvAAFFolder.TabIndex = 4;
            this.trvAAFFolder.DoubleClick += new System.EventHandler(this.trvAAFFolder_DoubleClick);
            this.trvAAFFolder.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvBrowseAAF_AfterSelect);
            //
            // btnReport
            //
            this.btnReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnReport.Location = new System.Drawing.Point(152, 384);
            this.btnReport.Name = "btnReport";
            this.btnReport.Size = new System.Drawing.Size(128, 32);
            this.btnReport.TabIndex = 3;
            this.btnReport.Text = "Report";
            this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
            //
            // pnlBrowsing
            //
            this.pnlBrowsing.Controls.Add(this.tbxDrive);
            this.pnlBrowsing.Controls.Add(this.btnOpen);
            this.pnlBrowsing.Controls.Add(this.btnBackUp);
            this.pnlBrowsing.Controls.Add(this.trvAAFFolder);
            this.pnlBrowsing.Controls.Add(this.btnReport);
            this.pnlBrowsing.Controls.Add(this.btnHelp);
            this.pnlBrowsing.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlBrowsing.Location = new System.Drawing.Point(0, 0);
            this.pnlBrowsing.Name = "pnlBrowsing";
            this.pnlBrowsing.Size = new System.Drawing.Size(288, 421);
            this.pnlBrowsing.TabIndex = 5;
            //
            // tbxDrive
            //
            this.tbxDrive.Location = new System.Drawing.Point(96, 8);
            this.tbxDrive.Name = "tbxDrive";
            this.tbxDrive.Size = new System.Drawing.Size(56, 20);
            this.tbxDrive.TabIndex = 7;
            this.tbxDrive.Text = "c:\\";
            this.tbxDrive.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbxDrive_KeyPress);
            //
            // btnOpen
            //
            this.btnOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOpen.Location = new System.Drawing.Point(208, 8);
            this.btnOpen.Name = "btnOpen";
            this.btnOpen.TabIndex = 6;
            this.btnOpen.Text = "Open";
            this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
            //
            // btnBackUp
            //
            this.btnBackUp.Location = new System.Drawing.Point(8, 8);
            this.btnBackUp.Name = "btnBackUp";
            this.btnBackUp.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.btnBackUp.TabIndex = 5;
            this.btnBackUp.Text = "Back Up";
            this.btnBackUp.Click += new System.EventHandler(this.btnBackUp_Click);
            //
            // btnHelp
            //
            this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnHelp.Location = new System.Drawing.Point(8, 384);
            this.btnHelp.Name = "btnHelp";
            this.btnHelp.Size = new System.Drawing.Size(128, 32);
            this.btnHelp.TabIndex = 3;
            this.btnHelp.Text = "Help";
            this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
            //
            // pnlAAFInfo
            //
            this.pnlAAFInfo.Controls.Add(this.btnView);
            this.pnlAAFInfo.Controls.Add(this.trvAAFFileInfo);
            this.pnlAAFInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlAAFInfo.Location = new System.Drawing.Point(288, 0);
            this.pnlAAFInfo.Name = "pnlAAFInfo";
            this.pnlAAFInfo.Size = new System.Drawing.Size(416, 421);
            this.pnlAAFInfo.TabIndex = 6;
            //
            // btnView
            //
            this.btnView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnView.Location = new System.Drawing.Point(336, 392);
            this.btnView.Name = "btnView";
            this.btnView.TabIndex = 1;
            this.btnView.Text = "View";
            this.btnView.Click += new System.EventHandler(this.btnView_Click);
            //
            // trvAAFFileInfo
            //
            this.trvAAFFileInfo.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.trvAAFFileInfo.ImageIndex = -1;
            this.trvAAFFileInfo.Location = new System.Drawing.Point(16, 8);
            this.trvAAFFileInfo.Name = "trvAAFFileInfo";
            this.trvAAFFileInfo.SelectedImageIndex = -1;
            this.trvAAFFileInfo.Size = new System.Drawing.Size(392, 376);
            this.trvAAFFileInfo.TabIndex = 0;
            this.trvAAFFileInfo.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvAAFFileInfo_AfterSelect);
            //
            // sptBrowse_Info
            //
            this.sptBrowse_Info.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.sptBrowse_Info.Location = new System.Drawing.Point(288, 0);
            this.sptBrowse_Info.Name = "sptBrowse_Info";
            this.sptBrowse_Info.Size = new System.Drawing.Size(6, 421);
            this.sptBrowse_Info.TabIndex = 7;
            this.sptBrowse_Info.TabStop = false;
            //
            // tmrReportBuilder
            //
            this.tmrReportBuilder.Tick += new System.EventHandler(this.tmrReportBuilder_Tick);
            //
            // frmRepMgr
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(704, 421);
            this.Controls.Add(this.sptBrowse_Info);
            this.Controls.Add(this.pnlAAFInfo);
            this.Controls.Add(this.pnlBrowsing);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmRepMgr";
            this.Text = "Simple AAF Report Manager";
            this.pnlBrowsing.ResumeLayout(false);
            this.pnlAAFInfo.ResumeLayout(false);
            this.ResumeLayout(false);
        }