Blame | Last modification | View Log | RSS feed
namespace OneNoteInsertFile {
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.label1 = new System.Windows.Forms.Label();
this.tb_filename = new System.Windows.Forms.TextBox();
this.cb_filetype = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btn_okay = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Filename";
//
// tb_filename
//
this.tb_filename.Location = new System.Drawing.Point(74, 17);
this.tb_filename.Name = "tb_filename";
this.tb_filename.Size = new System.Drawing.Size(137, 20);
this.tb_filename.TabIndex = 1;
this.tb_filename.TextChanged += new System.EventHandler(this.tb_filename_TextChanged);
//
// cb_filetype
//
this.cb_filetype.FormattingEnabled = true;
this.cb_filetype.Location = new System.Drawing.Point(74, 43);
this.cb_filetype.Name = "cb_filetype";
this.cb_filetype.Size = new System.Drawing.Size(137, 21);
this.cb_filetype.TabIndex = 30;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Template";
//
// btn_okay
//
this.btn_okay.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btn_okay.Location = new System.Drawing.Point(38, 103);
this.btn_okay.Name = "btn_okay";
this.btn_okay.Size = new System.Drawing.Size(75, 23);
this.btn_okay.TabIndex = 20;
this.btn_okay.Text = "OK";
this.btn_okay.UseVisualStyleBackColor = true;
this.btn_okay.Click += new System.EventHandler(this.btn_okay_Click);
//
// btn_cancel
//
this.btn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_cancel.Location = new System.Drawing.Point(118, 103);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 40;
this.btn_cancel.Text = "Cancel";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(54, 72);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(157, 17);
this.checkBox1.TabIndex = 10;
this.checkBox1.Text = "Insert at the top of the page";
this.checkBox1.UseVisualStyleBackColor = true;
//
// Form1
//
this.AcceptButton = this.btn_okay;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btn_cancel;
this.ClientSize = new System.Drawing.Size(231, 143);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_okay);
this.Controls.Add(this.label2);
this.Controls.Add(this.cb_filetype);
this.Controls.Add(this.tb_filename);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Insert File";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_filename;
private System.Windows.Forms.ComboBox cb_filetype;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_okay;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.CheckBox checkBox1;
}
}