北京安通林JIS系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

122 lines
4.8 KiB

namespace Stone.WinModule.MyControl
{
partial class MyFileEdit
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.btnDelete = new System.Windows.Forms.Button();
this.txtFileName = new System.Windows.Forms.TextBox();
this.btnSave = new System.Windows.Forms.Button();
this.btnSelect = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnDelete);
this.panel1.Controls.Add(this.txtFileName);
this.panel1.Controls.Add(this.btnSave);
this.panel1.Controls.Add(this.btnSelect);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(334, 41);
this.panel1.TabIndex = 131;
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(273, 9);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(39, 21);
this.btnDelete.TabIndex = 3;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// txtFileName
//
this.txtFileName.Location = new System.Drawing.Point(4, 9);
this.txtFileName.Name = "txtFileName";
this.txtFileName.ReadOnly = true;
this.txtFileName.Size = new System.Drawing.Size(172, 21);
this.txtFileName.TabIndex = 0;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(228, 9);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(39, 21);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "另存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(182, 9);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(40, 21);
this.btnSelect.TabIndex = 1;
this.btnSelect.Text = "选择";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// openFileDialog1
//
this.openFileDialog1.DefaultExt = "jpg";
//
// saveFileDialog1
//
this.saveFileDialog1.DefaultExt = "jpg";
//
// MyFileEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "MyFileEdit";
this.Size = new System.Drawing.Size(334, 42);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Button btnDelete;
public System.Windows.Forms.TextBox txtFileName;
}
}