00001 namespace DXGfxLib
00002 {
00003 partial class FileNameUIEditor
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.textBox1 = new System.Windows.Forms.TextBox();
00032 this.selectBtn = new System.Windows.Forms.Button();
00033 this.SuspendLayout();
00034
00035
00036
00037 this.textBox1.Location = new System.Drawing.Point(4, 9);
00038 this.textBox1.Name = "textBox1";
00039 this.textBox1.Size = new System.Drawing.Size(74, 20);
00040 this.textBox1.TabIndex = 0;
00041
00042
00043
00044 this.selectBtn.Location = new System.Drawing.Point(84, 6);
00045 this.selectBtn.Name = "selectBtn";
00046 this.selectBtn.Size = new System.Drawing.Size(49, 25);
00047 this.selectBtn.TabIndex = 1;
00048 this.selectBtn.Text = "...";
00049 this.selectBtn.UseVisualStyleBackColor = true;
00050 this.selectBtn.Click += new System.EventHandler(this.selectBtn_Click);
00051
00052
00053
00054 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00055 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00056 this.Controls.Add(this.selectBtn);
00057 this.Controls.Add(this.textBox1);
00058 this.Name = "FileNameUIEditor";
00059 this.Size = new System.Drawing.Size(142, 39);
00060 this.ResumeLayout(false);
00061 this.PerformLayout();
00062
00063 }
00064
00065 #endregion
00066
00067 private System.Windows.Forms.TextBox textBox1;
00068 private System.Windows.Forms.Button selectBtn;
00069 }
00070 }