Example #1
0
        private void InitializeComponent()
        {
            Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
            SuspendLayout();
            //
            // azukiControl
            //
            BackColor     = Color.Black;
            BorderStyle   = BorderStyle.FixedSingle;
            Cursor        = Cursors.IBeam;
            DrawingOption = (((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace
                                 | Sgry.Azuki.DrawingOption.DrawsTab)
                                | Sgry.Azuki.DrawingOption.DrawsEol)
                               | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                              | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                             | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket);
            FirstVisibleLine      = 0;
            Font                  = new Font("Consolas", 9F);
            fontInfo1.Name        = "Consolas";
            fontInfo1.Size        = 9;
            fontInfo1.Style       = FontStyle.Regular;
            FontInfo              = fontInfo1;
            ForeColor             = Color.White;
            ImeMode               = ImeMode.Alpha;
            Location              = new Point(0, 0);
            ScrollPos             = new Point(0, 0);
            ShowsLineNumber       = false;
            ShowsVScrollBar       = false;
            Size                  = new Size(0, 0);
            TabIndex              = 0;
            UseCtrlTabToMoveFocus = false;
            ViewType              = Sgry.Azuki.ViewType.WrappedProportional;
            ViewWidth             = 4101;
            Dock                  = DockStyle.Fill;
            ShowsHScrollBar       = false;
            ImeMode               = ImeMode.Alpha;

            MinimumSize = new Size(256, 128);
            ColorScheme.SetColor(Sgry.Azuki.CharClass.Keyword, Color.Aqua, Color.Black);
            ColorScheme.SetColor(Sgry.Azuki.CharClass.String, Color.Red, Color.Black);
            ColorScheme.SetColor(Sgry.Azuki.CharClass.Comment, Color.Lime, Color.Black);
            ColorScheme.SetColor(Sgry.Azuki.CharClass.Number, Color.Yellow, Color.Black);

            //
            // CommandBox
            //
            Size = new Size(230, 62);
            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();
			Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
			this.azuki = new Sgry.Azuki.WinForms.AzukiControl();
			this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.markToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.unmarkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.btnInfer = new System.Windows.Forms.Button();
			this.menuStrip = new System.Windows.Forms.MenuStrip();
			this.menuItemLanguage = new System.Windows.Forms.ToolStripMenuItem();
			this.lvMarkedElements = new System.Windows.Forms.ListView();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.lvWillBeMarkedElements = new System.Windows.Forms.ListView();
			this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.btnApply = new System.Windows.Forms.Button();
			this.lvModifiableFile = new System.Windows.Forms.ListView();
			this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.splitContainer2 = new System.Windows.Forms.SplitContainer();
			this.splitContainer5 = new System.Windows.Forms.SplitContainer();
			this.lvModifiableRule = new System.Windows.Forms.ListView();
			this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.lvFreezedRule = new System.Windows.Forms.ListView();
			this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.splitContainer3 = new System.Windows.Forms.SplitContainer();
			this.btnApplyAll = new System.Windows.Forms.Button();
			this.splitContainer4 = new System.Windows.Forms.SplitContainer();
			this.lvFreezedFile = new System.Windows.Forms.ListView();
			this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.contextMenuStrip.SuspendLayout();
			this.menuStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
			this.splitContainer2.Panel1.SuspendLayout();
			this.splitContainer2.Panel2.SuspendLayout();
			this.splitContainer2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
			this.splitContainer5.Panel1.SuspendLayout();
			this.splitContainer5.Panel2.SuspendLayout();
			this.splitContainer5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
			this.splitContainer3.Panel1.SuspendLayout();
			this.splitContainer3.Panel2.SuspendLayout();
			this.splitContainer3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
			this.splitContainer4.Panel1.SuspendLayout();
			this.splitContainer4.Panel2.SuspendLayout();
			this.splitContainer4.SuspendLayout();
			this.SuspendLayout();
			// 
			// azuki
			// 
			this.azuki.AllowDrop = true;
			this.azuki.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
			this.azuki.ContextMenuStrip = this.contextMenuStrip;
			this.azuki.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.azuki.Dock = System.Windows.Forms.DockStyle.Fill;
			this.azuki.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab) 
            | Sgry.Azuki.DrawingOption.DrawsEol) 
            | Sgry.Azuki.DrawingOption.HighlightCurrentLine) 
            | Sgry.Azuki.DrawingOption.ShowsLineNumber) 
            | Sgry.Azuki.DrawingOption.ShowsDirtBar) 
            | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
			this.azuki.FirstVisibleLine = 0;
			this.azuki.Font = new System.Drawing.Font("MS UI Gothic", 12F);
			fontInfo1.Name = "MS UI Gothic";
			fontInfo1.Size = 12;
			fontInfo1.Style = System.Drawing.FontStyle.Regular;
			this.azuki.FontInfo = fontInfo1;
			this.azuki.ForeColor = System.Drawing.Color.Black;
			this.azuki.IsReadOnly = true;
			this.azuki.Location = new System.Drawing.Point(0, 0);
			this.azuki.Margin = new System.Windows.Forms.Padding(4);
			this.azuki.Name = "azuki";
			this.azuki.Size = new System.Drawing.Size(677, 776);
			this.azuki.TabIndex = 0;
			this.azuki.Text = "azukiControl1";
			this.azuki.ViewWidth = 4138;
			this.azuki.DragDrop += new System.Windows.Forms.DragEventHandler(this.azuki_DragDrop);
			this.azuki.DragEnter += new System.Windows.Forms.DragEventHandler(this.azuki_DragEnter);
			// 
			// contextMenuStrip
			// 
			this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.markToolStripMenuItem,
            this.unmarkToolStripMenuItem});
			this.contextMenuStrip.Name = "contextMenuStrip";
			this.contextMenuStrip.Size = new System.Drawing.Size(138, 60);
			// 
			// markToolStripMenuItem
			// 
			this.markToolStripMenuItem.Name = "markToolStripMenuItem";
			this.markToolStripMenuItem.Size = new System.Drawing.Size(137, 28);
			this.markToolStripMenuItem.Text = "Mark";
			this.markToolStripMenuItem.Click += new System.EventHandler(this.markToolStripMenuItem_Click);
			// 
			// unmarkToolStripMenuItem
			// 
			this.unmarkToolStripMenuItem.Name = "unmarkToolStripMenuItem";
			this.unmarkToolStripMenuItem.Size = new System.Drawing.Size(137, 28);
			this.unmarkToolStripMenuItem.Text = "Unmark";
			this.unmarkToolStripMenuItem.Click += new System.EventHandler(this.unmarkToolStripMenuItem_Click);
			// 
			// btnInfer
			// 
			this.btnInfer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnInfer.Location = new System.Drawing.Point(12, 781);
			this.btnInfer.Margin = new System.Windows.Forms.Padding(4);
			this.btnInfer.Name = "btnInfer";
			this.btnInfer.Size = new System.Drawing.Size(97, 29);
			this.btnInfer.TabIndex = 1;
			this.btnInfer.Text = "Infer Rule";
			this.btnInfer.UseVisualStyleBackColor = true;
			this.btnInfer.Click += new System.EventHandler(this.btnInfer_Click);
			// 
			// menuStrip
			// 
			this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemLanguage});
			this.menuStrip.Location = new System.Drawing.Point(0, 0);
			this.menuStrip.Name = "menuStrip";
			this.menuStrip.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
			this.menuStrip.Size = new System.Drawing.Size(1456, 31);
			this.menuStrip.TabIndex = 2;
			// 
			// menuItemLanguage
			// 
			this.menuItemLanguage.Name = "menuItemLanguage";
			this.menuItemLanguage.Size = new System.Drawing.Size(93, 27);
			this.menuItemLanguage.Text = "Language";
			// 
			// lvMarkedElements
			// 
			this.lvMarkedElements.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
			this.lvMarkedElements.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvMarkedElements.Location = new System.Drawing.Point(0, 0);
			this.lvMarkedElements.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
			this.lvMarkedElements.Name = "lvMarkedElements";
			this.lvMarkedElements.ShowItemToolTips = true;
			this.lvMarkedElements.Size = new System.Drawing.Size(218, 265);
			this.lvMarkedElements.TabIndex = 8;
			this.lvMarkedElements.UseCompatibleStateImageBehavior = false;
			this.lvMarkedElements.View = System.Windows.Forms.View.Details;
			this.lvMarkedElements.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvElements_MouseDoubleClick);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Name";
			this.columnHeader1.Width = 77;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Text";
			this.columnHeader2.Width = 219;
			// 
			// lvWillBeMarkedElements
			// 
			this.lvWillBeMarkedElements.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4});
			this.lvWillBeMarkedElements.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvWillBeMarkedElements.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvWillBeMarkedElements.Location = new System.Drawing.Point(0, 0);
			this.lvWillBeMarkedElements.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
			this.lvWillBeMarkedElements.Name = "lvWillBeMarkedElements";
			this.lvWillBeMarkedElements.ShowItemToolTips = true;
			this.lvWillBeMarkedElements.Size = new System.Drawing.Size(219, 265);
			this.lvWillBeMarkedElements.TabIndex = 9;
			this.lvWillBeMarkedElements.UseCompatibleStateImageBehavior = false;
			this.lvWillBeMarkedElements.View = System.Windows.Forms.View.Details;
			this.lvWillBeMarkedElements.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvElements_MouseDoubleClick);
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Name";
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "Text";
			this.columnHeader4.Width = 219;
			// 
			// btnApply
			// 
			this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnApply.Location = new System.Drawing.Point(116, 781);
			this.btnApply.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
			this.btnApply.Name = "btnApply";
			this.btnApply.Size = new System.Drawing.Size(90, 29);
			this.btnApply.TabIndex = 10;
			this.btnApply.Text = "Apply This";
			this.btnApply.UseVisualStyleBackColor = true;
			this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
			// 
			// lvModifiableFile
			// 
			this.lvModifiableFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader5,
            this.columnHeader6});
			this.lvModifiableFile.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvModifiableFile.HideSelection = false;
			this.lvModifiableFile.Location = new System.Drawing.Point(0, 0);
			this.lvModifiableFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
			this.lvModifiableFile.MultiSelect = false;
			this.lvModifiableFile.Name = "lvModifiableFile";
			this.lvModifiableFile.ShowItemToolTips = true;
			this.lvModifiableFile.Size = new System.Drawing.Size(297, 370);
			this.lvModifiableFile.TabIndex = 11;
			this.lvModifiableFile.UseCompatibleStateImageBehavior = false;
			this.lvModifiableFile.View = System.Windows.Forms.View.Details;
			this.lvModifiableFile.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvFile_ItemSelectionChanged);
			this.lvModifiableFile.Click += new System.EventHandler(this.lvFile_Click);
			this.lvModifiableFile.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFile_MouseClick);
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "Name";
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "Path";
			this.columnHeader6.Width = 159;
			// 
			// splitContainer1
			// 
			this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(316, 34);
			this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.azuki);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
			this.splitContainer1.Size = new System.Drawing.Size(1124, 776);
			this.splitContainer1.SplitterDistance = 677;
			this.splitContainer1.SplitterWidth = 5;
			this.splitContainer1.TabIndex = 12;
			// 
			// splitContainer2
			// 
			this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer2.Location = new System.Drawing.Point(0, 0);
			this.splitContainer2.Margin = new System.Windows.Forms.Padding(4);
			this.splitContainer2.Name = "splitContainer2";
			this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer2.Panel1
			// 
			this.splitContainer2.Panel1.Controls.Add(this.splitContainer5);
			// 
			// splitContainer2.Panel2
			// 
			this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
			this.splitContainer2.Size = new System.Drawing.Size(442, 776);
			this.splitContainer2.SplitterDistance = 506;
			this.splitContainer2.SplitterWidth = 5;
			this.splitContainer2.TabIndex = 0;
			// 
			// splitContainer5
			// 
			this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer5.Location = new System.Drawing.Point(0, 0);
			this.splitContainer5.Name = "splitContainer5";
			this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer5.Panel1
			// 
			this.splitContainer5.Panel1.Controls.Add(this.lvModifiableRule);
			// 
			// splitContainer5.Panel2
			// 
			this.splitContainer5.Panel2.Controls.Add(this.lvFreezedRule);
			this.splitContainer5.Size = new System.Drawing.Size(442, 506);
			this.splitContainer5.SplitterDistance = 351;
			this.splitContainer5.TabIndex = 1;
			// 
			// lvModifiableRule
			// 
			this.lvModifiableRule.CheckBoxes = true;
			this.lvModifiableRule.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7});
			this.lvModifiableRule.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvModifiableRule.Location = new System.Drawing.Point(0, 0);
			this.lvModifiableRule.Margin = new System.Windows.Forms.Padding(4);
			this.lvModifiableRule.Name = "lvModifiableRule";
			this.lvModifiableRule.Size = new System.Drawing.Size(442, 351);
			this.lvModifiableRule.TabIndex = 0;
			this.lvModifiableRule.UseCompatibleStateImageBehavior = false;
			this.lvModifiableRule.View = System.Windows.Forms.View.Details;
			this.lvModifiableRule.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvRule_ItemChecked);
			this.lvModifiableRule.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvRule_MouseClick);
			// 
			// columnHeader7
			// 
			this.columnHeader7.Text = "Filter";
			this.columnHeader7.Width = 326;
			// 
			// lvFreezedRule
			// 
			this.lvFreezedRule.CheckBoxes = true;
			this.lvFreezedRule.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader10});
			this.lvFreezedRule.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvFreezedRule.Location = new System.Drawing.Point(0, 0);
			this.lvFreezedRule.Margin = new System.Windows.Forms.Padding(4);
			this.lvFreezedRule.Name = "lvFreezedRule";
			this.lvFreezedRule.Size = new System.Drawing.Size(442, 151);
			this.lvFreezedRule.TabIndex = 1;
			this.lvFreezedRule.UseCompatibleStateImageBehavior = false;
			this.lvFreezedRule.View = System.Windows.Forms.View.Details;
			this.lvFreezedRule.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvRule_ItemChecked);
			this.lvFreezedRule.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvRule_MouseClick);
			// 
			// columnHeader10
			// 
			this.columnHeader10.Text = "Filter";
			this.columnHeader10.Width = 326;
			// 
			// splitContainer3
			// 
			this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer3.Location = new System.Drawing.Point(0, 0);
			this.splitContainer3.Margin = new System.Windows.Forms.Padding(4);
			this.splitContainer3.Name = "splitContainer3";
			// 
			// splitContainer3.Panel1
			// 
			this.splitContainer3.Panel1.Controls.Add(this.lvMarkedElements);
			// 
			// splitContainer3.Panel2
			// 
			this.splitContainer3.Panel2.Controls.Add(this.lvWillBeMarkedElements);
			this.splitContainer3.Size = new System.Drawing.Size(442, 265);
			this.splitContainer3.SplitterDistance = 218;
			this.splitContainer3.SplitterWidth = 5;
			this.splitContainer3.TabIndex = 0;
			// 
			// btnApplyAll
			// 
			this.btnApplyAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnApplyAll.Location = new System.Drawing.Point(212, 781);
			this.btnApplyAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
			this.btnApplyAll.Name = "btnApplyAll";
			this.btnApplyAll.Size = new System.Drawing.Size(97, 29);
			this.btnApplyAll.TabIndex = 13;
			this.btnApplyAll.Text = "Apply All";
			this.btnApplyAll.UseVisualStyleBackColor = true;
			this.btnApplyAll.Click += new System.EventHandler(this.btnApplyAll_Click);
			// 
			// splitContainer4
			// 
			this.splitContainer4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.splitContainer4.Location = new System.Drawing.Point(12, 34);
			this.splitContainer4.Name = "splitContainer4";
			this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer4.Panel1
			// 
			this.splitContainer4.Panel1.Controls.Add(this.lvModifiableFile);
			// 
			// splitContainer4.Panel2
			// 
			this.splitContainer4.Panel2.Controls.Add(this.lvFreezedFile);
			this.splitContainer4.Size = new System.Drawing.Size(297, 740);
			this.splitContainer4.SplitterDistance = 370;
			this.splitContainer4.TabIndex = 14;
			// 
			// lvFreezedFile
			// 
			this.lvFreezedFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader8,
            this.columnHeader9});
			this.lvFreezedFile.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lvFreezedFile.HideSelection = false;
			this.lvFreezedFile.Location = new System.Drawing.Point(0, 0);
			this.lvFreezedFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
			this.lvFreezedFile.MultiSelect = false;
			this.lvFreezedFile.Name = "lvFreezedFile";
			this.lvFreezedFile.ShowItemToolTips = true;
			this.lvFreezedFile.Size = new System.Drawing.Size(297, 366);
			this.lvFreezedFile.TabIndex = 12;
			this.lvFreezedFile.UseCompatibleStateImageBehavior = false;
			this.lvFreezedFile.View = System.Windows.Forms.View.Details;
			this.lvFreezedFile.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvFile_ItemSelectionChanged);
			this.lvFreezedFile.Click += new System.EventHandler(this.lvFile_Click);
			this.lvFreezedFile.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFile_MouseClick);
			// 
			// columnHeader8
			// 
			this.columnHeader8.Text = "Name";
			// 
			// columnHeader9
			// 
			this.columnHeader9.Text = "Path";
			this.columnHeader9.Width = 159;
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1456, 824);
			this.Controls.Add(this.splitContainer4);
			this.Controls.Add(this.btnApplyAll);
			this.Controls.Add(this.splitContainer1);
			this.Controls.Add(this.btnApply);
			this.Controls.Add(this.btnInfer);
			this.Controls.Add(this.menuStrip);
			this.MainMenuStrip = this.menuStrip;
			this.Margin = new System.Windows.Forms.Padding(4);
			this.Name = "MainForm";
			this.Text = "Form1";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.contextMenuStrip.ResumeLayout(false);
			this.menuStrip.ResumeLayout(false);
			this.menuStrip.PerformLayout();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			this.splitContainer2.Panel1.ResumeLayout(false);
			this.splitContainer2.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
			this.splitContainer2.ResumeLayout(false);
			this.splitContainer5.Panel1.ResumeLayout(false);
			this.splitContainer5.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
			this.splitContainer5.ResumeLayout(false);
			this.splitContainer3.Panel1.ResumeLayout(false);
			this.splitContainer3.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
			this.splitContainer3.ResumeLayout(false);
			this.splitContainer4.Panel1.ResumeLayout(false);
			this.splitContainer4.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
			this.splitContainer4.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #3
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     Sgry.Azuki.FontInfo fontInfo3 = new Sgry.Azuki.FontInfo();
     this.startButton     = new System.Windows.Forms.Button();
     this.textBox         = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.azukiControl1   = new Sgry.Azuki.WinForms.AzukiControl();
     this.SuspendLayout();
     //
     // startButton
     //
     this.startButton.Location = new System.Drawing.Point(197, 96);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(75, 23);
     this.startButton.TabIndex = 1;
     this.startButton.Text     = "スタート";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startButton_Click);
     //
     // textBox
     //
     this.textBox.Location = new System.Drawing.Point(12, 96);
     this.textBox.Name     = "textBox";
     this.textBox.Size     = new System.Drawing.Size(62, 19);
     this.textBox.TabIndex = 2;
     this.textBox.Text     = "100";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(80, 99);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 3;
     this.label1.Text     = "語/分";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // azukiControl1
     //
     this.azukiControl1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azukiControl1.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.azukiControl1.Dock                = System.Windows.Forms.DockStyle.Top;
     this.azukiControl1.DrawingOption       = ((Sgry.Azuki.DrawingOption)((Sgry.Azuki.DrawingOption.HighlightCurrentLine | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azukiControl1.DrawsEolCode        = false;
     this.azukiControl1.DrawsFullWidthSpace = false;
     this.azukiControl1.DrawsTab            = false;
     this.azukiControl1.FirstVisibleLine    = 0;
     this.azukiControl1.Font                = new System.Drawing.Font("MS UI Gothic", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     fontInfo3.Name                     = "MS UI Gothic";
     fontInfo3.Size                     = 48;
     fontInfo3.Style                    = System.Drawing.FontStyle.Regular;
     this.azukiControl1.FontInfo        = fontInfo3;
     this.azukiControl1.ForeColor       = System.Drawing.Color.Black;
     this.azukiControl1.Location        = new System.Drawing.Point(0, 0);
     this.azukiControl1.Name            = "azukiControl1";
     this.azukiControl1.ScrollPos       = new System.Drawing.Point(0, 0);
     this.azukiControl1.ShowsDirtBar    = false;
     this.azukiControl1.ShowsHScrollBar = false;
     this.azukiControl1.ShowsLineNumber = false;
     this.azukiControl1.ShowsVScrollBar = false;
     this.azukiControl1.Size            = new System.Drawing.Size(284, 90);
     this.azukiControl1.TabIndex        = 4;
     this.azukiControl1.ViewWidth       = 4097;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 126);
     this.Controls.Add(this.azukiControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.startButton);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(300, 165);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(300, 165);
     this.Name        = "Form1";
     this.Text        = "sokudoku";
     this.Load       += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.menuStrip1                       = new System.Windows.Forms.MenuStrip();
     this.ファイルToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2              = new System.Windows.Forms.ToolStripSeparator();
     this.すべてのファイルを保存ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.インポートToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3              = new System.Windows.Forms.ToolStripSeparator();
     this.保存して終了ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.終了ToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.ビルドToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ビルドして実行ToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.ビルドのみToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4              = new System.Windows.Forms.ToolStripSeparator();
     this.exeがある場所を開くToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.デバックToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.未実装ToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ツールToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.プロジェクトToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.windowsフォームの追加ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.クラスの追加ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1              = new System.Windows.Forms.ToolStripSeparator();
     this.プロジェクト設定ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5              = new System.Windows.Forms.ToolStripSeparator();
     this.インストーラー作成ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.ヘルプToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ソフトウェアアップデートの確認ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.このソフトについてToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.treeView1                        = new System.Windows.Forms.TreeView();
     this.tabControl1                      = new System.Windows.Forms.TabControl();
     this.tabPage1                         = new System.Windows.Forms.TabPage();
     this.azukiControl1                    = new Sgry.Azuki.WinForms.AzukiControl();
     this.toolStrip1                       = new System.Windows.Forms.ToolStrip();
     this.toolStripButton3                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton1            = new System.Windows.Forms.ToolStripSplitButton();
     this.windowsフォームの追加ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.クラスの追加ToolStripMenuItem1         = new System.Windows.Forms.ToolStripMenuItem();
     this.textBox1                         = new System.Windows.Forms.TextBox();
     this.cmdexeToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.設定ToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ファイルToolStripMenuItem,
         this.ビルドToolStripMenuItem,
         this.デバックToolStripMenuItem,
         this.ツールToolStripMenuItem,
         this.プロジェクトToolStripMenuItem,
         this.ヘルプToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(723, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // ファイルToolStripMenuItem
     //
     this.ファイルToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator2,
         this.すべてのファイルを保存ToolStripMenuItem,
         this.インポートToolStripMenuItem,
         this.toolStripSeparator3,
         this.保存して終了ToolStripMenuItem,
         this.終了ToolStripMenuItem
     });
     this.ファイルToolStripMenuItem.Name = "ファイルToolStripMenuItem";
     this.ファイルToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
     this.ファイルToolStripMenuItem.Text = "ファイル";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(175, 6);
     //
     // すべてのファイルを保存ToolStripMenuItem
     //
     this.すべてのファイルを保存ToolStripMenuItem.Name = "すべてのファイルを保存ToolStripMenuItem";
     this.すべてのファイルを保存ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.すべてのファイルを保存ToolStripMenuItem.Text = "すべてのファイルを保存";
     //
     // インポートToolStripMenuItem
     //
     this.インポートToolStripMenuItem.Name = "インポートToolStripMenuItem";
     this.インポートToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.インポートToolStripMenuItem.Text = "インポート";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(175, 6);
     //
     // 保存して終了ToolStripMenuItem
     //
     this.保存して終了ToolStripMenuItem.Name = "保存して終了ToolStripMenuItem";
     this.保存して終了ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.保存して終了ToolStripMenuItem.Text = "保存して終了";
     //
     // 終了ToolStripMenuItem
     //
     this.終了ToolStripMenuItem.Name   = "終了ToolStripMenuItem";
     this.終了ToolStripMenuItem.Size   = new System.Drawing.Size(178, 22);
     this.終了ToolStripMenuItem.Text   = "終了";
     this.終了ToolStripMenuItem.Click += new System.EventHandler(this.終了ToolStripMenuItem_Click);
     //
     // ビルドToolStripMenuItem
     //
     this.ビルドToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ビルドして実行ToolStripMenuItem,
         this.ビルドのみToolStripMenuItem,
         this.toolStripSeparator4,
         this.exeがある場所を開くToolStripMenuItem
     });
     this.ビルドToolStripMenuItem.Name = "ビルドToolStripMenuItem";
     this.ビルドToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.ビルドToolStripMenuItem.Text = "ビルド";
     //
     // ビルドして実行ToolStripMenuItem
     //
     this.ビルドして実行ToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("ビルドして実行ToolStripMenuItem.Image")));
     this.ビルドして実行ToolStripMenuItem.Name   = "ビルドして実行ToolStripMenuItem";
     this.ビルドして実行ToolStripMenuItem.Size   = new System.Drawing.Size(177, 26);
     this.ビルドして実行ToolStripMenuItem.Text   = "ビルドして実行";
     this.ビルドして実行ToolStripMenuItem.Click += new System.EventHandler(this.ビルドして実行ToolStripMenuItem_Click);
     //
     // ビルドのみToolStripMenuItem
     //
     this.ビルドのみToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("ビルドのみToolStripMenuItem.Image")));
     this.ビルドのみToolStripMenuItem.Name   = "ビルドのみToolStripMenuItem";
     this.ビルドのみToolStripMenuItem.Size   = new System.Drawing.Size(177, 26);
     this.ビルドのみToolStripMenuItem.Text   = "ビルドのみ";
     this.ビルドのみToolStripMenuItem.Click += new System.EventHandler(this.ビルドのみToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(174, 6);
     //
     // exeがある場所を開くToolStripMenuItem
     //
     this.exeがある場所を開くToolStripMenuItem.Name = "exeがある場所を開くToolStripMenuItem";
     this.exeがある場所を開くToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
     this.exeがある場所を開くToolStripMenuItem.Text = "exeがある場所を開く";
     //
     // デバックToolStripMenuItem
     //
     this.デバックToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.未実装ToolStripMenuItem
     });
     this.デバックToolStripMenuItem.Name = "デバックToolStripMenuItem";
     this.デバックToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     this.デバックToolStripMenuItem.Text = "デバック";
     //
     // 未実装ToolStripMenuItem
     //
     this.未実装ToolStripMenuItem.Name = "未実装ToolStripMenuItem";
     this.未実装ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.未実装ToolStripMenuItem.Text = "未実装";
     //
     // ツールToolStripMenuItem
     //
     this.ツールToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cmdexeToolStripMenuItem
     });
     this.ツールToolStripMenuItem.Name = "ツールToolStripMenuItem";
     this.ツールToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.ツールToolStripMenuItem.Text = "ツール";
     //
     // プロジェクトToolStripMenuItem
     //
     this.プロジェクトToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.windowsフォームの追加ToolStripMenuItem,
         this.クラスの追加ToolStripMenuItem,
         this.toolStripSeparator1,
         this.プロジェクト設定ToolStripMenuItem,
         this.toolStripSeparator5,
         this.インストーラー作成ToolStripMenuItem
     });
     this.プロジェクトToolStripMenuItem.Name = "プロジェクトToolStripMenuItem";
     this.プロジェクトToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
     this.プロジェクトToolStripMenuItem.Text = "プロジェクト";
     //
     // windowsフォームの追加ToolStripMenuItem
     //
     this.windowsフォームの追加ToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("windowsフォームの追加ToolStripMenuItem.Image")));
     this.windowsフォームの追加ToolStripMenuItem.Name   = "windowsフォームの追加ToolStripMenuItem";
     this.windowsフォームの追加ToolStripMenuItem.Size   = new System.Drawing.Size(193, 26);
     this.windowsフォームの追加ToolStripMenuItem.Text   = "Windowsフォームの追加";
     this.windowsフォームの追加ToolStripMenuItem.Click += new System.EventHandler(this.windowsフォームの追加ToolStripMenuItem_Click);
     //
     // クラスの追加ToolStripMenuItem
     //
     this.クラスの追加ToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("クラスの追加ToolStripMenuItem.Image")));
     this.クラスの追加ToolStripMenuItem.Name   = "クラスの追加ToolStripMenuItem";
     this.クラスの追加ToolStripMenuItem.Size   = new System.Drawing.Size(193, 26);
     this.クラスの追加ToolStripMenuItem.Text   = "クラスの追加";
     this.クラスの追加ToolStripMenuItem.Click += new System.EventHandler(this.クラスの追加ToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(190, 6);
     //
     // プロジェクト設定ToolStripMenuItem
     //
     this.プロジェクト設定ToolStripMenuItem.Name   = "プロジェクト設定ToolStripMenuItem";
     this.プロジェクト設定ToolStripMenuItem.Size   = new System.Drawing.Size(193, 26);
     this.プロジェクト設定ToolStripMenuItem.Text   = "プロジェクト設定";
     this.プロジェクト設定ToolStripMenuItem.Click += new System.EventHandler(this.プロジェクト設定ToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(190, 6);
     //
     // インストーラー作成ToolStripMenuItem
     //
     this.インストーラー作成ToolStripMenuItem.Name = "インストーラー作成ToolStripMenuItem";
     this.インストーラー作成ToolStripMenuItem.Size = new System.Drawing.Size(193, 26);
     this.インストーラー作成ToolStripMenuItem.Text = "インストーラー作成(未)";
     //
     // ヘルプToolStripMenuItem
     //
     this.ヘルプToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ソフトウェアアップデートの確認ToolStripMenuItem,
         this.このソフトについてToolStripMenuItem,
         this.設定ToolStripMenuItem
     });
     this.ヘルプToolStripMenuItem.Name = "ヘルプToolStripMenuItem";
     this.ヘルプToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.ヘルプToolStripMenuItem.Text = "ヘルプ";
     //
     // ソフトウェアアップデートの確認ToolStripMenuItem
     //
     this.ソフトウェアアップデートの確認ToolStripMenuItem.Name   = "ソフトウェアアップデートの確認ToolStripMenuItem";
     this.ソフトウェアアップデートの確認ToolStripMenuItem.Size   = new System.Drawing.Size(208, 22);
     this.ソフトウェアアップデートの確認ToolStripMenuItem.Text   = "ソフトウェアアップデートの確認";
     this.ソフトウェアアップデートの確認ToolStripMenuItem.Click += new System.EventHandler(this.ソフトウェアアップデートの確認ToolStripMenuItem_Click);
     //
     // このソフトについてToolStripMenuItem
     //
     this.このソフトについてToolStripMenuItem.Name = "このソフトについてToolStripMenuItem";
     this.このソフトについてToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
     this.このソフトについてToolStripMenuItem.Text = "このソフトについて";
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.treeView1.Location     = new System.Drawing.Point(0, 51);
     this.treeView1.Margin       = new System.Windows.Forms.Padding(2);
     this.treeView1.Name         = "treeView1";
     this.treeView1.Size         = new System.Drawing.Size(260, 302);
     this.treeView1.TabIndex     = 5;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Location      = new System.Drawing.Point(264, 51);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(2);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(459, 302);
     this.tabControl1.TabIndex      = 6;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.azukiControl1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(2);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(2);
     this.tabPage1.Size     = new System.Drawing.Size(451, 276);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "main.cs";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // azukiControl1
     //
     this.azukiControl1.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.azukiControl1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azukiControl1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.azukiControl1.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                         | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                        | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                       | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                      | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                     | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azukiControl1.FirstVisibleLine = 0;
     this.azukiControl1.Font             = new System.Drawing.Font("MS UI Gothic", 9F);
     fontInfo1.Name               = "MS UI Gothic";
     fontInfo1.Size               = 9;
     fontInfo1.Style              = System.Drawing.FontStyle.Regular;
     this.azukiControl1.FontInfo  = fontInfo1;
     this.azukiControl1.ForeColor = System.Drawing.Color.Black;
     this.azukiControl1.Location  = new System.Drawing.Point(0, 0);
     this.azukiControl1.Name      = "azukiControl1";
     this.azukiControl1.ScrollPos = new System.Drawing.Point(0, 0);
     this.azukiControl1.Size      = new System.Drawing.Size(451, 274);
     this.azukiControl1.TabIndex  = 0;
     this.azukiControl1.ViewWidth = 4129;
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton3,
         this.toolStripButton4,
         this.toolStripSplitButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(723, 27);
     this.toolStrip1.TabIndex = 7;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name        = "toolStripButton3";
     this.toolStripButton3.Size        = new System.Drawing.Size(24, 24);
     this.toolStripButton3.Text        = "toolStripButton3";
     this.toolStripButton3.ToolTipText = "保存";
     this.toolStripButton3.Click      += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name        = "toolStripButton4";
     this.toolStripButton4.Size        = new System.Drawing.Size(24, 24);
     this.toolStripButton4.Text        = "toolStripButton4";
     this.toolStripButton4.ToolTipText = "すべて保存";
     this.toolStripButton4.Click      += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.windowsフォームの追加ToolStripMenuItem1,
         this.クラスの追加ToolStripMenuItem1
     });
     this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size = new System.Drawing.Size(36, 24);
     this.toolStripSplitButton1.Text = "toolStripSplitButton1";
     //
     // windowsフォームの追加ToolStripMenuItem1
     //
     this.windowsフォームの追加ToolStripMenuItem1.Image  = ((System.Drawing.Image)(resources.GetObject("windowsフォームの追加ToolStripMenuItem1.Image")));
     this.windowsフォームの追加ToolStripMenuItem1.Name   = "windowsフォームの追加ToolStripMenuItem1";
     this.windowsフォームの追加ToolStripMenuItem1.Size   = new System.Drawing.Size(189, 22);
     this.windowsフォームの追加ToolStripMenuItem1.Text   = "Windowsフォームの追加";
     this.windowsフォームの追加ToolStripMenuItem1.Click += new System.EventHandler(this.windowsフォームの追加ToolStripMenuItem1_Click);
     //
     // クラスの追加ToolStripMenuItem1
     //
     this.クラスの追加ToolStripMenuItem1.Image  = ((System.Drawing.Image)(resources.GetObject("クラスの追加ToolStripMenuItem1.Image")));
     this.クラスの追加ToolStripMenuItem1.Name   = "クラスの追加ToolStripMenuItem1";
     this.クラスの追加ToolStripMenuItem1.Size   = new System.Drawing.Size(189, 22);
     this.クラスの追加ToolStripMenuItem1.Text   = "クラスの追加";
     this.クラスの追加ToolStripMenuItem1.Click += new System.EventHandler(this.クラスの追加ToolStripMenuItem1_Click);
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location  = new System.Drawing.Point(4, 358);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(715, 129);
     this.textBox1.TabIndex  = 8;
     //
     // cmdexeToolStripMenuItem
     //
     this.cmdexeToolStripMenuItem.Name = "cmdexeToolStripMenuItem";
     this.cmdexeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.cmdexeToolStripMenuItem.Text = "cmd.exe";
     //
     // 設定ToolStripMenuItem
     //
     this.設定ToolStripMenuItem.Name   = "設定ToolStripMenuItem";
     this.設定ToolStripMenuItem.Size   = new System.Drawing.Size(208, 22);
     this.設定ToolStripMenuItem.Text   = "設定";
     this.設定ToolStripMenuItem.Click += new System.EventHandler(this.設定ToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(723, 486);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.treeView1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "Form1";
     this.Text          = "C#_GO  v2.0  COSMOS";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.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()
 {
     Sgry.Azuki.FontInfo fontInfo3 = new Sgry.Azuki.FontInfo();
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.tabControl  = new System.Windows.Forms.TabControl();
     this.tabBefore   = new System.Windows.Forms.TabPage();
     this.azukiBefore = new utils.AzukiTextBox();
     this.tabAfter    = new System.Windows.Forms.TabPage();
     this.azukiAfter  = new utils.AzukiTextBox();
     this.tabControl.SuspendLayout();
     this.tabBefore.SuspendLayout();
     this.tabAfter.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabBefore);
     this.tabControl.Controls.Add(this.tabAfter);
     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(421, 279);
     this.tabControl.TabIndex              = 1;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tabBefore
     //
     this.tabBefore.Controls.Add(this.azukiBefore);
     this.tabBefore.Location = new System.Drawing.Point(4, 22);
     this.tabBefore.Name     = "tabBefore";
     this.tabBefore.Size     = new System.Drawing.Size(413, 253);
     this.tabBefore.TabIndex = 0;
     this.tabBefore.Text     = "置換前";
     this.tabBefore.Enter   += new System.EventHandler(this.tabBefore_Enter_1);
     //
     // azukiBefore
     //
     this.azukiBefore.BackColor     = System.Drawing.SystemColors.Window;
     this.azukiBefore.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.azukiBefore.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.azukiBefore.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.azukiBefore.DrawingOption = ((Sgry.Azuki.DrawingOption)(((Sgry.Azuki.DrawingOption.DrawsTab | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                   | Sgry.Azuki.DrawingOption.ShowsLineNumber)));
     this.azukiBefore.DrawsFullWidthSpace = false;
     this.azukiBefore.FirstVisibleLine    = 0;
     this.azukiBefore.Font                  = new System.Drawing.Font("MS Gothic", 9F);
     fontInfo3.Name                         = "MS Gothic";
     fontInfo3.Size                         = 9;
     fontInfo3.Style                        = System.Drawing.FontStyle.Regular;
     this.azukiBefore.FontInfo              = fontInfo3;
     this.azukiBefore.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.azukiBefore.HighlightsCurrentLine = false;
     this.azukiBefore.IsReadOnly            = true;
     this.azukiBefore.Location              = new System.Drawing.Point(0, 0);
     this.azukiBefore.MarkerColor           = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.azukiBefore.Name                  = "azukiBefore";
     this.azukiBefore.NewlineChars          = "\r\n";
     this.azukiBefore.ScrollsBeyondLastLine = false;
     this.azukiBefore.ShowsDirtBar          = false;
     this.azukiBefore.Size                  = new System.Drawing.Size(413, 253);
     this.azukiBefore.TabIndex              = 3;
     this.azukiBefore.TabWidth              = 4;
     this.azukiBefore.ViewWidth             = 4128;
     //
     // tabAfter
     //
     this.tabAfter.Controls.Add(this.azukiAfter);
     this.tabAfter.Location = new System.Drawing.Point(4, 22);
     this.tabAfter.Name     = "tabAfter";
     this.tabAfter.Size     = new System.Drawing.Size(413, 253);
     this.tabAfter.TabIndex = 1;
     this.tabAfter.Text     = "置換後";
     this.tabAfter.UseVisualStyleBackColor = true;
     //
     // azukiAfter
     //
     this.azukiAfter.BackColor     = System.Drawing.SystemColors.Window;
     this.azukiAfter.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.azukiAfter.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.azukiAfter.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.azukiAfter.DrawingOption = ((Sgry.Azuki.DrawingOption)(((Sgry.Azuki.DrawingOption.DrawsTab | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                  | Sgry.Azuki.DrawingOption.ShowsLineNumber)));
     this.azukiAfter.DrawsFullWidthSpace = false;
     this.azukiAfter.FirstVisibleLine    = 0;
     this.azukiAfter.Font                  = new System.Drawing.Font("MS Gothic", 9F);
     fontInfo1.Name                        = "MS Gothic";
     fontInfo1.Size                        = 9;
     fontInfo1.Style                       = System.Drawing.FontStyle.Regular;
     this.azukiAfter.FontInfo              = fontInfo1;
     this.azukiAfter.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.azukiAfter.HighlightsCurrentLine = false;
     this.azukiAfter.IsReadOnly            = true;
     this.azukiAfter.Location              = new System.Drawing.Point(0, 0);
     this.azukiAfter.MarkerColor           = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.azukiAfter.Name                  = "azukiAfter";
     this.azukiAfter.NewlineChars          = "\r\n";
     this.azukiAfter.ScrollsBeyondLastLine = false;
     this.azukiAfter.ShowsDirtBar          = false;
     this.azukiAfter.Size                  = new System.Drawing.Size(413, 253);
     this.azukiAfter.TabIndex              = 0;
     this.azukiAfter.TabWidth              = 4;
     this.azukiAfter.ViewWidth             = 4128;
     //
     // PreviewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CausesValidation    = false;
     this.ClientSize          = new System.Drawing.Size(421, 279);
     this.Controls.Add(this.tabControl);
     this.MinimumSize = new System.Drawing.Size(280, 200);
     this.Name        = "PreviewForm";
     this.ShowIcon    = false;
     this.Text        = "PreviewForm";
     this.tabControl.ResumeLayout(false);
     this.tabBefore.ResumeLayout(false);
     this.tabAfter.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingWindow));
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.Tab         = new System.Windows.Forms.TabControl();
     this.Tab_General = new System.Windows.Forms.TabPage();
     this.Tab_General_Open_Extract_Folder   = new System.Windows.Forms.CheckBox();
     this.Tab_General_Workspace_Button      = new System.Windows.Forms.Button();
     this.Tab_General_Workspace_TextBox     = new System.Windows.Forms.TextBox();
     this.Tab_General_Workspace_Label       = new System.Windows.Forms.Label();
     this.Tab_General_UTF8Mode              = new System.Windows.Forms.CheckBox();
     this.Tab_General_SimulatorPath_Button  = new System.Windows.Forms.Button();
     this.Tab_General_SimulatorPath_TextBox = new System.Windows.Forms.TextBox();
     this.Tab_General_SimulatorPath_Label   = new System.Windows.Forms.Label();
     this.Tab_General_Language_Label        = new System.Windows.Forms.Label();
     this.Tab_General_Language_ComboBox     = new System.Windows.Forms.ComboBox();
     this.Tab_Editor              = new System.Windows.Forms.TabPage();
     this.Tab_Editor_Font         = new System.Windows.Forms.Button();
     this.Tab_Editor_HR_From_Zero = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_Command      = new System.Windows.Forms.Button();
     this.Tab_Editor_Header       = new System.Windows.Forms.Button();
     this.Tab_Editor_EoF          = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_EoL          = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_TabMark      = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_SpaceMark    = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_Line         = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_Show_HR      = new System.Windows.Forms.CheckBox();
     this.Tab_Editor_Other        = new System.Windows.Forms.Button();
     this.Tab_Editor_Space        = new System.Windows.Forms.Button();
     this.Tab_Editor_Comment      = new System.Windows.Forms.Button();
     this.Tab_Editor_Balloon      = new System.Windows.Forms.Button();
     this.Tab_Editor_Roll         = new System.Windows.Forms.Button();
     this.Tab_Editor_Ka           = new System.Windows.Forms.Button();
     this.Tab_Editor_Don          = new System.Windows.Forms.Button();
     this.Tab_Editor_Normal       = new System.Windows.Forms.Button();
     this.Tab_Editor_Sample       = new Sgry.Azuki.WinForms.AzukiControl();
     this.Tab_Editor_Label        = new System.Windows.Forms.Label();
     this.Button_Apply            = new System.Windows.Forms.Button();
     this.Button_Cancel           = new System.Windows.Forms.Button();
     this.Tab.SuspendLayout();
     this.Tab_General.SuspendLayout();
     this.Tab_Editor.SuspendLayout();
     this.SuspendLayout();
     //
     // Tab
     //
     resources.ApplyResources(this.Tab, "Tab");
     this.Tab.Controls.Add(this.Tab_General);
     this.Tab.Controls.Add(this.Tab_Editor);
     this.Tab.HotTrack      = true;
     this.Tab.Multiline     = true;
     this.Tab.Name          = "Tab";
     this.Tab.SelectedIndex = 0;
     this.Tab.SizeMode      = System.Windows.Forms.TabSizeMode.Fixed;
     //
     // Tab_General
     //
     this.Tab_General.Controls.Add(this.Tab_General_Open_Extract_Folder);
     this.Tab_General.Controls.Add(this.Tab_General_Workspace_Button);
     this.Tab_General.Controls.Add(this.Tab_General_Workspace_TextBox);
     this.Tab_General.Controls.Add(this.Tab_General_Workspace_Label);
     this.Tab_General.Controls.Add(this.Tab_General_UTF8Mode);
     this.Tab_General.Controls.Add(this.Tab_General_SimulatorPath_Button);
     this.Tab_General.Controls.Add(this.Tab_General_SimulatorPath_TextBox);
     this.Tab_General.Controls.Add(this.Tab_General_SimulatorPath_Label);
     this.Tab_General.Controls.Add(this.Tab_General_Language_Label);
     this.Tab_General.Controls.Add(this.Tab_General_Language_ComboBox);
     resources.ApplyResources(this.Tab_General, "Tab_General");
     this.Tab_General.Name = "Tab_General";
     this.Tab_General.UseVisualStyleBackColor = true;
     //
     // Tab_General_Open_Extract_Folder
     //
     resources.ApplyResources(this.Tab_General_Open_Extract_Folder, "Tab_General_Open_Extract_Folder");
     this.Tab_General_Open_Extract_Folder.Name = "Tab_General_Open_Extract_Folder";
     this.Tab_General_Open_Extract_Folder.UseVisualStyleBackColor = true;
     this.Tab_General_Open_Extract_Folder.CheckedChanged         += new System.EventHandler(this.Tab_General_Open_Extract_Folder_CheckedChanged);
     //
     // Tab_General_Workspace_Button
     //
     resources.ApplyResources(this.Tab_General_Workspace_Button, "Tab_General_Workspace_Button");
     this.Tab_General_Workspace_Button.Name = "Tab_General_Workspace_Button";
     this.Tab_General_Workspace_Button.UseVisualStyleBackColor = true;
     this.Tab_General_Workspace_Button.Click += new System.EventHandler(this.Tab_General_Workspace_Button_Click);
     //
     // Tab_General_Workspace_TextBox
     //
     resources.ApplyResources(this.Tab_General_Workspace_TextBox, "Tab_General_Workspace_TextBox");
     this.Tab_General_Workspace_TextBox.Name         = "Tab_General_Workspace_TextBox";
     this.Tab_General_Workspace_TextBox.TextChanged += new System.EventHandler(this.Tab_General_Workspace_TextBox_TextChanged);
     //
     // Tab_General_Workspace_Label
     //
     resources.ApplyResources(this.Tab_General_Workspace_Label, "Tab_General_Workspace_Label");
     this.Tab_General_Workspace_Label.Name = "Tab_General_Workspace_Label";
     //
     // Tab_General_UTF8Mode
     //
     resources.ApplyResources(this.Tab_General_UTF8Mode, "Tab_General_UTF8Mode");
     this.Tab_General_UTF8Mode.Name = "Tab_General_UTF8Mode";
     this.Tab_General_UTF8Mode.UseVisualStyleBackColor = true;
     this.Tab_General_UTF8Mode.CheckedChanged         += new System.EventHandler(this.Tab_General_UTF8Mode_CheckedChanged);
     //
     // Tab_General_SimulatorPath_Button
     //
     resources.ApplyResources(this.Tab_General_SimulatorPath_Button, "Tab_General_SimulatorPath_Button");
     this.Tab_General_SimulatorPath_Button.Name = "Tab_General_SimulatorPath_Button";
     this.Tab_General_SimulatorPath_Button.UseVisualStyleBackColor = true;
     this.Tab_General_SimulatorPath_Button.Click += new System.EventHandler(this.Tab_General_SimulatorPath_Button_Click);
     //
     // Tab_General_SimulatorPath_TextBox
     //
     resources.ApplyResources(this.Tab_General_SimulatorPath_TextBox, "Tab_General_SimulatorPath_TextBox");
     this.Tab_General_SimulatorPath_TextBox.Name         = "Tab_General_SimulatorPath_TextBox";
     this.Tab_General_SimulatorPath_TextBox.TextChanged += new System.EventHandler(this.Tab_General_SimulatorPath_TextBox_TextChanged);
     //
     // Tab_General_SimulatorPath_Label
     //
     resources.ApplyResources(this.Tab_General_SimulatorPath_Label, "Tab_General_SimulatorPath_Label");
     this.Tab_General_SimulatorPath_Label.Name = "Tab_General_SimulatorPath_Label";
     //
     // Tab_General_Language_Label
     //
     resources.ApplyResources(this.Tab_General_Language_Label, "Tab_General_Language_Label");
     this.Tab_General_Language_Label.Name = "Tab_General_Language_Label";
     //
     // Tab_General_Language_ComboBox
     //
     this.Tab_General_Language_ComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Tab_General_Language_ComboBox.DropDownWidth     = 180;
     this.Tab_General_Language_ComboBox.FormattingEnabled = true;
     this.Tab_General_Language_ComboBox.Items.AddRange(new object[] {
         resources.GetString("Tab_General_Language_ComboBox.Items"),
         resources.GetString("Tab_General_Language_ComboBox.Items1")
     });
     resources.ApplyResources(this.Tab_General_Language_ComboBox, "Tab_General_Language_ComboBox");
     this.Tab_General_Language_ComboBox.Name = "Tab_General_Language_ComboBox";
     this.Tab_General_Language_ComboBox.SelectedIndexChanged += new System.EventHandler(this.Tab_General_Language_ComboBox_SelectedIndexChanged);
     //
     // Tab_Editor
     //
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Font);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_HR_From_Zero);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Command);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Header);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_EoF);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_EoL);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_TabMark);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_SpaceMark);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Line);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Show_HR);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Other);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Space);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Comment);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Balloon);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Roll);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Ka);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Don);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Normal);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Sample);
     this.Tab_Editor.Controls.Add(this.Tab_Editor_Label);
     resources.ApplyResources(this.Tab_Editor, "Tab_Editor");
     this.Tab_Editor.Name = "Tab_Editor";
     this.Tab_Editor.UseVisualStyleBackColor = true;
     //
     // Tab_Editor_Font
     //
     resources.ApplyResources(this.Tab_Editor_Font, "Tab_Editor_Font");
     this.Tab_Editor_Font.Name = "Tab_Editor_Font";
     this.Tab_Editor_Font.UseVisualStyleBackColor = true;
     this.Tab_Editor_Font.FontChanged            += new System.EventHandler(this.Tab_Editor_Font_FontChanged);
     this.Tab_Editor_Font.Click += new System.EventHandler(this.Tab_Editor_Font_Click);
     //
     // Tab_Editor_HR_From_Zero
     //
     resources.ApplyResources(this.Tab_Editor_HR_From_Zero, "Tab_Editor_HR_From_Zero");
     this.Tab_Editor_HR_From_Zero.Name = "Tab_Editor_HR_From_Zero";
     this.Tab_Editor_HR_From_Zero.UseVisualStyleBackColor = true;
     this.Tab_Editor_HR_From_Zero.CheckedChanged         += new System.EventHandler(this.Tab_Editor_HR_From_Zero_CheckedChanged);
     //
     // Tab_Editor_Command
     //
     resources.ApplyResources(this.Tab_Editor_Command, "Tab_Editor_Command");
     this.Tab_Editor_Command.Name = "Tab_Editor_Command";
     this.Tab_Editor_Command.UseVisualStyleBackColor = true;
     this.Tab_Editor_Command.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Command_BackColorChanged);
     this.Tab_Editor_Command.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Command_ForeColorChanged);
     this.Tab_Editor_Command.Click += new System.EventHandler(this.Tab_Editor_Command_Click);
     //
     // Tab_Editor_Header
     //
     resources.ApplyResources(this.Tab_Editor_Header, "Tab_Editor_Header");
     this.Tab_Editor_Header.Name = "Tab_Editor_Header";
     this.Tab_Editor_Header.UseVisualStyleBackColor = true;
     this.Tab_Editor_Header.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Header_BackColorChanged);
     this.Tab_Editor_Header.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Header_ForeColorChanged);
     this.Tab_Editor_Header.Click += new System.EventHandler(this.Tab_Editor_Header_Click);
     //
     // Tab_Editor_EoF
     //
     resources.ApplyResources(this.Tab_Editor_EoF, "Tab_Editor_EoF");
     this.Tab_Editor_EoF.Name = "Tab_Editor_EoF";
     this.Tab_Editor_EoF.UseVisualStyleBackColor = true;
     this.Tab_Editor_EoF.CheckedChanged         += new System.EventHandler(this.Tab_Editor_EoF_CheckedChanged);
     //
     // Tab_Editor_EoL
     //
     resources.ApplyResources(this.Tab_Editor_EoL, "Tab_Editor_EoL");
     this.Tab_Editor_EoL.Name = "Tab_Editor_EoL";
     this.Tab_Editor_EoL.UseVisualStyleBackColor = true;
     this.Tab_Editor_EoL.CheckedChanged         += new System.EventHandler(this.Tab_Editor_EoL_CheckedChanged);
     //
     // Tab_Editor_TabMark
     //
     resources.ApplyResources(this.Tab_Editor_TabMark, "Tab_Editor_TabMark");
     this.Tab_Editor_TabMark.Name = "Tab_Editor_TabMark";
     this.Tab_Editor_TabMark.UseVisualStyleBackColor = true;
     this.Tab_Editor_TabMark.CheckedChanged         += new System.EventHandler(this.Tab_Editor_TabMark_CheckedChanged);
     //
     // Tab_Editor_SpaceMark
     //
     resources.ApplyResources(this.Tab_Editor_SpaceMark, "Tab_Editor_SpaceMark");
     this.Tab_Editor_SpaceMark.Name = "Tab_Editor_SpaceMark";
     this.Tab_Editor_SpaceMark.UseVisualStyleBackColor = true;
     this.Tab_Editor_SpaceMark.CheckedChanged         += new System.EventHandler(this.Tab_Editor_SpaceMark_CheckedChanged);
     //
     // Tab_Editor_Line
     //
     resources.ApplyResources(this.Tab_Editor_Line, "Tab_Editor_Line");
     this.Tab_Editor_Line.Name = "Tab_Editor_Line";
     this.Tab_Editor_Line.UseVisualStyleBackColor = true;
     this.Tab_Editor_Line.CheckedChanged         += new System.EventHandler(this.Tab_Editor_Line_CheckedChanged);
     //
     // Tab_Editor_Show_HR
     //
     resources.ApplyResources(this.Tab_Editor_Show_HR, "Tab_Editor_Show_HR");
     this.Tab_Editor_Show_HR.Name = "Tab_Editor_Show_HR";
     this.Tab_Editor_Show_HR.UseVisualStyleBackColor = true;
     this.Tab_Editor_Show_HR.CheckedChanged         += new System.EventHandler(this.Tab_Editor_Show_HR_CheckedChanged);
     //
     // Tab_Editor_Other
     //
     resources.ApplyResources(this.Tab_Editor_Other, "Tab_Editor_Other");
     this.Tab_Editor_Other.Name = "Tab_Editor_Other";
     this.Tab_Editor_Other.UseVisualStyleBackColor = true;
     this.Tab_Editor_Other.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Other_BackColorChanged);
     this.Tab_Editor_Other.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Other_ForeColorChanged);
     this.Tab_Editor_Other.Click += new System.EventHandler(this.Tab_Editor_Other_Click);
     //
     // Tab_Editor_Space
     //
     resources.ApplyResources(this.Tab_Editor_Space, "Tab_Editor_Space");
     this.Tab_Editor_Space.Name = "Tab_Editor_Space";
     this.Tab_Editor_Space.UseVisualStyleBackColor = true;
     this.Tab_Editor_Space.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Space_BackColorChanged);
     this.Tab_Editor_Space.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Space_ForeColorChanged);
     this.Tab_Editor_Space.Click += new System.EventHandler(this.Tab_Editor_Space_Click);
     //
     // Tab_Editor_Comment
     //
     resources.ApplyResources(this.Tab_Editor_Comment, "Tab_Editor_Comment");
     this.Tab_Editor_Comment.Name = "Tab_Editor_Comment";
     this.Tab_Editor_Comment.UseVisualStyleBackColor = true;
     this.Tab_Editor_Comment.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Comment_BackColorChanged);
     this.Tab_Editor_Comment.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Comment_ForeColorChanged);
     this.Tab_Editor_Comment.Click += new System.EventHandler(this.Tab_Editor_Comment_Click);
     //
     // Tab_Editor_Balloon
     //
     resources.ApplyResources(this.Tab_Editor_Balloon, "Tab_Editor_Balloon");
     this.Tab_Editor_Balloon.Name = "Tab_Editor_Balloon";
     this.Tab_Editor_Balloon.UseVisualStyleBackColor = true;
     this.Tab_Editor_Balloon.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Balloon_BackColorChanged);
     this.Tab_Editor_Balloon.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Balloon_ForeColorChanged);
     this.Tab_Editor_Balloon.Click += new System.EventHandler(this.Tab_Editor_Balloon_Click);
     //
     // Tab_Editor_Roll
     //
     resources.ApplyResources(this.Tab_Editor_Roll, "Tab_Editor_Roll");
     this.Tab_Editor_Roll.Name = "Tab_Editor_Roll";
     this.Tab_Editor_Roll.UseVisualStyleBackColor = true;
     this.Tab_Editor_Roll.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Roll_BackColorChanged);
     this.Tab_Editor_Roll.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Roll_ForeColorChanged);
     this.Tab_Editor_Roll.Click += new System.EventHandler(this.Tab_Editor_Roll_Click);
     //
     // Tab_Editor_Ka
     //
     resources.ApplyResources(this.Tab_Editor_Ka, "Tab_Editor_Ka");
     this.Tab_Editor_Ka.Name = "Tab_Editor_Ka";
     this.Tab_Editor_Ka.UseVisualStyleBackColor = true;
     this.Tab_Editor_Ka.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Ka_BackColorChanged);
     this.Tab_Editor_Ka.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Ka_ForeColorChanged);
     this.Tab_Editor_Ka.Click += new System.EventHandler(this.Tab_Editor_Ka_Click);
     //
     // Tab_Editor_Don
     //
     resources.ApplyResources(this.Tab_Editor_Don, "Tab_Editor_Don");
     this.Tab_Editor_Don.Name = "Tab_Editor_Don";
     this.Tab_Editor_Don.UseVisualStyleBackColor = true;
     this.Tab_Editor_Don.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Don_BackColorChanged);
     this.Tab_Editor_Don.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Don_ForeColorChanged);
     this.Tab_Editor_Don.Click += new System.EventHandler(this.Tab_Editor_Don_Click);
     //
     // Tab_Editor_Normal
     //
     resources.ApplyResources(this.Tab_Editor_Normal, "Tab_Editor_Normal");
     this.Tab_Editor_Normal.Name = "Tab_Editor_Normal";
     this.Tab_Editor_Normal.UseVisualStyleBackColor = true;
     this.Tab_Editor_Normal.BackColorChanged       += new System.EventHandler(this.Tab_Editor_Normal_BackColorChanged);
     this.Tab_Editor_Normal.ForeColorChanged       += new System.EventHandler(this.Tab_Editor_Normal_ForeColorChanged);
     this.Tab_Editor_Normal.Click += new System.EventHandler(this.Tab_Editor_Normal_Click);
     //
     // Tab_Editor_Sample
     //
     this.Tab_Editor_Sample.BackColor     = System.Drawing.Color.White;
     this.Tab_Editor_Sample.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.Tab_Editor_Sample.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                             | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                            | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                           | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                          | Sgry.Azuki.DrawingOption.ShowsHRuler)
                                                                         | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.Tab_Editor_Sample.FirstVisibleLine = 0;
     resources.ApplyResources(this.Tab_Editor_Sample, "Tab_Editor_Sample");
     fontInfo1.Name  = "MS UI Gothic";
     fontInfo1.Size  = 9;
     fontInfo1.Style = System.Drawing.FontStyle.Regular;
     this.Tab_Editor_Sample.FontInfo             = fontInfo1;
     this.Tab_Editor_Sample.ForeColor            = System.Drawing.Color.Black;
     this.Tab_Editor_Sample.HRulerStartsFromZero = false;
     this.Tab_Editor_Sample.IsReadOnly           = true;
     this.Tab_Editor_Sample.MarksUri             = true;
     this.Tab_Editor_Sample.Name         = "Tab_Editor_Sample";
     this.Tab_Editor_Sample.ScrollPos    = new System.Drawing.Point(0, 0);
     this.Tab_Editor_Sample.ShowsDirtBar = false;
     this.Tab_Editor_Sample.ShowsHRuler  = true;
     this.Tab_Editor_Sample.ViewWidth    = 4126;
     //
     // Tab_Editor_Label
     //
     resources.ApplyResources(this.Tab_Editor_Label, "Tab_Editor_Label");
     this.Tab_Editor_Label.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Tab_Editor_Label.Name      = "Tab_Editor_Label";
     //
     // Button_Apply
     //
     this.Button_Apply.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.Button_Apply, "Button_Apply");
     this.Button_Apply.Name = "Button_Apply";
     this.Button_Apply.UseVisualStyleBackColor = true;
     this.Button_Apply.Click += new System.EventHandler(this.Button_Apply_Click);
     //
     // Button_Cancel
     //
     this.Button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.Button_Cancel, "Button_Cancel");
     this.Button_Cancel.Name = "Button_Cancel";
     this.Button_Cancel.UseVisualStyleBackColor = true;
     this.Button_Cancel.Click += new System.EventHandler(this.Button_Cancel_Click);
     //
     // SettingWindow
     //
     this.AcceptButton = this.Button_Apply;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.Button_Cancel;
     this.Controls.Add(this.Button_Cancel);
     this.Controls.Add(this.Button_Apply);
     this.Controls.Add(this.Tab);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingWindow";
     this.Load           += new System.EventHandler(this.SettingWindow_Load);
     this.Tab.ResumeLayout(false);
     this.Tab_General.ResumeLayout(false);
     this.Tab_General.PerformLayout();
     this.Tab_Editor.ResumeLayout(false);
     this.Tab_Editor.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()
 {
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     Sgry.Azuki.FontInfo fontInfo2 = new Sgry.Azuki.FontInfo();
     this.panelR             = new System.Windows.Forms.Panel();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.label6             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.comboBoxRegexLine  = new System.Windows.Forms.ComboBox();
     this.comboBoxEnc        = new System.Windows.Forms.ComboBox();
     this.cbRegex            = new System.Windows.Forms.CheckBox();
     this.comboBoxNewline    = new System.Windows.Forms.ComboBox();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.fileListView       = new utils.FileListView();
     this.llDeselectAllItems = new System.Windows.Forms.LinkLabel();
     this.llSelectAllItems   = new System.Windows.Forms.LinkLabel();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.tbPattern          = new System.Windows.Forms.TextBox();
     this.btnBrouse          = new System.Windows.Forms.Button();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.cbSubDir           = new System.Windows.Forms.CheckBox();
     this.cbHiddenDir        = new System.Windows.Forms.CheckBox();
     this.tbDirPath          = new System.Windows.Forms.TextBox();
     this.cbHiddenFile       = new System.Windows.Forms.CheckBox();
     this.panelRT            = new System.Windows.Forms.Panel();
     this.btnReplace         = new System.Windows.Forms.Button();
     this.btnFind            = new System.Windows.Forms.Button();
     this.splitContainer     = new System.Windows.Forms.SplitContainer();
     this.azukiBefore        = new utils.AzukiTextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.azukiAfter         = new utils.AzukiTextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.panelR.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panelRT.SuspendLayout();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // panelR
     //
     this.panelR.Controls.Add(this.groupBox2);
     this.panelR.Controls.Add(this.groupBox3);
     this.panelR.Controls.Add(this.groupBox1);
     this.panelR.Controls.Add(this.panelRT);
     this.panelR.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelR.Location = new System.Drawing.Point(320, 1);
     this.panelR.Name     = "panelR";
     this.panelR.Padding  = new System.Windows.Forms.Padding(3);
     this.panelR.Size     = new System.Drawing.Size(320, 420);
     this.panelR.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.comboBoxRegexLine);
     this.groupBox2.Controls.Add(this.comboBoxEnc);
     this.groupBox2.Controls.Add(this.cbRegex);
     this.groupBox2.Controls.Add(this.comboBoxNewline);
     this.groupBox2.Location = new System.Drawing.Point(4, 122);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(220, 97);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "オプション";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 19);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(55, 12);
     this.label6.TabIndex = 6;
     this.label6.Text     = "改行文字:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 45);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(58, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "文字コード:";
     //
     // comboBoxRegexLine
     //
     this.comboBoxRegexLine.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxRegexLine.FormattingEnabled = true;
     this.comboBoxRegexLine.Items.AddRange(new object[] {
         "複数行モード",
         "単一行モード"
     });
     this.comboBoxRegexLine.Location              = new System.Drawing.Point(115, 68);
     this.comboBoxRegexLine.Name                  = "comboBoxRegexLine";
     this.comboBoxRegexLine.Size                  = new System.Drawing.Size(98, 20);
     this.comboBoxRegexLine.TabIndex              = 4;
     this.comboBoxRegexLine.SelectedIndexChanged += new System.EventHandler(this.comboBoxRegexLine_SelectedIndexChanged);
     //
     // comboBoxEnc
     //
     this.comboBoxEnc.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEnc.FormattingEnabled = true;
     this.comboBoxEnc.Location          = new System.Drawing.Point(85, 42);
     this.comboBoxEnc.Name                  = "comboBoxEnc";
     this.comboBoxEnc.Size                  = new System.Drawing.Size(128, 20);
     this.comboBoxEnc.TabIndex              = 7;
     this.comboBoxEnc.SelectedIndexChanged += new System.EventHandler(this.comboBoxEnc_SelectedIndexChanged);
     //
     // cbRegex
     //
     this.cbRegex.AutoSize = true;
     this.cbRegex.Location = new System.Drawing.Point(8, 70);
     this.cbRegex.Name     = "cbRegex";
     this.cbRegex.Size     = new System.Drawing.Size(102, 16);
     this.cbRegex.TabIndex = 3;
     this.cbRegex.Text     = "正規表現を使う:";
     this.cbRegex.UseVisualStyleBackColor = true;
     this.cbRegex.CheckedChanged         += new System.EventHandler(this.cbRegEx_CheckedChanged);
     //
     // comboBoxNewline
     //
     this.comboBoxNewline.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxNewline.FormattingEnabled = true;
     this.comboBoxNewline.Location          = new System.Drawing.Point(85, 16);
     this.comboBoxNewline.Name                  = "comboBoxNewline";
     this.comboBoxNewline.Size                  = new System.Drawing.Size(128, 20);
     this.comboBoxNewline.TabIndex              = 8;
     this.comboBoxNewline.SelectedIndexChanged += new System.EventHandler(this.comboBoxNewline_SelectedIndexChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.fileListView);
     this.groupBox3.Controls.Add(this.llDeselectAllItems);
     this.groupBox3.Controls.Add(this.llSelectAllItems);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(3, 227);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Padding  = new System.Windows.Forms.Padding(3, 20, 3, 3);
     this.groupBox3.Size     = new System.Drawing.Size(314, 190);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "対象ファイル";
     //
     // fileListView
     //
     this.fileListView.AzukiAfter       = null;
     this.fileListView.AzukiBefore      = null;
     this.fileListView.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
     this.fileListView.CheckBoxes       = true;
     this.fileListView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.fileListView.ForeColor        = System.Drawing.SystemColors.GrayText;
     this.fileListView.FullRowSelect    = true;
     this.fileListView.GridLines        = true;
     this.fileListView.ListValid        = false;
     this.fileListView.Location         = new System.Drawing.Point(3, 32);
     this.fileListView.Name             = "fileListView";
     this.fileListView.OwnerForm        = this;
     this.fileListView.RegexEnabled     = false;
     this.fileListView.RegexOptions     = System.Text.RegularExpressions.RegexOptions.None;
     this.fileListView.ShowItemToolTips = true;
     this.fileListView.Size             = new System.Drawing.Size(308, 155);
     this.fileListView.TabIndex         = 1;
     this.fileListView.UseCompatibleStateImageBehavior = false;
     this.fileListView.View = System.Windows.Forms.View.Details;
     this.fileListView.ListValidityChanged += new utils.FileListView.ListValidityChangedEventHandler(this.fileListView_ListValidityChanged);
     //
     // llDeselectAllItems
     //
     this.llDeselectAllItems.AutoSize     = true;
     this.llDeselectAllItems.Location     = new System.Drawing.Point(67, 18);
     this.llDeselectAllItems.Name         = "llDeselectAllItems";
     this.llDeselectAllItems.Size         = new System.Drawing.Size(58, 12);
     this.llDeselectAllItems.TabIndex     = 16;
     this.llDeselectAllItems.TabStop      = true;
     this.llDeselectAllItems.Text         = "すべて解除";
     this.llDeselectAllItems.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llDeselectAllItems_LinkClicked);
     //
     // llSelectAllItems
     //
     this.llSelectAllItems.AutoSize     = true;
     this.llSelectAllItems.Location     = new System.Drawing.Point(5, 18);
     this.llSelectAllItems.Name         = "llSelectAllItems";
     this.llSelectAllItems.Size         = new System.Drawing.Size(58, 12);
     this.llSelectAllItems.TabIndex     = 15;
     this.llSelectAllItems.TabStop      = true;
     this.llSelectAllItems.Text         = "すべて選択";
     this.llSelectAllItems.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llSelectAllItems_LinkClicked);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tbPattern);
     this.groupBox1.Controls.Add(this.btnBrouse);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cbSubDir);
     this.groupBox1.Controls.Add(this.cbHiddenDir);
     this.groupBox1.Controls.Add(this.tbDirPath);
     this.groupBox1.Controls.Add(this.cbHiddenFile);
     this.groupBox1.Location = new System.Drawing.Point(4, 5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(311, 111);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "検索条件";
     //
     // tbPattern
     //
     this.tbPattern.Location     = new System.Drawing.Point(55, 40);
     this.tbPattern.Name         = "tbPattern";
     this.tbPattern.Size         = new System.Drawing.Size(197, 19);
     this.tbPattern.TabIndex     = 5;
     this.tbPattern.TextChanged += new System.EventHandler(this.tbPattern_TextChanged);
     this.tbPattern.Enter       += new System.EventHandler(this.tbPattern_Enter);
     this.tbPattern.Leave       += new System.EventHandler(this.tbPattern_Leave);
     //
     // btnBrouse
     //
     this.btnBrouse.Location = new System.Drawing.Point(258, 13);
     this.btnBrouse.Name     = "btnBrouse";
     this.btnBrouse.Size     = new System.Drawing.Size(47, 24);
     this.btnBrouse.TabIndex = 2;
     this.btnBrouse.Text     = "参照...";
     this.btnBrouse.UseVisualStyleBackColor = true;
     this.btnBrouse.Click += new System.EventHandler(this.btnBrouse_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 4;
     this.label2.Text     = "ファイル:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 12);
     this.label1.TabIndex = 4;
     this.label1.Text     = "フォルダ:";
     //
     // cbSubDir
     //
     this.cbSubDir.AutoSize = true;
     this.cbSubDir.Location = new System.Drawing.Point(8, 66);
     this.cbSubDir.Name     = "cbSubDir";
     this.cbSubDir.Size     = new System.Drawing.Size(118, 16);
     this.cbSubDir.TabIndex = 3;
     this.cbSubDir.Text     = "サブフォルダを含める";
     this.cbSubDir.UseVisualStyleBackColor = true;
     this.cbSubDir.CheckedChanged         += new System.EventHandler(this.cbSubDir_CheckedChanged);
     this.cbSubDir.EnabledChanged         += new System.EventHandler(this.cbSubDir_EnabledChanged);
     //
     // cbHiddenDir
     //
     this.cbHiddenDir.AutoSize = true;
     this.cbHiddenDir.Location = new System.Drawing.Point(132, 66);
     this.cbHiddenDir.Name     = "cbHiddenDir";
     this.cbHiddenDir.Size     = new System.Drawing.Size(120, 16);
     this.cbHiddenDir.TabIndex = 4;
     this.cbHiddenDir.Text     = "隠しフォルダを含める";
     this.cbHiddenDir.UseVisualStyleBackColor = true;
     this.cbHiddenDir.CheckedChanged         += new System.EventHandler(this.cbHiddenDir_CheckedChanged);
     //
     // tbDirPath
     //
     this.tbDirPath.Location     = new System.Drawing.Point(55, 16);
     this.tbDirPath.Name         = "tbDirPath";
     this.tbDirPath.Size         = new System.Drawing.Size(197, 19);
     this.tbDirPath.TabIndex     = 3;
     this.tbDirPath.TextChanged += new System.EventHandler(this.tbDirPath_TextChanged);
     this.tbDirPath.Enter       += new System.EventHandler(this.tbDirPath_Enter);
     this.tbDirPath.Leave       += new System.EventHandler(this.tbDirPath_Leave);
     //
     // cbHiddenFile
     //
     this.cbHiddenFile.AutoSize = true;
     this.cbHiddenFile.Location = new System.Drawing.Point(8, 87);
     this.cbHiddenFile.Name     = "cbHiddenFile";
     this.cbHiddenFile.Size     = new System.Drawing.Size(119, 16);
     this.cbHiddenFile.TabIndex = 6;
     this.cbHiddenFile.Text     = "隠しファイルを含める";
     this.cbHiddenFile.UseVisualStyleBackColor = true;
     this.cbHiddenFile.CheckedChanged         += new System.EventHandler(this.cbHiddenFile_CheckedChanged);
     //
     // panelRT
     //
     this.panelRT.Controls.Add(this.btnReplace);
     this.panelRT.Controls.Add(this.btnFind);
     this.panelRT.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelRT.Location = new System.Drawing.Point(3, 3);
     this.panelRT.Name     = "panelRT";
     this.panelRT.Size     = new System.Drawing.Size(314, 224);
     this.panelRT.TabIndex = 0;
     //
     // btnReplace
     //
     this.btnReplace.Enabled  = false;
     this.btnReplace.Location = new System.Drawing.Point(229, 175);
     this.btnReplace.Name     = "btnReplace";
     this.btnReplace.Size     = new System.Drawing.Size(80, 35);
     this.btnReplace.TabIndex = 1;
     this.btnReplace.Text     = "置換";
     this.btnReplace.UseVisualStyleBackColor = true;
     this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
     //
     // btnFind
     //
     this.btnFind.Location = new System.Drawing.Point(229, 128);
     this.btnFind.Name     = "btnFind";
     this.btnFind.Size     = new System.Drawing.Size(80, 35);
     this.btnFind.TabIndex = 0;
     this.btnFind.Text     = "検索";
     this.btnFind.UseVisualStyleBackColor = true;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // splitContainer
     //
     this.splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location    = new System.Drawing.Point(1, 1);
     this.splitContainer.Name        = "splitContainer";
     this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.azukiBefore);
     this.splitContainer.Panel1.Controls.Add(this.label4);
     this.splitContainer.Panel1.Padding = new System.Windows.Forms.Padding(0, 22, 0, 0);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.azukiAfter);
     this.splitContainer.Panel2.Controls.Add(this.label5);
     this.splitContainer.Panel2.Padding   = new System.Windows.Forms.Padding(0, 22, 0, 0);
     this.splitContainer.Size             = new System.Drawing.Size(319, 420);
     this.splitContainer.SplitterDistance = 212;
     this.splitContainer.TabIndex         = 1;
     //
     // azukiBefore
     //
     this.azukiBefore.BackColor           = System.Drawing.SystemColors.Window;
     this.azukiBefore.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.azukiBefore.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.azukiBefore.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.azukiBefore.DrawingOption       = ((Sgry.Azuki.DrawingOption)((Sgry.Azuki.DrawingOption.DrawsTab | Sgry.Azuki.DrawingOption.DrawsEol)));
     this.azukiBefore.DrawsFullWidthSpace = false;
     this.azukiBefore.FirstVisibleLine    = 0;
     this.azukiBefore.Font                = new System.Drawing.Font("MS Gothic", 9F);
     fontInfo1.Name                            = "MS Gothic";
     fontInfo1.Size                            = 9;
     fontInfo1.Style                           = System.Drawing.FontStyle.Regular;
     this.azukiBefore.FontInfo                 = fontInfo1;
     this.azukiBefore.ForeColor                = System.Drawing.SystemColors.WindowText;
     this.azukiBefore.HighlightsCurrentLine    = false;
     this.azukiBefore.HighlightsMatchedBracket = false;
     this.azukiBefore.Location                 = new System.Drawing.Point(0, 22);
     this.azukiBefore.MarkerColor              = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.azukiBefore.Name                     = "azukiBefore";
     this.azukiBefore.NewlineChars             = "\r\n";
     this.azukiBefore.ScrollPos                = new System.Drawing.Point(0, 0);
     this.azukiBefore.ScrollsBeyondLastLine    = false;
     this.azukiBefore.ShowsDirtBar             = false;
     this.azukiBefore.ShowsLineNumber          = false;
     this.azukiBefore.Size                     = new System.Drawing.Size(319, 190);
     this.azukiBefore.TabIndex                 = 5;
     this.azukiBefore.TabWidth                 = 4;
     this.azukiBefore.ViewWidth                = 4097;
     this.azukiBefore.TextChanged             += new System.EventHandler(this.azukiBefore_TextChanged);
     this.azukiBefore.Enter                   += new System.EventHandler(this.azukiBefore_Enter);
     this.azukiBefore.Leave                   += new System.EventHandler(this.azukiBefore_Leave);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(0, 6);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(43, 12);
     this.label4.TabIndex = 2;
     this.label4.Text     = "置換前:";
     //
     // azukiAfter
     //
     this.azukiAfter.BackColor           = System.Drawing.SystemColors.Window;
     this.azukiAfter.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.azukiAfter.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.azukiAfter.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.azukiAfter.DrawingOption       = ((Sgry.Azuki.DrawingOption)((Sgry.Azuki.DrawingOption.DrawsTab | Sgry.Azuki.DrawingOption.DrawsEol)));
     this.azukiAfter.DrawsFullWidthSpace = false;
     this.azukiAfter.FirstVisibleLine    = 0;
     this.azukiAfter.Font                = new System.Drawing.Font("MS Gothic", 9F);
     fontInfo2.Name                           = "MS Gothic";
     fontInfo2.Size                           = 9;
     fontInfo2.Style                          = System.Drawing.FontStyle.Regular;
     this.azukiAfter.FontInfo                 = fontInfo2;
     this.azukiAfter.ForeColor                = System.Drawing.SystemColors.WindowText;
     this.azukiAfter.HighlightsCurrentLine    = false;
     this.azukiAfter.HighlightsMatchedBracket = false;
     this.azukiAfter.Location                 = new System.Drawing.Point(0, 22);
     this.azukiAfter.MarkerColor              = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.azukiAfter.Name                     = "azukiAfter";
     this.azukiAfter.NewlineChars             = "\r\n";
     this.azukiAfter.ScrollPos                = new System.Drawing.Point(0, 0);
     this.azukiAfter.ScrollsBeyondLastLine    = false;
     this.azukiAfter.ShowsDirtBar             = false;
     this.azukiAfter.ShowsLineNumber          = false;
     this.azukiAfter.Size                     = new System.Drawing.Size(319, 182);
     this.azukiAfter.TabIndex                 = 3;
     this.azukiAfter.TabWidth                 = 4;
     this.azukiAfter.ViewWidth                = 4097;
     this.azukiAfter.TextChanged             += new System.EventHandler(this.azukiAfter_TextChanged);
     this.azukiAfter.Enter                   += new System.EventHandler(this.azukiAfter_Enter);
     this.azukiAfter.Leave                   += new System.EventHandler(this.azukiAfter_Leave);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(0, 6);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(43, 12);
     this.label5.TabIndex = 2;
     this.label5.Text     = "置換後:";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(641, 422);
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.panelR);
     this.MinimumSize  = new System.Drawing.Size(580, 400);
     this.Name         = "MainForm";
     this.Padding      = new System.Windows.Forms.Padding(1);
     this.Text         = "Hoge Text Replace";
     this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
     this.panelR.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panelRT.ResumeLayout(false);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel1.PerformLayout();
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.Panel2.PerformLayout();
     this.splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Sgry.Azuki.FontInfo fontInfo3 = new Sgry.Azuki.FontInfo();
     Sgry.Azuki.FontInfo fontInfo4 = new Sgry.Azuki.FontInfo();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.splitContainer2           = new System.Windows.Forms.SplitContainer();
     this.processComboBox           = new System.Windows.Forms.ComboBox();
     this.canvas                    = new System.Windows.Forms.PictureBox();
     this.appListView               = new System.Windows.Forms.ListView();
     this.flowLayoutPanel1          = new System.Windows.Forms.FlowLayoutPanel();
     this.srcIconTitle              = new System.Windows.Forms.Label();
     this.radioContextMenu          = new System.Windows.Forms.RadioButton();
     this.textBoxContextMenu        = new System.Windows.Forms.TextBox();
     this.radioHotKey               = new System.Windows.Forms.RadioButton();
     this.flowLayoutPanel7          = new System.Windows.Forms.FlowLayoutPanel();
     this.CtrlCheckBoxHotKey        = new System.Windows.Forms.CheckBox();
     this.AltCheckBoxHotKey         = new System.Windows.Forms.CheckBox();
     this.WinCheckBoxHotKey         = new System.Windows.Forms.CheckBox();
     this.ShiftCheckBoxHotKey       = new System.Windows.Forms.CheckBox();
     this.FnCheckBoxHotKey          = new System.Windows.Forms.CheckBox();
     this.keyComboBoxHotKey         = new System.Windows.Forms.ComboBox();
     this.BlockKeyStrokeCheckBox    = new System.Windows.Forms.CheckBox();
     this.srcScript                 = new Sgry.Azuki.WinForms.AzukiControl();
     this.splitter1                 = new System.Windows.Forms.Splitter();
     this.dstIconTitle              = new System.Windows.Forms.Label();
     this.dstScript                 = new Sgry.Azuki.WinForms.AzukiControl();
     this.applyActionHandlerButton  = new System.Windows.Forms.Button();
     this.menuStrip1                = new System.Windows.Forms.MenuStrip();
     this.fileFToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.openOToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.saveSToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.exitQToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.runRToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.startAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.stopAllToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.virtualContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.saveFileDialog            = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog            = new System.Windows.Forms.OpenFileDialog();
     this.newNToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canvas)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel7.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer1.Panel2.Controls.Add(this.applyActionHandlerButton);
     this.splitContainer1.Size             = new System.Drawing.Size(1105, 565);
     this.splitContainer1.SplitterDistance = 628;
     this.splitContainer1.TabIndex         = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.processComboBox);
     this.splitContainer2.Panel1.Controls.Add(this.canvas);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.appListView);
     this.splitContainer2.Size             = new System.Drawing.Size(628, 565);
     this.splitContainer2.SplitterDistance = 306;
     this.splitContainer2.TabIndex         = 1;
     //
     // processComboBox
     //
     this.processComboBox.FormattingEnabled = true;
     this.processComboBox.Location          = new System.Drawing.Point(12, 3);
     this.processComboBox.Name                  = "processComboBox";
     this.processComboBox.Size                  = new System.Drawing.Size(151, 20);
     this.processComboBox.TabIndex              = 1;
     this.processComboBox.DropDown             += new System.EventHandler(this.processComboBox_DropDown);
     this.processComboBox.SelectedIndexChanged += new System.EventHandler(this.processComboBox_SelectedIndexChanged);
     //
     // canvas
     //
     this.canvas.BackColor         = System.Drawing.Color.White;
     this.canvas.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.canvas.Location          = new System.Drawing.Point(0, 0);
     this.canvas.Name              = "canvas";
     this.canvas.Size              = new System.Drawing.Size(628, 306);
     this.canvas.TabIndex          = 0;
     this.canvas.TabStop           = false;
     this.canvas.Paint            += new System.Windows.Forms.PaintEventHandler(this.canvas_Paint);
     this.canvas.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseClick);
     this.canvas.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseDoubleClick);
     this.canvas.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseMove);
     //
     // appListView
     //
     this.appListView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.appListView.Location = new System.Drawing.Point(0, 0);
     this.appListView.Name     = "appListView";
     this.appListView.Size     = new System.Drawing.Size(628, 255);
     this.appListView.TabIndex = 0;
     this.appListView.UseCompatibleStateImageBehavior = false;
     this.appListView.Click += new System.EventHandler(this.appListView_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll   = true;
     this.flowLayoutPanel1.AutoSize     = true;
     this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanel1.Controls.Add(this.srcIconTitle);
     this.flowLayoutPanel1.Controls.Add(this.radioContextMenu);
     this.flowLayoutPanel1.Controls.Add(this.textBoxContextMenu);
     this.flowLayoutPanel1.Controls.Add(this.radioHotKey);
     this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel7);
     this.flowLayoutPanel1.Controls.Add(this.BlockKeyStrokeCheckBox);
     this.flowLayoutPanel1.Controls.Add(this.srcScript);
     this.flowLayoutPanel1.Controls.Add(this.splitter1);
     this.flowLayoutPanel1.Controls.Add(this.dstIconTitle);
     this.flowLayoutPanel1.Controls.Add(this.dstScript);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Font          = new System.Drawing.Font("MS ゴシック", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(463, 505);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // srcIconTitle
     //
     this.srcIconTitle.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.srcIconTitle.Location   = new System.Drawing.Point(3, 0);
     this.srcIconTitle.Name       = "srcIconTitle";
     this.srcIconTitle.Size       = new System.Drawing.Size(454, 64);
     this.srcIconTitle.TabIndex   = 0;
     this.srcIconTitle.TextAlign  = System.Drawing.ContentAlignment.BottomLeft;
     //
     // radioContextMenu
     //
     this.radioContextMenu.AutoSize = true;
     this.radioContextMenu.Checked  = true;
     this.radioContextMenu.Location = new System.Drawing.Point(3, 67);
     this.radioContextMenu.Name     = "radioContextMenu";
     this.radioContextMenu.Size     = new System.Drawing.Size(114, 20);
     this.radioContextMenu.TabIndex = 14;
     this.radioContextMenu.TabStop  = true;
     this.radioContextMenu.Text     = "ContextMenu";
     this.radioContextMenu.UseVisualStyleBackColor = true;
     this.radioContextMenu.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // textBoxContextMenu
     //
     this.textBoxContextMenu.Location     = new System.Drawing.Point(3, 93);
     this.textBoxContextMenu.Name         = "textBoxContextMenu";
     this.textBoxContextMenu.Size         = new System.Drawing.Size(436, 23);
     this.textBoxContextMenu.TabIndex     = 1;
     this.textBoxContextMenu.TextChanged += new System.EventHandler(this.EdgeDetailChanged);
     //
     // radioHotKey
     //
     this.radioHotKey.AutoSize = true;
     this.radioHotKey.Location = new System.Drawing.Point(3, 122);
     this.radioHotKey.Name     = "radioHotKey";
     this.radioHotKey.Size     = new System.Drawing.Size(74, 20);
     this.radioHotKey.TabIndex = 13;
     this.radioHotKey.Text     = "HotKey";
     this.radioHotKey.UseVisualStyleBackColor = true;
     this.radioHotKey.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // flowLayoutPanel7
     //
     this.flowLayoutPanel7.Controls.Add(this.CtrlCheckBoxHotKey);
     this.flowLayoutPanel7.Controls.Add(this.AltCheckBoxHotKey);
     this.flowLayoutPanel7.Controls.Add(this.WinCheckBoxHotKey);
     this.flowLayoutPanel7.Controls.Add(this.ShiftCheckBoxHotKey);
     this.flowLayoutPanel7.Controls.Add(this.FnCheckBoxHotKey);
     this.flowLayoutPanel7.Controls.Add(this.keyComboBoxHotKey);
     this.flowLayoutPanel7.Location = new System.Drawing.Point(0, 145);
     this.flowLayoutPanel7.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel7.Name     = "flowLayoutPanel7";
     this.flowLayoutPanel7.Size     = new System.Drawing.Size(457, 28);
     this.flowLayoutPanel7.TabIndex = 10;
     //
     // CtrlCheckBoxHotKey
     //
     this.CtrlCheckBoxHotKey.AutoSize = true;
     this.CtrlCheckBoxHotKey.Location = new System.Drawing.Point(3, 3);
     this.CtrlCheckBoxHotKey.Name     = "CtrlCheckBoxHotKey";
     this.CtrlCheckBoxHotKey.Size     = new System.Drawing.Size(59, 20);
     this.CtrlCheckBoxHotKey.TabIndex = 5;
     this.CtrlCheckBoxHotKey.Text     = "Ctrl";
     this.CtrlCheckBoxHotKey.UseVisualStyleBackColor = true;
     this.CtrlCheckBoxHotKey.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // AltCheckBoxHotKey
     //
     this.AltCheckBoxHotKey.AutoSize = true;
     this.AltCheckBoxHotKey.Location = new System.Drawing.Point(67, 2);
     this.AltCheckBoxHotKey.Margin   = new System.Windows.Forms.Padding(2);
     this.AltCheckBoxHotKey.Name     = "AltCheckBoxHotKey";
     this.AltCheckBoxHotKey.Size     = new System.Drawing.Size(51, 20);
     this.AltCheckBoxHotKey.TabIndex = 6;
     this.AltCheckBoxHotKey.Text     = "Alt";
     this.AltCheckBoxHotKey.UseVisualStyleBackColor = true;
     this.AltCheckBoxHotKey.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // WinCheckBoxHotKey
     //
     this.WinCheckBoxHotKey.AutoSize = true;
     this.WinCheckBoxHotKey.Location = new System.Drawing.Point(122, 2);
     this.WinCheckBoxHotKey.Margin   = new System.Windows.Forms.Padding(2);
     this.WinCheckBoxHotKey.Name     = "WinCheckBoxHotKey";
     this.WinCheckBoxHotKey.Size     = new System.Drawing.Size(51, 20);
     this.WinCheckBoxHotKey.TabIndex = 7;
     this.WinCheckBoxHotKey.Text     = "Win";
     this.WinCheckBoxHotKey.UseVisualStyleBackColor = true;
     this.WinCheckBoxHotKey.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // ShiftCheckBoxHotKey
     //
     this.ShiftCheckBoxHotKey.AutoSize = true;
     this.ShiftCheckBoxHotKey.Location = new System.Drawing.Point(177, 2);
     this.ShiftCheckBoxHotKey.Margin   = new System.Windows.Forms.Padding(2);
     this.ShiftCheckBoxHotKey.Name     = "ShiftCheckBoxHotKey";
     this.ShiftCheckBoxHotKey.Size     = new System.Drawing.Size(67, 20);
     this.ShiftCheckBoxHotKey.TabIndex = 8;
     this.ShiftCheckBoxHotKey.Text     = "Shift";
     this.ShiftCheckBoxHotKey.UseVisualStyleBackColor = true;
     this.ShiftCheckBoxHotKey.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // FnCheckBoxHotKey
     //
     this.FnCheckBoxHotKey.AutoSize = true;
     this.FnCheckBoxHotKey.Location = new System.Drawing.Point(248, 2);
     this.FnCheckBoxHotKey.Margin   = new System.Windows.Forms.Padding(2);
     this.FnCheckBoxHotKey.Name     = "FnCheckBoxHotKey";
     this.FnCheckBoxHotKey.Size     = new System.Drawing.Size(43, 20);
     this.FnCheckBoxHotKey.TabIndex = 10;
     this.FnCheckBoxHotKey.Text     = "Fn";
     this.FnCheckBoxHotKey.UseVisualStyleBackColor = true;
     this.FnCheckBoxHotKey.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // keyComboBoxHotKey
     //
     this.keyComboBoxHotKey.FormattingEnabled = true;
     this.keyComboBoxHotKey.Location          = new System.Drawing.Point(295, 2);
     this.keyComboBoxHotKey.Margin            = new System.Windows.Forms.Padding(2);
     this.keyComboBoxHotKey.Name         = "keyComboBoxHotKey";
     this.keyComboBoxHotKey.Size         = new System.Drawing.Size(144, 24);
     this.keyComboBoxHotKey.TabIndex     = 9;
     this.keyComboBoxHotKey.TextChanged += new System.EventHandler(this.EdgeDetailChanged);
     //
     // BlockKeyStrokeCheckBox
     //
     this.BlockKeyStrokeCheckBox.AutoSize = true;
     this.BlockKeyStrokeCheckBox.Location = new System.Drawing.Point(3, 176);
     this.BlockKeyStrokeCheckBox.Name     = "BlockKeyStrokeCheckBox";
     this.BlockKeyStrokeCheckBox.Size     = new System.Drawing.Size(203, 20);
     this.BlockKeyStrokeCheckBox.TabIndex = 12;
     this.BlockKeyStrokeCheckBox.Text     = "Ignore in this process";
     this.BlockKeyStrokeCheckBox.UseVisualStyleBackColor = true;
     this.BlockKeyStrokeCheckBox.CheckedChanged         += new System.EventHandler(this.EdgeDetailChanged);
     //
     // srcScript
     //
     this.srcScript.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.srcScript.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.srcScript.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                     | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                    | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                   | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                  | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                 | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.srcScript.FirstVisibleLine = 0;
     this.srcScript.Font             = new System.Drawing.Font("MS UI Gothic", 9F);
     fontInfo3.Name              = "MS UI Gothic";
     fontInfo3.Size              = 9;
     fontInfo3.Style             = System.Drawing.FontStyle.Regular;
     this.srcScript.FontInfo     = fontInfo3;
     this.srcScript.ForeColor    = System.Drawing.Color.Black;
     this.srcScript.Location     = new System.Drawing.Point(3, 202);
     this.srcScript.Name         = "srcScript";
     this.srcScript.Size         = new System.Drawing.Size(457, 99);
     this.srcScript.TabIndex     = 7;
     this.srcScript.ViewWidth    = 4129;
     this.srcScript.TextChanged += new System.EventHandler(this.EdgeDetailChanged);
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.Control;
     this.splitter1.Location  = new System.Drawing.Point(3, 307);
     this.splitter1.Name      = "splitter1";
     this.splitter1.Size      = new System.Drawing.Size(454, 5);
     this.splitter1.TabIndex  = 8;
     this.splitter1.TabStop   = false;
     //
     // dstIconTitle
     //
     this.dstIconTitle.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.dstIconTitle.Location   = new System.Drawing.Point(3, 315);
     this.dstIconTitle.Name       = "dstIconTitle";
     this.dstIconTitle.Size       = new System.Drawing.Size(454, 64);
     this.dstIconTitle.TabIndex   = 6;
     this.dstIconTitle.TextAlign  = System.Drawing.ContentAlignment.BottomLeft;
     //
     // dstScript
     //
     this.dstScript.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.dstScript.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.dstScript.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                     | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                    | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                   | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                  | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                 | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.dstScript.FirstVisibleLine = 0;
     this.dstScript.Font             = new System.Drawing.Font("MS UI Gothic", 9F);
     fontInfo4.Name              = "MS UI Gothic";
     fontInfo4.Size              = 9;
     fontInfo4.Style             = System.Drawing.FontStyle.Regular;
     this.dstScript.FontInfo     = fontInfo4;
     this.dstScript.ForeColor    = System.Drawing.Color.Black;
     this.dstScript.Location     = new System.Drawing.Point(3, 382);
     this.dstScript.Name         = "dstScript";
     this.dstScript.Size         = new System.Drawing.Size(457, 120);
     this.dstScript.TabIndex     = 9;
     this.dstScript.ViewWidth    = 4129;
     this.dstScript.TextChanged += new System.EventHandler(this.EdgeDetailChanged);
     //
     // applyActionHandlerButton
     //
     this.applyActionHandlerButton.Location = new System.Drawing.Point(391, 526);
     this.applyActionHandlerButton.Name     = "applyActionHandlerButton";
     this.applyActionHandlerButton.Size     = new System.Drawing.Size(75, 23);
     this.applyActionHandlerButton.TabIndex = 15;
     this.applyActionHandlerButton.Text     = "Delete";
     this.applyActionHandlerButton.UseVisualStyleBackColor = true;
     this.applyActionHandlerButton.Click += new System.EventHandler(this.applyActionHandlerButton_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileFToolStripMenuItem,
         this.runRToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1105, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileFToolStripMenuItem
     //
     this.fileFToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newNToolStripMenuItem,
         this.toolStripSeparator2,
         this.openOToolStripMenuItem,
         this.saveSToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitQToolStripMenuItem
     });
     this.fileFToolStripMenuItem.Name = "fileFToolStripMenuItem";
     this.fileFToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
     this.fileFToolStripMenuItem.Text = "File(&F)";
     //
     // openOToolStripMenuItem
     //
     this.openOToolStripMenuItem.Name         = "openOToolStripMenuItem";
     this.openOToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openOToolStripMenuItem.Size         = new System.Drawing.Size(170, 22);
     this.openOToolStripMenuItem.Text         = "Open(&O)";
     this.openOToolStripMenuItem.Click       += new System.EventHandler(this.openOToolStripMenuItem_Click);
     //
     // saveSToolStripMenuItem
     //
     this.saveSToolStripMenuItem.Name         = "saveSToolStripMenuItem";
     this.saveSToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveSToolStripMenuItem.Size         = new System.Drawing.Size(170, 22);
     this.saveSToolStripMenuItem.Text         = "Save(&S)";
     this.saveSToolStripMenuItem.Click       += new System.EventHandler(this.saveSToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(167, 6);
     //
     // exitQToolStripMenuItem
     //
     this.exitQToolStripMenuItem.Name   = "exitQToolStripMenuItem";
     this.exitQToolStripMenuItem.Size   = new System.Drawing.Size(170, 22);
     this.exitQToolStripMenuItem.Text   = "Exit(&Q)";
     this.exitQToolStripMenuItem.Click += new System.EventHandler(this.exitQToolStripMenuItem_Click);
     //
     // runRToolStripMenuItem
     //
     this.runRToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.startAllToolStripMenuItem,
         this.stopAllToolStripMenuItem
     });
     this.runRToolStripMenuItem.Name = "runRToolStripMenuItem";
     this.runRToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
     this.runRToolStripMenuItem.Text = "Run(&R)";
     //
     // startAllToolStripMenuItem
     //
     this.startAllToolStripMenuItem.Name         = "startAllToolStripMenuItem";
     this.startAllToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.startAllToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.startAllToolStripMenuItem.Text         = "Start All";
     this.startAllToolStripMenuItem.Click       += new System.EventHandler(this.startAllToolStripMenuItem_Click);
     //
     // stopAllToolStripMenuItem
     //
     this.stopAllToolStripMenuItem.Name         = "stopAllToolStripMenuItem";
     this.stopAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5)));
     this.stopAllToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.stopAllToolStripMenuItem.Text         = "Stop All";
     this.stopAllToolStripMenuItem.Click       += new System.EventHandler(this.stopAllToolStripMenuItem_Click);
     //
     // virtualContextMenu
     //
     this.virtualContextMenu.Name = "virtualContextMenu";
     this.virtualContextMenu.Size = new System.Drawing.Size(61, 4);
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     //
     // newNToolStripMenuItem
     //
     this.newNToolStripMenuItem.Name         = "newNToolStripMenuItem";
     this.newNToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.newNToolStripMenuItem.Size         = new System.Drawing.Size(170, 22);
     this.newNToolStripMenuItem.Text         = "New(&N)";
     this.newNToolStripMenuItem.Click       += new System.EventHandler(this.newNToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(167, 6);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1105, 589);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.Name = "Form1";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.canvas)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.flowLayoutPanel7.ResumeLayout(false);
     this.flowLayoutPanel7.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editor));
     this.TextEditor = new Sgry.Azuki.WinForms.AzukiControl();
     this.SuspendLayout();
     //
     // TextEditor
     //
     this.TextEditor.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.TextEditor.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.TextEditor.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.TextEditor.DrawingOption = ((Sgry.Azuki.DrawingOption)((((((((((Sgry.Azuki.DrawingOption.DrawsSpace | Sgry.Azuki.DrawingOption.DrawsFullWidthSpace)
                                                                         | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                        | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                       | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                      | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                     | Sgry.Azuki.DrawingOption.ShowsHRuler)
                                                                    | Sgry.Azuki.DrawingOption.DrawsEof)
                                                                   | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)
                                                                  | Sgry.Azuki.DrawingOption.HRulerStartsFromZero)));
     this.TextEditor.DrawsEofMark     = true;
     this.TextEditor.DrawsSpace       = true;
     this.TextEditor.FirstVisibleLine = 0;
     this.TextEditor.Font             = new System.Drawing.Font("MS ゴシック", 12F);
     fontInfo1.Name                      = "MS ゴシック";
     fontInfo1.Size                      = 12;
     fontInfo1.Style                     = System.Drawing.FontStyle.Regular;
     this.TextEditor.FontInfo            = fontInfo1;
     this.TextEditor.ForeColor           = System.Drawing.Color.Black;
     this.TextEditor.HRulerIndicatorType = Sgry.Azuki.HRulerIndicatorType.CharCount;
     this.TextEditor.LeftMargin          = 8;
     this.TextEditor.LinePadding         = 4;
     this.TextEditor.Location            = new System.Drawing.Point(0, 0);
     this.TextEditor.MarksUri            = true;
     this.TextEditor.Name                = "TextEditor";
     this.TextEditor.ScrollPos           = new System.Drawing.Point(0, 0);
     this.TextEditor.ShowsDirtBar        = false;
     this.TextEditor.ShowsHRuler         = true;
     this.TextEditor.Size                = new System.Drawing.Size(842, 452);
     this.TextEditor.TabIndex            = 0;
     this.TextEditor.Text                = "azukiControl1";
     this.TextEditor.ViewWidth           = 4145;
     this.TextEditor.CaretMoved         += new System.EventHandler(this.TextEditor_CaretMoved);
     this.TextEditor.TextChanged        += new System.EventHandler(this.TextEditor_TextChanged);
     this.TextEditor.Click              += new System.EventHandler(this.TextEditor_Click);
     //
     // Editor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(842, 452);
     this.Controls.Add(this.TextEditor);
     this.DockAreas       = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
     this.Font            = new System.Drawing.Font("メイリオ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name            = "Editor";
     this.Text            = "エディター";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Editor_FormClosing);
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctlOneTextEditor));
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.ctmInsertReserchCode = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator8  = new System.Windows.Forms.ToolStripSeparator();
     this.ctmSelctAll          = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator7  = new System.Windows.Forms.ToolStripSeparator();
     this.ctmPaste             = new System.Windows.Forms.ToolStripMenuItem();
     this.ctmCopy                 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctmCut                  = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator3     = new System.Windows.Forms.ToolStripSeparator();
     this.ctmRedo                 = new System.Windows.Forms.ToolStripMenuItem();
     this.ctmUndo                 = new System.Windows.Forms.ToolStripMenuItem();
     this.cmnTextMenu             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctmFindReplace          = new System.Windows.Forms.ToolStripMenuItem();
     this.ctmInsertCode           = new System.Windows.Forms.ToolStripMenuItem();
     this.tolUndoComment          = new System.Windows.Forms.ToolStripButton();
     this.tolDoComment            = new System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator5     = new System.Windows.Forms.ToolStripSeparator();
     this.tolJumpList             = new System.Windows.Forms.ToolStripButton();
     this.tolInsertCode           = new System.Windows.Forms.ToolStripButton();
     this.tolSplitSQCode          = new System.Windows.Forms.ToolStripSeparator();
     this.ToolStripSeparator2     = new System.Windows.Forms.ToolStripSeparator();
     this.tolPaste                = new System.Windows.Forms.ToolStripButton();
     this.tolCopy                 = new System.Windows.Forms.ToolStripButton();
     this.tolCut                  = new System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     this.tolRedo                 = new System.Windows.Forms.ToolStripButton();
     this.tolUndo                 = new System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator4     = new System.Windows.Forms.ToolStripSeparator();
     this.tolSave                 = new System.Windows.Forms.ToolStripButton();
     this.ToolStrip1              = new System.Windows.Forms.ToolStrip();
     this.tolInsertReserchCode    = new System.Windows.Forms.ToolStripButton();
     this.tolSplitSQTest          = new System.Windows.Forms.ToolStripSeparator();
     this.tolTestCommand          = new System.Windows.Forms.ToolStripComboBox();
     this.tolSQTest               = new System.Windows.Forms.ToolStripButton();
     this.azkEditor               = new Sgry.Azuki.WinForms.AzukiControl();
     this.txtCodeComment          = new System.Windows.Forms.ToolStripTextBox();
     this.txtAutoCompleteInserter = new System.Windows.Forms.ToolStripTextBox();
     this.autoComplete            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.txtCodeTypeName         = new System.Windows.Forms.ToolStripTextBox();
     this.cmnTextMenu.SuspendLayout();
     this.ToolStrip1.SuspendLayout();
     this.autoComplete.SuspendLayout();
     this.SuspendLayout();
     //
     // ctmInsertReserchCode
     //
     this.ctmInsertReserchCode.Image = ((System.Drawing.Image)(resources.GetObject("ctmInsertReserchCode.Image")));
     this.ctmInsertReserchCode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmInsertReserchCode.Name         = "ctmInsertReserchCode";
     this.ctmInsertReserchCode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Space)));
     this.ctmInsertReserchCode.Size         = new System.Drawing.Size(221, 22);
     this.ctmInsertReserchCode.Tag          = "Script";
     this.ctmInsertReserchCode.Text         = "コード逆検索(&E)";
     this.ctmInsertReserchCode.Click       += new System.EventHandler(this.tolInsertReserchCode_Click);
     //
     // ToolStripSeparator8
     //
     this.ToolStripSeparator8.Name = "ToolStripSeparator8";
     this.ToolStripSeparator8.Size = new System.Drawing.Size(218, 6);
     this.ToolStripSeparator8.Tag  = "Script";
     //
     // ctmSelctAll
     //
     this.ctmSelctAll.Image = ((System.Drawing.Image)(resources.GetObject("ctmSelctAll.Image")));
     this.ctmSelctAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmSelctAll.Name         = "ctmSelctAll";
     this.ctmSelctAll.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.ctmSelctAll.Size         = new System.Drawing.Size(221, 22);
     this.ctmSelctAll.Text         = "すべて選択(&A)";
     this.ctmSelctAll.Click       += new System.EventHandler(this.ctmSelctAll_Click);
     //
     // ToolStripSeparator7
     //
     this.ToolStripSeparator7.Name = "ToolStripSeparator7";
     this.ToolStripSeparator7.Size = new System.Drawing.Size(218, 6);
     //
     // ctmPaste
     //
     this.ctmPaste.Image = ((System.Drawing.Image)(resources.GetObject("ctmPaste.Image")));
     this.ctmPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmPaste.Name         = "ctmPaste";
     this.ctmPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     this.ctmPaste.Size         = new System.Drawing.Size(221, 22);
     this.ctmPaste.Text         = "貼り付け(&P)";
     this.ctmPaste.Click       += new System.EventHandler(this.tolPaste_Click);
     //
     // ctmCopy
     //
     this.ctmCopy.Image = ((System.Drawing.Image)(resources.GetObject("ctmCopy.Image")));
     this.ctmCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmCopy.Name         = "ctmCopy";
     this.ctmCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.ctmCopy.Size         = new System.Drawing.Size(221, 22);
     this.ctmCopy.Text         = "コピー(&C)";
     this.ctmCopy.Click       += new System.EventHandler(this.tolCopy_Click);
     //
     // ctmCut
     //
     this.ctmCut.Image = ((System.Drawing.Image)(resources.GetObject("ctmCut.Image")));
     this.ctmCut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmCut.Name         = "ctmCut";
     this.ctmCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.ctmCut.Size         = new System.Drawing.Size(221, 22);
     this.ctmCut.Text         = "切り取り(&T)";
     this.ctmCut.Click       += new System.EventHandler(this.tolCut_Click);
     //
     // ToolStripSeparator3
     //
     this.ToolStripSeparator3.Name = "ToolStripSeparator3";
     this.ToolStripSeparator3.Size = new System.Drawing.Size(218, 6);
     //
     // ctmRedo
     //
     this.ctmRedo.Image = ((System.Drawing.Image)(resources.GetObject("ctmRedo.Image")));
     this.ctmRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmRedo.Name         = "ctmRedo";
     this.ctmRedo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     this.ctmRedo.Size         = new System.Drawing.Size(221, 22);
     this.ctmRedo.Text         = "やり直し(&R)";
     this.ctmRedo.Click       += new System.EventHandler(this.tolRedo_Click);
     //
     // ctmUndo
     //
     this.ctmUndo.Image = ((System.Drawing.Image)(resources.GetObject("ctmUndo.Image")));
     this.ctmUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmUndo.Name         = "ctmUndo";
     this.ctmUndo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     this.ctmUndo.Size         = new System.Drawing.Size(221, 22);
     this.ctmUndo.Text         = "元に戻す(&U)";
     this.ctmUndo.Click       += new System.EventHandler(this.tolUndo_Click);
     //
     // cmnTextMenu
     //
     this.cmnTextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ctmUndo,
         this.ctmRedo,
         this.ToolStripSeparator3,
         this.ctmCut,
         this.ctmCopy,
         this.ctmPaste,
         this.ToolStripSeparator7,
         this.ctmSelctAll,
         this.ToolStripSeparator8,
         this.ctmFindReplace,
         this.ctmInsertCode,
         this.ctmInsertReserchCode
     });
     this.cmnTextMenu.Name = "cmnTextMenu";
     this.cmnTextMenu.Size = new System.Drawing.Size(222, 220);
     //
     // ctmFindReplace
     //
     this.ctmFindReplace.Image        = ((System.Drawing.Image)(resources.GetObject("ctmFindReplace.Image")));
     this.ctmFindReplace.Name         = "ctmFindReplace";
     this.ctmFindReplace.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
     this.ctmFindReplace.Size         = new System.Drawing.Size(221, 22);
     this.ctmFindReplace.Text         = "検索と置換(&F)";
     this.ctmFindReplace.Click       += new System.EventHandler(this.ctmFindReplace_Click);
     //
     // ctmInsertCode
     //
     this.ctmInsertCode.Image = ((System.Drawing.Image)(resources.GetObject("ctmInsertCode.Image")));
     this.ctmInsertCode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ctmInsertCode.Name         = "ctmInsertCode";
     this.ctmInsertCode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Space)));
     this.ctmInsertCode.Size         = new System.Drawing.Size(221, 22);
     this.ctmInsertCode.Tag          = "Script";
     this.ctmInsertCode.Text         = "コード補完(&S)";
     this.ctmInsertCode.Click       += new System.EventHandler(this.tolInsertCode_Click);
     //
     // tolUndoComment
     //
     this.tolUndoComment.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tolUndoComment.Image                 = ((System.Drawing.Image)(resources.GetObject("tolUndoComment.Image")));
     this.tolUndoComment.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolUndoComment.Name   = "tolUndoComment";
     this.tolUndoComment.Size   = new System.Drawing.Size(23, 22);
     this.tolUndoComment.Tag    = "Script";
     this.tolUndoComment.Text   = "コメントアウトを解除";
     this.tolUndoComment.Click += new System.EventHandler(this.tolUndoComment_Click);
     //
     // tolDoComment
     //
     this.tolDoComment.Image = ((System.Drawing.Image)(resources.GetObject("tolDoComment.Image")));
     this.tolDoComment.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolDoComment.Name   = "tolDoComment";
     this.tolDoComment.Size   = new System.Drawing.Size(86, 22);
     this.tolDoComment.Tag    = "Script";
     this.tolDoComment.Text   = "コメントアウト";
     this.tolDoComment.Click += new System.EventHandler(this.tolDoComment_Click);
     //
     // ToolStripSeparator5
     //
     this.ToolStripSeparator5.Name = "ToolStripSeparator5";
     this.ToolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     this.ToolStripSeparator5.Tag  = "Script";
     //
     // tolJumpList
     //
     this.tolJumpList.Image = ((System.Drawing.Image)(resources.GetObject("tolJumpList.Image")));
     this.tolJumpList.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolJumpList.Name   = "tolJumpList";
     this.tolJumpList.Size   = new System.Drawing.Size(79, 22);
     this.tolJumpList.Text   = "ラベル一覧";
     this.tolJumpList.Click += new System.EventHandler(this.tolJumpList_Click);
     //
     // tolInsertCode
     //
     this.tolInsertCode.Image = ((System.Drawing.Image)(resources.GetObject("tolInsertCode.Image")));
     this.tolInsertCode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolInsertCode.Name        = "tolInsertCode";
     this.tolInsertCode.Size        = new System.Drawing.Size(77, 22);
     this.tolInsertCode.Tag         = "Script";
     this.tolInsertCode.Text        = "コード補完";
     this.tolInsertCode.ToolTipText = "スクリプトコードの入力補完を行います。";
     this.tolInsertCode.Click      += new System.EventHandler(this.tolInsertCode_Click);
     //
     // tolSplitSQCode
     //
     this.tolSplitSQCode.Name = "tolSplitSQCode";
     this.tolSplitSQCode.Size = new System.Drawing.Size(6, 25);
     this.tolSplitSQCode.Tag  = "Script";
     //
     // ToolStripSeparator2
     //
     this.ToolStripSeparator2.Name = "ToolStripSeparator2";
     this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tolPaste
     //
     this.tolPaste.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tolPaste.Image                 = ((System.Drawing.Image)(resources.GetObject("tolPaste.Image")));
     this.tolPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolPaste.Name   = "tolPaste";
     this.tolPaste.Size   = new System.Drawing.Size(23, 22);
     this.tolPaste.Text   = "貼り付け";
     this.tolPaste.Click += new System.EventHandler(this.tolPaste_Click);
     //
     // tolCopy
     //
     this.tolCopy.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tolCopy.Image                 = ((System.Drawing.Image)(resources.GetObject("tolCopy.Image")));
     this.tolCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolCopy.Name   = "tolCopy";
     this.tolCopy.Size   = new System.Drawing.Size(23, 22);
     this.tolCopy.Text   = "コピー";
     this.tolCopy.Click += new System.EventHandler(this.tolCopy_Click);
     //
     // tolCut
     //
     this.tolCut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tolCut.Image                 = ((System.Drawing.Image)(resources.GetObject("tolCut.Image")));
     this.tolCut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolCut.Name   = "tolCut";
     this.tolCut.Size   = new System.Drawing.Size(23, 22);
     this.tolCut.Text   = "切り取り";
     this.tolCut.Click += new System.EventHandler(this.tolCut_Click);
     //
     // ToolStripSeparator1
     //
     this.ToolStripSeparator1.Name = "ToolStripSeparator1";
     this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tolRedo
     //
     this.tolRedo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tolRedo.Enabled               = false;
     this.tolRedo.Image                 = ((System.Drawing.Image)(resources.GetObject("tolRedo.Image")));
     this.tolRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolRedo.Name   = "tolRedo";
     this.tolRedo.Size   = new System.Drawing.Size(23, 22);
     this.tolRedo.Text   = "やり直し";
     this.tolRedo.Click += new System.EventHandler(this.tolRedo_Click);
     //
     // tolUndo
     //
     this.tolUndo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tolUndo.Enabled               = false;
     this.tolUndo.Image                 = ((System.Drawing.Image)(resources.GetObject("tolUndo.Image")));
     this.tolUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolUndo.Name   = "tolUndo";
     this.tolUndo.Size   = new System.Drawing.Size(23, 22);
     this.tolUndo.Text   = "元に戻す";
     this.tolUndo.Click += new System.EventHandler(this.tolUndo_Click);
     //
     // ToolStripSeparator4
     //
     this.ToolStripSeparator4.Name = "ToolStripSeparator4";
     this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // tolSave
     //
     this.tolSave.Image = ((System.Drawing.Image)(resources.GetObject("tolSave.Image")));
     this.tolSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolSave.Name   = "tolSave";
     this.tolSave.Size   = new System.Drawing.Size(51, 22);
     this.tolSave.Text   = "保存";
     this.tolSave.Click += new System.EventHandler(this.tolSave_Click);
     //
     // ToolStrip1
     //
     this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tolSave,
         this.ToolStripSeparator4,
         this.tolUndo,
         this.tolRedo,
         this.ToolStripSeparator1,
         this.tolCut,
         this.tolCopy,
         this.tolPaste,
         this.ToolStripSeparator2,
         this.tolJumpList,
         this.tolSplitSQCode,
         this.tolInsertCode,
         this.tolInsertReserchCode,
         this.ToolStripSeparator5,
         this.tolDoComment,
         this.tolUndoComment,
         this.tolSplitSQTest,
         this.tolTestCommand,
         this.tolSQTest
     });
     this.ToolStrip1.Location = new System.Drawing.Point(0, 0);
     this.ToolStrip1.Name     = "ToolStrip1";
     this.ToolStrip1.Padding  = new System.Windows.Forms.Padding(0);
     this.ToolStrip1.Size     = new System.Drawing.Size(974, 25);
     this.ToolStrip1.TabIndex = 0;
     this.ToolStrip1.Text     = "ToolStrip1";
     //
     // tolInsertReserchCode
     //
     this.tolInsertReserchCode.Image = ((System.Drawing.Image)(resources.GetObject("tolInsertReserchCode.Image")));
     this.tolInsertReserchCode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolInsertReserchCode.Name        = "tolInsertReserchCode";
     this.tolInsertReserchCode.Size        = new System.Drawing.Size(89, 22);
     this.tolInsertReserchCode.Tag         = "Script";
     this.tolInsertReserchCode.Text        = "コード逆検索";
     this.tolInsertReserchCode.ToolTipText = "選択しているコードから対応するコマンドツリーやデータベースのIDを検索します。";
     this.tolInsertReserchCode.Click      += new System.EventHandler(this.tolInsertReserchCode_Click);
     //
     // tolSplitSQTest
     //
     this.tolSplitSQTest.Name = "tolSplitSQTest";
     this.tolSplitSQTest.Size = new System.Drawing.Size(6, 25);
     //
     // tolTestCommand
     //
     this.tolTestCommand.Name        = "tolTestCommand";
     this.tolTestCommand.Size        = new System.Drawing.Size(200, 25);
     this.tolTestCommand.ToolTipText = "テスターに送るコマンドを記述します。";
     this.tolTestCommand.DropDown   += new System.EventHandler(this.tolTestCommand_DropDown);
     this.tolTestCommand.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.tolTestCommand_KeyDown);
     //
     // tolSQTest
     //
     this.tolSQTest.Image = ((System.Drawing.Image)(resources.GetObject("tolSQTest.Image")));
     this.tolSQTest.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tolSQTest.Name        = "tolSQTest";
     this.tolSQTest.Size        = new System.Drawing.Size(77, 22);
     this.tolSQTest.Text        = "即席テスト";
     this.tolSQTest.ToolTipText = "このスクリプトについてのテストを行います。\r\n左隣の入力欄に任意の呼び出しコードを記述してテストを実行して下さい。";
     this.tolSQTest.Click      += new System.EventHandler(this.tolSQTest_Click);
     //
     // azkEditor
     //
     this.azkEditor.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azkEditor.ContextMenuStrip = this.cmnTextMenu;
     this.azkEditor.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.azkEditor.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.azkEditor.DrawingOption    = ((Sgry.Azuki.DrawingOption)(((((Sgry.Azuki.DrawingOption.HighlightCurrentLine | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                      | Sgry.Azuki.DrawingOption.ShowsHRuler)
                                                                     | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                    | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azkEditor.DrawsEolCode        = false;
     this.azkEditor.DrawsFullWidthSpace = false;
     this.azkEditor.DrawsTab            = false;
     this.azkEditor.FirstVisibleLine    = 0;
     this.azkEditor.Font              = new System.Drawing.Font("Meiryo UI", 9F);
     fontInfo1.Name                   = "Meiryo UI";
     fontInfo1.Size                   = 9;
     fontInfo1.Style                  = System.Drawing.FontStyle.Regular;
     this.azkEditor.FontInfo          = fontInfo1;
     this.azkEditor.ForeColor         = System.Drawing.Color.Black;
     this.azkEditor.Location          = new System.Drawing.Point(0, 25);
     this.azkEditor.Name              = "azkEditor";
     this.azkEditor.ScrollPos         = new System.Drawing.Point(0, 0);
     this.azkEditor.ShowsHRuler       = true;
     this.azkEditor.Size              = new System.Drawing.Size(974, 467);
     this.azkEditor.TabIndex          = 1;
     this.azkEditor.TabWidth          = 4;
     this.azkEditor.ViewWidth         = 4133;
     this.azkEditor.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.azkEditor_MouseDoubleClick);
     //
     // txtCodeComment
     //
     this.txtCodeComment.AutoSize         = false;
     this.txtCodeComment.AutoToolTip      = true;
     this.txtCodeComment.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.txtCodeComment.Enabled          = false;
     this.txtCodeComment.Name             = "txtCodeComment";
     this.txtCodeComment.ShortcutsEnabled = false;
     this.txtCodeComment.Size             = new System.Drawing.Size(300, 23);
     //
     // txtAutoCompleteInserter
     //
     this.txtAutoCompleteInserter.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.txtAutoCompleteInserter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtAutoCompleteInserter.AutoSize           = false;
     this.txtAutoCompleteInserter.Margin             = new System.Windows.Forms.Padding(0);
     this.txtAutoCompleteInserter.MaxLength          = 255;
     this.txtAutoCompleteInserter.Name     = "txtAutoCompleteInserter";
     this.txtAutoCompleteInserter.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.txtAutoCompleteInserter.Size     = new System.Drawing.Size(300, 23);
     //
     // autoComplete
     //
     this.autoComplete.AllowMerge = false;
     this.autoComplete.AutoSize   = false;
     this.autoComplete.ImeMode    = System.Windows.Forms.ImeMode.Off;
     this.autoComplete.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.txtCodeTypeName,
         this.txtCodeComment,
         this.txtAutoCompleteInserter
     });
     this.autoComplete.Name             = "ContextMenuStrip1";
     this.autoComplete.ShowImageMargin  = false;
     this.autoComplete.ShowItemToolTips = false;
     this.autoComplete.Size             = new System.Drawing.Size(321, 90);
     //
     // txtCodeTypeName
     //
     this.txtCodeTypeName.AutoSize         = false;
     this.txtCodeTypeName.AutoToolTip      = true;
     this.txtCodeTypeName.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.txtCodeTypeName.Enabled          = false;
     this.txtCodeTypeName.Name             = "txtCodeTypeName";
     this.txtCodeTypeName.ShortcutsEnabled = false;
     this.txtCodeTypeName.Size             = new System.Drawing.Size(300, 23);
     //
     // ctlOneTextEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.azkEditor);
     this.Controls.Add(this.ToolStrip1);
     this.Font   = new System.Drawing.Font("Meiryo UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "ctlOneTextEditor";
     this.Size   = new System.Drawing.Size(974, 492);
     this.cmnTextMenu.ResumeLayout(false);
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     this.autoComplete.ResumeLayout(false);
     this.autoComplete.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #11
0
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreambleForm));
            Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
            this.preambleTextBox = new Sgry.Azuki.WinForms.AzukiControl();
            this.preambleTextBoxMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.Undo = new System.Windows.Forms.ToolStripMenuItem();
            this.Redo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.Cut = new System.Windows.Forms.ToolStripMenuItem();
            this.Copy = new System.Windows.Forms.ToolStripMenuItem();
            this.Paste = new System.Windows.Forms.ToolStripMenuItem();
            this.Delete = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.SelectAll = new System.Windows.Forms.ToolStripMenuItem();
            this.TemplateButon = new System.Windows.Forms.Button();
            this.preambleTextBoxMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // preambleTextBox
            // 
            resources.ApplyResources(this.preambleTextBox, "preambleTextBox");
            this.preambleTextBox.BackColor = System.Drawing.Color.White;
            this.preambleTextBox.ContextMenuStrip = this.preambleTextBoxMenu;
            this.preambleTextBox.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.preambleTextBox.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab) 
            | Sgry.Azuki.DrawingOption.DrawsEol) 
            | Sgry.Azuki.DrawingOption.DrawsEof) 
            | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
            this.preambleTextBox.DrawsEofMark = true;
            this.preambleTextBox.FirstVisibleLine = 0;
            fontInfo1.Name = "MS ゴシック";
            fontInfo1.Size = 12;
            fontInfo1.Style = System.Drawing.FontStyle.Regular;
            this.preambleTextBox.FontInfo = fontInfo1;
            this.preambleTextBox.ForeColor = System.Drawing.Color.Black;
            this.preambleTextBox.HighlightsCurrentLine = false;
            this.preambleTextBox.Name = "preambleTextBox";
            this.preambleTextBox.ScrollPos = new System.Drawing.Point(0, 0);
            this.preambleTextBox.ScrollsBeyondLastLine = false;
            this.preambleTextBox.ShowsDirtBar = false;
            this.preambleTextBox.ShowsHScrollBar = false;
            this.preambleTextBox.ShowsLineNumber = false;
            this.preambleTextBox.TabWidth = 4;
            this.preambleTextBox.ViewType = Sgry.Azuki.ViewType.WrappedProportional;
            this.preambleTextBox.ViewWidth = 4097;
            // 
            // preambleTextBoxMenu
            // 
            resources.ApplyResources(this.preambleTextBoxMenu, "preambleTextBoxMenu");
            this.preambleTextBoxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.Undo,
            this.Redo,
            this.toolStripSeparator1,
            this.Cut,
            this.Copy,
            this.Paste,
            this.Delete,
            this.toolStripSeparator2,
            this.SelectAll});
            this.preambleTextBoxMenu.Name = "sourceTextBoxMenu";
            // 
            // Undo
            // 
            resources.ApplyResources(this.Undo, "Undo");
            this.Undo.Name = "Undo";
            this.Undo.Click += new System.EventHandler(this.Undo_Click);
            // 
            // Redo
            // 
            resources.ApplyResources(this.Redo, "Redo");
            this.Redo.Name = "Redo";
            this.Redo.Click += new System.EventHandler(this.Redo_Click);
            // 
            // toolStripSeparator1
            // 
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            // 
            // Cut
            // 
            resources.ApplyResources(this.Cut, "Cut");
            this.Cut.Name = "Cut";
            this.Cut.Click += new System.EventHandler(this.Cut_Click);
            // 
            // Copy
            // 
            resources.ApplyResources(this.Copy, "Copy");
            this.Copy.Name = "Copy";
            this.Copy.Click += new System.EventHandler(this.Copy_Click);
            // 
            // Paste
            // 
            resources.ApplyResources(this.Paste, "Paste");
            this.Paste.Name = "Paste";
            this.Paste.Click += new System.EventHandler(this.Paste_Click);
            // 
            // Delete
            // 
            resources.ApplyResources(this.Delete, "Delete");
            this.Delete.Name = "Delete";
            this.Delete.Click += new System.EventHandler(this.Delete_Click);
            // 
            // toolStripSeparator2
            // 
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            // 
            // SelectAll
            // 
            resources.ApplyResources(this.SelectAll, "SelectAll");
            this.SelectAll.Name = "SelectAll";
            this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
            // 
            // TemplateButon
            // 
            resources.ApplyResources(this.TemplateButon, "TemplateButon");
            this.TemplateButon.Name = "TemplateButon";
            this.TemplateButon.UseVisualStyleBackColor = true;
            this.TemplateButon.Click += new System.EventHandler(this.TemplateButon_Click);
            // 
            // PreambleForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.TemplateButon);
            this.Controls.Add(this.preambleTextBox);
            this.Name = "PreambleForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PreambleForm_FormClosing);
            this.preambleTextBoxMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #12
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreambleForm));
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.preambleTextBox     = new Sgry.Azuki.WinForms.AzukiControl();
     this.preambleTextBoxMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.Undo = new System.Windows.Forms.ToolStripMenuItem();
     this.Redo = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.Cut    = new System.Windows.Forms.ToolStripMenuItem();
     this.Copy   = new System.Windows.Forms.ToolStripMenuItem();
     this.Paste  = new System.Windows.Forms.ToolStripMenuItem();
     this.Delete = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.SelectAll           = new System.Windows.Forms.ToolStripMenuItem();
     this.TemplateButon       = new System.Windows.Forms.Button();
     this.preambleTextBoxMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // preambleTextBox
     //
     resources.ApplyResources(this.preambleTextBox, "preambleTextBox");
     this.preambleTextBox.BackColor        = System.Drawing.Color.White;
     this.preambleTextBox.ContextMenuStrip = this.preambleTextBoxMenu;
     this.preambleTextBox.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.preambleTextBox.DrawingOption    = ((Sgry.Azuki.DrawingOption)(((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                            | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                           | Sgry.Azuki.DrawingOption.DrawsEof)
                                                                          | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.preambleTextBox.DrawsEofMark     = true;
     this.preambleTextBox.FirstVisibleLine = 0;
     fontInfo1.Name  = "MS ゴシック";
     fontInfo1.Size  = 12;
     fontInfo1.Style = System.Drawing.FontStyle.Regular;
     this.preambleTextBox.FontInfo              = fontInfo1;
     this.preambleTextBox.ForeColor             = System.Drawing.Color.Black;
     this.preambleTextBox.HighlightsCurrentLine = false;
     this.preambleTextBox.Name                  = "preambleTextBox";
     this.preambleTextBox.ScrollPos             = new System.Drawing.Point(0, 0);
     this.preambleTextBox.ScrollsBeyondLastLine = false;
     this.preambleTextBox.ShowsDirtBar          = false;
     this.preambleTextBox.ShowsHScrollBar       = false;
     this.preambleTextBox.ShowsLineNumber       = false;
     this.preambleTextBox.TabWidth              = 4;
     this.preambleTextBox.ViewType              = Sgry.Azuki.ViewType.WrappedProportional;
     this.preambleTextBox.ViewWidth             = 4097;
     //
     // preambleTextBoxMenu
     //
     this.preambleTextBoxMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.preambleTextBoxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Undo,
         this.Redo,
         this.toolStripSeparator1,
         this.Cut,
         this.Copy,
         this.Paste,
         this.Delete,
         this.toolStripSeparator2,
         this.SelectAll
     });
     this.preambleTextBoxMenu.Name = "sourceTextBoxMenu";
     resources.ApplyResources(this.preambleTextBoxMenu, "preambleTextBoxMenu");
     //
     // Undo
     //
     this.Undo.Name = "Undo";
     resources.ApplyResources(this.Undo, "Undo");
     this.Undo.Click += new System.EventHandler(this.Undo_Click);
     //
     // Redo
     //
     this.Redo.Name = "Redo";
     resources.ApplyResources(this.Redo, "Redo");
     this.Redo.Click += new System.EventHandler(this.Redo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // Cut
     //
     this.Cut.Name = "Cut";
     resources.ApplyResources(this.Cut, "Cut");
     this.Cut.Click += new System.EventHandler(this.Cut_Click);
     //
     // Copy
     //
     this.Copy.Name = "Copy";
     resources.ApplyResources(this.Copy, "Copy");
     this.Copy.Click += new System.EventHandler(this.Copy_Click);
     //
     // Paste
     //
     this.Paste.Name = "Paste";
     resources.ApplyResources(this.Paste, "Paste");
     this.Paste.Click += new System.EventHandler(this.Paste_Click);
     //
     // Delete
     //
     this.Delete.Name = "Delete";
     resources.ApplyResources(this.Delete, "Delete");
     this.Delete.Click += new System.EventHandler(this.Delete_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // SelectAll
     //
     this.SelectAll.Name = "SelectAll";
     resources.ApplyResources(this.SelectAll, "SelectAll");
     this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
     //
     // TemplateButon
     //
     resources.ApplyResources(this.TemplateButon, "TemplateButon");
     this.TemplateButon.Name = "TemplateButon";
     this.TemplateButon.UseVisualStyleBackColor = true;
     this.TemplateButon.Click += new System.EventHandler(this.TemplateButon_Click);
     //
     // PreambleForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.TemplateButon);
     this.Controls.Add(this.preambleTextBox);
     this.Name         = "PreambleForm";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PreambleForm_FormClosing);
     this.preambleTextBoxMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #13
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     Sgry.Azuki.FontInfo fontInfo2 = new Sgry.Azuki.FontInfo();
     this.btExec             = new System.Windows.Forms.Button();
     this.azkTargetFileName  = new Sgry.Azuki.WinForms.AzukiControl();
     this.azkChangedFileName = new Sgry.Azuki.WinForms.AzukiControl();
     this.splitContainer1    = new System.Windows.Forms.SplitContainer();
     this.btOpenExplorer     = new System.Windows.Forms.Button();
     this.lbTargetPath       = new System.Windows.Forms.TextBox();
     this.label12            = new System.Windows.Forms.Label();
     this.btPathConfirm      = new System.Windows.Forms.Button();
     this.btReference        = new System.Windows.Forms.Button();
     this.tbTargetPathText   = new System.Windows.Forms.TextBox();
     this.btCallBackup       = new System.Windows.Forms.Button();
     this.btAssist           = new System.Windows.Forms.Button();
     this.btOpenLogDir       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // btExec
     //
     this.btExec.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btExec.Location = new System.Drawing.Point(642, 538);
     this.btExec.Name     = "btExec";
     this.btExec.Size     = new System.Drawing.Size(75, 23);
     this.btExec.TabIndex = 1;
     this.btExec.Text     = "実行";
     this.btExec.UseVisualStyleBackColor = true;
     this.btExec.Click += new System.EventHandler(this.btExec_Click);
     //
     // azkTargetFileName
     //
     this.azkTargetFileName.AllowDrop = true;
     this.azkTargetFileName.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.azkTargetFileName.BackColor     = System.Drawing.Color.LightGray;
     this.azkTargetFileName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.azkTargetFileName.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                             | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                            | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                           | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                          | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                         | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azkTargetFileName.FirstVisibleLine = 0;
     this.azkTargetFileName.Font             = new System.Drawing.Font("MS ゴシック", 14F);
     fontInfo1.Name  = "MS ゴシック";
     fontInfo1.Size  = 14;
     fontInfo1.Style = System.Drawing.FontStyle.Regular;
     this.azkTargetFileName.FontInfo        = fontInfo1;
     this.azkTargetFileName.ForeColor       = System.Drawing.Color.Black;
     this.azkTargetFileName.IsReadOnly      = true;
     this.azkTargetFileName.Location        = new System.Drawing.Point(3, 3);
     this.azkTargetFileName.Name            = "azkTargetFileName";
     this.azkTargetFileName.ScrollPos       = new System.Drawing.Point(0, 0);
     this.azkTargetFileName.ShowsVScrollBar = false;
     this.azkTargetFileName.Size            = new System.Drawing.Size(208, 436);
     this.azkTargetFileName.TabIndex        = 4;
     this.azkTargetFileName.ViewWidth       = 4150;
     this.azkTargetFileName.DragDrop       += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.azkTargetFileName.DragEnter      += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     //
     // azkChangedFileName
     //
     this.azkChangedFileName.AllowDrop = true;
     this.azkChangedFileName.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.azkChangedFileName.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azkChangedFileName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.azkChangedFileName.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                              | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                             | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                            | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                           | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                          | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azkChangedFileName.FirstVisibleLine = 0;
     this.azkChangedFileName.Font             = new System.Drawing.Font("MS ゴシック", 14F);
     fontInfo2.Name  = "MS ゴシック";
     fontInfo2.Size  = 14;
     fontInfo2.Style = System.Drawing.FontStyle.Regular;
     this.azkChangedFileName.FontInfo   = fontInfo2;
     this.azkChangedFileName.ForeColor  = System.Drawing.Color.Black;
     this.azkChangedFileName.Location   = new System.Drawing.Point(3, 3);
     this.azkChangedFileName.Name       = "azkChangedFileName";
     this.azkChangedFileName.ScrollPos  = new System.Drawing.Point(0, 0);
     this.azkChangedFileName.Size       = new System.Drawing.Size(485, 436);
     this.azkChangedFileName.TabIndex   = 5;
     this.azkChangedFileName.ViewWidth  = 4150;
     this.azkChangedFileName.VScroll   += new System.EventHandler(this.azkChangedFileName_VScroll);
     this.azkChangedFileName.DragDrop  += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.azkChangedFileName.DragEnter += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     //
     // splitContainer1
     //
     this.splitContainer1.AllowDrop = true;
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 90);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.azkTargetFileName);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.azkChangedFileName);
     this.splitContainer1.Size             = new System.Drawing.Size(708, 442);
     this.splitContainer1.SplitterDistance = 211;
     this.splitContainer1.TabIndex         = 6;
     this.splitContainer1.DragDrop        += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.splitContainer1.DragEnter       += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     //
     // btOpenExplorer
     //
     this.btOpenExplorer.Location = new System.Drawing.Point(101, 35);
     this.btOpenExplorer.Name     = "btOpenExplorer";
     this.btOpenExplorer.Size     = new System.Drawing.Size(33, 20);
     this.btOpenExplorer.TabIndex = 11;
     this.btOpenExplorer.Text     = "開く";
     this.btOpenExplorer.UseVisualStyleBackColor = true;
     this.btOpenExplorer.Click += new System.EventHandler(this.btOpenExplorer_Click);
     //
     // lbTargetPath
     //
     this.lbTargetPath.AllowDrop = true;
     this.lbTargetPath.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.lbTargetPath.BackColor   = System.Drawing.SystemColors.Control;
     this.lbTargetPath.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lbTargetPath.Font        = new System.Drawing.Font("メイリオ", 11.25F, System.Drawing.FontStyle.Underline);
     this.lbTargetPath.Location    = new System.Drawing.Point(17, 61);
     this.lbTargetPath.Name        = "lbTargetPath";
     this.lbTargetPath.ReadOnly    = true;
     this.lbTargetPath.Size        = new System.Drawing.Size(703, 23);
     this.lbTargetPath.TabIndex    = 12;
     this.lbTargetPath.Text        = "-";
     this.lbTargetPath.DragDrop   += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.lbTargetPath.DragEnter  += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     //
     // label12
     //
     this.label12.AllowDrop  = true;
     this.label12.AutoSize   = true;
     this.label12.Font       = new System.Drawing.Font("メイリオ", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.label12.Location   = new System.Drawing.Point(8, 35);
     this.label12.Name       = "label12";
     this.label12.Size       = new System.Drawing.Size(100, 23);
     this.label12.TabIndex   = 7;
     this.label12.Text       = "対象フォルダ";
     this.label12.DragDrop  += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.label12.DragEnter += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     //
     // btPathConfirm
     //
     this.btPathConfirm.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btPathConfirm.Location = new System.Drawing.Point(655, 10);
     this.btPathConfirm.Name     = "btPathConfirm";
     this.btPathConfirm.Size     = new System.Drawing.Size(62, 23);
     this.btPathConfirm.TabIndex = 8;
     this.btPathConfirm.Text     = "位置確定";
     this.btPathConfirm.UseVisualStyleBackColor = true;
     this.btPathConfirm.Click += new System.EventHandler(this.btPathConfirm_Click);
     //
     // btReference
     //
     this.btReference.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btReference.Location = new System.Drawing.Point(616, 11);
     this.btReference.Name     = "btReference";
     this.btReference.Size     = new System.Drawing.Size(39, 20);
     this.btReference.TabIndex = 9;
     this.btReference.Text     = "参照";
     this.btReference.UseVisualStyleBackColor = true;
     this.btReference.Click += new System.EventHandler(this.btReference_Click);
     //
     // tbTargetPathText
     //
     this.tbTargetPathText.AllowDrop = true;
     this.tbTargetPathText.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.tbTargetPathText.Location   = new System.Drawing.Point(12, 12);
     this.tbTargetPathText.Name       = "tbTargetPathText";
     this.tbTargetPathText.Size       = new System.Drawing.Size(605, 19);
     this.tbTargetPathText.TabIndex   = 13;
     this.tbTargetPathText.DragDrop  += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.tbTargetPathText.DragEnter += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     //
     // btCallBackup
     //
     this.btCallBackup.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btCallBackup.Location = new System.Drawing.Point(561, 538);
     this.btCallBackup.Name     = "btCallBackup";
     this.btCallBackup.Size     = new System.Drawing.Size(75, 23);
     this.btCallBackup.TabIndex = 14;
     this.btCallBackup.Text     = "前回変更値";
     this.btCallBackup.UseVisualStyleBackColor = true;
     this.btCallBackup.Click += new System.EventHandler(this.btCallBackup_Click);
     //
     // btAssist
     //
     this.btAssist.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btAssist.Location = new System.Drawing.Point(480, 538);
     this.btAssist.Name     = "btAssist";
     this.btAssist.Size     = new System.Drawing.Size(75, 23);
     this.btAssist.TabIndex = 15;
     this.btAssist.Text     = "アシスト";
     this.btAssist.UseVisualStyleBackColor = true;
     this.btAssist.Click += new System.EventHandler(this.btAssist_Click);
     //
     // btOpenLogDir
     //
     this.btOpenLogDir.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btOpenLogDir.Location = new System.Drawing.Point(399, 538);
     this.btOpenLogDir.Name     = "btOpenLogDir";
     this.btOpenLogDir.Size     = new System.Drawing.Size(75, 23);
     this.btOpenLogDir.TabIndex = 16;
     this.btOpenLogDir.Text     = "ログフォルダ";
     this.btOpenLogDir.UseVisualStyleBackColor = true;
     this.btOpenLogDir.Click += new System.EventHandler(this.btOpenLogDir_Click);
     //
     // Form1
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(732, 573);
     this.Controls.Add(this.btOpenLogDir);
     this.Controls.Add(this.btAssist);
     this.Controls.Add(this.btCallBackup);
     this.Controls.Add(this.btOpenExplorer);
     this.Controls.Add(this.lbTargetPath);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.btPathConfirm);
     this.Controls.Add(this.btReference);
     this.Controls.Add(this.tbTargetPathText);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.btExec);
     this.Name       = "Form1";
     this.Text       = "Form1";
     this.Load      += new System.EventHandler(this.Form1_Load);
     this.DragDrop  += new System.Windows.Forms.DragEventHandler(this.CommonDropDropEv);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.CommonDropEnterEv);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Sgry.Azuki.FontInfo fontInfo8 = new Sgry.Azuki.FontInfo();
     this.TbcOption       = new System.Windows.Forms.TabControl();
     this.TbpTemplate     = new System.Windows.Forms.TabPage();
     this.AzkTemplate     = new Sgry.Azuki.WinForms.AzukiControl();
     this.TbpTools        = new System.Windows.Forms.TabPage();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.LsvTools        = new System.Windows.Forms.ListView();
     this.ColAppName      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColPath         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.BtnRemoveApp    = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.BtnPlayerPath   = new System.Windows.Forms.Button();
     this.LblPlayerPath   = new System.Windows.Forms.Label();
     this.BtnCancel       = new System.Windows.Forms.Button();
     this.BtnOK           = new System.Windows.Forms.Button();
     this.BtnRegistApp    = new System.Windows.Forms.Button();
     this.BtnRegistFolder = new System.Windows.Forms.Button();
     this.TbcOption.SuspendLayout();
     this.TbpTemplate.SuspendLayout();
     this.TbpTools.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // TbcOption
     //
     this.TbcOption.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.TbcOption.Controls.Add(this.TbpTemplate);
     this.TbcOption.Controls.Add(this.TbpTools);
     this.TbcOption.Location      = new System.Drawing.Point(12, 12);
     this.TbcOption.Name          = "TbcOption";
     this.TbcOption.SelectedIndex = 0;
     this.TbcOption.Size          = new System.Drawing.Size(776, 390);
     this.TbcOption.TabIndex      = 0;
     //
     // TbpTemplate
     //
     this.TbpTemplate.Controls.Add(this.AzkTemplate);
     this.TbpTemplate.Location = new System.Drawing.Point(4, 25);
     this.TbpTemplate.Name     = "TbpTemplate";
     this.TbpTemplate.Padding  = new System.Windows.Forms.Padding(3);
     this.TbpTemplate.Size     = new System.Drawing.Size(768, 361);
     this.TbpTemplate.TabIndex = 0;
     this.TbpTemplate.Text     = "テンプレート";
     this.TbpTemplate.UseVisualStyleBackColor = true;
     //
     // AzkTemplate
     //
     this.AzkTemplate.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.AzkTemplate.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.AzkTemplate.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.AzkTemplate.DrawingOption = ((Sgry.Azuki.DrawingOption)((((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                        | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                       | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                      | Sgry.Azuki.DrawingOption.ShowsHRuler)
                                                                     | Sgry.Azuki.DrawingOption.DrawsEof)
                                                                    | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                   | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.AzkTemplate.DrawsEofMark     = true;
     this.AzkTemplate.DrawsTab         = false;
     this.AzkTemplate.FirstVisibleLine = 0;
     this.AzkTemplate.Font             = new System.Drawing.Font("Cascadia Code", 12F);
     fontInfo8.Name               = "Cascadia Code";
     fontInfo8.Size               = 12;
     fontInfo8.Style              = System.Drawing.FontStyle.Regular;
     this.AzkTemplate.FontInfo    = fontInfo8;
     this.AzkTemplate.ForeColor   = System.Drawing.Color.White;
     this.AzkTemplate.Location    = new System.Drawing.Point(6, 6);
     this.AzkTemplate.Name        = "AzkTemplate";
     this.AzkTemplate.ScrollPos   = new System.Drawing.Point(0, 0);
     this.AzkTemplate.ShowsHRuler = true;
     this.AzkTemplate.Size        = new System.Drawing.Size(756, 349);
     this.AzkTemplate.TabIndex    = 0;
     this.AzkTemplate.ViewWidth   = 4164;
     //
     // TbpTools
     //
     this.TbpTools.Controls.Add(this.groupBox2);
     this.TbpTools.Controls.Add(this.groupBox1);
     this.TbpTools.Location = new System.Drawing.Point(4, 25);
     this.TbpTools.Name     = "TbpTools";
     this.TbpTools.Padding  = new System.Windows.Forms.Padding(3);
     this.TbpTools.Size     = new System.Drawing.Size(768, 361);
     this.TbpTools.TabIndex = 1;
     this.TbpTools.Text     = "ツール";
     this.TbpTools.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.BtnRegistFolder);
     this.groupBox2.Controls.Add(this.BtnRegistApp);
     this.groupBox2.Controls.Add(this.LsvTools);
     this.groupBox2.Controls.Add(this.BtnRemoveApp);
     this.groupBox2.Location = new System.Drawing.Point(6, 65);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(756, 290);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "外部ツール";
     //
     // LsvTools
     //
     this.LsvTools.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ColAppName,
         this.ColPath
     });
     this.LsvTools.FullRowSelect = true;
     this.LsvTools.HideSelection = false;
     this.LsvTools.Location      = new System.Drawing.Point(6, 57);
     this.LsvTools.MultiSelect   = false;
     this.LsvTools.Name          = "LsvTools";
     this.LsvTools.Size          = new System.Drawing.Size(744, 227);
     this.LsvTools.TabIndex      = 3;
     this.LsvTools.UseCompatibleStateImageBehavior = false;
     this.LsvTools.View = System.Windows.Forms.View.Details;
     //
     // ColAppName
     //
     this.ColAppName.Text = "アプリケーション名";
     //
     // ColPath
     //
     this.ColPath.Text = "パス";
     //
     // BtnRemoveApp
     //
     this.BtnRemoveApp.Location = new System.Drawing.Point(630, 21);
     this.BtnRemoveApp.Name     = "BtnRemoveApp";
     this.BtnRemoveApp.Size     = new System.Drawing.Size(120, 30);
     this.BtnRemoveApp.TabIndex = 2;
     this.BtnRemoveApp.Text     = "削除";
     this.BtnRemoveApp.UseVisualStyleBackColor = true;
     this.BtnRemoveApp.Click += new System.EventHandler(this.BtnRemoveApp_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.BtnPlayerPath);
     this.groupBox1.Controls.Add(this.LblPlayerPath);
     this.groupBox1.Location = new System.Drawing.Point(6, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(756, 53);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "太鼓さん次郎のパス";
     //
     // BtnPlayerPath
     //
     this.BtnPlayerPath.Location = new System.Drawing.Point(680, 14);
     this.BtnPlayerPath.Name     = "BtnPlayerPath";
     this.BtnPlayerPath.Size     = new System.Drawing.Size(70, 30);
     this.BtnPlayerPath.TabIndex = 8;
     this.BtnPlayerPath.Text     = "参照...";
     this.BtnPlayerPath.UseVisualStyleBackColor = true;
     this.BtnPlayerPath.Click += new System.EventHandler(this.BtnPlayerPath_Click);
     //
     // LblPlayerPath
     //
     this.LblPlayerPath.BackColor   = System.Drawing.Color.LightGray;
     this.LblPlayerPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LblPlayerPath.Location    = new System.Drawing.Point(6, 18);
     this.LblPlayerPath.Name        = "LblPlayerPath";
     this.LblPlayerPath.Size        = new System.Drawing.Size(668, 23);
     this.LblPlayerPath.TabIndex    = 6;
     this.LblPlayerPath.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BtnCancel
     //
     this.BtnCancel.Location = new System.Drawing.Point(668, 408);
     this.BtnCancel.Name     = "BtnCancel";
     this.BtnCancel.Size     = new System.Drawing.Size(120, 30);
     this.BtnCancel.TabIndex = 2;
     this.BtnCancel.Text     = "キャンセル";
     this.BtnCancel.UseVisualStyleBackColor = true;
     this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
     //
     // BtnOK
     //
     this.BtnOK.Location = new System.Drawing.Point(542, 408);
     this.BtnOK.Name     = "BtnOK";
     this.BtnOK.Size     = new System.Drawing.Size(120, 30);
     this.BtnOK.TabIndex = 1;
     this.BtnOK.Text     = "OK";
     this.BtnOK.UseVisualStyleBackColor = true;
     this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
     //
     // BtnRegistApp
     //
     this.BtnRegistApp.Location = new System.Drawing.Point(6, 21);
     this.BtnRegistApp.Name     = "BtnRegistApp";
     this.BtnRegistApp.Size     = new System.Drawing.Size(170, 30);
     this.BtnRegistApp.TabIndex = 0;
     this.BtnRegistApp.Text     = "アプリケーションを登録...";
     this.BtnRegistApp.UseVisualStyleBackColor = true;
     this.BtnRegistApp.Click += new System.EventHandler(this.BtnRegistApp_Click);
     //
     // BtnRegistFolder
     //
     this.BtnRegistFolder.Location = new System.Drawing.Point(182, 21);
     this.BtnRegistFolder.Name     = "BtnRegistFolder";
     this.BtnRegistFolder.Size     = new System.Drawing.Size(120, 30);
     this.BtnRegistFolder.TabIndex = 1;
     this.BtnRegistFolder.Text     = "フォルダを登録...";
     this.BtnRegistFolder.UseVisualStyleBackColor = true;
     this.BtnRegistFolder.Click += new System.EventHandler(this.BtnRegistFolder_Click);
     //
     // FrmSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.BtnOK);
     this.Controls.Add(this.BtnCancel);
     this.Controls.Add(this.TbcOption);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FrmSetting";
     this.Text            = "設定";
     this.Load           += new System.EventHandler(this.FrmSetting_Load);
     this.TbcOption.ResumeLayout(false);
     this.TbpTemplate.ResumeLayout(false);
     this.TbpTools.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.azukiControl1 = new Sgry.Azuki.WinForms.AzukiControl();
     this.button1       = new System.Windows.Forms.Button();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.listBox1      = new System.Windows.Forms.ListBox();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.button2       = new System.Windows.Forms.Button();
     this.textBox3      = new System.Windows.Forms.TextBox();
     this.comboBox1     = new System.Windows.Forms.ComboBox();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 6);
     this.label1.Margin   = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "コントロール種類";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(93, 6);
     this.label2.Margin   = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 1;
     this.label2.Text     = "**";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.azukiControl1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.listBox1);
     this.groupBox1.Location = new System.Drawing.Point(8, 28);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.groupBox1.Size     = new System.Drawing.Size(396, 406);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "イベント設定";
     //
     // azukiControl1
     //
     this.azukiControl1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azukiControl1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.azukiControl1.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                         | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                        | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                       | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                      | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                     | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azukiControl1.FirstVisibleLine = 0;
     this.azukiControl1.Font             = new System.Drawing.Font("MS UI Gothic", 9F);
     fontInfo1.Name               = "MS UI Gothic";
     fontInfo1.Size               = 9;
     fontInfo1.Style              = System.Drawing.FontStyle.Regular;
     this.azukiControl1.FontInfo  = fontInfo1;
     this.azukiControl1.ForeColor = System.Drawing.Color.Black;
     this.azukiControl1.Location  = new System.Drawing.Point(166, 202);
     this.azukiControl1.Margin    = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.azukiControl1.Name      = "azukiControl1";
     this.azukiControl1.ScrollPos = new System.Drawing.Point(0, 0);
     this.azukiControl1.Size      = new System.Drawing.Size(227, 175);
     this.azukiControl1.TabIndex  = 6;
     this.azukiControl1.ViewWidth = 4138;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(164, 381);
     this.button1.Margin   = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(108, 26);
     this.button1.TabIndex = 5;
     this.button1.Text     = "クリップボードへコピー";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(164, 38);
     this.textBox1.Margin    = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(231, 138);
     this.textBox1.TabIndex  = 3;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(164, 182);
     this.label4.Margin   = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(138, 12);
     this.label4.TabIndex = 2;
     this.label4.Text     = "ソースコード追加テンプレート";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(162, 16);
     this.label3.Margin   = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 12);
     this.label3.TabIndex = 1;
     this.label3.Text     = "イベント説明";
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 12;
     this.listBox1.Location          = new System.Drawing.Point(3, 16);
     this.listBox1.Margin            = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(158, 388);
     this.listBox1.TabIndex              = 0;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.textBox3);
     this.groupBox2.Controls.Add(this.comboBox1);
     this.groupBox2.Location = new System.Drawing.Point(415, 28);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.groupBox2.Size     = new System.Drawing.Size(244, 402);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "イベント追加";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(13, 182);
     this.button2.Margin   = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(120, 38);
     this.button2.TabIndex = 2;
     this.button2.Text     = "追加";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(7, 49);
     this.textBox3.Margin    = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.textBox3.Multiline = true;
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new System.Drawing.Size(231, 128);
     this.textBox3.TabIndex  = 1;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(7, 30);
     this.comboBox1.Margin            = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.comboBox1.Name         = "comboBox1";
     this.comboBox1.Size         = new System.Drawing.Size(184, 20);
     this.comboBox1.TabIndex     = 0;
     this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(198, 6);
     this.label5.Margin   = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(71, 12);
     this.label5.TabIndex = 4;
     this.label5.Text     = "コントロール名";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(273, 6);
     this.label6.Margin   = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(29, 12);
     this.label6.TabIndex = 5;
     this.label6.Text     = "**";
     //
     // AddEvents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(665, 440);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.Name   = "AddEvents";
     this.Text   = "AddEvents";
     this.Load  += new System.EventHandler(this.AddEvents_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #16
0
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.GenerateEPSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.表示VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showPreambleWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showOutputWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.色入力ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SettingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.オプションOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ヘルプHToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.AboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.sourceTextBox = new Sgry.Azuki.WinForms.AzukiControl();
            this.sourceTextBoxMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.Undo = new System.Windows.Forms.ToolStripMenuItem();
            this.Redo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.Cut = new System.Windows.Forms.ToolStripMenuItem();
            this.Copy = new System.Windows.Forms.ToolStripMenuItem();
            this.Paste = new System.Windows.Forms.ToolStripMenuItem();
            this.Delete = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.SelectAll = new System.Windows.Forms.ToolStripMenuItem();
            this.InputFileBrowseButton = new System.Windows.Forms.Button();
            this.inputFileNameTextBox = new System.Windows.Forms.TextBox();
            this.InputFromFileRadioButton = new System.Windows.Forms.RadioButton();
            this.InputFromTextboxRadioButton = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.OutputBrowseButton = new System.Windows.Forms.Button();
            this.outputFileNameTextBox = new System.Windows.Forms.TextBox();
            this.GenerateButton = new System.Windows.Forms.Button();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.convertWorker = new System.ComponentModel.BackgroundWorker();
            this.TeXsourceSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.menuStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.sourceTextBoxMenu.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            resources.ApplyResources(this.menuStrip1, "menuStrip1");
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.FileToolStripMenuItem,
            this.表示VToolStripMenuItem,
            this.SettingToolStripMenuItem,
            this.ヘルプHToolStripMenuItem});
            this.menuStrip1.Name = "menuStrip1";
            // 
            // FileToolStripMenuItem
            // 
            resources.ApplyResources(this.FileToolStripMenuItem, "FileToolStripMenuItem");
            this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.GenerateEPSToolStripMenuItem,
            this.ImportToolStripMenuItem,
            this.ExportToolStripMenuItem,
            this.ExitToolStripMenuItem});
            this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
            // 
            // GenerateEPSToolStripMenuItem
            // 
            resources.ApplyResources(this.GenerateEPSToolStripMenuItem, "GenerateEPSToolStripMenuItem");
            this.GenerateEPSToolStripMenuItem.Name = "GenerateEPSToolStripMenuItem";
            this.GenerateEPSToolStripMenuItem.Click += new System.EventHandler(this.GenerateButton_Click);
            // 
            // ImportToolStripMenuItem
            // 
            resources.ApplyResources(this.ImportToolStripMenuItem, "ImportToolStripMenuItem");
            this.ImportToolStripMenuItem.Name = "ImportToolStripMenuItem";
            this.ImportToolStripMenuItem.Click += new System.EventHandler(this.ImportToolStripMenuItem_Click);
            // 
            // ExportToolStripMenuItem
            // 
            resources.ApplyResources(this.ExportToolStripMenuItem, "ExportToolStripMenuItem");
            this.ExportToolStripMenuItem.Name = "ExportToolStripMenuItem";
            this.ExportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItem_Click);
            // 
            // ExitToolStripMenuItem
            // 
            resources.ApplyResources(this.ExitToolStripMenuItem, "ExitToolStripMenuItem");
            this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
            this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitCToolStripMenuItem_Click);
            // 
            // 表示VToolStripMenuItem
            // 
            resources.ApplyResources(this.表示VToolStripMenuItem, "表示VToolStripMenuItem");
            this.表示VToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showPreambleWindowToolStripMenuItem,
            this.showOutputWindowToolStripMenuItem,
            this.色入力ToolStripMenuItem});
            this.表示VToolStripMenuItem.Name = "表示VToolStripMenuItem";
            // 
            // showPreambleWindowToolStripMenuItem
            // 
            resources.ApplyResources(this.showPreambleWindowToolStripMenuItem, "showPreambleWindowToolStripMenuItem");
            this.showPreambleWindowToolStripMenuItem.Name = "showPreambleWindowToolStripMenuItem";
            this.showPreambleWindowToolStripMenuItem.Click += new System.EventHandler(this.showPreambleWindowToolStripMenuItem_Click);
            // 
            // showOutputWindowToolStripMenuItem
            // 
            resources.ApplyResources(this.showOutputWindowToolStripMenuItem, "showOutputWindowToolStripMenuItem");
            this.showOutputWindowToolStripMenuItem.Name = "showOutputWindowToolStripMenuItem";
            this.showOutputWindowToolStripMenuItem.Click += new System.EventHandler(this.showOutputWindowToolStripMenuItem_Click);
            // 
            // 色入力ToolStripMenuItem
            // 
            resources.ApplyResources(this.色入力ToolStripMenuItem, "色入力ToolStripMenuItem");
            this.色入力ToolStripMenuItem.Name = "色入力ToolStripMenuItem";
            this.色入力ToolStripMenuItem.Click += new System.EventHandler(this.ColorInputHelperToolStripMenuItem_Click);
            // 
            // SettingToolStripMenuItem
            // 
            resources.ApplyResources(this.SettingToolStripMenuItem, "SettingToolStripMenuItem");
            this.SettingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.オプションOToolStripMenuItem});
            this.SettingToolStripMenuItem.Name = "SettingToolStripMenuItem";
            // 
            // オプションOToolStripMenuItem
            // 
            resources.ApplyResources(this.オプションOToolStripMenuItem, "オプションOToolStripMenuItem");
            this.オプションOToolStripMenuItem.Name = "オプションOToolStripMenuItem";
            this.オプションOToolStripMenuItem.Click += new System.EventHandler(this.SettingToolStripMenuItem_Click);
            // 
            // ヘルプHToolStripMenuItem
            // 
            resources.ApplyResources(this.ヘルプHToolStripMenuItem, "ヘルプHToolStripMenuItem");
            this.ヘルプHToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.AboutToolStripMenuItem});
            this.ヘルプHToolStripMenuItem.Name = "ヘルプHToolStripMenuItem";
            // 
            // AboutToolStripMenuItem
            // 
            resources.ApplyResources(this.AboutToolStripMenuItem, "AboutToolStripMenuItem");
            this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem";
            this.AboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.sourceTextBox);
            this.groupBox1.Controls.Add(this.InputFileBrowseButton);
            this.groupBox1.Controls.Add(this.inputFileNameTextBox);
            this.groupBox1.Controls.Add(this.InputFromFileRadioButton);
            this.groupBox1.Controls.Add(this.InputFromTextboxRadioButton);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // sourceTextBox
            // 
            this.sourceTextBox.AcceptsTab = false;
            resources.ApplyResources(this.sourceTextBox, "sourceTextBox");
            this.sourceTextBox.AllowDrop = true;
            this.sourceTextBox.BackColor = System.Drawing.SystemColors.Window;
            this.sourceTextBox.ContextMenuStrip = this.sourceTextBoxMenu;
            this.sourceTextBox.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.sourceTextBox.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab) 
            | Sgry.Azuki.DrawingOption.DrawsEol) 
            | Sgry.Azuki.DrawingOption.DrawsEof) 
            | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
            this.sourceTextBox.DrawsEofMark = true;
            this.sourceTextBox.FirstVisibleLine = 0;
            fontInfo1.Name = "MS ゴシック";
            fontInfo1.Size = 12;
            fontInfo1.Style = System.Drawing.FontStyle.Regular;
            this.sourceTextBox.FontInfo = fontInfo1;
            this.sourceTextBox.ForeColor = System.Drawing.Color.Black;
            this.sourceTextBox.HighlightsCurrentLine = false;
            this.sourceTextBox.Name = "sourceTextBox";
            this.sourceTextBox.ScrollPos = new System.Drawing.Point(0, 0);
            this.sourceTextBox.ScrollsBeyondLastLine = false;
            this.sourceTextBox.ShowsDirtBar = false;
            this.sourceTextBox.ShowsHScrollBar = false;
            this.sourceTextBox.ShowsLineNumber = false;
            this.sourceTextBox.TabWidth = 4;
            this.sourceTextBox.ViewType = Sgry.Azuki.ViewType.WrappedProportional;
            this.sourceTextBox.ViewWidth = 4097;
            this.sourceTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.sourceTextBox_DragDrop);
            this.sourceTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextBox_DragEnter);
            // 
            // sourceTextBoxMenu
            // 
            resources.ApplyResources(this.sourceTextBoxMenu, "sourceTextBoxMenu");
            this.sourceTextBoxMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.sourceTextBoxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.Undo,
            this.Redo,
            this.toolStripSeparator1,
            this.Cut,
            this.Copy,
            this.Paste,
            this.Delete,
            this.toolStripSeparator2,
            this.SelectAll});
            this.sourceTextBoxMenu.Name = "sourceTextBoxMenu";
            // 
            // Undo
            // 
            resources.ApplyResources(this.Undo, "Undo");
            this.Undo.Name = "Undo";
            this.Undo.Click += new System.EventHandler(this.Undo_Click);
            // 
            // Redo
            // 
            resources.ApplyResources(this.Redo, "Redo");
            this.Redo.Name = "Redo";
            this.Redo.Click += new System.EventHandler(this.Redo_Click);
            // 
            // toolStripSeparator1
            // 
            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            // 
            // Cut
            // 
            resources.ApplyResources(this.Cut, "Cut");
            this.Cut.Name = "Cut";
            this.Cut.Click += new System.EventHandler(this.Cut_Click);
            // 
            // Copy
            // 
            resources.ApplyResources(this.Copy, "Copy");
            this.Copy.Name = "Copy";
            this.Copy.Click += new System.EventHandler(this.Copy_Click);
            // 
            // Paste
            // 
            resources.ApplyResources(this.Paste, "Paste");
            this.Paste.Name = "Paste";
            this.Paste.Click += new System.EventHandler(this.Paste_Click);
            // 
            // Delete
            // 
            resources.ApplyResources(this.Delete, "Delete");
            this.Delete.Name = "Delete";
            this.Delete.Click += new System.EventHandler(this.Delete_Click);
            // 
            // toolStripSeparator2
            // 
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            // 
            // SelectAll
            // 
            resources.ApplyResources(this.SelectAll, "SelectAll");
            this.SelectAll.Name = "SelectAll";
            this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
            // 
            // InputFileBrowseButton
            // 
            resources.ApplyResources(this.InputFileBrowseButton, "InputFileBrowseButton");
            this.InputFileBrowseButton.Name = "InputFileBrowseButton";
            this.InputFileBrowseButton.UseVisualStyleBackColor = true;
            this.InputFileBrowseButton.Click += new System.EventHandler(this.InputFileBrowseButton_Click);
            // 
            // inputFileNameTextBox
            // 
            resources.ApplyResources(this.inputFileNameTextBox, "inputFileNameTextBox");
            this.inputFileNameTextBox.AllowDrop = true;
            this.inputFileNameTextBox.Name = "inputFileNameTextBox";
            this.inputFileNameTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.inputFileNameTextBox_DragDrop);
            this.inputFileNameTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextBox_DragEnter);
            // 
            // InputFromFileRadioButton
            // 
            resources.ApplyResources(this.InputFromFileRadioButton, "InputFromFileRadioButton");
            this.InputFromFileRadioButton.Name = "InputFromFileRadioButton";
            this.InputFromFileRadioButton.UseVisualStyleBackColor = true;
            this.InputFromFileRadioButton.Click += new System.EventHandler(this.setEnabled);
            // 
            // InputFromTextboxRadioButton
            // 
            resources.ApplyResources(this.InputFromTextboxRadioButton, "InputFromTextboxRadioButton");
            this.InputFromTextboxRadioButton.Checked = global::TeX2img.Properties.Settings.Default.inputFromTextBox;
            this.InputFromTextboxRadioButton.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::TeX2img.Properties.Settings.Default, "inputFromTextBox", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.InputFromTextboxRadioButton.Name = "InputFromTextboxRadioButton";
            this.InputFromTextboxRadioButton.TabStop = true;
            this.InputFromTextboxRadioButton.UseVisualStyleBackColor = true;
            this.InputFromTextboxRadioButton.CheckedChanged += new System.EventHandler(this.setEnabled);
            // 
            // groupBox2
            // 
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Controls.Add(this.OutputBrowseButton);
            this.groupBox2.Controls.Add(this.outputFileNameTextBox);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // OutputBrowseButton
            // 
            resources.ApplyResources(this.OutputBrowseButton, "OutputBrowseButton");
            this.OutputBrowseButton.Name = "OutputBrowseButton";
            this.OutputBrowseButton.UseVisualStyleBackColor = true;
            this.OutputBrowseButton.Click += new System.EventHandler(this.OutputBrowseButton_Click);
            // 
            // outputFileNameTextBox
            // 
            resources.ApplyResources(this.outputFileNameTextBox, "outputFileNameTextBox");
            this.outputFileNameTextBox.Name = "outputFileNameTextBox";
            // 
            // GenerateButton
            // 
            resources.ApplyResources(this.GenerateButton, "GenerateButton");
            this.GenerateButton.Name = "GenerateButton";
            this.GenerateButton.UseVisualStyleBackColor = true;
            this.GenerateButton.Click += new System.EventHandler(this.GenerateButton_Click);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.DefaultExt = "eps";
            this.saveFileDialog1.FileName = "equation.eps";
            resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.DefaultExt = "tex";
            this.openFileDialog1.FileName = "openFileDialog1";
            resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
            // 
            // convertWorker
            // 
            this.convertWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.convertWorker_DoWork);
            this.convertWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.convertWorker_RunWorkerCompleted);
            // 
            // TeXsourceSaveFileDialog
            // 
            resources.ApplyResources(this.TeXsourceSaveFileDialog, "TeXsourceSaveFileDialog");
            // 
            // MainForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.GenerateButton);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainForm";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.sourceTextBoxMenu.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #17
