namespace Gs.DevApp.UserControl
{
partial class UCUpFile
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnUp = new DevExpress.XtraEditors.SimpleButton();
this.btnUpSelect = new System.Windows.Forms.Button();
this.txtUpUrl = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.btnUp);
this.panelControl1.Controls.Add(this.btnUpSelect);
this.panelControl1.Controls.Add(this.txtUpUrl);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(618, 59);
this.panelControl1.TabIndex = 2;
//
// btnUp
//
this.btnUp.Location = new System.Drawing.Point(509, 17);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(94, 29);
this.btnUp.TabIndex = 270;
this.btnUp.Text = "确定上传";
//
// btnUpSelect
//
this.btnUpSelect.Location = new System.Drawing.Point(411, 18);
this.btnUpSelect.Margin = new System.Windows.Forms.Padding(4);
this.btnUpSelect.Name = "btnUpSelect";
this.btnUpSelect.Size = new System.Drawing.Size(79, 26);
this.btnUpSelect.TabIndex = 269;
this.btnUpSelect.Text = "选择路径";
this.btnUpSelect.UseVisualStyleBackColor = true;
//
// txtUpUrl
//
this.txtUpUrl.Location = new System.Drawing.Point(96, 18);
this.txtUpUrl.Margin = new System.Windows.Forms.Padding(4);
this.txtUpUrl.Name = "txtUpUrl";
this.txtUpUrl.Size = new System.Drawing.Size(307, 26);
this.txtUpUrl.TabIndex = 268;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(11, 22);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 18);
this.label7.TabIndex = 267;
this.label7.Text = "选择文件:";
//
// UCUpFile
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl1);
this.Name = "UCUpFile";
this.Size = new System.Drawing.Size(618, 59);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnUp;
private System.Windows.Forms.Button btnUpSelect;
private System.Windows.Forms.TextBox txtUpUrl;
private System.Windows.Forms.Label label7;
}
}