namespace MarkdownRenderer { partial class StyleSheetForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StyleSheetForm)); this.MainListView = new System.Windows.Forms.ListView(); this.MainImageList = new System.Windows.Forms.ImageList(this.components); this.StateImageList = new System.Windows.Forms.ImageList(this.components); this.EditGroupBox = new System.Windows.Forms.GroupBox(); this.FontSizeUpDown = new System.Windows.Forms.NumericUpDown(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.ResetButton = new System.Windows.Forms.Button(); this.F12Button = new System.Windows.Forms.Button(); this.DragLabel = new System.Windows.Forms.Label(); this.BodyClassLabel = new System.Windows.Forms.Label(); this.RemarkLabel = new System.Windows.Forms.Label(); this.NameLabel = new System.Windows.Forms.Label(); this.RemarkTextBox = new System.Windows.Forms.TextBox(); this.BodyClassTextBox = new System.Windows.Forms.TextBox(); this.NameTextBox = new System.Windows.Forms.TextBox(); this.SaveAsButton = new System.Windows.Forms.Button(); this.SaveButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.EditorPanel = new System.Windows.Forms.Panel(); this.NewButton = new System.Windows.Forms.Button(); this.MainSplitContainer = new System.Windows.Forms.SplitContainer(); this.CloseButton = new System.Windows.Forms.Button(); this.EditGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.FontSizeUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit(); this.MainSplitContainer.Panel1.SuspendLayout(); this.MainSplitContainer.Panel2.SuspendLayout(); this.MainSplitContainer.SuspendLayout(); this.SuspendLayout(); // // MainListView // this.MainListView.Dock = System.Windows.Forms.DockStyle.Fill; this.MainListView.LargeImageList = this.MainImageList; this.MainListView.Location = new System.Drawing.Point(0, 26); this.MainListView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MainListView.MultiSelect = false; this.MainListView.Name = "MainListView"; this.MainListView.Size = new System.Drawing.Size(257, 508); this.MainListView.SmallImageList = this.MainImageList; this.MainListView.StateImageList = this.StateImageList; this.MainListView.TabIndex = 0; this.MainListView.UseCompatibleStateImageBehavior = false; this.MainListView.View = System.Windows.Forms.View.Tile; this.MainListView.SelectedIndexChanged += new System.EventHandler(this.MainListView_SelectedIndexChanged); // // MainImageList // this.MainImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.MainImageList.ImageSize = new System.Drawing.Size(32, 32); this.MainImageList.TransparentColor = System.Drawing.Color.Transparent; // // StateImageList // this.StateImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("StateImageList.ImageStream"))); this.StateImageList.TransparentColor = System.Drawing.Color.Transparent; this.StateImageList.Images.SetKeyName(0, "build-in"); this.StateImageList.Images.SetKeyName(1, "user-created"); // // EditGroupBox // this.EditGroupBox.Controls.Add(this.FontSizeUpDown); this.EditGroupBox.Controls.Add(this.comboBox1); this.EditGroupBox.Controls.Add(this.ResetButton); this.EditGroupBox.Controls.Add(this.F12Button); this.EditGroupBox.Controls.Add(this.DragLabel); this.EditGroupBox.Controls.Add(this.BodyClassLabel); this.EditGroupBox.Controls.Add(this.RemarkLabel); this.EditGroupBox.Controls.Add(this.NameLabel); this.EditGroupBox.Controls.Add(this.RemarkTextBox); this.EditGroupBox.Controls.Add(this.BodyClassTextBox); this.EditGroupBox.Controls.Add(this.NameTextBox); this.EditGroupBox.Controls.Add(this.SaveAsButton); this.EditGroupBox.Controls.Add(this.SaveButton); this.EditGroupBox.Controls.Add(this.DeleteButton); this.EditGroupBox.Controls.Add(this.EditorPanel); this.EditGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.EditGroupBox.Location = new System.Drawing.Point(0, 0); this.EditGroupBox.Margin = new System.Windows.Forms.Padding(3, 2, 5, 5); this.EditGroupBox.Name = "EditGroupBox"; this.EditGroupBox.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.EditGroupBox.Size = new System.Drawing.Size(887, 534); this.EditGroupBox.TabIndex = 1; this.EditGroupBox.TabStop = false; this.EditGroupBox.Text = "Old name display here"; // // FontSizeUpDown // this.FontSizeUpDown.Location = new System.Drawing.Point(183, 121); this.FontSizeUpDown.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.FontSizeUpDown.Name = "FontSizeUpDown"; this.FontSizeUpDown.Size = new System.Drawing.Size(52, 25); this.FontSizeUpDown.TabIndex = 10; this.FontSizeUpDown.Value = new decimal(new int[] { 18, 0, 0, 0}); // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(13, 122); this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(160, 23); this.comboBox1.TabIndex = 9; // // ResetButton // this.ResetButton.Location = new System.Drawing.Point(243, 119); this.ResetButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ResetButton.Name = "ResetButton"; this.ResetButton.Size = new System.Drawing.Size(100, 29); this.ResetButton.TabIndex = 8; this.ResetButton.Text = "Reset"; this.ResetButton.UseVisualStyleBackColor = true; // // F12Button // this.F12Button.Location = new System.Drawing.Point(351, 119); this.F12Button.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.F12Button.Name = "F12Button"; this.F12Button.Size = new System.Drawing.Size(100, 29); this.F12Button.TabIndex = 8; this.F12Button.Text = "F12"; this.F12Button.UseVisualStyleBackColor = true; this.F12Button.Click += new System.EventHandler(this.F12Button_Click); // // DragLabel // this.DragLabel.AllowDrop = true; this.DragLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DragLabel.AutoSize = true; this.DragLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.DragLabel.Location = new System.Drawing.Point(788, 54); this.DragLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.DragLabel.Name = "DragLabel"; this.DragLabel.Size = new System.Drawing.Size(88, 47); this.DragLabel.TabIndex = 5; this.DragLabel.Text = "DragDrop\r\nIm/Export\r\nHere For↓"; this.DragLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.DragLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DragLabel_DragDrop); this.DragLabel.DragEnter += new System.Windows.Forms.DragEventHandler(this.DragLabel_DragEnter); this.DragLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DragLabel_MouseDown); // // BodyClassLabel // this.BodyClassLabel.AutoSize = true; this.BodyClassLabel.Location = new System.Drawing.Point(7, 59); this.BodyClassLabel.Name = "BodyClassLabel"; this.BodyClassLabel.Size = new System.Drawing.Size(87, 15); this.BodyClassLabel.TabIndex = 4; this.BodyClassLabel.Text = "Body class"; // // RemarkLabel // this.RemarkLabel.AutoSize = true; this.RemarkLabel.Location = new System.Drawing.Point(7, 89); this.RemarkLabel.Name = "RemarkLabel"; this.RemarkLabel.Size = new System.Drawing.Size(55, 15); this.RemarkLabel.TabIndex = 4; this.RemarkLabel.Text = "Remark"; // // NameLabel // this.NameLabel.AutoSize = true; this.NameLabel.Location = new System.Drawing.Point(7, 28); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(39, 15); this.NameLabel.TabIndex = 4; this.NameLabel.Text = "Name"; // // RemarkTextBox // this.RemarkTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.RemarkTextBox.Location = new System.Drawing.Point(67, 85); this.RemarkTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.RemarkTextBox.Name = "RemarkTextBox"; this.RemarkTextBox.Size = new System.Drawing.Size(713, 25); this.RemarkTextBox.TabIndex = 3; this.RemarkTextBox.TextChanged += new System.EventHandler(this.AllTextBox_TextChanged); // // BodyClassTextBox // this.BodyClassTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BodyClassTextBox.Location = new System.Drawing.Point(99, 54); this.BodyClassTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BodyClassTextBox.Name = "BodyClassTextBox"; this.BodyClassTextBox.Size = new System.Drawing.Size(593, 25); this.BodyClassTextBox.TabIndex = 3; this.BodyClassTextBox.TextChanged += new System.EventHandler(this.AllTextBox_TextChanged); // // NameTextBox // this.NameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.NameTextBox.Location = new System.Drawing.Point(51, 22); this.NameTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.Size = new System.Drawing.Size(668, 25); this.NameTextBox.TabIndex = 3; this.NameTextBox.TextChanged += new System.EventHandler(this.AllTextBox_TextChanged); // // SaveAsButton // this.SaveAsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SaveAsButton.Location = new System.Drawing.Point(805, 22); this.SaveAsButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.SaveAsButton.Name = "SaveAsButton"; this.SaveAsButton.Size = new System.Drawing.Size(75, 26); this.SaveAsButton.TabIndex = 2; this.SaveAsButton.Text = "Save As"; this.SaveAsButton.UseVisualStyleBackColor = true; // // SaveButton // this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SaveButton.Location = new System.Drawing.Point(725, 22); this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(75, 26); this.SaveButton.TabIndex = 2; this.SaveButton.Text = "Save"; this.SaveButton.UseVisualStyleBackColor = true; // // DeleteButton // this.DeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DeleteButton.Location = new System.Drawing.Point(707, 54); this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(75, 26); this.DeleteButton.TabIndex = 2; this.DeleteButton.Text = "Delete"; this.DeleteButton.UseVisualStyleBackColor = true; // // EditorPanel // this.EditorPanel.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.EditorPanel.Location = new System.Drawing.Point(9, 155); this.EditorPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.EditorPanel.Name = "EditorPanel"; this.EditorPanel.Size = new System.Drawing.Size(868, 372); this.EditorPanel.TabIndex = 7; // // NewButton // this.NewButton.Dock = System.Windows.Forms.DockStyle.Top; this.NewButton.Location = new System.Drawing.Point(0, 0); this.NewButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.NewButton.Name = "NewButton"; this.NewButton.Size = new System.Drawing.Size(257, 26); this.NewButton.TabIndex = 2; this.NewButton.Text = "New"; this.NewButton.UseVisualStyleBackColor = true; this.NewButton.Click += new System.EventHandler(this.NewButton_Click); // // MainSplitContainer // this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.MainSplitContainer.Location = new System.Drawing.Point(0, 0); this.MainSplitContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MainSplitContainer.Name = "MainSplitContainer"; // // MainSplitContainer.Panel1 // this.MainSplitContainer.Panel1.Controls.Add(this.CloseButton); this.MainSplitContainer.Panel1.Controls.Add(this.MainListView); this.MainSplitContainer.Panel1.Controls.Add(this.NewButton); // // MainSplitContainer.Panel2 // this.MainSplitContainer.Panel2.Controls.Add(this.EditGroupBox); this.MainSplitContainer.Size = new System.Drawing.Size(1148, 534); this.MainSplitContainer.SplitterDistance = 257; this.MainSplitContainer.TabIndex = 3; // // CloseButton // this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CloseButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.CloseButton.Location = new System.Drawing.Point(0, 508); this.CloseButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.CloseButton.Name = "CloseButton"; this.CloseButton.Size = new System.Drawing.Size(257, 26); this.CloseButton.TabIndex = 3; this.CloseButton.Text = "Close"; this.CloseButton.UseVisualStyleBackColor = true; this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click); // // StyleSheetForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CloseButton; this.ClientSize = new System.Drawing.Size(1148, 534); this.Controls.Add(this.MainSplitContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "StyleSheetForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Manage markdown style sheets"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StyleSheetForm_FormClosed); this.EditGroupBox.ResumeLayout(false); this.EditGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.FontSizeUpDown)).EndInit(); this.MainSplitContainer.Panel1.ResumeLayout(false); this.MainSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit(); this.MainSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView MainListView; private System.Windows.Forms.ImageList MainImageList; private System.Windows.Forms.GroupBox EditGroupBox; private System.Windows.Forms.Button DeleteButton; private System.Windows.Forms.Button NewButton; private System.Windows.Forms.Button SaveButton; private System.Windows.Forms.Button SaveAsButton; private System.Windows.Forms.TextBox RemarkTextBox; private System.Windows.Forms.TextBox NameTextBox; private System.Windows.Forms.SplitContainer MainSplitContainer; private System.Windows.Forms.TextBox BodyClassTextBox; private System.Windows.Forms.Label BodyClassLabel; private System.Windows.Forms.Label RemarkLabel; private System.Windows.Forms.Label NameLabel; private System.Windows.Forms.Label DragLabel; private System.Windows.Forms.ImageList StateImageList; private System.Windows.Forms.Button CloseButton; private System.Windows.Forms.Panel EditorPanel; private System.Windows.Forms.Button F12Button; private System.Windows.Forms.Button ResetButton; private System.Windows.Forms.NumericUpDown FontSizeUpDown; private System.Windows.Forms.ComboBox comboBox1; } }