0
 /// <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();
     Sgry.Azuki.FontInfo fontInfo2 = new Sgry.Azuki.FontInfo();
     this.azkAssist            = new Sgry.Azuki.WinForms.AzukiControl();
     this.contextMenuStrip1    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.透明度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.げToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.げToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // azkAssist
     //
     this.azkAssist.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.azkAssist.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azkAssist.ContextMenuStrip = this.contextMenuStrip1;
     this.azkAssist.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.azkAssist.DrawingOption    = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                        | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                       | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                      | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                     | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                    | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azkAssist.FirstVisibleLine = 0;
     this.azkAssist.Font             = new System.Drawing.Font("MS UI Gothic", 14F);
     fontInfo2.Name           = "MS UI Gothic";
     fontInfo2.Size           = 14;
     fontInfo2.Style          = System.Drawing.FontStyle.Regular;
     this.azkAssist.FontInfo  = fontInfo2;
     this.azkAssist.ForeColor = System.Drawing.Color.Black;
     this.azkAssist.Location  = new System.Drawing.Point(20, 18);
     this.azkAssist.Margin    = new System.Windows.Forms.Padding(5, 4, 5, 4);
     this.azkAssist.Name      = "azkAssist";
     this.azkAssist.ScrollPos = new System.Drawing.Point(0, 0);
     this.azkAssist.Size      = new System.Drawing.Size(503, 598);
     this.azkAssist.TabIndex  = 1;
     this.azkAssist.ViewWidth = 4142;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.透明度ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(166, 34);
     //
     // 不透明度ToolStripMenuItem
     //
     this.透明度ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.げToolStripMenuItem,
         this.げToolStripMenuItem
     });
     this.透明度ToolStripMenuItem.Name   = "不透明度ToolStripMenuItem";
     this.透明度ToolStripMenuItem.Size   = new System.Drawing.Size(165, 30);
     this.透明度ToolStripMenuItem.Text   = "不透明度";
     this.透明度ToolStripMenuItem.Click += new System.EventHandler(this.透明度ToolStripMenuItem_Click);
     //
     // 上げToolStripMenuItem
     //
     this.げToolStripMenuItem.Name   = "上げToolStripMenuItem";
     this.げToolStripMenuItem.Size   = new System.Drawing.Size(126, 30);
     this.げToolStripMenuItem.Text   = "上げ";
     this.げToolStripMenuItem.Click += new System.EventHandler(this.げToolStripMenuItem_Click);
     //
     // 下げToolStripMenuItem
     //
     this.げToolStripMenuItem.Name   = "下げToolStripMenuItem";
     this.げToolStripMenuItem.Size   = new System.Drawing.Size(126, 30);
     this.げToolStripMenuItem.Text   = "下げ";
     this.げToolStripMenuItem.Click += new System.EventHandler(this.げToolStripMenuItem_Click);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(543, 634);
     this.ContextMenuStrip    = this.contextMenuStrip1;
     this.Controls.Add(this.azkAssist);
     this.Margin       = new System.Windows.Forms.Padding(5, 4, 5, 4);
     this.MaximizeBox  = false;
     this.Name         = "Form2";
     this.Opacity      = 0.8D;
     this.Text         = "Form2";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
     this.Load        += new System.EventHandler(this.Form2_Load);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #18
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.menuStrip1                          = new System.Windows.Forms.MenuStrip();
     this.FileToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.GenerateEPSToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.ImportToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ExportToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ExitToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.表示VToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.showPreambleWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showOutputWindowToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.色入力ToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.SettingToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.オプションOToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ヘルプHToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.AboutToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.sourceTextBox     = new Sgry.Azuki.WinForms.AzukiControl();
     this.sourceTextBoxMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.Undo = new System.Windows.Forms.ToolStripMenuItem();
     this.Redo = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.Cut    = new System.Windows.Forms.ToolStripMenuItem();
     this.Copy   = new System.Windows.Forms.ToolStripMenuItem();
     this.Paste  = new System.Windows.Forms.ToolStripMenuItem();
     this.Delete = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.SelectAll                   = new System.Windows.Forms.ToolStripMenuItem();
     this.InputFileBrowseButton       = new System.Windows.Forms.Button();
     this.inputFileNameTextBox        = new System.Windows.Forms.TextBox();
     this.InputFromFileRadioButton    = new System.Windows.Forms.RadioButton();
     this.InputFromTextboxRadioButton = new System.Windows.Forms.RadioButton();
     this.groupBox2                   = new System.Windows.Forms.GroupBox();
     this.ExtensioncomboBox           = new System.Windows.Forms.ComboBox();
     this.OutputBrowseButton          = new System.Windows.Forms.Button();
     this.outputFileNameTextBox       = new System.Windows.Forms.TextBox();
     this.GenerateButton              = new System.Windows.Forms.Button();
     this.saveFileDialog1             = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1             = new System.Windows.Forms.OpenFileDialog();
     this.convertWorker               = new System.ComponentModel.BackgroundWorker();
     this.TeXsourceSaveFileDialog     = new System.Windows.Forms.SaveFileDialog();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.sourceTextBoxMenu.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.FileToolStripMenuItem,
         this.表示VToolStripMenuItem,
         this.SettingToolStripMenuItem,
         this.ヘルプHToolStripMenuItem
     });
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Name = "menuStrip1";
     //
     // FileToolStripMenuItem
     //
     this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.GenerateEPSToolStripMenuItem,
         this.ImportToolStripMenuItem,
         this.ExportToolStripMenuItem,
         this.ExitToolStripMenuItem
     });
     this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
     resources.ApplyResources(this.FileToolStripMenuItem, "FileToolStripMenuItem");
     //
     // GenerateEPSToolStripMenuItem
     //
     this.GenerateEPSToolStripMenuItem.Name = "GenerateEPSToolStripMenuItem";
     resources.ApplyResources(this.GenerateEPSToolStripMenuItem, "GenerateEPSToolStripMenuItem");
     this.GenerateEPSToolStripMenuItem.Click += new System.EventHandler(this.GenerateButton_Click);
     //
     // ImportToolStripMenuItem
     //
     this.ImportToolStripMenuItem.Name = "ImportToolStripMenuItem";
     resources.ApplyResources(this.ImportToolStripMenuItem, "ImportToolStripMenuItem");
     this.ImportToolStripMenuItem.Click += new System.EventHandler(this.ImportToolStripMenuItem_Click);
     //
     // ExportToolStripMenuItem
     //
     this.ExportToolStripMenuItem.Name = "ExportToolStripMenuItem";
     resources.ApplyResources(this.ExportToolStripMenuItem, "ExportToolStripMenuItem");
     this.ExportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItem_Click);
     //
     // ExitToolStripMenuItem
     //
     this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
     resources.ApplyResources(this.ExitToolStripMenuItem, "ExitToolStripMenuItem");
     this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitCToolStripMenuItem_Click);
     //
     // 表示VToolStripMenuItem
     //
     this.表示VToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showPreambleWindowToolStripMenuItem,
         this.showOutputWindowToolStripMenuItem,
         this.色入力ToolStripMenuItem
     });
     this.表示VToolStripMenuItem.Name = "表示VToolStripMenuItem";
     resources.ApplyResources(this.表示VToolStripMenuItem, "表示VToolStripMenuItem");
     //
     // showPreambleWindowToolStripMenuItem
     //
     this.showPreambleWindowToolStripMenuItem.Name = "showPreambleWindowToolStripMenuItem";
     resources.ApplyResources(this.showPreambleWindowToolStripMenuItem, "showPreambleWindowToolStripMenuItem");
     this.showPreambleWindowToolStripMenuItem.Click += new System.EventHandler(this.showPreambleWindowToolStripMenuItem_Click);
     //
     // showOutputWindowToolStripMenuItem
     //
     this.showOutputWindowToolStripMenuItem.Name = "showOutputWindowToolStripMenuItem";
     resources.ApplyResources(this.showOutputWindowToolStripMenuItem, "showOutputWindowToolStripMenuItem");
     this.showOutputWindowToolStripMenuItem.Click += new System.EventHandler(this.showOutputWindowToolStripMenuItem_Click);
     //
     // 色入力ToolStripMenuItem
     //
     this.色入力ToolStripMenuItem.Name = "色入力ToolStripMenuItem";
     resources.ApplyResources(this.色入力ToolStripMenuItem, "色入力ToolStripMenuItem");
     this.色入力ToolStripMenuItem.Click += new System.EventHandler(this.ColorInputHelperToolStripMenuItem_Click);
     //
     // SettingToolStripMenuItem
     //
     this.SettingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.オプションOToolStripMenuItem
     });
     this.SettingToolStripMenuItem.Name = "SettingToolStripMenuItem";
     resources.ApplyResources(this.SettingToolStripMenuItem, "SettingToolStripMenuItem");
     //
     // オプションOToolStripMenuItem
     //
     this.オプションOToolStripMenuItem.Name = "オプションOToolStripMenuItem";
     resources.ApplyResources(this.オプションOToolStripMenuItem, "オプションOToolStripMenuItem");
     this.オプションOToolStripMenuItem.Click += new System.EventHandler(this.SettingToolStripMenuItem_Click);
     //
     // ヘルプHToolStripMenuItem
     //
     this.ヘルプHToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AboutToolStripMenuItem
     });
     this.ヘルプHToolStripMenuItem.Name = "ヘルプHToolStripMenuItem";
     resources.ApplyResources(this.ヘルプHToolStripMenuItem, "ヘルプHToolStripMenuItem");
     //
     // AboutToolStripMenuItem
     //
     this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem";
     resources.ApplyResources(this.AboutToolStripMenuItem, "AboutToolStripMenuItem");
     this.AboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.sourceTextBox);
     this.groupBox1.Controls.Add(this.InputFileBrowseButton);
     this.groupBox1.Controls.Add(this.inputFileNameTextBox);
     this.groupBox1.Controls.Add(this.InputFromFileRadioButton);
     this.groupBox1.Controls.Add(this.InputFromTextboxRadioButton);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // sourceTextBox
     //
     this.sourceTextBox.AcceptsTab = false;
     this.sourceTextBox.AllowDrop  = true;
     resources.ApplyResources(this.sourceTextBox, "sourceTextBox");
     this.sourceTextBox.BackColor        = System.Drawing.SystemColors.Window;
     this.sourceTextBox.ContextMenuStrip = this.sourceTextBoxMenu;
     this.sourceTextBox.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.sourceTextBox.DrawingOption    = ((Sgry.Azuki.DrawingOption)(((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                          | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                         | Sgry.Azuki.DrawingOption.DrawsEof)
                                                                        | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.sourceTextBox.DrawsEofMark     = true;
     this.sourceTextBox.FirstVisibleLine = 0;
     fontInfo1.Name                           = "MS ゴシック";
     fontInfo1.Size                           = 12;
     fontInfo1.Style                          = System.Drawing.FontStyle.Regular;
     this.sourceTextBox.FontInfo              = fontInfo1;
     this.sourceTextBox.ForeColor             = System.Drawing.Color.Black;
     this.sourceTextBox.HighlightsCurrentLine = false;
     this.sourceTextBox.Name                  = "sourceTextBox";
     this.sourceTextBox.ScrollPos             = new System.Drawing.Point(0, 0);
     this.sourceTextBox.ScrollsBeyondLastLine = false;
     this.sourceTextBox.ShowsDirtBar          = false;
     this.sourceTextBox.ShowsHScrollBar       = false;
     this.sourceTextBox.ShowsLineNumber       = false;
     this.sourceTextBox.TabWidth              = 4;
     this.sourceTextBox.ViewType              = Sgry.Azuki.ViewType.WrappedProportional;
     this.sourceTextBox.ViewWidth             = 4097;
     this.sourceTextBox.DragDrop             += new System.Windows.Forms.DragEventHandler(this.sourceTextBox_DragDrop);
     this.sourceTextBox.DragEnter            += new System.Windows.Forms.DragEventHandler(this.TextBox_DragEnter);
     //
     // sourceTextBoxMenu
     //
     this.sourceTextBoxMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.sourceTextBoxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Undo,
         this.Redo,
         this.toolStripSeparator1,
         this.Cut,
         this.Copy,
         this.Paste,
         this.Delete,
         this.toolStripSeparator2,
         this.SelectAll
     });
     this.sourceTextBoxMenu.Name = "sourceTextBoxMenu";
     resources.ApplyResources(this.sourceTextBoxMenu, "sourceTextBoxMenu");
     //
     // Undo
     //
     this.Undo.Name = "Undo";
     resources.ApplyResources(this.Undo, "Undo");
     this.Undo.Click += new System.EventHandler(this.Undo_Click);
     //
     // Redo
     //
     this.Redo.Name = "Redo";
     resources.ApplyResources(this.Redo, "Redo");
     this.Redo.Click += new System.EventHandler(this.Redo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // Cut
     //
     this.Cut.Name = "Cut";
     resources.ApplyResources(this.Cut, "Cut");
     this.Cut.Click += new System.EventHandler(this.Cut_Click);
     //
     // Copy
     //
     this.Copy.Name = "Copy";
     resources.ApplyResources(this.Copy, "Copy");
     this.Copy.Click += new System.EventHandler(this.Copy_Click);
     //
     // Paste
     //
     this.Paste.Name = "Paste";
     resources.ApplyResources(this.Paste, "Paste");
     this.Paste.Click += new System.EventHandler(this.Paste_Click);
     //
     // Delete
     //
     this.Delete.Name = "Delete";
     resources.ApplyResources(this.Delete, "Delete");
     this.Delete.Click += new System.EventHandler(this.Delete_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // SelectAll
     //
     this.SelectAll.Name = "SelectAll";
     resources.ApplyResources(this.SelectAll, "SelectAll");
     this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click);
     //
     // InputFileBrowseButton
     //
     resources.ApplyResources(this.InputFileBrowseButton, "InputFileBrowseButton");
     this.InputFileBrowseButton.Name = "InputFileBrowseButton";
     this.InputFileBrowseButton.UseVisualStyleBackColor = true;
     this.InputFileBrowseButton.Click += new System.EventHandler(this.InputFileBrowseButton_Click);
     //
     // inputFileNameTextBox
     //
     this.inputFileNameTextBox.AllowDrop = true;
     resources.ApplyResources(this.inputFileNameTextBox, "inputFileNameTextBox");
     this.inputFileNameTextBox.Name       = "inputFileNameTextBox";
     this.inputFileNameTextBox.DragDrop  += new System.Windows.Forms.DragEventHandler(this.inputFileNameTextBox_DragDrop);
     this.inputFileNameTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextBox_DragEnter);
     //
     // InputFromFileRadioButton
     //
     resources.ApplyResources(this.InputFromFileRadioButton, "InputFromFileRadioButton");
     this.InputFromFileRadioButton.Name = "InputFromFileRadioButton";
     this.InputFromFileRadioButton.UseVisualStyleBackColor = true;
     this.InputFromFileRadioButton.Click += new System.EventHandler(this.setEnabled);
     //
     // InputFromTextboxRadioButton
     //
     resources.ApplyResources(this.InputFromTextboxRadioButton, "InputFromTextboxRadioButton");
     this.InputFromTextboxRadioButton.Checked = global::TeX2img.Properties.Settings.Default.inputFromTextBox;
     this.InputFromTextboxRadioButton.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::TeX2img.Properties.Settings.Default, "inputFromTextBox", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.InputFromTextboxRadioButton.Name    = "InputFromTextboxRadioButton";
     this.InputFromTextboxRadioButton.TabStop = true;
     this.InputFromTextboxRadioButton.UseVisualStyleBackColor = true;
     this.InputFromTextboxRadioButton.CheckedChanged         += new System.EventHandler(this.setEnabled);
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.ExtensioncomboBox);
     this.groupBox2.Controls.Add(this.OutputBrowseButton);
     this.groupBox2.Controls.Add(this.outputFileNameTextBox);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // ExtensioncomboBox
     //
     resources.ApplyResources(this.ExtensioncomboBox, "ExtensioncomboBox");
     this.ExtensioncomboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ExtensioncomboBox.FormattingEnabled = true;
     this.ExtensioncomboBox.Items.AddRange(new object[] {
         resources.GetString("ExtensioncomboBox.Items"),
         resources.GetString("ExtensioncomboBox.Items1"),
         resources.GetString("ExtensioncomboBox.Items2"),
         resources.GetString("ExtensioncomboBox.Items3"),
         resources.GetString("ExtensioncomboBox.Items4"),
         resources.GetString("ExtensioncomboBox.Items5"),
         resources.GetString("ExtensioncomboBox.Items6"),
         resources.GetString("ExtensioncomboBox.Items7")
     });
     this.ExtensioncomboBox.Name = "ExtensioncomboBox";
     this.ExtensioncomboBox.SelectionChangeCommitted += new System.EventHandler(this.ExtensioncomboBox_SelectionChangeCommitted);
     //
     // OutputBrowseButton
     //
     resources.ApplyResources(this.OutputBrowseButton, "OutputBrowseButton");
     this.OutputBrowseButton.Name = "OutputBrowseButton";
     this.OutputBrowseButton.UseVisualStyleBackColor = true;
     this.OutputBrowseButton.Click += new System.EventHandler(this.OutputBrowseButton_Click);
     //
     // outputFileNameTextBox
     //
     resources.ApplyResources(this.outputFileNameTextBox, "outputFileNameTextBox");
     this.outputFileNameTextBox.Name = "outputFileNameTextBox";
     //
     // GenerateButton
     //
     resources.ApplyResources(this.GenerateButton, "GenerateButton");
     this.GenerateButton.Name = "GenerateButton";
     this.GenerateButton.UseVisualStyleBackColor = true;
     this.GenerateButton.Click += new System.EventHandler(this.GenerateButton_Click);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "eps";
     this.saveFileDialog1.FileName   = "equation.eps";
     resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
     //
     // openFileDialog1
     //
     this.openFileDialog1.DefaultExt = "tex";
     this.openFileDialog1.FileName   = "openFileDialog1";
     resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
     //
     // convertWorker
     //
     this.convertWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.convertWorker_DoWork);
     this.convertWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.convertWorker_RunWorkerCompleted);
     //
     // TeXsourceSaveFileDialog
     //
     resources.ApplyResources(this.TeXsourceSaveFileDialog, "TeXsourceSaveFileDialog");
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.GenerateButton);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.sourceTextBoxMenu.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
0
 /// <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();
     Sgry.Azuki.FontInfo fontInfo1 = new Sgry.Azuki.FontInfo();
     this.azuki                   = new Sgry.Azuki.WinForms.AzukiControl();
     this.contextMenuStrip        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.markToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.unmarkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.btnInfer                = new System.Windows.Forms.Button();
     this.menuStrip               = new System.Windows.Forms.MenuStrip();
     this.menuItemLanguage        = new System.Windows.Forms.ToolStripMenuItem();
     this.lvMarkedElements        = new System.Windows.Forms.ListView();
     this.columnHeader1           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvWillBeMarkedElements  = new System.Windows.Forms.ListView();
     this.columnHeader3           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnApply                = new System.Windows.Forms.Button();
     this.lvModifiableFile        = new System.Windows.Forms.ListView();
     this.columnHeader5           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.splitContainer1         = new System.Windows.Forms.SplitContainer();
     this.splitContainer2         = new System.Windows.Forms.SplitContainer();
     this.splitContainer5         = new System.Windows.Forms.SplitContainer();
     this.lvModifiableRule        = new System.Windows.Forms.ListView();
     this.columnHeader7           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvFreezedRule           = new System.Windows.Forms.ListView();
     this.columnHeader10          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.splitContainer3         = new System.Windows.Forms.SplitContainer();
     this.btnApplyAll             = new System.Windows.Forms.Button();
     this.splitContainer4         = new System.Windows.Forms.SplitContainer();
     this.lvFreezedFile           = new System.Windows.Forms.ListView();
     this.columnHeader8           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader9           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip.SuspendLayout();
     this.menuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
     this.splitContainer5.Panel1.SuspendLayout();
     this.splitContainer5.Panel2.SuspendLayout();
     this.splitContainer5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.SuspendLayout();
     //
     // azuki
     //
     this.azuki.AllowDrop        = true;
     this.azuki.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(240)))));
     this.azuki.ContextMenuStrip = this.contextMenuStrip;
     this.azuki.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.azuki.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.azuki.DrawingOption    = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                    | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                   | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                  | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                 | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.azuki.FirstVisibleLine = 0;
     this.azuki.Font             = new System.Drawing.Font("MS UI Gothic", 12F);
     fontInfo1.Name        = "MS UI Gothic";
     fontInfo1.Size        = 12;
     fontInfo1.Style       = System.Drawing.FontStyle.Regular;
     this.azuki.FontInfo   = fontInfo1;
     this.azuki.ForeColor  = System.Drawing.Color.Black;
     this.azuki.IsReadOnly = true;
     this.azuki.Location   = new System.Drawing.Point(0, 0);
     this.azuki.Margin     = new System.Windows.Forms.Padding(4);
     this.azuki.Name       = "azuki";
     this.azuki.Size       = new System.Drawing.Size(677, 776);
     this.azuki.TabIndex   = 0;
     this.azuki.Text       = "azukiControl1";
     this.azuki.ViewWidth  = 4138;
     this.azuki.DragDrop  += new System.Windows.Forms.DragEventHandler(this.azuki_DragDrop);
     this.azuki.DragEnter += new System.Windows.Forms.DragEventHandler(this.azuki_DragEnter);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.markToolStripMenuItem,
         this.unmarkToolStripMenuItem
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(138, 60);
     //
     // markToolStripMenuItem
     //
     this.markToolStripMenuItem.Name   = "markToolStripMenuItem";
     this.markToolStripMenuItem.Size   = new System.Drawing.Size(137, 28);
     this.markToolStripMenuItem.Text   = "Mark";
     this.markToolStripMenuItem.Click += new System.EventHandler(this.markToolStripMenuItem_Click);
     //
     // unmarkToolStripMenuItem
     //
     this.unmarkToolStripMenuItem.Name   = "unmarkToolStripMenuItem";
     this.unmarkToolStripMenuItem.Size   = new System.Drawing.Size(137, 28);
     this.unmarkToolStripMenuItem.Text   = "Unmark";
     this.unmarkToolStripMenuItem.Click += new System.EventHandler(this.unmarkToolStripMenuItem_Click);
     //
     // btnInfer
     //
     this.btnInfer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInfer.Location = new System.Drawing.Point(12, 781);
     this.btnInfer.Margin   = new System.Windows.Forms.Padding(4);
     this.btnInfer.Name     = "btnInfer";
     this.btnInfer.Size     = new System.Drawing.Size(97, 29);
     this.btnInfer.TabIndex = 1;
     this.btnInfer.Text     = "Infer Rule";
     this.btnInfer.UseVisualStyleBackColor = true;
     this.btnInfer.Click += new System.EventHandler(this.btnInfer_Click);
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuItemLanguage
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Padding  = new System.Windows.Forms.Padding(8, 2, 0, 2);
     this.menuStrip.Size     = new System.Drawing.Size(1456, 31);
     this.menuStrip.TabIndex = 2;
     //
     // menuItemLanguage
     //
     this.menuItemLanguage.Name = "menuItemLanguage";
     this.menuItemLanguage.Size = new System.Drawing.Size(93, 27);
     this.menuItemLanguage.Text = "Language";
     //
     // lvMarkedElements
     //
     this.lvMarkedElements.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lvMarkedElements.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lvMarkedElements.Location         = new System.Drawing.Point(0, 0);
     this.lvMarkedElements.Margin           = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lvMarkedElements.Name             = "lvMarkedElements";
     this.lvMarkedElements.ShowItemToolTips = true;
     this.lvMarkedElements.Size             = new System.Drawing.Size(218, 265);
     this.lvMarkedElements.TabIndex         = 8;
     this.lvMarkedElements.UseCompatibleStateImageBehavior = false;
     this.lvMarkedElements.View              = System.Windows.Forms.View.Details;
     this.lvMarkedElements.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvElements_MouseDoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 77;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Text";
     this.columnHeader2.Width = 219;
     //
     // lvWillBeMarkedElements
     //
     this.lvWillBeMarkedElements.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4
     });
     this.lvWillBeMarkedElements.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lvWillBeMarkedElements.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.lvWillBeMarkedElements.Location         = new System.Drawing.Point(0, 0);
     this.lvWillBeMarkedElements.Margin           = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lvWillBeMarkedElements.Name             = "lvWillBeMarkedElements";
     this.lvWillBeMarkedElements.ShowItemToolTips = true;
     this.lvWillBeMarkedElements.Size             = new System.Drawing.Size(219, 265);
     this.lvWillBeMarkedElements.TabIndex         = 9;
     this.lvWillBeMarkedElements.UseCompatibleStateImageBehavior = false;
     this.lvWillBeMarkedElements.View              = System.Windows.Forms.View.Details;
     this.lvWillBeMarkedElements.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvElements_MouseDoubleClick);
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Name";
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Text";
     this.columnHeader4.Width = 219;
     //
     // btnApply
     //
     this.btnApply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnApply.Location = new System.Drawing.Point(116, 781);
     this.btnApply.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new System.Drawing.Size(90, 29);
     this.btnApply.TabIndex = 10;
     this.btnApply.Text     = "Apply This";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // lvModifiableFile
     //
     this.lvModifiableFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader6
     });
     this.lvModifiableFile.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lvModifiableFile.HideSelection    = false;
     this.lvModifiableFile.Location         = new System.Drawing.Point(0, 0);
     this.lvModifiableFile.Margin           = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lvModifiableFile.MultiSelect      = false;
     this.lvModifiableFile.Name             = "lvModifiableFile";
     this.lvModifiableFile.ShowItemToolTips = true;
     this.lvModifiableFile.Size             = new System.Drawing.Size(297, 370);
     this.lvModifiableFile.TabIndex         = 11;
     this.lvModifiableFile.UseCompatibleStateImageBehavior = false;
     this.lvModifiableFile.View = System.Windows.Forms.View.Details;
     this.lvModifiableFile.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvFile_ItemSelectionChanged);
     this.lvModifiableFile.Click      += new System.EventHandler(this.lvFile_Click);
     this.lvModifiableFile.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFile_MouseClick);
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Name";
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Path";
     this.columnHeader6.Width = 159;
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(316, 34);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(4);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.azuki);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(1124, 776);
     this.splitContainer1.SplitterDistance = 677;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 12;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(4);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer5);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
     this.splitContainer2.Size             = new System.Drawing.Size(442, 776);
     this.splitContainer2.SplitterDistance = 506;
     this.splitContainer2.SplitterWidth    = 5;
     this.splitContainer2.TabIndex         = 0;
     //
     // splitContainer5
     //
     this.splitContainer5.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer5.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer5.Name        = "splitContainer5";
     this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer5.Panel1
     //
     this.splitContainer5.Panel1.Controls.Add(this.lvModifiableRule);
     //
     // splitContainer5.Panel2
     //
     this.splitContainer5.Panel2.Controls.Add(this.lvFreezedRule);
     this.splitContainer5.Size             = new System.Drawing.Size(442, 506);
     this.splitContainer5.SplitterDistance = 351;
     this.splitContainer5.TabIndex         = 1;
     //
     // lvModifiableRule
     //
     this.lvModifiableRule.CheckBoxes = true;
     this.lvModifiableRule.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader7
     });
     this.lvModifiableRule.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lvModifiableRule.Location = new System.Drawing.Point(0, 0);
     this.lvModifiableRule.Margin   = new System.Windows.Forms.Padding(4);
     this.lvModifiableRule.Name     = "lvModifiableRule";
     this.lvModifiableRule.Size     = new System.Drawing.Size(442, 351);
     this.lvModifiableRule.TabIndex = 0;
     this.lvModifiableRule.UseCompatibleStateImageBehavior = false;
     this.lvModifiableRule.View         = System.Windows.Forms.View.Details;
     this.lvModifiableRule.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvRule_ItemChecked);
     this.lvModifiableRule.MouseClick  += new System.Windows.Forms.MouseEventHandler(this.lvRule_MouseClick);
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Filter";
     this.columnHeader7.Width = 326;
     //
     // lvFreezedRule
     //
     this.lvFreezedRule.CheckBoxes = true;
     this.lvFreezedRule.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader10
     });
     this.lvFreezedRule.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lvFreezedRule.Location = new System.Drawing.Point(0, 0);
     this.lvFreezedRule.Margin   = new System.Windows.Forms.Padding(4);
     this.lvFreezedRule.Name     = "lvFreezedRule";
     this.lvFreezedRule.Size     = new System.Drawing.Size(442, 151);
     this.lvFreezedRule.TabIndex = 1;
     this.lvFreezedRule.UseCompatibleStateImageBehavior = false;
     this.lvFreezedRule.View         = System.Windows.Forms.View.Details;
     this.lvFreezedRule.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvRule_ItemChecked);
     this.lvFreezedRule.MouseClick  += new System.Windows.Forms.MouseEventHandler(this.lvRule_MouseClick);
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "Filter";
     this.columnHeader10.Width = 326;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Margin   = new System.Windows.Forms.Padding(4);
     this.splitContainer3.Name     = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.lvMarkedElements);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.lvWillBeMarkedElements);
     this.splitContainer3.Size             = new System.Drawing.Size(442, 265);
     this.splitContainer3.SplitterDistance = 218;
     this.splitContainer3.SplitterWidth    = 5;
     this.splitContainer3.TabIndex         = 0;
     //
     // btnApplyAll
     //
     this.btnApplyAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnApplyAll.Location = new System.Drawing.Point(212, 781);
     this.btnApplyAll.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnApplyAll.Name     = "btnApplyAll";
     this.btnApplyAll.Size     = new System.Drawing.Size(97, 29);
     this.btnApplyAll.TabIndex = 13;
     this.btnApplyAll.Text     = "Apply All";
     this.btnApplyAll.UseVisualStyleBackColor = true;
     this.btnApplyAll.Click += new System.EventHandler(this.btnApplyAll_Click);
     //
     // splitContainer4
     //
     this.splitContainer4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)));
     this.splitContainer4.Location    = new System.Drawing.Point(12, 34);
     this.splitContainer4.Name        = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.lvModifiableFile);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.lvFreezedFile);
     this.splitContainer4.Size             = new System.Drawing.Size(297, 740);
     this.splitContainer4.SplitterDistance = 370;
     this.splitContainer4.TabIndex         = 14;
     //
     // lvFreezedFile
     //
     this.lvFreezedFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader8,
         this.columnHeader9
     });
     this.lvFreezedFile.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lvFreezedFile.HideSelection    = false;
     this.lvFreezedFile.Location         = new System.Drawing.Point(0, 0);
     this.lvFreezedFile.Margin           = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lvFreezedFile.MultiSelect      = false;
     this.lvFreezedFile.Name             = "lvFreezedFile";
     this.lvFreezedFile.ShowItemToolTips = true;
     this.lvFreezedFile.Size             = new System.Drawing.Size(297, 366);
     this.lvFreezedFile.TabIndex         = 12;
     this.lvFreezedFile.UseCompatibleStateImageBehavior = false;
     this.lvFreezedFile.View = System.Windows.Forms.View.Details;
     this.lvFreezedFile.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvFile_ItemSelectionChanged);
     this.lvFreezedFile.Click      += new System.EventHandler(this.lvFile_Click);
     this.lvFreezedFile.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFile_MouseClick);
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Name";
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "Path";
     this.columnHeader9.Width = 159;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1456, 824);
     this.Controls.Add(this.splitContainer4);
     this.Controls.Add(this.btnApplyAll);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.btnInfer);
     this.Controls.Add(this.menuStrip);
     this.MainMenuStrip = this.menuStrip;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "MainForm";
     this.Text          = "Form1";
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.contextMenuStrip.ResumeLayout(false);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer5.Panel1.ResumeLayout(false);
     this.splitContainer5.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
     this.splitContainer5.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #20
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Sgry.Azuki.FontInfo fontInfo2 = new Sgry.Azuki.FontInfo();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.LayoutPanel           = new Cube.Forms.TableLayoutPanel();
     this.ContentsPanel         = new System.Windows.Forms.SplitContainer();
     this.PageCollectionControl = new Cube.Note.App.Editor.PageCollectionControl();
     this.RightContentsPanel    = new Cube.Forms.TableLayoutPanel();
     this.TextControl           = new Cube.Note.App.Editor.TextControl();
     this.VerticalSeparator     = new System.Windows.Forms.PictureBox();
     this.MenuControl           = new Cube.Note.App.Editor.MenuControl();
     this.TitleControl          = new Cube.Note.App.Editor.TitleControl();
     this.FooterStatusControl   = new Cube.Note.App.Editor.StatusControl();
     this.NotifyIcon            = new System.Windows.Forms.NotifyIcon(this.components);
     this.LayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ContentsPanel)).BeginInit();
     this.ContentsPanel.Panel1.SuspendLayout();
     this.ContentsPanel.Panel2.SuspendLayout();
     this.ContentsPanel.SuspendLayout();
     this.RightContentsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VerticalSeparator)).BeginInit();
     this.SuspendLayout();
     //
     // LayoutPanel
     //
     this.LayoutPanel.BackColor   = System.Drawing.SystemColors.Control;
     this.LayoutPanel.ColumnCount = 1;
     this.LayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.LayoutPanel.Controls.Add(this.ContentsPanel, 0, 1);
     this.LayoutPanel.Controls.Add(this.TitleControl, 0, 0);
     this.LayoutPanel.Controls.Add(this.FooterStatusControl, 0, 2);
     this.LayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.LayoutPanel.Location = new System.Drawing.Point(1, 1);
     this.LayoutPanel.Name     = "LayoutPanel";
     this.LayoutPanel.RowCount = 3;
     this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.LayoutPanel.Size     = new System.Drawing.Size(698, 398);
     this.LayoutPanel.TabIndex = 2;
     //
     // ContentsPanel
     //
     this.ContentsPanel.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
     this.ContentsPanel.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.ContentsPanel.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.ContentsPanel.IsSplitterFixed = true;
     this.ContentsPanel.Location        = new System.Drawing.Point(0, 30);
     this.ContentsPanel.Margin          = new System.Windows.Forms.Padding(0);
     this.ContentsPanel.Name            = "ContentsPanel";
     //
     // ContentsPanel.Panel1
     //
     this.ContentsPanel.Panel1.Controls.Add(this.PageCollectionControl);
     //
     // ContentsPanel.Panel2
     //
     this.ContentsPanel.Panel2.Controls.Add(this.RightContentsPanel);
     this.ContentsPanel.Size             = new System.Drawing.Size(698, 346);
     this.ContentsPanel.SplitterDistance = 270;
     this.ContentsPanel.SplitterWidth    = 1;
     this.ContentsPanel.TabIndex         = 3;
     //
     // PageCollectionControl
     //
     this.PageCollectionControl.Aggregator = null;
     this.PageCollectionControl.BackColor  = System.Drawing.SystemColors.Window;
     this.PageCollectionControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.PageCollectionControl.Location   = new System.Drawing.Point(0, 0);
     this.PageCollectionControl.Margin     = new System.Windows.Forms.Padding(0);
     this.PageCollectionControl.Name       = "PageCollectionControl";
     this.PageCollectionControl.Size       = new System.Drawing.Size(270, 346);
     this.PageCollectionControl.TabIndex   = 0;
     //
     // RightContentsPanel
     //
     this.RightContentsPanel.ColumnCount = 1;
     this.RightContentsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.RightContentsPanel.Controls.Add(this.TextControl, 0, 2);
     this.RightContentsPanel.Controls.Add(this.VerticalSeparator, 0, 1);
     this.RightContentsPanel.Controls.Add(this.MenuControl, 0, 0);
     this.RightContentsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.RightContentsPanel.Location = new System.Drawing.Point(0, 0);
     this.RightContentsPanel.Margin   = new System.Windows.Forms.Padding(0);
     this.RightContentsPanel.Name     = "RightContentsPanel";
     this.RightContentsPanel.RowCount = 3;
     this.RightContentsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.RightContentsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 1F));
     this.RightContentsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.RightContentsPanel.Size     = new System.Drawing.Size(427, 346);
     this.RightContentsPanel.TabIndex = 0;
     //
     // TextControl
     //
     this.TextControl.BackColor     = System.Drawing.SystemColors.Window;
     this.TextControl.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.TextControl.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.TextControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.TextControl.DrawingOption = ((Sgry.Azuki.DrawingOption)(((((((Sgry.Azuki.DrawingOption.DrawsFullWidthSpace | Sgry.Azuki.DrawingOption.DrawsTab)
                                                                       | Sgry.Azuki.DrawingOption.DrawsEol)
                                                                      | Sgry.Azuki.DrawingOption.HighlightCurrentLine)
                                                                     | Sgry.Azuki.DrawingOption.ShowsLineNumber)
                                                                    | Sgry.Azuki.DrawingOption.ShowsDirtBar)
                                                                   | Sgry.Azuki.DrawingOption.HighlightsMatchedBracket)));
     this.TextControl.FirstVisibleLine = 0;
     this.TextControl.Font             = new System.Drawing.Font("MS UI Gothic", 9F);
     fontInfo2.Name                    = "MS UI Gothic";
     fontInfo2.Size                    = 9;
     fontInfo2.Style                   = System.Drawing.FontStyle.Regular;
     this.TextControl.FontInfo         = fontInfo2;
     this.TextControl.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.TextControl.IncludeLineCount = false;
     this.TextControl.LeftMargin       = 8;
     this.TextControl.Location         = new System.Drawing.Point(0, 33);
     this.TextControl.Margin           = new System.Windows.Forms.Padding(0);
     this.TextControl.Name             = "TextControl";
     this.TextControl.ScrollPos        = new System.Drawing.Point(0, 0);
     this.TextControl.Size             = new System.Drawing.Size(427, 313);
     this.TextControl.Status           = null;
     this.TextControl.TabIndex         = 1;
     this.TextControl.TopMargin        = 6;
     this.TextControl.ViewWidth        = 104;
     this.TextControl.WordWrapCount    = -1;
     //
     // VerticalSeparator
     //
     this.VerticalSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
     this.VerticalSeparator.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.VerticalSeparator.Location  = new System.Drawing.Point(0, 32);
     this.VerticalSeparator.Margin    = new System.Windows.Forms.Padding(0);
     this.VerticalSeparator.Name      = "VerticalSeparator";
     this.VerticalSeparator.Size      = new System.Drawing.Size(427, 1);
     this.VerticalSeparator.TabIndex  = 3;
     this.VerticalSeparator.TabStop   = false;
     //
     // MenuControl
     //
     this.MenuControl.BackColor = System.Drawing.SystemColors.Control;
     this.MenuControl.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.MenuControl.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.MenuControl.Location  = new System.Drawing.Point(0, 0);
     this.MenuControl.Name      = "MenuControl";
     this.MenuControl.Padding   = new System.Windows.Forms.Padding(6, 0, 0, 0);
     this.MenuControl.Size      = new System.Drawing.Size(427, 32);
     this.MenuControl.TabIndex  = 4;
     this.MenuControl.Text      = "menuControl1";
     //
     // TitleControl
     //
     this.TitleControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(157)))));
     this.TitleControl.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.TitleControl.Location  = new System.Drawing.Point(0, 0);
     this.TitleControl.Margin    = new System.Windows.Forms.Padding(0);
     this.TitleControl.Name      = "TitleControl";
     this.TitleControl.Size      = new System.Drawing.Size(698, 30);
     this.TitleControl.TabIndex  = 4;
     //
     // FooterStatusControl
     //
     this.FooterStatusControl.ColumnNumber = 0;
     this.FooterStatusControl.Count        = 0;
     this.FooterStatusControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.FooterStatusControl.Font         = new System.Drawing.Font("Meiryo UI", 9F);
     this.FooterStatusControl.GripMargin   = new System.Windows.Forms.Padding(0);
     this.FooterStatusControl.LineCount    = 0;
     this.FooterStatusControl.LineNumber   = 0;
     this.FooterStatusControl.Location     = new System.Drawing.Point(0, 376);
     this.FooterStatusControl.Message      = "";
     this.FooterStatusControl.Name         = "FooterStatusControl";
     this.FooterStatusControl.Size         = new System.Drawing.Size(698, 22);
     this.FooterStatusControl.TabIndex     = 5;
     this.FooterStatusControl.Uri          = null;
     //
     // NotifyIcon
     //
     this.NotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.NotifyIcon.Icon           = ((System.Drawing.Icon)(resources.GetObject("NotifyIcon.Icon")));
     this.NotifyIcon.Text           = "CubeNote";
     //
     // MainForm
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(157)))));
     this.ClientSize          = new System.Drawing.Size(700, 400);
     this.Controls.Add(this.LayoutPanel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Location      = new System.Drawing.Point(0, 0);
     this.MaximumSize   = new System.Drawing.Size(1920, 1160);
     this.MinimumSize   = new System.Drawing.Size(600, 210);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.LayoutPanel.ResumeLayout(false);
     this.LayoutPanel.PerformLayout();
     this.ContentsPanel.Panel1.ResumeLayout(false);
     this.ContentsPanel.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ContentsPanel)).EndInit();
     this.ContentsPanel.ResumeLayout(false);
     this.RightContentsPanel.ResumeLayout(false);
     this.RightContentsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VerticalSeparator)).EndInit();
     this.ResumeLayout(false);
 }