MarkdownViewerOptions.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace com.insanitydesign.MarkdownViewerPlusPlus.Forms
  2. {
  3. partial class MarkdownViewerOptions
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. //
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("General");
  31. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("HTML", 1, 1);
  32. System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("PDF", 2, 2);
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarkdownViewerOptions));
  34. this.btnOptionsSave = new System.Windows.Forms.Button();
  35. this.btnOptionsCancel = new System.Windows.Forms.Button();
  36. this.splitOptions = new System.Windows.Forms.SplitContainer();
  37. this.treeOptions = new System.Windows.Forms.TreeView();
  38. this.imgOptions = new System.Windows.Forms.ImageList(this.components);
  39. ((System.ComponentModel.ISupportInitialize)(this.splitOptions)).BeginInit();
  40. this.splitOptions.Panel1.SuspendLayout();
  41. this.splitOptions.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // btnOptionsSave
  45. //
  46. this.btnOptionsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  47. this.btnOptionsSave.Location = new System.Drawing.Point(455, 312);
  48. this.btnOptionsSave.Name = "btnOptionsSave";
  49. this.btnOptionsSave.Size = new System.Drawing.Size(75, 23);
  50. this.btnOptionsSave.TabIndex = 0;
  51. this.btnOptionsSave.Text = "Save";
  52. this.btnOptionsSave.UseVisualStyleBackColor = true;
  53. this.btnOptionsSave.Click += new System.EventHandler(this.btnOptionsSave_Click);
  54. //
  55. // btnOptionsCancel
  56. //
  57. this.btnOptionsCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  58. this.btnOptionsCancel.CausesValidation = false;
  59. this.btnOptionsCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  60. this.btnOptionsCancel.Location = new System.Drawing.Point(374, 312);
  61. this.btnOptionsCancel.Name = "btnOptionsCancel";
  62. this.btnOptionsCancel.Size = new System.Drawing.Size(75, 23);
  63. this.btnOptionsCancel.TabIndex = 1;
  64. this.btnOptionsCancel.Text = "Cancel";
  65. this.btnOptionsCancel.UseVisualStyleBackColor = true;
  66. this.btnOptionsCancel.Click += new System.EventHandler(this.btnOptionsCancel_Click);
  67. //
  68. // splitOptions
  69. //
  70. this.splitOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.splitOptions.Location = new System.Drawing.Point(0, 0);
  74. this.splitOptions.Margin = new System.Windows.Forms.Padding(10);
  75. this.splitOptions.Name = "splitOptions";
  76. //
  77. // splitOptions.Panel1
  78. //
  79. this.splitOptions.Panel1.Controls.Add(this.treeOptions);
  80. this.splitOptions.Size = new System.Drawing.Size(530, 306);
  81. this.splitOptions.SplitterDistance = 135;
  82. this.splitOptions.TabIndex = 2;
  83. //
  84. // treeOptions
  85. //
  86. this.treeOptions.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.treeOptions.FullRowSelect = true;
  88. this.treeOptions.HideSelection = false;
  89. this.treeOptions.ImageIndex = 0;
  90. this.treeOptions.ImageList = this.imgOptions;
  91. this.treeOptions.Location = new System.Drawing.Point(0, 0);
  92. this.treeOptions.Name = "treeOptions";
  93. treeNode1.Checked = true;
  94. treeNode1.Name = "nodeGeneral";
  95. treeNode1.Tag = "OptionsPanelGeneral";
  96. treeNode1.Text = "General";
  97. treeNode2.ImageIndex = 1;
  98. treeNode2.Name = "nodeHTML";
  99. treeNode2.SelectedImageIndex = 1;
  100. treeNode2.Tag = "OptionsPanelHTML";
  101. treeNode2.Text = "HTML";
  102. treeNode3.ImageIndex = 2;
  103. treeNode3.Name = "nodePDF";
  104. treeNode3.SelectedImageIndex = 2;
  105. treeNode3.Tag = "OptionsPanelPDF";
  106. treeNode3.Text = "PDF";
  107. this.treeOptions.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  108. treeNode1,
  109. treeNode2,
  110. treeNode3});
  111. this.treeOptions.SelectedImageIndex = 0;
  112. this.treeOptions.Size = new System.Drawing.Size(135, 306);
  113. this.treeOptions.TabIndex = 0;
  114. //
  115. // imgOptions
  116. //
  117. this.imgOptions.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgOptions.ImageStream")));
  118. this.imgOptions.TransparentColor = System.Drawing.Color.Transparent;
  119. this.imgOptions.Images.SetKeyName(0, "markdown-16x16-solid.png");
  120. this.imgOptions.Images.SetKeyName(1, "fa-html5-16x16.png");
  121. this.imgOptions.Images.SetKeyName(2, "fa-file-pdf-o-16x16.png");
  122. //
  123. // MarkdownViewerOptions
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.CancelButton = this.btnOptionsCancel;
  128. this.ClientSize = new System.Drawing.Size(534, 341);
  129. this.Controls.Add(this.splitOptions);
  130. this.Controls.Add(this.btnOptionsCancel);
  131. this.Controls.Add(this.btnOptionsSave);
  132. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  133. this.MaximizeBox = false;
  134. this.MinimizeBox = false;
  135. this.MinimumSize = new System.Drawing.Size(550, 380);
  136. this.Name = "MarkdownViewerOptions";
  137. this.ShowIcon = false;
  138. this.ShowInTaskbar = false;
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  140. this.Text = "Options - MarkdownViewer++";
  141. this.splitOptions.Panel1.ResumeLayout(false);
  142. ((System.ComponentModel.ISupportInitialize)(this.splitOptions)).EndInit();
  143. this.splitOptions.ResumeLayout(false);
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.Button btnOptionsSave;
  148. private System.Windows.Forms.Button btnOptionsCancel;
  149. private System.Windows.Forms.SplitContainer splitOptions;
  150. private System.Windows.Forms.TreeView treeOptions;
  151. private System.Windows.Forms.ImageList imgOptions;
  152. }
  153. }