PageRenderTime 45ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/TugberkUg.WLW.HighlightMe/WLWForm.Designer.cs

#
C# | 134 lines | 99 code | 6 blank | 29 comment | 3 complexity | e72f0be1a7579a23b420e89bc6cf035d MD5 | raw file
  1. namespace TugberkUg.WLW.HighlightMe
  2. {
  3. partial class WLWForm
  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. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WLWForm));
  29. this.txtContent = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.cbLanguges = new System.Windows.Forms.ComboBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // txtContent
  37. //
  38. this.txtContent.Location = new System.Drawing.Point(12, 50);
  39. this.txtContent.Multiline = true;
  40. this.txtContent.Name = "txtContent";
  41. this.txtContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  42. this.txtContent.Size = new System.Drawing.Size(629, 367);
  43. this.txtContent.TabIndex = 0;
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Location = new System.Drawing.Point(13, 13);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(103, 13);
  51. this.label1.TabIndex = 1;
  52. this.label1.Text = "Choose Language : ";
  53. //
  54. // cbLanguges
  55. //
  56. this.cbLanguges.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.cbLanguges.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  58. this.cbLanguges.FormattingEnabled = true;
  59. this.cbLanguges.Items.AddRange(new object[] {
  60. "javascript",
  61. "html",
  62. "c#",
  63. "vb.net",
  64. "ashx",
  65. "asax",
  66. "aspx",
  67. "aspx(c#)",
  68. "aspx(vb.net)",
  69. "sql",
  70. "xml",
  71. "php",
  72. "css",
  73. "cpp",
  74. "java",
  75. "powershell"});
  76. this.cbLanguges.Location = new System.Drawing.Point(120, 10);
  77. this.cbLanguges.Name = "cbLanguges";
  78. this.cbLanguges.Size = new System.Drawing.Size(121, 21);
  79. this.cbLanguges.TabIndex = 2;
  80. //
  81. // button1
  82. //
  83. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  84. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  85. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  86. this.button1.Location = new System.Drawing.Point(485, 428);
  87. this.button1.Name = "button1";
  88. this.button1.Size = new System.Drawing.Size(75, 40);
  89. this.button1.TabIndex = 3;
  90. this.button1.Text = "Insert";
  91. this.button1.UseVisualStyleBackColor = true;
  92. //
  93. // button2
  94. //
  95. this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  96. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  97. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  98. this.button2.Location = new System.Drawing.Point(566, 428);
  99. this.button2.Name = "button2";
  100. this.button2.Size = new System.Drawing.Size(75, 40);
  101. this.button2.TabIndex = 4;
  102. this.button2.Text = "Cancel";
  103. this.button2.UseVisualStyleBackColor = true;
  104. //
  105. // WLWForm
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.ClientSize = new System.Drawing.Size(656, 479);
  110. this.Controls.Add(this.button2);
  111. this.Controls.Add(this.button1);
  112. this.Controls.Add(this.cbLanguges);
  113. this.Controls.Add(this.label1);
  114. this.Controls.Add(this.txtContent);
  115. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  116. this.Name = "WLWForm";
  117. this.Text = "HiglightMe For Windows Live Writer By TugberkUg";
  118. this.ResumeLayout(false);
  119. this.PerformLayout();
  120. }
  121. #endregion
  122. private System.Windows.Forms.TextBox txtContent;
  123. private System.Windows.Forms.Label label1;
  124. private System.Windows.Forms.ComboBox cbLanguges;
  125. private System.Windows.Forms.Button button1;
  126. private System.Windows.Forms.Button button2;
  127. }
  128. }