/// <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.ToolStripContainer tscFileImport; System.Windows.Forms.TableLayoutPanel tlpFileImport; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm)); System.Windows.Forms.GroupBox gbImportedTransactionList; System.Windows.Forms.GroupBox gbTransactionDetails; System.Windows.Forms.TableLayoutPanel tlpDetails; System.Windows.Forms.Label lblDate; System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblAccount; System.Windows.Forms.Label lblAmount; System.Windows.Forms.Label lblTags; System.Windows.Forms.ToolStrip tsFileImport; this.lbImportedTransactions = new System.Windows.Forms.ListBox(); this.cbImport = new System.Windows.Forms.CheckBox(); this.dtpDate = new System.Windows.Forms.DateTimePicker(); this.tbTitle = new System.Windows.Forms.TextBox(); this.cbImplementsPlan = new System.Windows.Forms.CheckBox(); this.cbPlan = new System.Windows.Forms.ComboBox(); this.cbAccount = new System.Windows.Forms.ComboBox(); this.numAmount = new System.Windows.Forms.NumericUpDown(); this.lblCurrency = new System.Windows.Forms.Label(); this.ttbTags = new easyMoney.Controls.TagTextBox(); this.tsbOpen = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbImport = new System.Windows.Forms.ToolStripButton(); this.fdFileOpen = new System.Windows.Forms.OpenFileDialog(); tscFileImport = new System.Windows.Forms.ToolStripContainer(); tlpFileImport = new System.Windows.Forms.TableLayoutPanel(); gbImportedTransactionList = new System.Windows.Forms.GroupBox(); gbTransactionDetails = new System.Windows.Forms.GroupBox(); tlpDetails = new System.Windows.Forms.TableLayoutPanel(); lblDate = new System.Windows.Forms.Label(); lblTitle = new System.Windows.Forms.Label(); lblAccount = new System.Windows.Forms.Label(); lblAmount = new System.Windows.Forms.Label(); lblTags = new System.Windows.Forms.Label(); tsFileImport = new System.Windows.Forms.ToolStrip(); tscFileImport.ContentPanel.SuspendLayout(); tscFileImport.TopToolStripPanel.SuspendLayout(); tscFileImport.SuspendLayout(); tlpFileImport.SuspendLayout(); gbImportedTransactionList.SuspendLayout(); gbTransactionDetails.SuspendLayout(); tlpDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit(); tsFileImport.SuspendLayout(); this.SuspendLayout(); // // tscFileImport // tscFileImport.BottomToolStripPanelVisible = false; // // tscFileImport.ContentPanel // tscFileImport.ContentPanel.Controls.Add(tlpFileImport); resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel"); resources.ApplyResources(tscFileImport, "tscFileImport"); tscFileImport.LeftToolStripPanelVisible = false; tscFileImport.Name = "tscFileImport"; tscFileImport.RightToolStripPanelVisible = false; // // tscFileImport.TopToolStripPanel // tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport); // // tlpFileImport // resources.ApplyResources(tlpFileImport, "tlpFileImport"); tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0); tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0); tlpFileImport.Name = "tlpFileImport"; // // gbImportedTransactionList // gbImportedTransactionList.Controls.Add(this.lbImportedTransactions); resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList"); gbImportedTransactionList.Name = "gbImportedTransactionList"; gbImportedTransactionList.TabStop = false; // // lbImportedTransactions // resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions"); this.lbImportedTransactions.FormattingEnabled = true; this.lbImportedTransactions.Name = "lbImportedTransactions"; this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged); // // gbTransactionDetails // gbTransactionDetails.Controls.Add(tlpDetails); resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails"); gbTransactionDetails.Name = "gbTransactionDetails"; gbTransactionDetails.TabStop = false; // // tlpDetails // resources.ApplyResources(tlpDetails, "tlpDetails"); tlpDetails.Controls.Add(this.cbImport, 0, 0); tlpDetails.Controls.Add(lblDate, 0, 1); tlpDetails.Controls.Add(this.dtpDate, 0, 2); tlpDetails.Controls.Add(lblTitle, 0, 3); tlpDetails.Controls.Add(this.tbTitle, 0, 4); tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5); tlpDetails.Controls.Add(this.cbPlan, 0, 6); tlpDetails.Controls.Add(lblAccount, 0, 7); tlpDetails.Controls.Add(this.cbAccount, 0, 8); tlpDetails.Controls.Add(lblAmount, 0, 9); tlpDetails.Controls.Add(this.numAmount, 0, 10); tlpDetails.Controls.Add(this.lblCurrency, 2, 10); tlpDetails.Controls.Add(lblTags, 0, 11); tlpDetails.Controls.Add(this.ttbTags, 0, 12); tlpDetails.Name = "tlpDetails"; // // cbImport // resources.ApplyResources(this.cbImport, "cbImport"); tlpDetails.SetColumnSpan(this.cbImport, 3); this.cbImport.Name = "cbImport"; this.cbImport.UseVisualStyleBackColor = true; // // lblDate // resources.ApplyResources(lblDate, "lblDate"); tlpDetails.SetColumnSpan(lblDate, 3); lblDate.Name = "lblDate"; // // dtpDate // tlpDetails.SetColumnSpan(this.dtpDate, 3); resources.ApplyResources(this.dtpDate, "dtpDate"); this.dtpDate.Name = "dtpDate"; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); tlpDetails.SetColumnSpan(lblTitle, 3); lblTitle.Name = "lblTitle"; // // tbTitle // this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; tlpDetails.SetColumnSpan(this.tbTitle, 3); resources.ApplyResources(this.tbTitle, "tbTitle"); this.tbTitle.Name = "tbTitle"; // // cbImplementsPlan // resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan"); tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3); this.cbImplementsPlan.Name = "cbImplementsPlan"; this.cbImplementsPlan.UseVisualStyleBackColor = true; // // cbPlan // tlpDetails.SetColumnSpan(this.cbPlan, 3); resources.ApplyResources(this.cbPlan, "cbPlan"); this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPlan.FormattingEnabled = true; this.cbPlan.Name = "cbPlan"; // // lblAccount // resources.ApplyResources(lblAccount, "lblAccount"); tlpDetails.SetColumnSpan(lblAccount, 3); lblAccount.Name = "lblAccount"; // // cbAccount // tlpDetails.SetColumnSpan(this.cbAccount, 3); resources.ApplyResources(this.cbAccount, "cbAccount"); this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAccount.FormattingEnabled = true; this.cbAccount.Name = "cbAccount"; // // lblAmount // resources.ApplyResources(lblAmount, "lblAmount"); tlpDetails.SetColumnSpan(lblAmount, 3); lblAmount.Name = "lblAmount"; // // numAmount // tlpDetails.SetColumnSpan(this.numAmount, 2); this.numAmount.DecimalPlaces = 2; resources.ApplyResources(this.numAmount, "numAmount"); this.numAmount.Maximum = new decimal(new int[] { 1569325055, 23283064, 0, 0 }); this.numAmount.Name = "numAmount"; // // lblCurrency // resources.ApplyResources(this.lblCurrency, "lblCurrency"); this.lblCurrency.Name = "lblCurrency"; // // lblTags // resources.ApplyResources(lblTags, "lblTags"); tlpDetails.SetColumnSpan(lblTags, 3); lblTags.Name = "lblTags"; // // ttbTags // tlpDetails.SetColumnSpan(this.ttbTags, 3); resources.ApplyResources(this.ttbTags, "ttbTags"); this.ttbTags.Name = "ttbTags"; this.ttbTags.PopupOpened = false; this.ttbTags.ReadOnly = false; this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable <string>)(resources.GetObject("ttbTags.Tags"))); // // tsFileImport // resources.ApplyResources(tsFileImport, "tsFileImport"); tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOpen, this.tsbClose, this.tsbImport }); tsFileImport.Name = "tsFileImport"; tsFileImport.Stretch = true; // // tsbOpen // this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page; resources.ApplyResources(this.tsbOpen, "tsbOpen"); this.tsbOpen.Name = "tsbOpen"; this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click); // // tsbClose // this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick; resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // tsbImport // this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple; resources.ApplyResources(this.tsbImport, "tsbImport"); this.tsbImport.Name = "tsbImport"; this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click); // // fdFileOpen // this.fdFileOpen.DefaultExt = "*.xml"; resources.ApplyResources(this.fdFileOpen, "fdFileOpen"); // // FileImportForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tscFileImport); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "FileImportForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.FileImportForm_Load); tscFileImport.ContentPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.PerformLayout(); tscFileImport.ResumeLayout(false); tscFileImport.PerformLayout(); tlpFileImport.ResumeLayout(false); gbImportedTransactionList.ResumeLayout(false); gbTransactionDetails.ResumeLayout(false); tlpDetails.ResumeLayout(false); tlpDetails.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit(); tsFileImport.ResumeLayout(false); tsFileImport.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.Timer timer; System.Windows.Forms.ToolStripContainer toolStripContainer1; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchBox = new System.Windows.Forms.TextBox(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); timer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); menuStrip.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); statusStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem}); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(562, 24); menuStrip.TabIndex = 0; menuStrip.Text = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.openToolStripMenuItem.Text = "&Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.closeToolStripMenuItem.Text = "&Close"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(103, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(splitContainer2); splitContainer1.Panel1MinSize = 130; // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.Size = new System.Drawing.Size(562, 405); splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance; splitContainer1.TabIndex = 1; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer2.IsSplitterFixed = true; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.searchBox); splitContainer2.Panel1MinSize = 20; // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.hitsBox); splitContainer2.Size = new System.Drawing.Size(130, 405); splitContainer2.SplitterDistance = 20; splitContainer2.TabIndex = 0; // // searchBox // this.searchBox.Dock = System.Windows.Forms.DockStyle.Fill; this.searchBox.Location = new System.Drawing.Point(0, 0); this.searchBox.Name = "searchBox"; this.searchBox.Size = new System.Drawing.Size(130, 20); this.searchBox.TabIndex = 0; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); this.searchBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.searchBox_PreviewKeyDown); // // hitsBox // this.hitsBox.Dock = System.Windows.Forms.DockStyle.Fill; this.hitsBox.FormattingEnabled = true; this.hitsBox.Location = new System.Drawing.Point(0, 0); this.hitsBox.Name = "hitsBox"; this.hitsBox.Size = new System.Drawing.Size(130, 381); this.hitsBox.TabIndex = 0; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); // // webBrowser // this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(428, 405); this.webBrowser.TabIndex = 0; // // statusStrip1 // statusStrip1.Dock = System.Windows.Forms.DockStyle.None; statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel}); statusStrip1.Location = new System.Drawing.Point(0, 0); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(562, 22); statusStrip1.TabIndex = 2; statusStrip1.Text = "statusStrip"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; this.searchStatusLabel.Size = new System.Drawing.Size(0, 17); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(562, 405); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 24); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(562, 427); toolStripContainer1.TabIndex = 3; toolStripContainer1.Text = "toolStripContainer1"; toolStripContainer1.TopToolStripPanelVisible = false; // // BrowseForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(562, 451); this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "BzReader"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.ResumeLayout(false); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell)); this.scriptTable = new System.Windows.Forms.TableLayoutPanel(); this.scriptSplit = new System.Windows.Forms.SplitContainer(); this.scriptOutput = new System.Windows.Forms.TextBox(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.openButton = new System.Windows.Forms.ToolStripButton(); this.saveAs = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.runButton = new System.Windows.Forms.ToolStripButton(); this.shellTable = new System.Windows.Forms.TableLayoutPanel(); this.interactiveInput = new System.Windows.Forms.TextBox(); this.interactiveOutput = new System.Windows.Forms.TextBox(); this.executeCmd = new System.Windows.Forms.Button(); this.clearCmd = new System.Windows.Forms.Button(); this.shellMode = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.scriptMode = new System.Windows.Forms.ToolStripButton(); this.saveDialog = new System.Windows.Forms.SaveFileDialog(); this.openDialog = new System.Windows.Forms.OpenFileDialog(); this.newScript = new System.Windows.Forms.ToolStripButton(); this.linenumTimer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.scriptTable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit(); this.scriptSplit.Panel2.SuspendLayout(); this.scriptSplit.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.shellTable.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable); toolStripContainer1.ContentPanel.Controls.Add(this.shellTable); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(658, 450); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // scriptTable // this.scriptTable.ColumnCount = 1; this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Controls.Add(this.scriptSplit, 0, 1); this.scriptTable.Controls.Add(this.toolStrip2, 0, 0); this.scriptTable.Location = new System.Drawing.Point(340, 40); this.scriptTable.Name = "scriptTable"; this.scriptTable.RowCount = 2; this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Size = new System.Drawing.Size(306, 373); this.scriptTable.TabIndex = 2; // // scriptSplit // this.scriptSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptSplit.Location = new System.Drawing.Point(3, 28); this.scriptSplit.Name = "scriptSplit"; // // scriptSplit.Panel2 // this.scriptSplit.Panel2.Controls.Add(this.scriptOutput); this.scriptSplit.Size = new System.Drawing.Size(300, 342); this.scriptSplit.SplitterDistance = 193; this.scriptSplit.TabIndex = 1; // // scriptOutput // this.scriptOutput.BackColor = System.Drawing.SystemColors.Window; this.scriptOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scriptOutput.Location = new System.Drawing.Point(0, 0); this.scriptOutput.Multiline = true; this.scriptOutput.Name = "scriptOutput"; this.scriptOutput.ReadOnly = true; this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.scriptOutput.Size = new System.Drawing.Size(103, 342); this.scriptOutput.TabIndex = 2; // // toolStrip2 // this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newScript, this.openButton, this.saveAs, this.toolStripSeparator2, this.runButton }); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(306, 25); this.toolStrip2.TabIndex = 2; this.toolStrip2.Text = "toolStrip2"; // // openButton // this.openButton.Image = global::renderdocui.Properties.Resources.folder_page; this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openButton.Name = "openButton"; this.openButton.Size = new System.Drawing.Size(53, 22); this.openButton.Text = "Open"; this.openButton.Click += new System.EventHandler(this.openButton_Click); // // saveAs // this.saveAs.Image = global::renderdocui.Properties.Resources.save; this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveAs.Name = "saveAs"; this.saveAs.Size = new System.Drawing.Size(66, 22); this.saveAs.Text = "Save As"; this.saveAs.Click += new System.EventHandler(this.saveAs_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // runButton // this.runButton.Image = global::renderdocui.Properties.Resources.runfwd; this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.runButton.Name = "runButton"; this.runButton.Size = new System.Drawing.Size(46, 22); this.runButton.Text = "Run"; this.runButton.Click += new System.EventHandler(this.runButton_Click); // // shellTable // this.shellTable.ColumnCount = 3; this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.Controls.Add(this.interactiveInput, 0, 0); this.shellTable.Controls.Add(this.interactiveOutput, 0, 2); this.shellTable.Controls.Add(this.executeCmd, 1, 0); this.shellTable.Controls.Add(this.clearCmd, 2, 0); this.shellTable.Location = new System.Drawing.Point(25, 40); this.shellTable.Name = "shellTable"; this.shellTable.RowCount = 3; this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.Size = new System.Drawing.Size(293, 373); this.shellTable.TabIndex = 0; // // interactiveInput // this.interactiveInput.AcceptsTab = true; this.interactiveInput.Dock = System.Windows.Forms.DockStyle.Top; this.interactiveInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveInput.Location = new System.Drawing.Point(3, 3); this.interactiveInput.MinimumSize = new System.Drawing.Size(4, 20); this.interactiveInput.Multiline = true; this.interactiveInput.Name = "interactiveInput"; this.interactiveInput.Size = new System.Drawing.Size(175, 20); this.interactiveInput.TabIndex = 0; this.interactiveInput.WordWrap = false; this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged); this.interactiveInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown); this.interactiveInput.Layout += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout); // // interactiveOutput // this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window; this.shellTable.SetColumnSpan(this.interactiveOutput, 3); this.interactiveOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.interactiveOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveOutput.Location = new System.Drawing.Point(3, 32); this.interactiveOutput.Multiline = true; this.interactiveOutput.Name = "interactiveOutput"; this.interactiveOutput.ReadOnly = true; this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.interactiveOutput.Size = new System.Drawing.Size(287, 338); this.interactiveOutput.TabIndex = 1; // // executeCmd // this.executeCmd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.executeCmd.Location = new System.Drawing.Point(184, 3); this.executeCmd.Name = "executeCmd"; this.executeCmd.Size = new System.Drawing.Size(60, 23); this.executeCmd.TabIndex = 2; this.executeCmd.Text = "Execute"; this.executeCmd.UseVisualStyleBackColor = true; this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click); // // clearCmd // this.clearCmd.Location = new System.Drawing.Point(250, 3); this.clearCmd.Name = "clearCmd"; this.clearCmd.Size = new System.Drawing.Size(40, 23); this.clearCmd.TabIndex = 3; this.clearCmd.Text = "Clear"; this.clearCmd.UseVisualStyleBackColor = true; this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.shellMode, this.toolStripSeparator1, this.scriptMode }); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(161, 25); toolStrip1.TabIndex = 0; // // shellMode // this.shellMode.Checked = true; this.shellMode.CheckState = System.Windows.Forms.CheckState.Checked; this.shellMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.shellMode.Image = ((System.Drawing.Image)(resources.GetObject("shellMode.Image"))); this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.shellMode.Name = "shellMode"; this.shellMode.Size = new System.Drawing.Size(88, 22); this.shellMode.Text = "Interactive shell"; this.shellMode.Click += new System.EventHandler(this.mode_Changed); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // scriptMode // this.scriptMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.scriptMode.Image = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image"))); this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.scriptMode.Name = "scriptMode"; this.scriptMode.Size = new System.Drawing.Size(64, 22); this.scriptMode.Text = "Run scripts"; this.scriptMode.Click += new System.EventHandler(this.mode_Changed); // // saveDialog // this.saveDialog.DefaultExt = "py"; this.saveDialog.Filter = "Python Scripts (*.py)|*.py"; this.saveDialog.Title = "Save script as .py"; // // openDialog // this.openDialog.DefaultExt = "py"; this.openDialog.Filter = "Python Scripts (*.py)|*.py"; this.openDialog.Title = "Open .py script"; // // newScript // this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit; this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta; this.newScript.Name = "newScript"; this.newScript.Size = new System.Drawing.Size(48, 22); this.newScript.Text = "New"; this.newScript.Click += new System.EventHandler(this.newScript_Click); // // linenumTimer // this.linenumTimer.Interval = 500; this.linenumTimer.Tick += new System.EventHandler(this.linenumTimer_Tick); // // PythonShell // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(658, 450); this.Controls.Add(toolStripContainer1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "PythonShell"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.Text = "PythonShell"; this.DragDrop += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.scriptTable.ResumeLayout(false); this.scriptTable.PerformLayout(); this.scriptSplit.Panel2.ResumeLayout(false); this.scriptSplit.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit(); this.scriptSplit.ResumeLayout(false); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.shellTable.ResumeLayout(false); this.shellTable.PerformLayout(); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripContainer toolStripContainer; System.Windows.Forms.StatusStrip statusStrip; System.Windows.Forms.SplitContainer verticalSplitter; System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("dummy"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("ROOT", new System.Windows.Forms.TreeNode[] { treeNode1 }); System.Windows.Forms.TabPage browsePage; System.Windows.Forms.SplitContainer horizontalSplitter; System.Windows.Forms.ColumnHeader classNameColumn; System.Windows.Forms.ColumnHeader memberNameColumn; System.Windows.Forms.ColumnHeader memberTypeColumn; System.Windows.Forms.TabPage queryPage; System.Windows.Forms.TableLayoutPanel tableLayoutPanel; this.messageLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.scopeLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.scopeTree = new System.Windows.Forms.TreeView(); this.queryMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.copyNameMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.queryMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tabControl = new System.Windows.Forms.TabControl(); this.classList = new System.Windows.Forms.ListView(); this.memberList = new System.Windows.Forms.ListView(); this.queryBox = new System.Windows.Forms.TextBox(); this.resultTable = new System.Windows.Forms.ListView(); this.cancelWorker = new System.ComponentModel.BackgroundWorker(); toolStripContainer = new System.Windows.Forms.ToolStripContainer(); statusStrip = new System.Windows.Forms.StatusStrip(); verticalSplitter = new System.Windows.Forms.SplitContainer(); browsePage = new System.Windows.Forms.TabPage(); horizontalSplitter = new System.Windows.Forms.SplitContainer(); classNameColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); memberNameColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); memberTypeColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); queryPage = new System.Windows.Forms.TabPage(); tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); toolStripContainer.BottomToolStripPanel.SuspendLayout(); toolStripContainer.ContentPanel.SuspendLayout(); toolStripContainer.SuspendLayout(); statusStrip.SuspendLayout(); verticalSplitter.Panel1.SuspendLayout(); verticalSplitter.Panel2.SuspendLayout(); verticalSplitter.SuspendLayout(); this.queryMenu.SuspendLayout(); this.tabControl.SuspendLayout(); browsePage.SuspendLayout(); horizontalSplitter.Panel1.SuspendLayout(); horizontalSplitter.Panel2.SuspendLayout(); horizontalSplitter.SuspendLayout(); queryPage.SuspendLayout(); tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer // // // toolStripContainer.BottomToolStripPanel // toolStripContainer.BottomToolStripPanel.Controls.Add(statusStrip); // // toolStripContainer.ContentPanel // toolStripContainer.ContentPanel.Controls.Add(verticalSplitter); toolStripContainer.ContentPanel.Padding = new System.Windows.Forms.Padding(4); toolStripContainer.ContentPanel.Size = new System.Drawing.Size(752, 440); toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer.Location = new System.Drawing.Point(0, 0); toolStripContainer.Name = "toolStripContainer"; toolStripContainer.Size = new System.Drawing.Size(752, 487); toolStripContainer.TabIndex = 1; toolStripContainer.Text = "toolStripContainer1"; // // statusStrip // statusStrip.Dock = System.Windows.Forms.DockStyle.None; statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.messageLabel, this.scopeLabel }); statusStrip.Location = new System.Drawing.Point(0, 0); statusStrip.Name = "statusStrip"; statusStrip.Size = new System.Drawing.Size(752, 22); statusStrip.TabIndex = 0; // // messageLabel // this.messageLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.messageLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.messageLabel.Name = "messageLabel"; this.messageLabel.Size = new System.Drawing.Size(387, 17); this.messageLabel.Spring = true; this.messageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // scopeLabel // this.scopeLabel.AutoSize = false; this.scopeLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.scopeLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.scopeLabel.Name = "scopeLabel"; this.scopeLabel.Size = new System.Drawing.Size(350, 17); this.scopeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // verticalSplitter // verticalSplitter.Dock = System.Windows.Forms.DockStyle.Fill; verticalSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; verticalSplitter.Location = new System.Drawing.Point(4, 4); verticalSplitter.Name = "verticalSplitter"; // // verticalSplitter.Panel1 // verticalSplitter.Panel1.Controls.Add(this.scopeTree); // // verticalSplitter.Panel2 // verticalSplitter.Panel2.Controls.Add(this.tabControl); verticalSplitter.Size = new System.Drawing.Size(744, 432); verticalSplitter.SplitterDistance = 150; verticalSplitter.TabIndex = 0; verticalSplitter.TabStop = false; // // scopeTree // this.scopeTree.ContextMenuStrip = this.queryMenu; this.scopeTree.Dock = System.Windows.Forms.DockStyle.Fill; this.scopeTree.HideSelection = false; this.scopeTree.Location = new System.Drawing.Point(0, 0); this.scopeTree.Name = "scopeTree"; treeNode1.Name = ""; treeNode1.Text = "dummy"; treeNode2.Name = ""; treeNode2.Text = "ROOT"; this.scopeTree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode2 }); this.scopeTree.Size = new System.Drawing.Size(150, 432); this.scopeTree.TabIndex = 0; this.scopeTree.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.scopeTree_BeforeExpand); this.scopeTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeTree_AfterSelect); // // queryMenu // this.queryMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.copyNameMenuItem, this.queryMenuItem }); this.queryMenu.Name = "queryMenu"; this.queryMenu.Size = new System.Drawing.Size(145, 48); this.queryMenu.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.queryMenu_Closed); this.queryMenu.Opening += new System.ComponentModel.CancelEventHandler(this.queryMenu_Opening); // // copyNameMenuItem // this.copyNameMenuItem.Name = "copyNameMenuItem"; this.copyNameMenuItem.Size = new System.Drawing.Size(144, 22); this.copyNameMenuItem.Text = "&Copy Name"; this.copyNameMenuItem.Click += new System.EventHandler(this.copyNameMenuItem_Click); // // queryMenuItem // this.queryMenuItem.Name = "queryMenuItem"; this.queryMenuItem.Size = new System.Drawing.Size(144, 22); this.queryMenuItem.Text = "&Query"; this.queryMenuItem.Click += new System.EventHandler(this.queryMenuItem_Click); // // tabControl // this.tabControl.Controls.Add(browsePage); this.tabControl.Controls.Add(queryPage); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(590, 432); this.tabControl.TabIndex = 0; // // browsePage // browsePage.Controls.Add(horizontalSplitter); browsePage.Location = new System.Drawing.Point(4, 22); browsePage.Name = "browsePage"; browsePage.Padding = new System.Windows.Forms.Padding(3); browsePage.Size = new System.Drawing.Size(582, 406); browsePage.TabIndex = 0; browsePage.Text = "Browse"; browsePage.UseVisualStyleBackColor = true; // // horizontalSplitter // horizontalSplitter.Dock = System.Windows.Forms.DockStyle.Fill; horizontalSplitter.Location = new System.Drawing.Point(3, 3); horizontalSplitter.Name = "horizontalSplitter"; horizontalSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // horizontalSplitter.Panel1 // horizontalSplitter.Panel1.Controls.Add(this.classList); // // horizontalSplitter.Panel2 // horizontalSplitter.Panel2.Controls.Add(this.memberList); horizontalSplitter.Size = new System.Drawing.Size(576, 400); horizontalSplitter.SplitterDistance = 249; horizontalSplitter.TabIndex = 0; horizontalSplitter.TabStop = false; // // classList // this.classList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { classNameColumn }); this.classList.ContextMenuStrip = this.queryMenu; this.classList.Dock = System.Windows.Forms.DockStyle.Fill; this.classList.FullRowSelect = true; this.classList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.classList.HideSelection = false; this.classList.Location = new System.Drawing.Point(0, 0); this.classList.MultiSelect = false; this.classList.Name = "classList"; this.classList.Size = new System.Drawing.Size(576, 249); this.classList.Sorting = System.Windows.Forms.SortOrder.Ascending; this.classList.TabIndex = 0; this.classList.UseCompatibleStateImageBehavior = false; this.classList.View = System.Windows.Forms.View.Details; this.classList.ItemActivate += new System.EventHandler(this.classList_ItemActivate); // // classNameColumn // classNameColumn.Text = "Name"; // // memberList // this.memberList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { memberNameColumn, memberTypeColumn }); this.memberList.ContextMenuStrip = this.queryMenu; this.memberList.Dock = System.Windows.Forms.DockStyle.Fill; this.memberList.FullRowSelect = true; this.memberList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.memberList.HideSelection = false; this.memberList.Location = new System.Drawing.Point(0, 0); this.memberList.Name = "memberList"; this.memberList.Size = new System.Drawing.Size(576, 147); this.memberList.Sorting = System.Windows.Forms.SortOrder.Ascending; this.memberList.TabIndex = 0; this.memberList.UseCompatibleStateImageBehavior = false; this.memberList.View = System.Windows.Forms.View.Details; // // memberNameColumn // memberNameColumn.Text = "Name"; // // memberTypeColumn // memberTypeColumn.Text = "Type"; // // queryPage // queryPage.Controls.Add(tableLayoutPanel); queryPage.Location = new System.Drawing.Point(4, 22); queryPage.Name = "queryPage"; queryPage.Padding = new System.Windows.Forms.Padding(3); queryPage.Size = new System.Drawing.Size(582, 406); queryPage.TabIndex = 1; queryPage.Text = "Query"; queryPage.UseVisualStyleBackColor = true; // // tableLayoutPanel // tableLayoutPanel.ColumnCount = 1; tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel.Controls.Add(this.queryBox, 0, 0); tableLayoutPanel.Controls.Add(this.resultTable, 0, 1); tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel.Location = new System.Drawing.Point(3, 3); tableLayoutPanel.Name = "tableLayoutPanel"; tableLayoutPanel.RowCount = 2; tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel.Size = new System.Drawing.Size(576, 400); tableLayoutPanel.TabIndex = 0; // // queryBox // this.queryBox.Dock = System.Windows.Forms.DockStyle.Fill; this.queryBox.HideSelection = false; this.queryBox.Location = new System.Drawing.Point(0, 0); this.queryBox.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.queryBox.Name = "queryBox"; this.queryBox.Size = new System.Drawing.Size(576, 19); this.queryBox.TabIndex = 0; this.queryBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.queryBox_KeyDown); this.queryBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.queryBox_KeyPress); // // resultTable // this.resultTable.Dock = System.Windows.Forms.DockStyle.Fill; this.resultTable.FullRowSelect = true; this.resultTable.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.resultTable.HideSelection = false; this.resultTable.Location = new System.Drawing.Point(0, 23); this.resultTable.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0); this.resultTable.MultiSelect = false; this.resultTable.Name = "resultTable"; this.resultTable.Size = new System.Drawing.Size(576, 389); this.resultTable.TabIndex = 1; this.resultTable.UseCompatibleStateImageBehavior = false; this.resultTable.View = System.Windows.Forms.View.Details; // // cancelWorker // this.cancelWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.cancelWorker_DoWork); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 487); this.Controls.Add(toolStripContainer); this.DoubleBuffered = true; this.KeyPreview = true; this.Name = "MainForm"; this.Text = "WMI Viewer"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown); toolStripContainer.BottomToolStripPanel.ResumeLayout(false); toolStripContainer.BottomToolStripPanel.PerformLayout(); toolStripContainer.ContentPanel.ResumeLayout(false); toolStripContainer.ResumeLayout(false); toolStripContainer.PerformLayout(); statusStrip.ResumeLayout(false); statusStrip.PerformLayout(); verticalSplitter.Panel1.ResumeLayout(false); verticalSplitter.Panel2.ResumeLayout(false); verticalSplitter.ResumeLayout(false); this.queryMenu.ResumeLayout(false); this.tabControl.ResumeLayout(false); browsePage.ResumeLayout(false); horizontalSplitter.Panel1.ResumeLayout(false); horizontalSplitter.Panel2.ResumeLayout(false); horizontalSplitter.ResumeLayout(false); queryPage.ResumeLayout(false); tableLayoutPanel.ResumeLayout(false); tableLayoutPanel.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.TabControl m_TC_Property; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DictionaryDialog)); this.m_SC_Main = new System.Windows.Forms.SplitContainer(); this.m_BrowseTreeCtrl = new CAS.Lib.OPCClientControlsLib.BrowseTreeCtrl(); this.ServerTags = new System.Windows.Forms.TabPage(); this.m_PropertiesCTRL = new CAS.Lib.OPCClientControlsLib.PropertyListViewCtrl(); this.m_ToolStrip = new System.Windows.Forms.ToolStrip(); this.m_TSB_Save = new System.Windows.Forms.ToolStripButton(); this.m_TSB_SaveAs = new System.Windows.Forms.ToolStripButton(); this.m_TSB_OpenDictionary = new System.Windows.Forms.ToolStripButton(); this.m_TSB_Connect = new System.Windows.Forms.ToolStripButton(); this.m_TSB_Cancel = new System.Windows.Forms.ToolStripButton(); this.m_Dictionary = new CAS.Lib.OPC.AddressSpace.DictionaryManagement(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); m_TC_Property = new System.Windows.Forms.TabControl(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.m_SC_Main.Panel1.SuspendLayout(); this.m_SC_Main.Panel2.SuspendLayout(); this.m_SC_Main.SuspendLayout(); m_TC_Property.SuspendLayout(); this.ServerTags.SuspendLayout(); this.m_ToolStrip.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.m_SC_Main); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1009, 432); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; // // toolStripContainer1.LeftToolStripPanel // toolStripContainer1.LeftToolStripPanel.Enabled = false; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; // // toolStripContainer1.RightToolStripPanel // toolStripContainer1.RightToolStripPanel.Enabled = false; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(1009, 457); toolStripContainer1.TabIndex = 1; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(this.m_ToolStrip); // // m_SC_Main // this.m_SC_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.m_SC_Main.Location = new System.Drawing.Point(0, 0); this.m_SC_Main.Name = "m_SC_Main"; // // m_SC_Main.Panel1 // this.m_SC_Main.Panel1.Controls.Add(this.m_BrowseTreeCtrl); // // m_SC_Main.Panel2 // this.m_SC_Main.Panel2.Controls.Add(m_TC_Property); this.m_SC_Main.Size = new System.Drawing.Size(1009, 432); this.m_SC_Main.SplitterDistance = 335; this.m_SC_Main.TabIndex = 0; // // m_BrowseTreeCtrl // this.m_BrowseTreeCtrl.Dock = System.Windows.Forms.DockStyle.Fill; this.m_BrowseTreeCtrl.Location = new System.Drawing.Point(0, 0); this.m_BrowseTreeCtrl.Name = "m_BrowseTreeCtrl"; this.m_BrowseTreeCtrl.Size = new System.Drawing.Size(335, 432); this.m_BrowseTreeCtrl.TabIndex = 0; // // m_TC_Property // m_TC_Property.Controls.Add(this.ServerTags); m_TC_Property.Dock = System.Windows.Forms.DockStyle.Fill; m_TC_Property.Location = new System.Drawing.Point(0, 0); m_TC_Property.Name = "m_TC_Property"; m_TC_Property.SelectedIndex = 0; m_TC_Property.ShowToolTips = true; m_TC_Property.Size = new System.Drawing.Size(670, 432); m_TC_Property.TabIndex = 0; // // ServerTags // this.ServerTags.Controls.Add(this.m_PropertiesCTRL); this.ServerTags.Location = new System.Drawing.Point(4, 22); this.ServerTags.Name = "ServerTags"; this.ServerTags.Padding = new System.Windows.Forms.Padding(3); this.ServerTags.Size = new System.Drawing.Size(662, 406); this.ServerTags.TabIndex = 0; this.ServerTags.Text = "Properties"; this.ServerTags.ToolTipText = "Tab displaying selected item properties details"; this.ServerTags.UseVisualStyleBackColor = true; // // m_PropertiesCTRL // this.m_PropertiesCTRL.AllowDrop = true; this.m_PropertiesCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.m_PropertiesCTRL.Location = new System.Drawing.Point(3, 3); this.m_PropertiesCTRL.Name = "m_PropertiesCTRL"; this.m_PropertiesCTRL.Size = new System.Drawing.Size(656, 400); this.m_PropertiesCTRL.TabIndex = 0; // // m_ToolStrip // this.m_ToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.m_ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_TSB_Save, this.m_TSB_SaveAs, this.m_TSB_OpenDictionary, this.m_TSB_Connect, this.m_TSB_Cancel }); this.m_ToolStrip.Location = new System.Drawing.Point(3, 0); this.m_ToolStrip.Name = "m_ToolStrip"; this.m_ToolStrip.Size = new System.Drawing.Size(512, 25); this.m_ToolStrip.TabIndex = 0; // // m_TSB_Save // this.m_TSB_Save.AutoSize = false; this.m_TSB_Save.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.export; this.m_TSB_Save.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_Save.Name = "m_TSB_Save"; this.m_TSB_Save.Size = new System.Drawing.Size(100, 22); this.m_TSB_Save.Text = "&Save"; this.m_TSB_Save.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.m_TSB_Save.ToolTipText = "Save address space dictionary to an XML file"; this.m_TSB_Save.Click += new System.EventHandler(this.m_TSB_Save_Click); // // m_TSB_SaveAs // this.m_TSB_SaveAs.AutoSize = false; this.m_TSB_SaveAs.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.export; this.m_TSB_SaveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_SaveAs.Name = "m_TSB_SaveAs"; this.m_TSB_SaveAs.Size = new System.Drawing.Size(100, 22); this.m_TSB_SaveAs.Text = "&Save As"; this.m_TSB_SaveAs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.m_TSB_SaveAs.ToolTipText = "Save as address space dictionary to an XML file"; this.m_TSB_SaveAs.Click += new System.EventHandler(this.m_TSB_SaveAs_Click); // // m_TSB_OpenDictionary // this.m_TSB_OpenDictionary.AutoSize = false; this.m_TSB_OpenDictionary.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.OpenXml; this.m_TSB_OpenDictionary.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_OpenDictionary.Name = "m_TSB_OpenDictionary"; this.m_TSB_OpenDictionary.Size = new System.Drawing.Size(100, 22); this.m_TSB_OpenDictionary.Text = "&Open"; this.m_TSB_OpenDictionary.ToolTipText = "Open an address space dictionary XML file"; this.m_TSB_OpenDictionary.Click += new System.EventHandler(this.m_TSB_OpenDictionary_Click); // // m_TSB_Connect // this.m_TSB_Connect.AutoSize = false; this.m_TSB_Connect.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.Network_ConnectTo; this.m_TSB_Connect.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_Connect.Name = "m_TSB_Connect"; this.m_TSB_Connect.Size = new System.Drawing.Size(100, 22); this.m_TSB_Connect.Text = "&Connect"; this.m_TSB_Connect.ToolTipText = "Browse network and connect to selected server."; this.m_TSB_Connect.Click += new System.EventHandler(this.m_TSB_Connect_Click); // // m_TSB_Cancel // this.m_TSB_Cancel.AutoSize = false; this.m_TSB_Cancel.Image = global::CAS.Lib.OPCClientControlsLib.ImagesResources.delete; this.m_TSB_Cancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_TSB_Cancel.Name = "m_TSB_Cancel"; this.m_TSB_Cancel.Size = new System.Drawing.Size(100, 22); this.m_TSB_Cancel.Text = "Done"; this.m_TSB_Cancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.m_TSB_Cancel.ToolTipText = "Cancel operation and return to previous dialog"; this.m_TSB_Cancel.Click += new System.EventHandler(this.m_TSB_Cancel_Click); // // m_Dictionary // this.m_Dictionary.DefaultFileName = "Dictionary"; // // DictionaryDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1009, 457); this.Controls.Add(toolStripContainer1); this.HelpButton = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.ImeMode = System.Windows.Forms.ImeMode.Off; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DictionaryDialog"; this.Text = "Address Space Dictionary Management"; this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.DictionaryDialog_HelpButtonClicked); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.m_SC_Main.Panel1.ResumeLayout(false); this.m_SC_Main.Panel2.ResumeLayout(false); this.m_SC_Main.ResumeLayout(false); m_TC_Property.ResumeLayout(false); this.ServerTags.ResumeLayout(false); this.m_ToolStrip.ResumeLayout(false); this.m_ToolStrip.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStripContainer tscTransactionView; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TransactionViewForm)); System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblSourceAccount; System.Windows.Forms.Label lblSourceAmount; System.Windows.Forms.Label lblDestinationAccount; System.Windows.Forms.Label lblDestinationAmount; System.Windows.Forms.Label lblDescription; System.Windows.Forms.Label lblTags; System.Windows.Forms.Label lblImplementsPlan; this.tlpTemplateTransaction = new System.Windows.Forms.TableLayoutPanel(); this.tbImplementsPlan = new System.Windows.Forms.TextBox(); this.tbTitle = new System.Windows.Forms.TextBox(); this.gbSource = new System.Windows.Forms.GroupBox(); this.tlpSource = new System.Windows.Forms.TableLayoutPanel(); this.tbSourceAmount = new System.Windows.Forms.TextBox(); this.tbSourceAccount = new System.Windows.Forms.TextBox(); this.gbDestination = new System.Windows.Forms.GroupBox(); this.tlpDestination = new System.Windows.Forms.TableLayoutPanel(); this.tbDestinationAccount = new System.Windows.Forms.TextBox(); this.tbDestinationAmount = new System.Windows.Forms.TextBox(); this.tbDescription = new System.Windows.Forms.TextBox(); this.ttbTags = new easyMoney.Controls.TagTextBox(); this.tsTransactionView = new System.Windows.Forms.ToolStrip(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); tscTransactionView = new System.Windows.Forms.ToolStripContainer(); lblTitle = new System.Windows.Forms.Label(); lblSourceAccount = new System.Windows.Forms.Label(); lblSourceAmount = new System.Windows.Forms.Label(); lblDestinationAccount = new System.Windows.Forms.Label(); lblDestinationAmount = new System.Windows.Forms.Label(); lblDescription = new System.Windows.Forms.Label(); lblTags = new System.Windows.Forms.Label(); lblImplementsPlan = new System.Windows.Forms.Label(); tscTransactionView.ContentPanel.SuspendLayout(); tscTransactionView.TopToolStripPanel.SuspendLayout(); tscTransactionView.SuspendLayout(); this.tlpTemplateTransaction.SuspendLayout(); this.gbSource.SuspendLayout(); this.tlpSource.SuspendLayout(); this.gbDestination.SuspendLayout(); this.tlpDestination.SuspendLayout(); this.tsTransactionView.SuspendLayout(); this.SuspendLayout(); // // tscTransactionView // tscTransactionView.BottomToolStripPanelVisible = false; // // tscTransactionView.ContentPanel // tscTransactionView.ContentPanel.Controls.Add(this.tlpTemplateTransaction); resources.ApplyResources(tscTransactionView.ContentPanel, "tscTransactionView.ContentPanel"); resources.ApplyResources(tscTransactionView, "tscTransactionView"); tscTransactionView.LeftToolStripPanelVisible = false; tscTransactionView.Name = "tscTransactionView"; tscTransactionView.RightToolStripPanelVisible = false; // // tscTransactionView.TopToolStripPanel // tscTransactionView.TopToolStripPanel.Controls.Add(this.tsTransactionView); // // tlpTemplateTransaction // resources.ApplyResources(this.tlpTemplateTransaction, "tlpTemplateTransaction"); this.tlpTemplateTransaction.Controls.Add(this.tbImplementsPlan, 0, 8); this.tlpTemplateTransaction.Controls.Add(lblTitle, 0, 0); this.tlpTemplateTransaction.Controls.Add(this.tbTitle, 0, 1); this.tlpTemplateTransaction.Controls.Add(this.gbSource, 0, 2); this.tlpTemplateTransaction.Controls.Add(this.gbDestination, 1, 2); this.tlpTemplateTransaction.Controls.Add(lblDescription, 0, 3); this.tlpTemplateTransaction.Controls.Add(this.tbDescription, 0, 4); this.tlpTemplateTransaction.Controls.Add(lblTags, 0, 5); this.tlpTemplateTransaction.Controls.Add(this.ttbTags, 0, 6); this.tlpTemplateTransaction.Controls.Add(lblImplementsPlan, 0, 7); this.tlpTemplateTransaction.Name = "tlpTemplateTransaction"; // // tbImplementsPlan // this.tbImplementsPlan.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.tbImplementsPlan.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.tlpTemplateTransaction.SetColumnSpan(this.tbImplementsPlan, 2); resources.ApplyResources(this.tbImplementsPlan, "tbImplementsPlan"); this.tbImplementsPlan.Name = "tbImplementsPlan"; this.tbImplementsPlan.ReadOnly = true; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); this.tlpTemplateTransaction.SetColumnSpan(lblTitle, 2); lblTitle.Name = "lblTitle"; // // tbTitle // this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.tlpTemplateTransaction.SetColumnSpan(this.tbTitle, 2); resources.ApplyResources(this.tbTitle, "tbTitle"); this.tbTitle.Name = "tbTitle"; this.tbTitle.ReadOnly = true; // // gbSource // this.gbSource.Controls.Add(this.tlpSource); resources.ApplyResources(this.gbSource, "gbSource"); this.gbSource.Name = "gbSource"; this.gbSource.TabStop = false; // // tlpSource // resources.ApplyResources(this.tlpSource, "tlpSource"); this.tlpSource.Controls.Add(this.tbSourceAmount, 0, 3); this.tlpSource.Controls.Add(this.tbSourceAccount, 0, 1); this.tlpSource.Controls.Add(lblSourceAccount, 0, 0); this.tlpSource.Controls.Add(lblSourceAmount, 0, 2); this.tlpSource.Name = "tlpSource"; // // tbSourceAmount // resources.ApplyResources(this.tbSourceAmount, "tbSourceAmount"); this.tbSourceAmount.Name = "tbSourceAmount"; this.tbSourceAmount.ReadOnly = true; // // tbSourceAccount // resources.ApplyResources(this.tbSourceAccount, "tbSourceAccount"); this.tbSourceAccount.Name = "tbSourceAccount"; this.tbSourceAccount.ReadOnly = true; // // lblSourceAccount // resources.ApplyResources(lblSourceAccount, "lblSourceAccount"); lblSourceAccount.Name = "lblSourceAccount"; // // lblSourceAmount // resources.ApplyResources(lblSourceAmount, "lblSourceAmount"); lblSourceAmount.Name = "lblSourceAmount"; // // gbDestination // this.gbDestination.Controls.Add(this.tlpDestination); resources.ApplyResources(this.gbDestination, "gbDestination"); this.gbDestination.Name = "gbDestination"; this.gbDestination.TabStop = false; // // tlpDestination // resources.ApplyResources(this.tlpDestination, "tlpDestination"); this.tlpDestination.Controls.Add(this.tbDestinationAccount, 0, 1); this.tlpDestination.Controls.Add(this.tbDestinationAmount, 0, 3); this.tlpDestination.Controls.Add(lblDestinationAccount, 0, 0); this.tlpDestination.Controls.Add(lblDestinationAmount, 0, 2); this.tlpDestination.Name = "tlpDestination"; // // tbDestinationAccount // resources.ApplyResources(this.tbDestinationAccount, "tbDestinationAccount"); this.tbDestinationAccount.Name = "tbDestinationAccount"; this.tbDestinationAccount.ReadOnly = true; // // tbDestinationAmount // resources.ApplyResources(this.tbDestinationAmount, "tbDestinationAmount"); this.tbDestinationAmount.Name = "tbDestinationAmount"; this.tbDestinationAmount.ReadOnly = true; // // lblDestinationAccount // resources.ApplyResources(lblDestinationAccount, "lblDestinationAccount"); lblDestinationAccount.Name = "lblDestinationAccount"; // // lblDestinationAmount // resources.ApplyResources(lblDestinationAmount, "lblDestinationAmount"); lblDestinationAmount.Name = "lblDestinationAmount"; // // lblDescription // resources.ApplyResources(lblDescription, "lblDescription"); this.tlpTemplateTransaction.SetColumnSpan(lblDescription, 2); lblDescription.Name = "lblDescription"; // // tbDescription // this.tlpTemplateTransaction.SetColumnSpan(this.tbDescription, 2); resources.ApplyResources(this.tbDescription, "tbDescription"); this.tbDescription.Name = "tbDescription"; this.tbDescription.ReadOnly = true; // // lblTags // resources.ApplyResources(lblTags, "lblTags"); this.tlpTemplateTransaction.SetColumnSpan(lblTags, 2); lblTags.Name = "lblTags"; // // ttbTags // this.tlpTemplateTransaction.SetColumnSpan(this.ttbTags, 2); resources.ApplyResources(this.ttbTags, "ttbTags"); this.ttbTags.Name = "ttbTags"; this.ttbTags.PopupOpened = false; this.ttbTags.ReadOnly = true; this.ttbTags.Tags = ((System.Collections.Generic.List <string>)(resources.GetObject("ttbTags.Tags"))); // // lblImplementsPlan // resources.ApplyResources(lblImplementsPlan, "lblImplementsPlan"); this.tlpTemplateTransaction.SetColumnSpan(lblImplementsPlan, 2); lblImplementsPlan.Name = "lblImplementsPlan"; // // tsTransactionView // resources.ApplyResources(this.tsTransactionView, "tsTransactionView"); this.tsTransactionView.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tsTransactionView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbClose, this.tsbDelete }); this.tsTransactionView.Name = "tsTransactionView"; this.tsTransactionView.Stretch = true; // // tsbClose // this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick; resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // tsbDelete // this.tsbDelete.Image = global::easyMoney.Manager.Properties.Resources.delete; resources.ApplyResources(this.tsbDelete, "tsbDelete"); this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click); // // TransactionViewForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tscTransactionView); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TransactionViewForm"; this.ShowIcon = false; this.ShowInTaskbar = false; tscTransactionView.ContentPanel.ResumeLayout(false); tscTransactionView.TopToolStripPanel.ResumeLayout(false); tscTransactionView.TopToolStripPanel.PerformLayout(); tscTransactionView.ResumeLayout(false); tscTransactionView.PerformLayout(); this.tlpTemplateTransaction.ResumeLayout(false); this.tlpTemplateTransaction.PerformLayout(); this.gbSource.ResumeLayout(false); this.tlpSource.ResumeLayout(false); this.tlpSource.PerformLayout(); this.gbDestination.ResumeLayout(false); this.tlpDestination.ResumeLayout(false); this.tlpDestination.PerformLayout(); this.tsTransactionView.ResumeLayout(false); this.tsTransactionView.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStrip toolStrip1; System.Windows.Forms.ToolStripLabel toolStripLabel1; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality)); this.QualityBox = new System.Windows.Forms.ToolStripComboBox(); this.ProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.DropLabel = new System.Windows.Forms.Label(); this.Worker = new System.ComponentModel.BackgroundWorker(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip2 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); toolStrip2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1, this.QualityBox}); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(158, 25); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(45, 22); toolStripLabel1.Text = "Quality"; // // QualityBox // this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.QualityBox.Items.AddRange(new object[] { "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100"}); this.QualityBox.Name = "QualityBox"; this.QualityBox.Size = new System.Drawing.Size(75, 25); this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(284, 115); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // toolStrip2 // toolStrip2.AutoSize = false; toolStrip2.Dock = System.Windows.Forms.DockStyle.None; toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ProgressBar}); toolStrip2.Location = new System.Drawing.Point(0, 0); toolStrip2.Name = "toolStrip2"; toolStrip2.Size = new System.Drawing.Size(284, 25); toolStrip2.Stretch = true; toolStrip2.TabIndex = 0; // // ProgressBar // this.ProgressBar.AutoSize = false; this.ProgressBar.Name = "ProgressBar"; this.ProgressBar.Size = new System.Drawing.Size(280, 22); this.ProgressBar.Step = 1; // // DropLabel // this.DropLabel.AllowDrop = true; this.DropLabel.BackColor = System.Drawing.Color.LightSkyBlue; this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.DropLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.DropLabel.Location = new System.Drawing.Point(0, 0); this.DropLabel.Name = "DropLabel"; this.DropLabel.Size = new System.Drawing.Size(284, 65); this.DropLabel.TabIndex = 0; this.DropLabel.Text = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " + "directory."; this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop); this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver); // // Worker // this.Worker.WorkerReportsProgress = true; this.Worker.WorkerSupportsCancellation = true; this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync); this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged); // // JpegQuality // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 115); this.Controls.Add(toolStripContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "JpegQuality"; this.Text = "JPEG Quality"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); toolStrip2.ResumeLayout(false); toolStrip2.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStripContainer tscFileImport; System.Windows.Forms.TableLayoutPanel tlpFileImport; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm)); System.Windows.Forms.GroupBox gbImportedTransactionList; System.Windows.Forms.GroupBox gbTransactionDetails; System.Windows.Forms.TableLayoutPanel tlpDetails; System.Windows.Forms.Label lblDate; System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblAccount; System.Windows.Forms.Label lblAmount; System.Windows.Forms.Label lblTags; System.Windows.Forms.ToolStrip tsFileImport; this.lbImportedTransactions = new System.Windows.Forms.ListBox(); this.cbImport = new System.Windows.Forms.CheckBox(); this.dtpDate = new System.Windows.Forms.DateTimePicker(); this.tbTitle = new System.Windows.Forms.TextBox(); this.cbImplementsPlan = new System.Windows.Forms.CheckBox(); this.cbPlan = new System.Windows.Forms.ComboBox(); this.cbAccount = new System.Windows.Forms.ComboBox(); this.numAmount = new System.Windows.Forms.NumericUpDown(); this.lblCurrency = new System.Windows.Forms.Label(); this.ttbTags = new easyMoney.Controls.TagTextBox(); this.tsbOpen = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbImport = new System.Windows.Forms.ToolStripButton(); this.fdFileOpen = new System.Windows.Forms.OpenFileDialog(); tscFileImport = new System.Windows.Forms.ToolStripContainer(); tlpFileImport = new System.Windows.Forms.TableLayoutPanel(); gbImportedTransactionList = new System.Windows.Forms.GroupBox(); gbTransactionDetails = new System.Windows.Forms.GroupBox(); tlpDetails = new System.Windows.Forms.TableLayoutPanel(); lblDate = new System.Windows.Forms.Label(); lblTitle = new System.Windows.Forms.Label(); lblAccount = new System.Windows.Forms.Label(); lblAmount = new System.Windows.Forms.Label(); lblTags = new System.Windows.Forms.Label(); tsFileImport = new System.Windows.Forms.ToolStrip(); tscFileImport.ContentPanel.SuspendLayout(); tscFileImport.TopToolStripPanel.SuspendLayout(); tscFileImport.SuspendLayout(); tlpFileImport.SuspendLayout(); gbImportedTransactionList.SuspendLayout(); gbTransactionDetails.SuspendLayout(); tlpDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit(); tsFileImport.SuspendLayout(); this.SuspendLayout(); // // tscFileImport // tscFileImport.BottomToolStripPanelVisible = false; // // tscFileImport.ContentPanel // tscFileImport.ContentPanel.Controls.Add(tlpFileImport); resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel"); resources.ApplyResources(tscFileImport, "tscFileImport"); tscFileImport.LeftToolStripPanelVisible = false; tscFileImport.Name = "tscFileImport"; tscFileImport.RightToolStripPanelVisible = false; // // tscFileImport.TopToolStripPanel // tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport); // // tlpFileImport // resources.ApplyResources(tlpFileImport, "tlpFileImport"); tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0); tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0); tlpFileImport.Name = "tlpFileImport"; // // gbImportedTransactionList // gbImportedTransactionList.Controls.Add(this.lbImportedTransactions); resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList"); gbImportedTransactionList.Name = "gbImportedTransactionList"; gbImportedTransactionList.TabStop = false; // // lbImportedTransactions // resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions"); this.lbImportedTransactions.FormattingEnabled = true; this.lbImportedTransactions.Name = "lbImportedTransactions"; this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged); // // gbTransactionDetails // gbTransactionDetails.Controls.Add(tlpDetails); resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails"); gbTransactionDetails.Name = "gbTransactionDetails"; gbTransactionDetails.TabStop = false; // // tlpDetails // resources.ApplyResources(tlpDetails, "tlpDetails"); tlpDetails.Controls.Add(this.cbImport, 0, 0); tlpDetails.Controls.Add(lblDate, 0, 1); tlpDetails.Controls.Add(this.dtpDate, 0, 2); tlpDetails.Controls.Add(lblTitle, 0, 3); tlpDetails.Controls.Add(this.tbTitle, 0, 4); tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5); tlpDetails.Controls.Add(this.cbPlan, 0, 6); tlpDetails.Controls.Add(lblAccount, 0, 7); tlpDetails.Controls.Add(this.cbAccount, 0, 8); tlpDetails.Controls.Add(lblAmount, 0, 9); tlpDetails.Controls.Add(this.numAmount, 0, 10); tlpDetails.Controls.Add(this.lblCurrency, 2, 10); tlpDetails.Controls.Add(lblTags, 0, 11); tlpDetails.Controls.Add(this.ttbTags, 0, 12); tlpDetails.Name = "tlpDetails"; // // cbImport // resources.ApplyResources(this.cbImport, "cbImport"); tlpDetails.SetColumnSpan(this.cbImport, 3); this.cbImport.Name = "cbImport"; this.cbImport.UseVisualStyleBackColor = true; // // lblDate // resources.ApplyResources(lblDate, "lblDate"); tlpDetails.SetColumnSpan(lblDate, 3); lblDate.Name = "lblDate"; // // dtpDate // tlpDetails.SetColumnSpan(this.dtpDate, 3); resources.ApplyResources(this.dtpDate, "dtpDate"); this.dtpDate.Name = "dtpDate"; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); tlpDetails.SetColumnSpan(lblTitle, 3); lblTitle.Name = "lblTitle"; // // tbTitle // this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; tlpDetails.SetColumnSpan(this.tbTitle, 3); resources.ApplyResources(this.tbTitle, "tbTitle"); this.tbTitle.Name = "tbTitle"; // // cbImplementsPlan // resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan"); tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3); this.cbImplementsPlan.Name = "cbImplementsPlan"; this.cbImplementsPlan.UseVisualStyleBackColor = true; // // cbPlan // tlpDetails.SetColumnSpan(this.cbPlan, 3); resources.ApplyResources(this.cbPlan, "cbPlan"); this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPlan.FormattingEnabled = true; this.cbPlan.Name = "cbPlan"; // // lblAccount // resources.ApplyResources(lblAccount, "lblAccount"); tlpDetails.SetColumnSpan(lblAccount, 3); lblAccount.Name = "lblAccount"; // // cbAccount // tlpDetails.SetColumnSpan(this.cbAccount, 3); resources.ApplyResources(this.cbAccount, "cbAccount"); this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAccount.FormattingEnabled = true; this.cbAccount.Name = "cbAccount"; // // lblAmount // resources.ApplyResources(lblAmount, "lblAmount"); tlpDetails.SetColumnSpan(lblAmount, 3); lblAmount.Name = "lblAmount"; // // numAmount // tlpDetails.SetColumnSpan(this.numAmount, 2); this.numAmount.DecimalPlaces = 2; resources.ApplyResources(this.numAmount, "numAmount"); this.numAmount.Maximum = new decimal(new int[] { 1569325055, 23283064, 0, 0}); this.numAmount.Name = "numAmount"; // // lblCurrency // resources.ApplyResources(this.lblCurrency, "lblCurrency"); this.lblCurrency.Name = "lblCurrency"; // // lblTags // resources.ApplyResources(lblTags, "lblTags"); tlpDetails.SetColumnSpan(lblTags, 3); lblTags.Name = "lblTags"; // // ttbTags // tlpDetails.SetColumnSpan(this.ttbTags, 3); resources.ApplyResources(this.ttbTags, "ttbTags"); this.ttbTags.Name = "ttbTags"; this.ttbTags.PopupOpened = false; this.ttbTags.ReadOnly = false; this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable<string>)(resources.GetObject("ttbTags.Tags"))); // // tsFileImport // resources.ApplyResources(tsFileImport, "tsFileImport"); tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOpen, this.tsbClose, this.tsbImport}); tsFileImport.Name = "tsFileImport"; tsFileImport.Stretch = true; // // tsbOpen // this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page; resources.ApplyResources(this.tsbOpen, "tsbOpen"); this.tsbOpen.Name = "tsbOpen"; this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click); // // tsbClose // this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick; resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // tsbImport // this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple; resources.ApplyResources(this.tsbImport, "tsbImport"); this.tsbImport.Name = "tsbImport"; this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click); // // fdFileOpen // this.fdFileOpen.DefaultExt = "*.xml"; resources.ApplyResources(this.fdFileOpen, "fdFileOpen"); // // FileImportForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tscFileImport); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "FileImportForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.FileImportForm_Load); tscFileImport.ContentPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.PerformLayout(); tscFileImport.ResumeLayout(false); tscFileImport.PerformLayout(); tlpFileImport.ResumeLayout(false); gbImportedTransactionList.ResumeLayout(false); gbTransactionDetails.ResumeLayout(false); tlpDetails.ResumeLayout(false); tlpDetails.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit(); tsFileImport.ResumeLayout(false); tsFileImport.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label lblName; System.Windows.Forms.Label lblCategory; System.Windows.Forms.Label lblImage; System.Windows.Forms.Label lblNotes; System.Windows.Forms.Button btnOk; System.Windows.Forms.BindingNavigator navIngredients; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditIngredient)); System.Windows.Forms.ToolStripContainer tscIngredinets; this.srcIngredients = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.lstRecipes = new System.Windows.Forms.ListBox(); this.tlpMain = new System.Windows.Forms.TableLayoutPanel(); this.txtName = new System.Windows.Forms.TextBox(); this.cmbCategory = new System.Windows.Forms.ComboBox(); this.srcCategory = new System.Windows.Forms.BindingSource(this.components); this.cmbImage = new System.Windows.Forms.ComboBox(); this.srcImage = new System.Windows.Forms.BindingSource(this.components); this.txtNotes = new System.Windows.Forms.TextBox(); this.lblIngredients = new System.Windows.Forms.Label(); this.pnlIngredients = new System.Windows.Forms.Panel(); this.flpDialogButtons = new System.Windows.Forms.FlowLayoutPanel(); this.btnCancel = new System.Windows.Forms.Button(); lblName = new System.Windows.Forms.Label(); lblCategory = new System.Windows.Forms.Label(); lblImage = new System.Windows.Forms.Label(); lblNotes = new System.Windows.Forms.Label(); btnOk = new System.Windows.Forms.Button(); navIngredients = new System.Windows.Forms.BindingNavigator(this.components); tscIngredinets = new System.Windows.Forms.ToolStripContainer(); ((System.ComponentModel.ISupportInitialize)(navIngredients)).BeginInit(); navIngredients.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcIngredients)).BeginInit(); tscIngredinets.ContentPanel.SuspendLayout(); tscIngredinets.TopToolStripPanel.SuspendLayout(); tscIngredinets.SuspendLayout(); this.tlpMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcCategory)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.srcImage)).BeginInit(); this.pnlIngredients.SuspendLayout(); this.flpDialogButtons.SuspendLayout(); this.SuspendLayout(); // // lblName // lblName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblName.AutoSize = true; lblName.Location = new System.Drawing.Point(3, 0); lblName.Name = "lblName"; lblName.Size = new System.Drawing.Size(314, 13); lblName.TabIndex = 0; lblName.Text = "Name:"; // // lblCategory // lblCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblCategory.AutoSize = true; lblCategory.Location = new System.Drawing.Point(3, 39); lblCategory.Name = "lblCategory"; lblCategory.Size = new System.Drawing.Size(314, 13); lblCategory.TabIndex = 2; lblCategory.Text = "Category:"; // // lblImage // lblImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblImage.AutoSize = true; lblImage.Location = new System.Drawing.Point(3, 79); lblImage.Name = "lblImage"; lblImage.Size = new System.Drawing.Size(314, 13); lblImage.TabIndex = 4; lblImage.Text = "Image:"; // // lblNotes // lblNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); lblNotes.AutoSize = true; lblNotes.Location = new System.Drawing.Point(3, 119); lblNotes.Name = "lblNotes"; lblNotes.Size = new System.Drawing.Size(314, 13); lblNotes.TabIndex = 6; lblNotes.Text = "Notes:"; // // btnOk // btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; btnOk.Location = new System.Drawing.Point(562, 3); btnOk.Name = "btnOk"; btnOk.Size = new System.Drawing.Size(75, 23); btnOk.TabIndex = 1; btnOk.Text = "&Ok"; btnOk.UseVisualStyleBackColor = true; // // navIngredients // navIngredients.AddNewItem = null; navIngredients.BindingSource = this.srcIngredients; navIngredients.CountItem = this.bindingNavigatorCountItem; navIngredients.DeleteItem = this.bindingNavigatorDeleteItem; navIngredients.Dock = System.Windows.Forms.DockStyle.None; navIngredients.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; navIngredients.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.bindingNavigatorAddNewItem, this.btnEdit, this.bindingNavigatorDeleteItem }); navIngredients.Location = new System.Drawing.Point(3, 0); navIngredients.MoveFirstItem = this.bindingNavigatorMoveFirstItem; navIngredients.MoveLastItem = this.bindingNavigatorMoveLastItem; navIngredients.MoveNextItem = this.bindingNavigatorMoveNextItem; navIngredients.MovePreviousItem = this.bindingNavigatorMovePreviousItem; navIngredients.Name = "navIngredients"; navIngredients.PositionItem = this.bindingNavigatorPositionItem; navIngredients.Size = new System.Drawing.Size(269, 25); navIngredients.TabIndex = 0; navIngredients.Text = "bindingNavigator1"; // // srcIngredients // this.srcIngredients.AllowNew = true; this.srcIngredients.DataSource = typeof(JAL.AquariaRecipes.Recipes.IngredientCollection); this.srcIngredients.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.SrcIngredients_ListChanged); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.BtnAdd_Click); // // btnEdit // this.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image"))); this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(23, 22); this.btnEdit.Text = "Edit"; this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click); // // tscIngredinets // // // tscIngredinets.ContentPanel // tscIngredinets.ContentPanel.Controls.Add(this.lstRecipes); tscIngredinets.ContentPanel.Size = new System.Drawing.Size(314, 214); tscIngredinets.Dock = System.Windows.Forms.DockStyle.Fill; tscIngredinets.Location = new System.Drawing.Point(0, 0); tscIngredinets.Name = "tscIngredinets"; tscIngredinets.Size = new System.Drawing.Size(314, 239); tscIngredinets.TabIndex = 0; tscIngredinets.Text = "toolStripContainer1"; // // tscIngredinets.TopToolStripPanel // tscIngredinets.TopToolStripPanel.Controls.Add(navIngredients); // // lstRecipes // this.lstRecipes.DataSource = this.srcIngredients; this.lstRecipes.Dock = System.Windows.Forms.DockStyle.Fill; this.lstRecipes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.lstRecipes.FormattingEnabled = true; this.lstRecipes.IntegralHeight = false; this.lstRecipes.ItemHeight = 64; this.lstRecipes.Location = new System.Drawing.Point(0, 0); this.lstRecipes.Name = "lstRecipes"; this.lstRecipes.Size = new System.Drawing.Size(314, 214); this.lstRecipes.TabIndex = 0; this.lstRecipes.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.LstRecipes_DrawItem); this.lstRecipes.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.LstRecipes_MeasureItem); this.lstRecipes.Resize += new System.EventHandler(this.LstRecipes_Resize); // // tlpMain // this.tlpMain.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.tlpMain.ColumnCount = 2; this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.Controls.Add(lblName, 0, 0); this.tlpMain.Controls.Add(this.txtName, 0, 1); this.tlpMain.Controls.Add(lblCategory, 0, 2); this.tlpMain.Controls.Add(this.cmbCategory, 0, 3); this.tlpMain.Controls.Add(lblImage, 0, 4); this.tlpMain.Controls.Add(this.cmbImage, 0, 5); this.tlpMain.Controls.Add(lblNotes, 0, 6); this.tlpMain.Controls.Add(this.txtNotes, 0, 7); this.tlpMain.Controls.Add(this.lblIngredients, 1, 0); this.tlpMain.Controls.Add(this.pnlIngredients, 1, 1); this.tlpMain.Controls.Add(this.flpDialogButtons, 0, 8); this.tlpMain.Location = new System.Drawing.Point(12, 12); this.tlpMain.Name = "tlpMain"; this.tlpMain.RowCount = 9; this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpMain.Size = new System.Drawing.Size(640, 287); this.tlpMain.TabIndex = 0; // // txtName // this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.txtName.Location = new System.Drawing.Point(3, 16); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(314, 20); this.txtName.TabIndex = 1; // // cmbCategory // this.cmbCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cmbCategory.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcCategory, "Name", true)); this.cmbCategory.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcCategory, "Name", true)); this.cmbCategory.DataSource = this.srcCategory; this.cmbCategory.DisplayMember = "Name"; this.cmbCategory.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.cmbCategory.DropDownHeight = 220; this.cmbCategory.IntegralHeight = false; this.cmbCategory.Location = new System.Drawing.Point(3, 55); this.cmbCategory.Name = "cmbCategory"; this.cmbCategory.Size = new System.Drawing.Size(314, 21); this.cmbCategory.TabIndex = 3; this.cmbCategory.ValueMember = "Name"; this.cmbCategory.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CmbCategory_DrawItem); this.cmbCategory.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.CmbCategory_MeasureItem); // // srcCategory // this.srcCategory.DataSource = typeof(JAL.AquariaRecipes.Recipes.Category); // // cmbImage // this.cmbImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cmbImage.DataSource = this.srcImage; this.cmbImage.DisplayMember = "Name"; this.cmbImage.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.cmbImage.DropDownHeight = 320; this.cmbImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbImage.FormattingEnabled = true; this.cmbImage.IntegralHeight = false; this.cmbImage.Location = new System.Drawing.Point(3, 95); this.cmbImage.Name = "cmbImage"; this.cmbImage.Size = new System.Drawing.Size(314, 21); this.cmbImage.TabIndex = 5; this.cmbImage.ValueMember = "Name"; this.cmbImage.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CmbImage_DrawItem); this.cmbImage.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.CmbImage_MeasureItem); // // srcImage // this.srcImage.DataSource = typeof(JAL.AquariaRecipes.Recipes.Image); // // txtNotes // this.txtNotes.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.txtNotes.Location = new System.Drawing.Point(3, 135); this.txtNotes.Multiline = true; this.txtNotes.Name = "txtNotes"; this.txtNotes.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtNotes.Size = new System.Drawing.Size(314, 120); this.txtNotes.TabIndex = 7; // // lblIngredients // this.lblIngredients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.lblIngredients.AutoSize = true; this.lblIngredients.Location = new System.Drawing.Point(323, 0); this.lblIngredients.Name = "lblIngredients"; this.lblIngredients.Size = new System.Drawing.Size(314, 13); this.lblIngredients.TabIndex = 8; this.lblIngredients.Text = "Recipes:"; // // pnlIngredients // this.pnlIngredients.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.pnlIngredients.Controls.Add(tscIngredinets); this.pnlIngredients.Location = new System.Drawing.Point(323, 16); this.pnlIngredients.Name = "pnlIngredients"; this.tlpMain.SetRowSpan(this.pnlIngredients, 7); this.pnlIngredients.Size = new System.Drawing.Size(314, 239); this.pnlIngredients.TabIndex = 9; // // flpDialogButtons // this.flpDialogButtons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.flpDialogButtons.AutoScroll = true; this.flpDialogButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tlpMain.SetColumnSpan(this.flpDialogButtons, 2); this.flpDialogButtons.Controls.Add(btnOk); this.flpDialogButtons.Controls.Add(this.btnCancel); this.flpDialogButtons.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flpDialogButtons.Location = new System.Drawing.Point(0, 258); this.flpDialogButtons.Margin = new System.Windows.Forms.Padding(0); this.flpDialogButtons.Name = "flpDialogButtons"; this.flpDialogButtons.Size = new System.Drawing.Size(640, 29); this.flpDialogButtons.TabIndex = 10; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(481, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // EditIngredient // this.AcceptButton = btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(664, 311); this.ControlBox = false; this.Controls.Add(this.tlpMain); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditIngredient"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Modify Ingredient"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EditIngredient_FormClosed); this.Shown += new System.EventHandler(this.EditIngredient_Shown); ((System.ComponentModel.ISupportInitialize)(navIngredients)).EndInit(); navIngredients.ResumeLayout(false); navIngredients.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcIngredients)).EndInit(); tscIngredinets.ContentPanel.ResumeLayout(false); tscIngredinets.TopToolStripPanel.ResumeLayout(false); tscIngredinets.TopToolStripPanel.PerformLayout(); tscIngredinets.ResumeLayout(false); tscIngredinets.PerformLayout(); this.tlpMain.ResumeLayout(false); this.tlpMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.srcCategory)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.srcImage)).EndInit(); this.pnlIngredients.ResumeLayout(false); this.flpDialogButtons.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell)); this.scriptTable = new System.Windows.Forms.TableLayoutPanel(); this.scriptSplit = new System.Windows.Forms.SplitContainer(); this.scriptOutput = new System.Windows.Forms.TextBox(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.openButton = new System.Windows.Forms.ToolStripButton(); this.saveAs = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.runButton = new System.Windows.Forms.ToolStripButton(); this.shellTable = new System.Windows.Forms.TableLayoutPanel(); this.interactiveInput = new System.Windows.Forms.TextBox(); this.interactiveOutput = new System.Windows.Forms.TextBox(); this.executeCmd = new System.Windows.Forms.Button(); this.clearCmd = new System.Windows.Forms.Button(); this.shellMode = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.scriptMode = new System.Windows.Forms.ToolStripButton(); this.saveDialog = new System.Windows.Forms.SaveFileDialog(); this.openDialog = new System.Windows.Forms.OpenFileDialog(); this.newScript = new System.Windows.Forms.ToolStripButton(); this.linenumTimer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.scriptTable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit(); this.scriptSplit.Panel2.SuspendLayout(); this.scriptSplit.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.shellTable.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable); toolStripContainer1.ContentPanel.Controls.Add(this.shellTable); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(658, 450); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // scriptTable // this.scriptTable.ColumnCount = 1; this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Controls.Add(this.scriptSplit, 0, 1); this.scriptTable.Controls.Add(this.toolStrip2, 0, 0); this.scriptTable.Location = new System.Drawing.Point(340, 40); this.scriptTable.Name = "scriptTable"; this.scriptTable.RowCount = 2; this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Size = new System.Drawing.Size(306, 373); this.scriptTable.TabIndex = 2; // // scriptSplit // this.scriptSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptSplit.Location = new System.Drawing.Point(3, 28); this.scriptSplit.Name = "scriptSplit"; // // scriptSplit.Panel2 // this.scriptSplit.Panel2.Controls.Add(this.scriptOutput); this.scriptSplit.Size = new System.Drawing.Size(300, 342); this.scriptSplit.SplitterDistance = 193; this.scriptSplit.TabIndex = 1; // // scriptOutput // this.scriptOutput.BackColor = System.Drawing.SystemColors.Window; this.scriptOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scriptOutput.Location = new System.Drawing.Point(0, 0); this.scriptOutput.Multiline = true; this.scriptOutput.Name = "scriptOutput"; this.scriptOutput.ReadOnly = true; this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.scriptOutput.Size = new System.Drawing.Size(103, 342); this.scriptOutput.TabIndex = 2; // // toolStrip2 // this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newScript, this.openButton, this.saveAs, this.toolStripSeparator2, this.runButton}); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(306, 25); this.toolStrip2.TabIndex = 2; this.toolStrip2.Text = "toolStrip2"; // // openButton // this.openButton.Image = global::renderdocui.Properties.Resources.folder_page; this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openButton.Name = "openButton"; this.openButton.Size = new System.Drawing.Size(53, 22); this.openButton.Text = "Open"; this.openButton.Click += new System.EventHandler(this.openButton_Click); // // saveAs // this.saveAs.Image = global::renderdocui.Properties.Resources.save; this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveAs.Name = "saveAs"; this.saveAs.Size = new System.Drawing.Size(66, 22); this.saveAs.Text = "Save As"; this.saveAs.Click += new System.EventHandler(this.saveAs_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // runButton // this.runButton.Image = global::renderdocui.Properties.Resources.runfwd; this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.runButton.Name = "runButton"; this.runButton.Size = new System.Drawing.Size(46, 22); this.runButton.Text = "Run"; this.runButton.Click += new System.EventHandler(this.runButton_Click); // // shellTable // this.shellTable.ColumnCount = 3; this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.Controls.Add(this.interactiveInput, 0, 0); this.shellTable.Controls.Add(this.interactiveOutput, 0, 2); this.shellTable.Controls.Add(this.executeCmd, 1, 0); this.shellTable.Controls.Add(this.clearCmd, 2, 0); this.shellTable.Location = new System.Drawing.Point(25, 40); this.shellTable.Name = "shellTable"; this.shellTable.RowCount = 3; this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.Size = new System.Drawing.Size(293, 373); this.shellTable.TabIndex = 0; // // interactiveInput // this.interactiveInput.AcceptsTab = true; this.interactiveInput.Dock = System.Windows.Forms.DockStyle.Top; this.interactiveInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveInput.Location = new System.Drawing.Point(3, 3); this.interactiveInput.MinimumSize = new System.Drawing.Size(4, 20); this.interactiveInput.Multiline = true; this.interactiveInput.Name = "interactiveInput"; this.interactiveInput.Size = new System.Drawing.Size(175, 20); this.interactiveInput.TabIndex = 0; this.interactiveInput.WordWrap = false; this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged); this.interactiveInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown); this.interactiveInput.Layout += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout); // // interactiveOutput // this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window; this.shellTable.SetColumnSpan(this.interactiveOutput, 3); this.interactiveOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.interactiveOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveOutput.Location = new System.Drawing.Point(3, 32); this.interactiveOutput.Multiline = true; this.interactiveOutput.Name = "interactiveOutput"; this.interactiveOutput.ReadOnly = true; this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.interactiveOutput.Size = new System.Drawing.Size(287, 338); this.interactiveOutput.TabIndex = 1; // // executeCmd // this.executeCmd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.executeCmd.Location = new System.Drawing.Point(184, 3); this.executeCmd.Name = "executeCmd"; this.executeCmd.Size = new System.Drawing.Size(60, 23); this.executeCmd.TabIndex = 2; this.executeCmd.Text = "Execute"; this.executeCmd.UseVisualStyleBackColor = true; this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click); // // clearCmd // this.clearCmd.Location = new System.Drawing.Point(250, 3); this.clearCmd.Name = "clearCmd"; this.clearCmd.Size = new System.Drawing.Size(40, 23); this.clearCmd.TabIndex = 3; this.clearCmd.Text = "Clear"; this.clearCmd.UseVisualStyleBackColor = true; this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.shellMode, this.toolStripSeparator1, this.scriptMode}); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(161, 25); toolStrip1.TabIndex = 0; // // shellMode // this.shellMode.Checked = true; this.shellMode.CheckState = System.Windows.Forms.CheckState.Checked; this.shellMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.shellMode.Image = ((System.Drawing.Image)(resources.GetObject("shellMode.Image"))); this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.shellMode.Name = "shellMode"; this.shellMode.Size = new System.Drawing.Size(88, 22); this.shellMode.Text = "Interactive shell"; this.shellMode.Click += new System.EventHandler(this.mode_Changed); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // scriptMode // this.scriptMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.scriptMode.Image = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image"))); this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.scriptMode.Name = "scriptMode"; this.scriptMode.Size = new System.Drawing.Size(64, 22); this.scriptMode.Text = "Run scripts"; this.scriptMode.Click += new System.EventHandler(this.mode_Changed); // // saveDialog // this.saveDialog.DefaultExt = "py"; this.saveDialog.Filter = "Python Scripts (*.py)|*.py"; this.saveDialog.Title = "Save script as .py"; // // openDialog // this.openDialog.DefaultExt = "py"; this.openDialog.Filter = "Python Scripts (*.py)|*.py"; this.openDialog.Title = "Open .py script"; // // newScript // this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit; this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta; this.newScript.Name = "newScript"; this.newScript.Size = new System.Drawing.Size(48, 22); this.newScript.Text = "New"; this.newScript.Click += new System.EventHandler(this.newScript_Click); // // linenumTimer // this.linenumTimer.Interval = 500; this.linenumTimer.Tick += new System.EventHandler(this.linenumTimer_Tick); // // PythonShell // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(658, 450); this.Controls.Add(toolStripContainer1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "PythonShell"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.Text = "PythonShell"; this.DragDrop += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.scriptTable.ResumeLayout(false); this.scriptTable.PerformLayout(); this.scriptSplit.Panel2.ResumeLayout(false); this.scriptSplit.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit(); this.scriptSplit.ResumeLayout(false); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.shellTable.ResumeLayout(false); this.shellTable.PerformLayout(); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStripContainer m_TreeViewToolStripContainer; this.m_TreeViewToolStrip = new System.Windows.Forms.ToolStrip(); this.m_ToolStripLabelObjectType = new CAS.UA.Model.Designer.Controls.NodeObserver.ToolStripNodeClassLabelOberver(); this.tabControl_forTrees = new System.Windows.Forms.TabControl(); this.tabPage_tree_model = new System.Windows.Forms.TabPage(); this.m_ModelObserver = new CAS.UA.Model.Designer.Controls.NodeObserver.ModelObserver(); this.tabPage_tree_browseView = new System.Windows.Forms.TabPage(); this.m_browseViewObserver = new CAS.UA.Model.Designer.Controls.NodeObserver.BrowseViewObserver(); this.tabPage_View3DModel = new System.Windows.Forms.TabPage(); this.view3DModelObserver1 = new CAS.UA.Model.Designer.Controls.NodeObserver.View3DModelObserver(); this.m_tabControl = new System.Windows.Forms.TabControl(); this.m_TabPageProperties = new System.Windows.Forms.TabPage(); this.m_NodePropertyObserver = new CAS.UA.Model.Designer.Controls.NodeObserver.NodePropertyObserver(); this.m_TabPageDataBindings = new System.Windows.Forms.TabPage(); this.m_BindingsPropertyObserver = new CAS.UA.Model.Designer.Controls.NodeObserver.BindingsPropertyObserver(); this.m_HelpProvider = new System.Windows.Forms.HelpProvider(); this.m_ViewTabControlManager = new TabControlManager(this.components); this.m_selectedItemObserverComponent = new CAS.UA.Model.Designer.Controls.NodeObserver.SelectedItemObserverComponent(this.components); splitContainer1 = new System.Windows.Forms.SplitContainer(); m_TreeViewToolStripContainer = new System.Windows.Forms.ToolStripContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); m_TreeViewToolStripContainer.BottomToolStripPanel.SuspendLayout(); m_TreeViewToolStripContainer.ContentPanel.SuspendLayout(); m_TreeViewToolStripContainer.SuspendLayout(); this.m_TreeViewToolStrip.SuspendLayout(); this.tabControl_forTrees.SuspendLayout(); this.tabPage_tree_model.SuspendLayout(); this.tabPage_tree_browseView.SuspendLayout(); this.tabPage_View3DModel.SuspendLayout(); this.m_tabControl.SuspendLayout(); this.m_TabPageProperties.SuspendLayout(); this.m_TabPageDataBindings.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(m_TreeViewToolStripContainer); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.m_tabControl); splitContainer1.Size = new System.Drawing.Size(674, 521); splitContainer1.SplitterDistance = 200; splitContainer1.TabIndex = 0; // // m_TreeViewToolStripContainer // // // m_TreeViewToolStripContainer.BottomToolStripPanel // m_TreeViewToolStripContainer.BottomToolStripPanel.Controls.Add(this.m_TreeViewToolStrip); // // m_TreeViewToolStripContainer.ContentPanel // m_TreeViewToolStripContainer.ContentPanel.Controls.Add(this.tabControl_forTrees); m_TreeViewToolStripContainer.ContentPanel.Size = new System.Drawing.Size(200, 471); m_TreeViewToolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; // // m_TreeViewToolStripContainer.LeftToolStripPanel // m_TreeViewToolStripContainer.LeftToolStripPanel.Enabled = false; m_TreeViewToolStripContainer.LeftToolStripPanelVisible = false; m_TreeViewToolStripContainer.Location = new System.Drawing.Point(0, 0); m_TreeViewToolStripContainer.Name = "m_TreeViewToolStripContainer"; // // m_TreeViewToolStripContainer.RightToolStripPanel // m_TreeViewToolStripContainer.RightToolStripPanel.Enabled = false; m_TreeViewToolStripContainer.RightToolStripPanelVisible = false; m_TreeViewToolStripContainer.Size = new System.Drawing.Size(200, 521); m_TreeViewToolStripContainer.TabIndex = 1; m_TreeViewToolStripContainer.Text = "toolStripContainer2"; // // m_TreeViewToolStrip // this.m_TreeViewToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.m_TreeViewToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_ToolStripLabelObjectType }); this.m_TreeViewToolStrip.Location = new System.Drawing.Point(3, 0); this.m_TreeViewToolStrip.Name = "m_TreeViewToolStrip"; this.m_TreeViewToolStrip.Size = new System.Drawing.Size(112, 25); this.m_TreeViewToolStrip.TabIndex = 1; this.m_TreeViewToolStrip.Text = "ToolStrip"; // // m_ToolStripLabelObjectType // this.m_ToolStripLabelObjectType.AutoSize = false; // // m_ToolStripLabelObjectType // this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.AccessibleName = "m_ToolStripLabelObjectType"; this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.Location = new System.Drawing.Point(9, 1); this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.Name = "NodeClassLabelObserver"; this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.Size = new System.Drawing.Size(100, 22); this.m_ToolStripLabelObjectType.MyNodeClassLabelOberver.TabIndex = 0; this.m_ToolStripLabelObjectType.Name = "m_ToolStripLabelObjectType"; this.m_ToolStripLabelObjectType.Size = new System.Drawing.Size(100, 22); // // tabControl_forTrees // this.tabControl_forTrees.Controls.Add(this.tabPage_tree_model); this.tabControl_forTrees.Controls.Add(this.tabPage_tree_browseView); this.tabControl_forTrees.Controls.Add(this.tabPage_View3DModel); this.tabControl_forTrees.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl_forTrees.Location = new System.Drawing.Point(0, 0); this.tabControl_forTrees.Name = "tabControl_forTrees"; this.tabControl_forTrees.SelectedIndex = 0; this.tabControl_forTrees.Size = new System.Drawing.Size(200, 471); this.tabControl_forTrees.TabIndex = 1; // // tabPage_tree_model // this.tabPage_tree_model.Controls.Add(this.m_ModelObserver); this.tabPage_tree_model.Location = new System.Drawing.Point(4, 22); this.tabPage_tree_model.Name = "tabPage_tree_model"; this.tabPage_tree_model.Padding = new System.Windows.Forms.Padding(3); this.tabPage_tree_model.Size = new System.Drawing.Size(192, 445); this.tabPage_tree_model.TabIndex = 0; this.tabPage_tree_model.Text = "Model"; this.tabPage_tree_model.UseVisualStyleBackColor = true; // // m_ModelObserver // this.m_ModelObserver.Dock = System.Windows.Forms.DockStyle.Fill; this.m_ModelObserver.Location = new System.Drawing.Point(3, 3); this.m_ModelObserver.Name = "m_ModelObserver"; this.m_ModelObserver.Size = new System.Drawing.Size(186, 439); this.m_ModelObserver.TabIndex = 0; // // tabPage_tree_browseView // this.tabPage_tree_browseView.Controls.Add(this.m_browseViewObserver); this.tabPage_tree_browseView.Location = new System.Drawing.Point(4, 22); this.tabPage_tree_browseView.Name = "tabPage_tree_browseView"; this.tabPage_tree_browseView.Padding = new System.Windows.Forms.Padding(3); this.tabPage_tree_browseView.Size = new System.Drawing.Size(192, 445); this.tabPage_tree_browseView.TabIndex = 1; this.tabPage_tree_browseView.Text = "Browse View"; this.tabPage_tree_browseView.UseVisualStyleBackColor = true; // // m_browseViewObserver // this.m_browseViewObserver.Dock = System.Windows.Forms.DockStyle.Fill; this.m_browseViewObserver.Location = new System.Drawing.Point(3, 3); this.m_browseViewObserver.Name = "m_browseViewObserver"; this.m_browseViewObserver.Size = new System.Drawing.Size(186, 439); this.m_browseViewObserver.TabIndex = 0; // // tabPage_View3DModel // this.tabPage_View3DModel.Controls.Add(this.view3DModelObserver1); this.tabPage_View3DModel.Location = new System.Drawing.Point(4, 22); this.tabPage_View3DModel.Name = "tabPage_View3DModel"; this.tabPage_View3DModel.Padding = new System.Windows.Forms.Padding(3); this.tabPage_View3DModel.Size = new System.Drawing.Size(192, 445); this.tabPage_View3DModel.TabIndex = 2; this.tabPage_View3DModel.Text = "Model 3D"; this.tabPage_View3DModel.UseVisualStyleBackColor = true; // // view3DModelObserver1 // this.view3DModelObserver1.Dock = System.Windows.Forms.DockStyle.Fill; this.view3DModelObserver1.Location = new System.Drawing.Point(3, 3); this.view3DModelObserver1.Name = "view3DModelObserver1"; this.view3DModelObserver1.Size = new System.Drawing.Size(186, 439); this.view3DModelObserver1.TabIndex = 0; // // m_tabControl // this.m_tabControl.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.m_tabControl.Controls.Add(this.m_TabPageProperties); this.m_tabControl.Controls.Add(this.m_TabPageDataBindings); this.m_tabControl.Location = new System.Drawing.Point(3, 0); this.m_tabControl.Name = "m_tabControl"; this.m_tabControl.SelectedIndex = 0; this.m_tabControl.Size = new System.Drawing.Size(467, 521); this.m_tabControl.TabIndex = 1; // // m_TabPageProperties // this.m_TabPageProperties.Controls.Add(this.m_NodePropertyObserver); this.m_TabPageProperties.Location = new System.Drawing.Point(4, 22); this.m_TabPageProperties.Name = "m_TabPageProperties"; this.m_TabPageProperties.Padding = new System.Windows.Forms.Padding(3); this.m_TabPageProperties.Size = new System.Drawing.Size(459, 495); this.m_TabPageProperties.TabIndex = 0; this.m_TabPageProperties.Text = "Properties"; this.m_TabPageProperties.UseVisualStyleBackColor = true; // // m_NodePropertyObserver // this.m_NodePropertyObserver.Dock = System.Windows.Forms.DockStyle.Fill; this.m_NodePropertyObserver.Location = new System.Drawing.Point(3, 3); this.m_NodePropertyObserver.Name = "m_NodePropertyObserver"; this.m_NodePropertyObserver.Size = new System.Drawing.Size(453, 489); this.m_NodePropertyObserver.TabIndex = 0; // // m_TabPageDataBindings // this.m_TabPageDataBindings.Controls.Add(this.m_BindingsPropertyObserver); this.m_TabPageDataBindings.Location = new System.Drawing.Point(4, 22); this.m_TabPageDataBindings.Name = "m_TabPageDataBindings"; this.m_TabPageDataBindings.Padding = new System.Windows.Forms.Padding(3); this.m_TabPageDataBindings.Size = new System.Drawing.Size(459, 495); this.m_TabPageDataBindings.TabIndex = 1; this.m_TabPageDataBindings.Text = "Data Bindings"; this.m_TabPageDataBindings.UseVisualStyleBackColor = true; // // m_BindingsPropertyObserver // this.m_BindingsPropertyObserver.Dock = System.Windows.Forms.DockStyle.Fill; this.m_BindingsPropertyObserver.Location = new System.Drawing.Point(3, 3); this.m_BindingsPropertyObserver.Name = "m_BindingsPropertyObserver"; this.m_BindingsPropertyObserver.Size = new System.Drawing.Size(453, 489); this.m_BindingsPropertyObserver.TabIndex = 0; // // m_ViewTabControlManager // this.m_ViewTabControlManager.TabControl = this.tabControl_forTrees; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer1); this.Name = "Main"; this.Size = new System.Drawing.Size(674, 521); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); m_TreeViewToolStripContainer.BottomToolStripPanel.ResumeLayout(false); m_TreeViewToolStripContainer.BottomToolStripPanel.PerformLayout(); m_TreeViewToolStripContainer.ContentPanel.ResumeLayout(false); m_TreeViewToolStripContainer.ResumeLayout(false); m_TreeViewToolStripContainer.PerformLayout(); this.m_TreeViewToolStrip.ResumeLayout(false); this.m_TreeViewToolStrip.PerformLayout(); this.tabControl_forTrees.ResumeLayout(false); this.tabPage_tree_model.ResumeLayout(false); this.tabPage_tree_browseView.ResumeLayout(false); this.tabPage_View3DModel.ResumeLayout(false); this.m_tabControl.ResumeLayout(false); this.m_TabPageProperties.ResumeLayout(false); this.m_TabPageDataBindings.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip menuStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchBox = new System.Windows.Forms.ToolStripTextBox(); this.goButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.backButton = new System.Windows.Forms.ToolStripButton(); this.nextButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); timer = new System.Windows.Forms.Timer(this.components); menuStrip.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem}); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exportStripMenuItem, this.toolStripSeparator4, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem"); this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); resources.ApplyResources(toolStripContainer1, "toolStripContainer1"); toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // resources.ApplyResources(statusStrip1, "statusStrip1"); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel}); statusStrip1.Name = "statusStrip1"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel"); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.hitsBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; resources.ApplyResources(this.webBrowser, "webBrowser"); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; // // toolStrip1 // resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchBox, this.goButton, this.toolStripSeparator2, this.backButton, this.nextButton}); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // searchBox // resources.ApplyResources(this.searchBox, "searchBox"); this.searchBox.AutoToolTip = true; this.searchBox.Name = "searchBox"; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // goButton // this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.goButton, "goButton"); this.goButton.Name = "goButton"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.backButton, "backButton"); this.backButton.Name = "backButton"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.nextButton, "nextButton"); this.nextButton.Name = "nextButton"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // exportStripMenuItem // this.exportStripMenuItem.Name = "exportStripMenuItem"; resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem"); this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.setHspellPathToolStripMenuItem}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // setHspellPathToolStripMenuItem // this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem"; resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem"); this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // BrowseForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.ToolStripContainer ToolbarContainer; System.Windows.Forms.ToolStripLabel DropDownLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppLogWindow)); System.Windows.Forms.ToolStripMenuItem ClearCurrentLog; System.Windows.Forms.ToolStripMenuItem ClearAllLogs; this.CurrentLog = new System.Windows.Forms.RichTextBox(); this.Toolbar = new System.Windows.Forms.ToolStrip(); this.LogDropDown = new System.Windows.Forms.ToolStripComboBox(); this.Seperator01 = new System.Windows.Forms.ToolStripSeparator(); this.SaveCurrentLog = new System.Windows.Forms.ToolStripButton(); this.ClearLogs = new System.Windows.Forms.ToolStripSplitButton(); this.Seperator02 = new System.Windows.Forms.ToolStripSeparator(); this.AlwaysOnTop = new System.Windows.Forms.ToolStripButton(); ToolbarContainer = new System.Windows.Forms.ToolStripContainer(); DropDownLabel = new System.Windows.Forms.ToolStripLabel(); ClearCurrentLog = new System.Windows.Forms.ToolStripMenuItem(); ClearAllLogs = new System.Windows.Forms.ToolStripMenuItem(); ToolbarContainer.ContentPanel.SuspendLayout(); ToolbarContainer.TopToolStripPanel.SuspendLayout(); ToolbarContainer.SuspendLayout(); this.Toolbar.SuspendLayout(); this.SuspendLayout(); // // ToolbarContainer // // // ToolbarContainer.ContentPanel // ToolbarContainer.ContentPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; ToolbarContainer.ContentPanel.Controls.Add(this.CurrentLog); ToolbarContainer.ContentPanel.Padding = new System.Windows.Forms.Padding(6, 3, 0, 3); ToolbarContainer.ContentPanel.Size = new System.Drawing.Size(624, 417); ToolbarContainer.Dock = System.Windows.Forms.DockStyle.Fill; ToolbarContainer.LeftToolStripPanelVisible = false; ToolbarContainer.Location = new System.Drawing.Point(0, 0); ToolbarContainer.Name = "ToolbarContainer"; ToolbarContainer.RightToolStripPanelVisible = false; ToolbarContainer.Size = new System.Drawing.Size(624, 442); ToolbarContainer.TabIndex = 0; // // ToolbarContainer.TopToolStripPanel // ToolbarContainer.TopToolStripPanel.Controls.Add(this.Toolbar); // // CurrentLog // this.CurrentLog.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CurrentLog.Dock = System.Windows.Forms.DockStyle.Fill; this.CurrentLog.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CurrentLog.Location = new System.Drawing.Point(6, 3); this.CurrentLog.Name = "CurrentLog"; this.CurrentLog.ReadOnly = true; this.CurrentLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this.CurrentLog.ShortcutsEnabled = false; this.CurrentLog.Size = new System.Drawing.Size(614, 407); this.CurrentLog.TabIndex = 0; this.CurrentLog.Text = ""; // // Toolbar // this.Toolbar.Dock = System.Windows.Forms.DockStyle.None; this.Toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { DropDownLabel, this.LogDropDown, this.Seperator01, this.SaveCurrentLog, this.ClearLogs, this.Seperator02, this.AlwaysOnTop}); this.Toolbar.Location = new System.Drawing.Point(0, 0); this.Toolbar.Name = "Toolbar"; this.Toolbar.Size = new System.Drawing.Size(624, 25); this.Toolbar.Stretch = true; this.Toolbar.TabIndex = 0; // // DropDownLabel // DropDownLabel.Name = "DropDownLabel"; DropDownLabel.Size = new System.Drawing.Size(90, 22); DropDownLabel.Text = "Message Types:"; // // LogDropDown // this.LogDropDown.Name = "LogDropDown"; this.LogDropDown.Size = new System.Drawing.Size(121, 25); this.LogDropDown.SelectedIndexChanged += new System.EventHandler(this.LogDropDown_SelectedChanged); // // Seperator01 // this.Seperator01.Name = "Seperator01"; this.Seperator01.Size = new System.Drawing.Size(6, 25); // // SaveCurrentLog // this.SaveCurrentLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.SaveCurrentLog.Image = ((System.Drawing.Image)(resources.GetObject("SaveCurrentLog.Image"))); this.SaveCurrentLog.ImageTransparentColor = System.Drawing.Color.Magenta; this.SaveCurrentLog.Name = "SaveCurrentLog"; this.SaveCurrentLog.Size = new System.Drawing.Size(23, 22); this.SaveCurrentLog.Text = "Save Current Log ..."; this.SaveCurrentLog.Click += new System.EventHandler(this.SaveCurrentLog_Click); // // ClearLogs // this.ClearLogs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ClearLogs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ClearCurrentLog, ClearAllLogs}); this.ClearLogs.Image = ((System.Drawing.Image)(resources.GetObject("ClearLogs.Image"))); this.ClearLogs.ImageTransparentColor = System.Drawing.Color.Magenta; this.ClearLogs.Name = "ClearLogs"; this.ClearLogs.Size = new System.Drawing.Size(32, 22); this.ClearLogs.Text = "Clear Current Log"; this.ClearLogs.ButtonClick += new System.EventHandler(this.ClearCurrentLog_Click); // // ClearCurrentLog // ClearCurrentLog.Name = "ClearCurrentLog"; ClearCurrentLog.Size = new System.Drawing.Size(167, 22); ClearCurrentLog.Text = "Clear Current Log"; ClearCurrentLog.Click += new System.EventHandler(this.ClearCurrentLog_Click); // // ClearAllLogs // ClearAllLogs.Name = "ClearAllLogs"; ClearAllLogs.Size = new System.Drawing.Size(167, 22); ClearAllLogs.Text = "Clear All Logs"; ClearAllLogs.Click += new System.EventHandler(this.ClearAllLogs_Click); // // Seperator02 // this.Seperator02.Name = "Seperator02"; this.Seperator02.Size = new System.Drawing.Size(6, 25); // // AlwaysOnTop // this.AlwaysOnTop.CheckOnClick = true; this.AlwaysOnTop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.AlwaysOnTop.Image = ((System.Drawing.Image)(resources.GetObject("AlwaysOnTop.Image"))); this.AlwaysOnTop.ImageTransparentColor = System.Drawing.Color.Magenta; this.AlwaysOnTop.Name = "AlwaysOnTop"; this.AlwaysOnTop.Size = new System.Drawing.Size(23, 22); this.AlwaysOnTop.Text = "Keep Window Always on Top"; this.AlwaysOnTop.Click += new System.EventHandler(this.AlwaysOnTop_Click); // // AppLogWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 442); this.Controls.Add(ToolbarContainer); this.Name = "AppLogWindow"; this.Text = "Application Log"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AppLogWindow_Closing); ToolbarContainer.ContentPanel.ResumeLayout(false); ToolbarContainer.TopToolStripPanel.ResumeLayout(false); ToolbarContainer.TopToolStripPanel.PerformLayout(); ToolbarContainer.ResumeLayout(false); ToolbarContainer.PerformLayout(); this.Toolbar.ResumeLayout(false); this.Toolbar.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStripContainer tscTransactionView; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TransactionViewForm)); System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblSourceAccount; System.Windows.Forms.Label lblSourceAmount; System.Windows.Forms.Label lblDestinationAccount; System.Windows.Forms.Label lblDestinationAmount; System.Windows.Forms.Label lblDescription; System.Windows.Forms.Label lblTags; System.Windows.Forms.Label lblImplementsPlan; this.tlpTemplateTransaction = new System.Windows.Forms.TableLayoutPanel(); this.tbImplementsPlan = new System.Windows.Forms.TextBox(); this.tbTitle = new System.Windows.Forms.TextBox(); this.gbSource = new System.Windows.Forms.GroupBox(); this.tlpSource = new System.Windows.Forms.TableLayoutPanel(); this.tbSourceAmount = new System.Windows.Forms.TextBox(); this.tbSourceAccount = new System.Windows.Forms.TextBox(); this.gbDestination = new System.Windows.Forms.GroupBox(); this.tlpDestination = new System.Windows.Forms.TableLayoutPanel(); this.tbDestinationAccount = new System.Windows.Forms.TextBox(); this.tbDestinationAmount = new System.Windows.Forms.TextBox(); this.tbDescription = new System.Windows.Forms.TextBox(); this.ttbTags = new easyMoney.Controls.TagTextBox(); this.tsTransactionView = new System.Windows.Forms.ToolStrip(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); tscTransactionView = new System.Windows.Forms.ToolStripContainer(); lblTitle = new System.Windows.Forms.Label(); lblSourceAccount = new System.Windows.Forms.Label(); lblSourceAmount = new System.Windows.Forms.Label(); lblDestinationAccount = new System.Windows.Forms.Label(); lblDestinationAmount = new System.Windows.Forms.Label(); lblDescription = new System.Windows.Forms.Label(); lblTags = new System.Windows.Forms.Label(); lblImplementsPlan = new System.Windows.Forms.Label(); tscTransactionView.ContentPanel.SuspendLayout(); tscTransactionView.TopToolStripPanel.SuspendLayout(); tscTransactionView.SuspendLayout(); this.tlpTemplateTransaction.SuspendLayout(); this.gbSource.SuspendLayout(); this.tlpSource.SuspendLayout(); this.gbDestination.SuspendLayout(); this.tlpDestination.SuspendLayout(); this.tsTransactionView.SuspendLayout(); this.SuspendLayout(); // // tscTransactionView // tscTransactionView.BottomToolStripPanelVisible = false; // // tscTransactionView.ContentPanel // tscTransactionView.ContentPanel.Controls.Add(this.tlpTemplateTransaction); resources.ApplyResources(tscTransactionView.ContentPanel, "tscTransactionView.ContentPanel"); resources.ApplyResources(tscTransactionView, "tscTransactionView"); tscTransactionView.LeftToolStripPanelVisible = false; tscTransactionView.Name = "tscTransactionView"; tscTransactionView.RightToolStripPanelVisible = false; // // tscTransactionView.TopToolStripPanel // tscTransactionView.TopToolStripPanel.Controls.Add(this.tsTransactionView); // // tlpTemplateTransaction // resources.ApplyResources(this.tlpTemplateTransaction, "tlpTemplateTransaction"); this.tlpTemplateTransaction.Controls.Add(this.tbImplementsPlan, 0, 8); this.tlpTemplateTransaction.Controls.Add(lblTitle, 0, 0); this.tlpTemplateTransaction.Controls.Add(this.tbTitle, 0, 1); this.tlpTemplateTransaction.Controls.Add(this.gbSource, 0, 2); this.tlpTemplateTransaction.Controls.Add(this.gbDestination, 1, 2); this.tlpTemplateTransaction.Controls.Add(lblDescription, 0, 3); this.tlpTemplateTransaction.Controls.Add(this.tbDescription, 0, 4); this.tlpTemplateTransaction.Controls.Add(lblTags, 0, 5); this.tlpTemplateTransaction.Controls.Add(this.ttbTags, 0, 6); this.tlpTemplateTransaction.Controls.Add(lblImplementsPlan, 0, 7); this.tlpTemplateTransaction.Name = "tlpTemplateTransaction"; // // tbImplementsPlan // this.tbImplementsPlan.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.tbImplementsPlan.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.tlpTemplateTransaction.SetColumnSpan(this.tbImplementsPlan, 2); resources.ApplyResources(this.tbImplementsPlan, "tbImplementsPlan"); this.tbImplementsPlan.Name = "tbImplementsPlan"; this.tbImplementsPlan.ReadOnly = true; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); this.tlpTemplateTransaction.SetColumnSpan(lblTitle, 2); lblTitle.Name = "lblTitle"; // // tbTitle // this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.tlpTemplateTransaction.SetColumnSpan(this.tbTitle, 2); resources.ApplyResources(this.tbTitle, "tbTitle"); this.tbTitle.Name = "tbTitle"; this.tbTitle.ReadOnly = true; // // gbSource // this.gbSource.Controls.Add(this.tlpSource); resources.ApplyResources(this.gbSource, "gbSource"); this.gbSource.Name = "gbSource"; this.gbSource.TabStop = false; // // tlpSource // resources.ApplyResources(this.tlpSource, "tlpSource"); this.tlpSource.Controls.Add(this.tbSourceAmount, 0, 3); this.tlpSource.Controls.Add(this.tbSourceAccount, 0, 1); this.tlpSource.Controls.Add(lblSourceAccount, 0, 0); this.tlpSource.Controls.Add(lblSourceAmount, 0, 2); this.tlpSource.Name = "tlpSource"; // // tbSourceAmount // resources.ApplyResources(this.tbSourceAmount, "tbSourceAmount"); this.tbSourceAmount.Name = "tbSourceAmount"; this.tbSourceAmount.ReadOnly = true; // // tbSourceAccount // resources.ApplyResources(this.tbSourceAccount, "tbSourceAccount"); this.tbSourceAccount.Name = "tbSourceAccount"; this.tbSourceAccount.ReadOnly = true; // // lblSourceAccount // resources.ApplyResources(lblSourceAccount, "lblSourceAccount"); lblSourceAccount.Name = "lblSourceAccount"; // // lblSourceAmount // resources.ApplyResources(lblSourceAmount, "lblSourceAmount"); lblSourceAmount.Name = "lblSourceAmount"; // // gbDestination // this.gbDestination.Controls.Add(this.tlpDestination); resources.ApplyResources(this.gbDestination, "gbDestination"); this.gbDestination.Name = "gbDestination"; this.gbDestination.TabStop = false; // // tlpDestination // resources.ApplyResources(this.tlpDestination, "tlpDestination"); this.tlpDestination.Controls.Add(this.tbDestinationAccount, 0, 1); this.tlpDestination.Controls.Add(this.tbDestinationAmount, 0, 3); this.tlpDestination.Controls.Add(lblDestinationAccount, 0, 0); this.tlpDestination.Controls.Add(lblDestinationAmount, 0, 2); this.tlpDestination.Name = "tlpDestination"; // // tbDestinationAccount // resources.ApplyResources(this.tbDestinationAccount, "tbDestinationAccount"); this.tbDestinationAccount.Name = "tbDestinationAccount"; this.tbDestinationAccount.ReadOnly = true; // // tbDestinationAmount // resources.ApplyResources(this.tbDestinationAmount, "tbDestinationAmount"); this.tbDestinationAmount.Name = "tbDestinationAmount"; this.tbDestinationAmount.ReadOnly = true; // // lblDestinationAccount // resources.ApplyResources(lblDestinationAccount, "lblDestinationAccount"); lblDestinationAccount.Name = "lblDestinationAccount"; // // lblDestinationAmount // resources.ApplyResources(lblDestinationAmount, "lblDestinationAmount"); lblDestinationAmount.Name = "lblDestinationAmount"; // // lblDescription // resources.ApplyResources(lblDescription, "lblDescription"); this.tlpTemplateTransaction.SetColumnSpan(lblDescription, 2); lblDescription.Name = "lblDescription"; // // tbDescription // this.tlpTemplateTransaction.SetColumnSpan(this.tbDescription, 2); resources.ApplyResources(this.tbDescription, "tbDescription"); this.tbDescription.Name = "tbDescription"; this.tbDescription.ReadOnly = true; // // lblTags // resources.ApplyResources(lblTags, "lblTags"); this.tlpTemplateTransaction.SetColumnSpan(lblTags, 2); lblTags.Name = "lblTags"; // // ttbTags // this.tlpTemplateTransaction.SetColumnSpan(this.ttbTags, 2); resources.ApplyResources(this.ttbTags, "ttbTags"); this.ttbTags.Name = "ttbTags"; this.ttbTags.PopupOpened = false; this.ttbTags.ReadOnly = true; this.ttbTags.Tags = ((System.Collections.Generic.List<string>)(resources.GetObject("ttbTags.Tags"))); // // lblImplementsPlan // resources.ApplyResources(lblImplementsPlan, "lblImplementsPlan"); this.tlpTemplateTransaction.SetColumnSpan(lblImplementsPlan, 2); lblImplementsPlan.Name = "lblImplementsPlan"; // // tsTransactionView // resources.ApplyResources(this.tsTransactionView, "tsTransactionView"); this.tsTransactionView.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tsTransactionView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbClose, this.tsbDelete}); this.tsTransactionView.Name = "tsTransactionView"; this.tsTransactionView.Stretch = true; // // tsbClose // this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick; resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // tsbDelete // this.tsbDelete.Image = global::easyMoney.Manager.Properties.Resources.delete; resources.ApplyResources(this.tsbDelete, "tsbDelete"); this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click); // // TransactionViewForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tscTransactionView); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TransactionViewForm"; this.ShowIcon = false; this.ShowInTaskbar = false; tscTransactionView.ContentPanel.ResumeLayout(false); tscTransactionView.TopToolStripPanel.ResumeLayout(false); tscTransactionView.TopToolStripPanel.PerformLayout(); tscTransactionView.ResumeLayout(false); tscTransactionView.PerformLayout(); this.tlpTemplateTransaction.ResumeLayout(false); this.tlpTemplateTransaction.PerformLayout(); this.gbSource.ResumeLayout(false); this.tlpSource.ResumeLayout(false); this.tlpSource.PerformLayout(); this.gbDestination.ResumeLayout(false); this.tlpDestination.ResumeLayout(false); this.tlpDestination.PerformLayout(); this.tsTransactionView.ResumeLayout(false); this.tsTransactionView.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStrip toolStrip1; System.Windows.Forms.ToolStripLabel toolStripLabel1; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality)); this.QualityBox = new System.Windows.Forms.ToolStripComboBox(); this.ProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.DropLabel = new System.Windows.Forms.Label(); this.Worker = new System.ComponentModel.BackgroundWorker(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip2 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); toolStrip2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1, this.QualityBox }); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(158, 25); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(45, 22); toolStripLabel1.Text = "Quality"; // // QualityBox // this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.QualityBox.Items.AddRange(new object[] { "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100" }); this.QualityBox.Name = "QualityBox"; this.QualityBox.Size = new System.Drawing.Size(75, 25); this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(284, 115); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // toolStrip2 // toolStrip2.AutoSize = false; toolStrip2.Dock = System.Windows.Forms.DockStyle.None; toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ProgressBar }); toolStrip2.Location = new System.Drawing.Point(0, 0); toolStrip2.Name = "toolStrip2"; toolStrip2.Size = new System.Drawing.Size(284, 25); toolStrip2.Stretch = true; toolStrip2.TabIndex = 0; // // ProgressBar // this.ProgressBar.AutoSize = false; this.ProgressBar.Name = "ProgressBar"; this.ProgressBar.Size = new System.Drawing.Size(280, 22); this.ProgressBar.Step = 1; // // DropLabel // this.DropLabel.AllowDrop = true; this.DropLabel.BackColor = System.Drawing.Color.LightSkyBlue; this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.DropLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.DropLabel.Location = new System.Drawing.Point(0, 0); this.DropLabel.Name = "DropLabel"; this.DropLabel.Size = new System.Drawing.Size(284, 65); this.DropLabel.TabIndex = 0; this.DropLabel.Text = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " + "directory."; this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop); this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver); // // Worker // this.Worker.WorkerReportsProgress = true; this.Worker.WorkerSupportsCancellation = true; this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync); this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged); // // JpegQuality // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 115); this.Controls.Add(toolStripContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "JpegQuality"; this.Text = "JPEG Quality"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); toolStrip2.ResumeLayout(false); toolStrip2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapForm)); System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Floor"); System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Rough Wall"); System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("Straight Wall"); System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("Rubble"); System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("Water"); this.buttonNew = new System.Windows.Forms.ToolStripButton(); this.buttonOpen = new System.Windows.Forms.ToolStripButton(); this.buttonSave = new System.Windows.Forms.ToolStripButton(); this.buttonExport = new System.Windows.Forms.ToolStripButton(); this.buttonUndo = new System.Windows.Forms.ToolStripButton(); this.buttonRedo = new System.Windows.Forms.ToolStripButton(); this.terrainList = new System.Windows.Forms.ListView(); this.terrainIcons = new System.Windows.Forms.ImageList(this.components); this.mapContents = new System.Windows.Forms.PictureBox(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusText = new System.Windows.Forms.ToolStripStatusLabel(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mapContents)).BeginInit(); this.statusStrip.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.BackColor = System.Drawing.SystemColors.MenuBar; toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonNew, this.buttonOpen, this.buttonSave, this.buttonExport, toolStripSeparator1, this.buttonUndo, this.buttonRedo }); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(156, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // buttonNew // this.buttonNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonNew.Image = ((System.Drawing.Image)(resources.GetObject("buttonNew.Image"))); this.buttonNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonNew.Name = "buttonNew"; this.buttonNew.Size = new System.Drawing.Size(23, 22); this.buttonNew.Text = "New"; this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click); // // buttonOpen // this.buttonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonOpen.Image = ((System.Drawing.Image)(resources.GetObject("buttonOpen.Image"))); this.buttonOpen.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonOpen.Name = "buttonOpen"; this.buttonOpen.Size = new System.Drawing.Size(23, 22); this.buttonOpen.Text = "Open"; this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click); // // buttonSave // this.buttonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image"))); this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(23, 22); this.buttonSave.Text = "Save"; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonExport // this.buttonExport.AccessibleName = ""; this.buttonExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonExport.Image = ((System.Drawing.Image)(resources.GetObject("buttonExport.Image"))); this.buttonExport.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonExport.Name = "buttonExport"; this.buttonExport.Size = new System.Drawing.Size(23, 22); this.buttonExport.Text = "Export"; this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // buttonUndo // this.buttonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonUndo.Enabled = false; this.buttonUndo.Image = ((System.Drawing.Image)(resources.GetObject("buttonUndo.Image"))); this.buttonUndo.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonUndo.Name = "buttonUndo"; this.buttonUndo.Size = new System.Drawing.Size(23, 22); this.buttonUndo.Text = "Undo"; this.buttonUndo.Click += new System.EventHandler(this.buttonUndo_Click); // // buttonRedo // this.buttonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonRedo.Enabled = false; this.buttonRedo.Image = ((System.Drawing.Image)(resources.GetObject("buttonRedo.Image"))); this.buttonRedo.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonRedo.Name = "buttonRedo"; this.buttonRedo.Size = new System.Drawing.Size(23, 22); this.buttonRedo.Text = "Redo"; this.buttonRedo.Click += new System.EventHandler(this.buttonRedo_Click); // // toolStripContainer1 // toolStripContainer1.BottomToolStripPanelVisible = false; // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(511, 284); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 24); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(511, 309); toolStripContainer1.TabIndex = 3; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); toolStripContainer1.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.terrainList); // // splitContainer1.Panel2 // splitContainer1.Panel2.AutoScroll = true; splitContainer1.Panel2.Controls.Add(this.mapContents); splitContainer1.Size = new System.Drawing.Size(511, 284); splitContainer1.SplitterDistance = 119; splitContainer1.TabIndex = 1; // // terrainList // this.terrainList.Dock = System.Windows.Forms.DockStyle.Fill; this.terrainList.HideSelection = false; this.terrainList.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem6, listViewItem7, listViewItem8, listViewItem9, listViewItem10 }); this.terrainList.Location = new System.Drawing.Point(0, 0); this.terrainList.MultiSelect = false; this.terrainList.Name = "terrainList"; this.terrainList.Size = new System.Drawing.Size(119, 284); this.terrainList.SmallImageList = this.terrainIcons; this.terrainList.TabIndex = 0; this.terrainList.UseCompatibleStateImageBehavior = false; this.terrainList.View = System.Windows.Forms.View.List; this.terrainList.SelectedIndexChanged += new System.EventHandler(this.terrainList_SelectedIndexChanged); // // terrainIcons // this.terrainIcons.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit; this.terrainIcons.ImageSize = new System.Drawing.Size(32, 32); this.terrainIcons.TransparentColor = System.Drawing.Color.Transparent; // // mapContents // this.mapContents.BackColor = System.Drawing.SystemColors.Window; this.mapContents.Location = new System.Drawing.Point(0, 0); this.mapContents.Name = "mapContents"; this.mapContents.Size = new System.Drawing.Size(284, 217); this.mapContents.TabIndex = 0; this.mapContents.TabStop = false; this.mapContents.MouseLeave += new System.EventHandler(this.mapContents_MouseLeave); this.mapContents.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseMove); this.mapContents.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseDown); this.mapContents.Paint += new System.Windows.Forms.PaintEventHandler(this.mapContents_Paint); this.mapContents.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mapContents_MouseUp); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusText }); this.statusStrip.Location = new System.Drawing.Point(0, 333); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(511, 22); this.statusStrip.TabIndex = 1; this.statusStrip.Text = "statusStrip1"; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(511, 24); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.exportToolStripMenuItem, this.toolStripMenuItem1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.saveAsToolStripMenuItem.Text = "Save &As.."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // exportToolStripMenuItem // this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; this.exportToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.exportToolStripMenuItem.Text = "&Export..."; this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.redoToolStripMenuItem, this.toolStripMenuItem2, this.debugToolStripMenuItem }); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.editToolStripMenuItem.Text = "&Edit"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image"))); this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.undoToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.undoToolStripMenuItem.Text = "Undo"; this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); // // redoToolStripMenuItem // this.redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image"))); this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.redoToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.redoToolStripMenuItem.Text = "Redo"; this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6); // // debugToolStripMenuItem // this.debugToolStripMenuItem.Enabled = false; this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.debugToolStripMenuItem.Text = "&Debug"; this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click); // // statusText // this.statusText.Name = "statusText"; this.statusText.Size = new System.Drawing.Size(0, 17); // // MapForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(511, 355); this.Controls.Add(toolStripContainer1); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "MapForm"; this.Text = "Mapdoodle"; this.Load += new System.EventHandler(this.MapForm_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MapForm_FormClosing); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mapContents)).EndInit(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchBox = new System.Windows.Forms.ToolStripTextBox(); this.goButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.backButton = new System.Windows.Forms.ToolStripButton(); this.nextButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toEPubButton = new System.Windows.Forms.ToolStripButton(); this.toPdfButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rtlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.profileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); timer = new System.Windows.Forms.Timer(this.components); menuStrip.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem }); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem"); this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); resources.ApplyResources(toolStripContainer1, "toolStripContainer1"); toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // resources.ApplyResources(statusStrip1, "statusStrip1"); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel }); statusStrip1.Name = "statusStrip1"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel"); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::WikipediaConv.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.hitsBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.SplitterDistance = global::WikipediaConv.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; resources.ApplyResources(this.webBrowser, "webBrowser"); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; // // toolStrip1 // resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchBox, this.goButton, this.toolStripSeparator2, this.backButton, this.nextButton, this.toolStripSeparator3, this.toEPubButton, this.toPdfButton }); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // searchBox // resources.ApplyResources(this.searchBox, "searchBox"); this.searchBox.AutoToolTip = true; this.searchBox.Name = "searchBox"; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // goButton // this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.goButton, "goButton"); this.goButton.Name = "goButton"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.backButton, "backButton"); this.backButton.Name = "backButton"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.nextButton, "nextButton"); this.nextButton.Name = "nextButton"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // toEPubButton // this.toEPubButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toEPubButton, "toEPubButton"); this.toEPubButton.Name = "toEPubButton"; this.toEPubButton.Click += new System.EventHandler(this.toEPubButton_Click); // // toPdfButton // this.toPdfButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toPdfButton, "toPdfButton"); this.toPdfButton.Name = "toPdfButton"; this.toPdfButton.Click += new System.EventHandler(this.toPdfButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.rtlToolStripMenuItem, this.profileMenuItem }); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // rtlToolStripMenuItem // this.rtlToolStripMenuItem.Name = "rtlToolStripMenuItem"; resources.ApplyResources(this.rtlToolStripMenuItem, "rtlToolStripMenuItem"); this.rtlToolStripMenuItem.Click += new System.EventHandler(this.rtlToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // profileMenuItem // this.profileMenuItem.Name = "profileMenuItem"; resources.ApplyResources(this.profileMenuItem, "profileMenuItem"); this.profileMenuItem.Click += new System.EventHandler(this.profileMenuItem_Click); // // BrowseForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStripMenuItem FileMenu; System.Windows.Forms.ToolStripMenuItem FileNewMenu; System.Windows.Forms.ToolStripMenuItem FileSaveMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripMenuItem FileExitMenu; System.Windows.Forms.ToolStripMenuItem EditMenu; System.Windows.Forms.ToolStripMenuItem EditEditImageMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem EditSelectAllMenu; System.Windows.Forms.ToolStripMenuItem EditCopyMenu; System.Windows.Forms.ToolStripMenuItem EditCutMenu; System.Windows.Forms.ToolStripMenuItem EditPasteMenu; System.Windows.Forms.ToolStripMenuItem EditDeleteMenu; System.Windows.Forms.ToolStripMenuItem ToolsMenu; System.Windows.Forms.ToolStripMenuItem ToolsTestMenu; System.Windows.Forms.ToolStripMenuItem RelaysMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem ToolsOptionsMenu; System.Windows.Forms.ToolStripMenuItem HelpMenu; System.Windows.Forms.ToolStripMenuItem AboutMenu; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.Tabby = new MdiTabControl.TabControl(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.FileOpenMenu = new System.Windows.Forms.ToolStripMenuItem(); this.ResetCameraMenu = new System.Windows.Forms.ToolStripMenuItem(); this.ResetRelaysMeu = new System.Windows.Forms.ToolStripMenuItem(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); FileMenu = new System.Windows.Forms.ToolStripMenuItem(); FileNewMenu = new System.Windows.Forms.ToolStripMenuItem(); FileSaveMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); FileExitMenu = new System.Windows.Forms.ToolStripMenuItem(); EditMenu = new System.Windows.Forms.ToolStripMenuItem(); EditEditImageMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); EditSelectAllMenu = new System.Windows.Forms.ToolStripMenuItem(); EditCopyMenu = new System.Windows.Forms.ToolStripMenuItem(); EditCutMenu = new System.Windows.Forms.ToolStripMenuItem(); EditPasteMenu = new System.Windows.Forms.ToolStripMenuItem(); EditDeleteMenu = new System.Windows.Forms.ToolStripMenuItem(); ToolsMenu = new System.Windows.Forms.ToolStripMenuItem(); ToolsTestMenu = new System.Windows.Forms.ToolStripMenuItem(); RelaysMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); ToolsOptionsMenu = new System.Windows.Forms.ToolStripMenuItem(); HelpMenu = new System.Windows.Forms.ToolStripMenuItem(); AboutMenu = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.Tabby); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1264, 715); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(1264, 761); toolStripContainer1.TabIndex = 1; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); // // statusStrip1 // this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None; this.statusStrip1.Location = new System.Drawing.Point(0, 0); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1264, 22); this.statusStrip1.TabIndex = 0; // // Tabby // this.Tabby.Dock = System.Windows.Forms.DockStyle.Fill; this.Tabby.Location = new System.Drawing.Point(0, 0); this.Tabby.MenuRenderer = null; this.Tabby.Name = "Tabby"; this.Tabby.Size = new System.Drawing.Size(1264, 715); this.Tabby.TabCloseButtonImage = null; this.Tabby.TabCloseButtonImageDisabled = null; this.Tabby.TabCloseButtonImageHot = null; this.Tabby.TabIndex = 0; // // menuStrip1 // this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { FileMenu, EditMenu, ToolsMenu, HelpMenu }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1264, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // FileMenu // FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { FileNewMenu, this.FileOpenMenu, FileSaveMenu, toolStripSeparator2, FileExitMenu }); FileMenu.Name = "FileMenu"; FileMenu.Size = new System.Drawing.Size(37, 20); FileMenu.Text = "&File"; // // FileNewMenu // FileNewMenu.Name = "FileNewMenu"; FileNewMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); FileNewMenu.Size = new System.Drawing.Size(155, 22); FileNewMenu.Text = "&New"; FileNewMenu.Click += new System.EventHandler(this.FileNewMenu_Click); // // FileOpenMenu // this.FileOpenMenu.Name = "FileOpenMenu"; this.FileOpenMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.FileOpenMenu.Size = new System.Drawing.Size(155, 22); this.FileOpenMenu.Text = "&Open..."; this.FileOpenMenu.Click += new System.EventHandler(this.FileOpenMenu_Click); // // FileSaveMenu // FileSaveMenu.Name = "FileSaveMenu"; FileSaveMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); FileSaveMenu.Size = new System.Drawing.Size(155, 22); FileSaveMenu.Text = "&Save"; FileSaveMenu.Click += new System.EventHandler(this.FileSaveMenu_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(152, 6); // // FileExitMenu // FileExitMenu.Name = "FileExitMenu"; FileExitMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); FileExitMenu.Size = new System.Drawing.Size(155, 22); FileExitMenu.Text = "E&xit"; FileExitMenu.Click += new System.EventHandler(this.FileExitMenu_Click); // // EditMenu // EditMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { EditEditImageMenu, toolStripSeparator1, EditSelectAllMenu, EditCopyMenu, EditCutMenu, EditPasteMenu, EditDeleteMenu }); EditMenu.Name = "EditMenu"; EditMenu.Size = new System.Drawing.Size(39, 20); EditMenu.Text = "&Edit"; // // EditEditImageMenu // EditEditImageMenu.Name = "EditEditImageMenu"; EditEditImageMenu.ShortcutKeys = System.Windows.Forms.Keys.F2; EditEditImageMenu.Size = new System.Drawing.Size(164, 22); EditEditImageMenu.Text = "&Edit Image"; EditEditImageMenu.Click += new System.EventHandler(this.EditEditImageMenu_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(161, 6); // // EditSelectAllMenu // EditSelectAllMenu.Name = "EditSelectAllMenu"; EditSelectAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); EditSelectAllMenu.Size = new System.Drawing.Size(164, 22); EditSelectAllMenu.Text = "Select &All"; EditSelectAllMenu.Click += new System.EventHandler(this.EditSelectAllMenu_Click); // // EditCopyMenu // EditCopyMenu.Name = "EditCopyMenu"; EditCopyMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); EditCopyMenu.Size = new System.Drawing.Size(164, 22); EditCopyMenu.Text = "&Copy"; EditCopyMenu.Click += new System.EventHandler(this.EditCopyMenu_Click); // // EditCutMenu // EditCutMenu.Name = "EditCutMenu"; EditCutMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); EditCutMenu.Size = new System.Drawing.Size(164, 22); EditCutMenu.Text = "C&ut"; EditCutMenu.Click += new System.EventHandler(this.EditCutMenu_Click); // // EditPasteMenu // EditPasteMenu.Name = "EditPasteMenu"; EditPasteMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); EditPasteMenu.Size = new System.Drawing.Size(164, 22); EditPasteMenu.Text = "&Paste"; EditPasteMenu.Click += new System.EventHandler(this.EditPasteMenu_Click); // // EditDeleteMenu // EditDeleteMenu.Name = "EditDeleteMenu"; EditDeleteMenu.ShortcutKeys = System.Windows.Forms.Keys.Delete; EditDeleteMenu.Size = new System.Drawing.Size(164, 22); EditDeleteMenu.Text = "&Delete"; EditDeleteMenu.Click += new System.EventHandler(this.EditDeleteMenu_Click); // // ToolsMenu // ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { ToolsTestMenu, RelaysMenu, toolStripSeparator3, this.ResetCameraMenu, this.ResetRelaysMeu, toolStripSeparator4, ToolsOptionsMenu }); ToolsMenu.Name = "ToolsMenu"; ToolsMenu.Size = new System.Drawing.Size(48, 20); ToolsMenu.Text = "&Tools"; // // ToolsTestMenu // ToolsTestMenu.Name = "ToolsTestMenu"; ToolsTestMenu.ShortcutKeys = System.Windows.Forms.Keys.F12; ToolsTestMenu.Size = new System.Drawing.Size(165, 22); ToolsTestMenu.Text = "&Test Camera"; ToolsTestMenu.Click += new System.EventHandler(this.ToolsTestMenu_Click); // // RelaysMenu // RelaysMenu.Name = "RelaysMenu"; RelaysMenu.Size = new System.Drawing.Size(165, 22); RelaysMenu.Text = "Test &Relays"; RelaysMenu.Click += new System.EventHandler(this.RelaysMenu_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(162, 6); // // ToolsOptionsMenu // ToolsOptionsMenu.Name = "ToolsOptionsMenu"; ToolsOptionsMenu.Size = new System.Drawing.Size(165, 22); ToolsOptionsMenu.Text = "&Options..."; ToolsOptionsMenu.Click += new System.EventHandler(this.ToolsOptionsMenu_Click); // // HelpMenu // HelpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { AboutMenu }); HelpMenu.Name = "HelpMenu"; HelpMenu.Size = new System.Drawing.Size(44, 20); HelpMenu.Text = "&Help"; // // AboutMenu // AboutMenu.Name = "AboutMenu"; AboutMenu.Size = new System.Drawing.Size(116, 22); AboutMenu.Text = "&About..."; AboutMenu.Click += new System.EventHandler(this.AboutMenu_Click); // // ResetCameraMenu // this.ResetCameraMenu.Name = "ResetCameraMenu"; this.ResetCameraMenu.Size = new System.Drawing.Size(165, 22); this.ResetCameraMenu.Text = "Reset Camera"; this.ResetCameraMenu.Click += new System.EventHandler(this.ResetCameraMenu_Click); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(162, 6); // // ResetRelaysMeu // this.ResetRelaysMeu.Name = "ResetRelaysMeu"; this.ResetRelaysMeu.Size = new System.Drawing.Size(165, 22); this.ResetRelaysMeu.Text = "Reset Relays"; this.ResetRelaysMeu.Click += new System.EventHandler(this.ResetRelaysMeu_Click); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1264, 761); this.Controls.Add(toolStripContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.KeyPreview = true; this.MainMenuStrip = this.menuStrip1; this.Name = "Main"; this.Text = "SlideScan"; toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStripContainer toolStripContainer1; this.buttonSave = new System.Windows.Forms.Button(); this.checkBoxWrap = new System.Windows.Forms.CheckBox(); this.buttonClose = new System.Windows.Forms.Button(); this.richTextBox = new System.Windows.Forms.RichTextBox(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // toolStripContainer1.BottomToolStripPanelVisible = false; // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.buttonSave); toolStripContainer1.ContentPanel.Controls.Add(this.checkBoxWrap); toolStripContainer1.ContentPanel.Controls.Add(this.buttonClose); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(795, 47); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Bottom; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 455); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(795, 47); toolStripContainer1.TabIndex = 5; toolStripContainer1.Text = "toolStripContainer1"; toolStripContainer1.TopToolStripPanelVisible = false; // // buttonSave // this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSave.Location = new System.Drawing.Point(627, 12); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 1; this.buttonSave.Text = "&Save..."; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // checkBoxWrap // this.checkBoxWrap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxWrap.AutoSize = true; this.checkBoxWrap.Location = new System.Drawing.Point(12, 16); this.checkBoxWrap.Name = "checkBoxWrap"; this.checkBoxWrap.Size = new System.Drawing.Size(52, 17); this.checkBoxWrap.TabIndex = 4; this.checkBoxWrap.Text = "&Wrap"; this.checkBoxWrap.UseVisualStyleBackColor = true; this.checkBoxWrap.CheckedChanged += new System.EventHandler(this.checkBoxWrap_CheckedChanged); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonClose.Location = new System.Drawing.Point(708, 12); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 2; this.buttonClose.Text = "Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // richTextBox // this.richTextBox.DetectUrls = false; this.richTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox.Location = new System.Drawing.Point(0, 0); this.richTextBox.Name = "richTextBox"; this.richTextBox.ReadOnly = true; this.richTextBox.Size = new System.Drawing.Size(795, 455); this.richTextBox.TabIndex = 0; this.richTextBox.Text = ""; this.richTextBox.WordWrap = false; // // ViewTextForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonClose; this.ClientSize = new System.Drawing.Size(795, 502); this.Controls.Add(this.richTextBox); this.Controls.Add(toolStripContainer1); this.Name = "ViewTextForm"; this.ShowIcon = false; this.Text = "View"; toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.ContentPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.ResumeLayout(false); }
/// <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.ToolStrip toolStrip; System.Windows.Forms.ToolStripButton refreshButton; System.Windows.Forms.ToolStripButton manageRulesButton; System.Windows.Forms.ToolStripContainer toolStripContainer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductivityView)); this.tabView = new System.Windows.Forms.TabControl(); this.unclassifiedEventsTab = new System.Windows.Forms.TabPage(); this.unclassifiedEventsList = new System.Windows.Forms.ListView(); this.startTimeColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.endTimeColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.dataColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.timeScoredLabel = new System.Windows.Forms.Label(); this.scoreLabel = new System.Windows.Forms.Label(); this.productivityBar = new Productivity.ProductivityBar(); this.analysisWorker = new System.ComponentModel.BackgroundWorker(); toolStrip = new System.Windows.Forms.ToolStrip(); refreshButton = new System.Windows.Forms.ToolStripButton(); manageRulesButton = new System.Windows.Forms.ToolStripButton(); toolStripContainer = new System.Windows.Forms.ToolStripContainer(); toolStrip.SuspendLayout(); toolStripContainer.ContentPanel.SuspendLayout(); toolStripContainer.TopToolStripPanel.SuspendLayout(); toolStripContainer.SuspendLayout(); this.tabView.SuspendLayout(); this.unclassifiedEventsTab.SuspendLayout(); this.SuspendLayout(); // // toolStrip // toolStrip.Dock = System.Windows.Forms.DockStyle.None; toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { refreshButton, manageRulesButton }); toolStrip.Location = new System.Drawing.Point(3, 0); toolStrip.Name = "toolStrip"; toolStrip.Size = new System.Drawing.Size(58, 25); toolStrip.TabIndex = 0; // // refreshButton // refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; refreshButton.Image = global::Productivity.Properties.Resources.Refresh; refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta; refreshButton.Name = "refreshButton"; refreshButton.Size = new System.Drawing.Size(23, 22); refreshButton.Text = "Refresh"; refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // manageRulesButton // manageRulesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; manageRulesButton.Image = global::Productivity.Properties.Resources.Settings; manageRulesButton.ImageTransparentColor = System.Drawing.Color.Magenta; manageRulesButton.Name = "manageRulesButton"; manageRulesButton.Size = new System.Drawing.Size(23, 22); manageRulesButton.Text = "Manage Rules"; manageRulesButton.Click += new System.EventHandler(this.manageRulesButton_Click); // // toolStripContainer // // // toolStripContainer.ContentPanel // toolStripContainer.ContentPanel.Controls.Add(this.tabView); toolStripContainer.ContentPanel.Controls.Add(this.timeScoredLabel); toolStripContainer.ContentPanel.Controls.Add(this.scoreLabel); toolStripContainer.ContentPanel.Controls.Add(this.productivityBar); toolStripContainer.ContentPanel.Size = new System.Drawing.Size(572, 333); toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer.Location = new System.Drawing.Point(0, 0); toolStripContainer.Name = "toolStripContainer"; toolStripContainer.Size = new System.Drawing.Size(572, 358); toolStripContainer.TabIndex = 0; toolStripContainer.Text = "toolStripContainer"; // // toolStripContainer.TopToolStripPanel // toolStripContainer.TopToolStripPanel.Controls.Add(toolStrip); // // tabView // this.tabView.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.tabView.Controls.Add(this.unclassifiedEventsTab); this.tabView.Location = new System.Drawing.Point(13, 120); this.tabView.Name = "tabView"; this.tabView.SelectedIndex = 0; this.tabView.Size = new System.Drawing.Size(547, 201); this.tabView.TabIndex = 3; // // unclassifiedEventsTab // this.unclassifiedEventsTab.Controls.Add(this.unclassifiedEventsList); this.unclassifiedEventsTab.Location = new System.Drawing.Point(4, 22); this.unclassifiedEventsTab.Name = "unclassifiedEventsTab"; this.unclassifiedEventsTab.Padding = new System.Windows.Forms.Padding(3); this.unclassifiedEventsTab.Size = new System.Drawing.Size(539, 175); this.unclassifiedEventsTab.TabIndex = 0; this.unclassifiedEventsTab.Text = "Unclassified"; this.unclassifiedEventsTab.UseVisualStyleBackColor = true; // // unclassifiedEventsList // this.unclassifiedEventsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.startTimeColumn, this.endTimeColumn, this.dataColumn }); this.unclassifiedEventsList.Dock = System.Windows.Forms.DockStyle.Fill; this.unclassifiedEventsList.FullRowSelect = true; this.unclassifiedEventsList.Location = new System.Drawing.Point(3, 3); this.unclassifiedEventsList.Name = "unclassifiedEventsList"; this.unclassifiedEventsList.Size = new System.Drawing.Size(533, 169); this.unclassifiedEventsList.TabIndex = 0; this.unclassifiedEventsList.UseCompatibleStateImageBehavior = false; this.unclassifiedEventsList.View = System.Windows.Forms.View.Details; // // startTimeColumn // this.startTimeColumn.Text = "Start Time"; // // endTimeColumn // this.endTimeColumn.Text = "End Time"; // // dataColumn // this.dataColumn.Text = "Data"; // // timeScoredLabel // this.timeScoredLabel.AutoSize = true; this.timeScoredLabel.Location = new System.Drawing.Point(15, 88); this.timeScoredLabel.Name = "timeScoredLabel"; this.timeScoredLabel.Size = new System.Drawing.Size(32, 13); this.timeScoredLabel.TabIndex = 2; this.timeScoredLabel.Text = "0 min"; // // scoreLabel // this.scoreLabel.AutoSize = true; this.scoreLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scoreLabel.Location = new System.Drawing.Point(12, 16); this.scoreLabel.Name = "scoreLabel"; this.scoreLabel.Size = new System.Drawing.Size(98, 31); this.scoreLabel.TabIndex = 1; this.scoreLabel.Text = "0.00 %"; // // productivityBar // this.productivityBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.productivityBar.Location = new System.Drawing.Point(12, 50); this.productivityBar.Name = "productivityBar"; this.productivityBar.Segments = null; this.productivityBar.Size = new System.Drawing.Size(548, 35); this.productivityBar.StartTime = new System.DateTime(2011, 9, 7, 5, 0, 0, 0); this.productivityBar.TabIndex = 0; this.productivityBar.TimeSpan = System.TimeSpan.Parse("1.00:00:00"); // // analysisWorker // this.analysisWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.analysisWorker_DoWork); this.analysisWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.analysisWorker_RunWorkerCompleted); // // ProductivityView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(572, 358); this.Controls.Add(toolStripContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ProductivityView"; this.Text = "ProductivityView"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProductivityView_FormClosing); this.Shown += new System.EventHandler(this.ProductivityView_Shown); toolStrip.ResumeLayout(false); toolStrip.PerformLayout(); toolStripContainer.ContentPanel.ResumeLayout(false); toolStripContainer.ContentPanel.PerformLayout(); toolStripContainer.TopToolStripPanel.ResumeLayout(false); toolStripContainer.TopToolStripPanel.PerformLayout(); toolStripContainer.ResumeLayout(false); toolStripContainer.PerformLayout(); this.tabView.ResumeLayout(false); this.unclassifiedEventsTab.ResumeLayout(false); this.ResumeLayout(false); }