Generated files saves and registers
This commit is contained in:
147
CobXmlSupport/SaveRegCopyFile.Designer.cs
generated
Normal file
147
CobXmlSupport/SaveRegCopyFile.Designer.cs
generated
Normal file
@ -0,0 +1,147 @@
|
||||
namespace CobXmlSupport
|
||||
{
|
||||
partial class SaveRegCopyFile
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.txtUsageName = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.btnChooseFnameAndPlace = new System.Windows.Forms.Button();
|
||||
this.txtChosenDirectory = new System.Windows.Forms.TextBox();
|
||||
this.txtFileName = new System.Windows.Forms.TextBox();
|
||||
this.btnSave = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(29, 26);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(134, 20);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Spara aktuell fil";
|
||||
//
|
||||
// txtUsageName
|
||||
//
|
||||
this.txtUsageName.Location = new System.Drawing.Point(167, 68);
|
||||
this.txtUsageName.Name = "txtUsageName";
|
||||
this.txtUsageName.Size = new System.Drawing.Size(308, 20);
|
||||
this.txtUsageName.TabIndex = 1;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(30, 71);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(95, 13);
|
||||
this.label2.TabIndex = 2;
|
||||
this.label2.Text = "Användningsnamn";
|
||||
//
|
||||
// btnChooseFnameAndPlace
|
||||
//
|
||||
this.btnChooseFnameAndPlace.Location = new System.Drawing.Point(33, 104);
|
||||
this.btnChooseFnameAndPlace.Name = "btnChooseFnameAndPlace";
|
||||
this.btnChooseFnameAndPlace.Size = new System.Drawing.Size(92, 23);
|
||||
this.btnChooseFnameAndPlace.TabIndex = 3;
|
||||
this.btnChooseFnameAndPlace.Text = "Välj sparplats";
|
||||
this.btnChooseFnameAndPlace.UseVisualStyleBackColor = true;
|
||||
this.btnChooseFnameAndPlace.Click += new System.EventHandler(this.btnChooseFnameAndPlace_Click);
|
||||
//
|
||||
// txtChosenDirectory
|
||||
//
|
||||
this.txtChosenDirectory.Location = new System.Drawing.Point(167, 104);
|
||||
this.txtChosenDirectory.Name = "txtChosenDirectory";
|
||||
this.txtChosenDirectory.ReadOnly = true;
|
||||
this.txtChosenDirectory.Size = new System.Drawing.Size(308, 20);
|
||||
this.txtChosenDirectory.TabIndex = 4;
|
||||
//
|
||||
// txtFileName
|
||||
//
|
||||
this.txtFileName.Location = new System.Drawing.Point(167, 142);
|
||||
this.txtFileName.Name = "txtFileName";
|
||||
this.txtFileName.ReadOnly = true;
|
||||
this.txtFileName.Size = new System.Drawing.Size(308, 20);
|
||||
this.txtFileName.TabIndex = 5;
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Location = new System.Drawing.Point(400, 183);
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnSave.TabIndex = 6;
|
||||
this.btnSave.Text = "Spara";
|
||||
this.btnSave.UseVisualStyleBackColor = true;
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.Location = new System.Drawing.Point(319, 183);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 7;
|
||||
this.btnCancel.Text = "Avbryt";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
//
|
||||
// SaveRegCopyFile
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(503, 233);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnSave);
|
||||
this.Controls.Add(this.txtFileName);
|
||||
this.Controls.Add(this.txtChosenDirectory);
|
||||
this.Controls.Add(this.btnChooseFnameAndPlace);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.txtUsageName);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Name = "SaveRegCopyFile";
|
||||
this.Text = "Spara och Registrera skapad fil";
|
||||
this.Load += new System.EventHandler(this.SaveRegCopyFile_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox txtUsageName;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Button btnChooseFnameAndPlace;
|
||||
private System.Windows.Forms.TextBox txtChosenDirectory;
|
||||
private System.Windows.Forms.TextBox txtFileName;
|
||||
private System.Windows.Forms.Button btnSave;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user