183 lines
8.6 KiB
C#
183 lines
8.6 KiB
C#
namespace hMarkdown
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <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(Form1));
|
||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
||
this.tbDosya = new System.Windows.Forms.ToolStripTextBox();
|
||
this.tbGozat = new System.Windows.Forms.ToolStripButton();
|
||
this.webBrowser = new System.Windows.Forms.WebBrowser();
|
||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||
this.rtbEditor = new System.Windows.Forms.RichTextBox();
|
||
this.tbEdit = new System.Windows.Forms.ToolStripButton();
|
||
this.tbSave = new System.Windows.Forms.ToolStripButton();
|
||
this.tbHelp = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// toolStrip1
|
||
//
|
||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripLabel1,
|
||
this.tbDosya,
|
||
this.tbGozat,
|
||
this.tbEdit,
|
||
this.tbSave,
|
||
this.tbHelp});
|
||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.toolStrip1.Name = "toolStrip1";
|
||
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
||
this.toolStrip1.Size = new System.Drawing.Size(1026, 27);
|
||
this.toolStrip1.TabIndex = 1;
|
||
this.toolStrip1.Text = "toolStrip1";
|
||
//
|
||
// toolStripLabel1
|
||
//
|
||
this.toolStripLabel1.Name = "toolStripLabel1";
|
||
this.toolStripLabel1.Size = new System.Drawing.Size(61, 24);
|
||
this.toolStripLabel1.Text = "Dosya : ";
|
||
this.toolStripLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// tbDosya
|
||
//
|
||
this.tbDosya.AcceptsReturn = true;
|
||
this.tbDosya.AcceptsTab = true;
|
||
this.tbDosya.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||
this.tbDosya.HideSelection = false;
|
||
this.tbDosya.Name = "tbDosya";
|
||
this.tbDosya.Size = new System.Drawing.Size(680, 27);
|
||
//
|
||
// tbGozat
|
||
//
|
||
this.tbGozat.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||
this.tbGozat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||
this.tbGozat.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tbGozat.Name = "tbGozat";
|
||
this.tbGozat.Size = new System.Drawing.Size(29, 24);
|
||
this.tbGozat.Text = "...";
|
||
this.tbGozat.Click += new System.EventHandler(this.tbGozat_Click);
|
||
//
|
||
// webBrowser
|
||
//
|
||
this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.webBrowser.Location = new System.Drawing.Point(0, 27);
|
||
this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
|
||
this.webBrowser.Name = "webBrowser";
|
||
this.webBrowser.Size = new System.Drawing.Size(1026, 616);
|
||
this.webBrowser.TabIndex = 2;
|
||
this.webBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser_Navigated);
|
||
//
|
||
// rtbEditor
|
||
//
|
||
this.rtbEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.rtbEditor.Font = new System.Drawing.Font("Consolas", 10F);
|
||
this.rtbEditor.Location = new System.Drawing.Point(0, 27);
|
||
this.rtbEditor.Name = "rtbEditor";
|
||
this.rtbEditor.Size = new System.Drawing.Size(1026, 616);
|
||
this.rtbEditor.TabIndex = 3;
|
||
this.rtbEditor.Text = "";
|
||
this.rtbEditor.Visible = false;
|
||
this.rtbEditor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtbEditor_KeyDown);
|
||
//
|
||
// tbEdit
|
||
//
|
||
this.tbEdit.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||
this.tbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
|
||
this.tbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tbEdit.Image")));
|
||
this.tbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tbEdit.Name = "tbEdit";
|
||
this.tbEdit.Size = new System.Drawing.Size(73, 24);
|
||
this.tbEdit.Text = "Düzenle";
|
||
this.tbEdit.Click += new System.EventHandler(this.tbEdit_Click);
|
||
//
|
||
// tbSave
|
||
//
|
||
this.tbSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||
this.tbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
|
||
this.tbSave.Image = ((System.Drawing.Image)(resources.GetObject("tbSave.Image")));
|
||
this.tbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tbSave.Name = "tbSave";
|
||
this.tbSave.Size = new System.Drawing.Size(73, 24);
|
||
this.tbSave.Text = "Kaydet";
|
||
this.tbSave.Click += new System.EventHandler(this.tbSave_Click);
|
||
//
|
||
// tbHelp
|
||
//
|
||
this.tbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||
this.tbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||
this.tbHelp.Image = ((System.Drawing.Image)(resources.GetObject("tbHelp.Image"))); // Reusing an existing icon or creating new if possible, but simplest is reuse provided resources or standard
|
||
this.tbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tbHelp.Name = "tbHelp";
|
||
this.tbHelp.Size = new System.Drawing.Size(29, 24);
|
||
this.tbHelp.Text = "Yardım (F1)";
|
||
this.tbHelp.Click += new System.EventHandler(this.tbHelp_Click);
|
||
//
|
||
// openFileDialog
|
||
//
|
||
this.openFileDialog.FileName = "openFileDialog";
|
||
//
|
||
// Form1
|
||
//
|
||
this.AllowDrop = true;
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1026, 643);
|
||
this.Controls.Add(this.webBrowser);
|
||
this.Controls.Add(this.rtbEditor);
|
||
this.Controls.Add(this.toolStrip1);
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.IsMdiContainer = true;
|
||
this.Name = "Form1";
|
||
this.Text = "hOLOlu Markdown Viewer";
|
||
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
||
this.toolStrip1.ResumeLayout(false);
|
||
this.toolStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.WebBrowser webBrowser;
|
||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
||
private System.Windows.Forms.ToolStripTextBox tbDosya;
|
||
private System.Windows.Forms.ToolStripButton tbGozat;
|
||
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
||
private System.Windows.Forms.RichTextBox rtbEditor;
|
||
private System.Windows.Forms.ToolStripButton tbEdit;
|
||
private System.Windows.Forms.ToolStripButton tbSave;
|
||
private System.Windows.Forms.ToolStripButton tbHelp;
|
||
}
|
||
}
|
||
|