lu
2025-03-24 7136af81cbb280d56a09c673a2bed49a557a4e0d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
namespace Gs.DevApp.UserControl
{
    partial class UCUpFile
    {
        /// <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 Component 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.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;
    }
}