namespace Tiobon.Core.OPS.Tool.OPS.Tool.View { partial class Frm_Moudule { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Moudule)); this.btn_selectfile = new System.Windows.Forms.Button(); this.btn_install = new System.Windows.Forms.Button(); this.txt_filepath = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.lbl_usetime2 = new System.Windows.Forms.Label(); this.lbl_usetime = new System.Windows.Forms.Label(); this.timer_Timeout = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // btn_selectfile // this.btn_selectfile.Location = new System.Drawing.Point(410, 17); this.btn_selectfile.Name = "btn_selectfile"; this.btn_selectfile.Size = new System.Drawing.Size(43, 23); this.btn_selectfile.TabIndex = 30; this.btn_selectfile.Text = "..."; this.btn_selectfile.UseVisualStyleBackColor = true; this.btn_selectfile.Click += new System.EventHandler(this.btn_selectfile_Click); // // btn_install // this.btn_install.Location = new System.Drawing.Point(361, 52); this.btn_install.Name = "btn_install"; this.btn_install.Size = new System.Drawing.Size(92, 23); this.btn_install.TabIndex = 28; this.btn_install.Text = "安装/升级"; this.btn_install.UseVisualStyleBackColor = true; this.btn_install.Click += new System.EventHandler(this.btn_install_Click); // // txt_filepath // this.txt_filepath.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_filepath.Location = new System.Drawing.Point(83, 18); this.txt_filepath.Name = "txt_filepath"; this.txt_filepath.Size = new System.Drawing.Size(319, 21); this.txt_filepath.TabIndex = 26; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(12, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 25; this.label3.Text = "文件路径:"; // // lbl_usetime2 // this.lbl_usetime2.AutoSize = true; this.lbl_usetime2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbl_usetime2.Location = new System.Drawing.Point(83, 57); this.lbl_usetime2.Name = "lbl_usetime2"; this.lbl_usetime2.Size = new System.Drawing.Size(0, 12); this.lbl_usetime2.TabIndex = 33; // // lbl_usetime // this.lbl_usetime.AutoSize = true; this.lbl_usetime.Location = new System.Drawing.Point(12, 57); this.lbl_usetime.Name = "lbl_usetime"; this.lbl_usetime.Size = new System.Drawing.Size(65, 12); this.lbl_usetime.TabIndex = 32; this.lbl_usetime.Text = "已用时间:"; // // timer_Timeout // this.timer_Timeout.Tick += new System.EventHandler(this.timer_Timeout_Tick); // // Frm_Moudule // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(468, 87); this.Controls.Add(this.lbl_usetime2); this.Controls.Add(this.lbl_usetime); this.Controls.Add(this.btn_selectfile); this.Controls.Add(this.btn_install); this.Controls.Add(this.txt_filepath); this.Controls.Add(this.label3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(484, 126); this.MinimumSize = new System.Drawing.Size(484, 126); this.Name = "Frm_Moudule"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "模块管理"; this.Load += new System.EventHandler(this.Frm_Moudule_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_selectfile; private System.Windows.Forms.Button btn_install; private System.Windows.Forms.TextBox txt_filepath; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lbl_usetime2; private System.Windows.Forms.Label lbl_usetime; private System.Windows.Forms.Timer timer_Timeout; } }