init: 导入项目到 meswork Gitea
This commit is contained in:
107
DataMirrorTools_Simulator/P_SignalViewer/UpdateResources.Designer.cs
generated
Normal file
107
DataMirrorTools_Simulator/P_SignalViewer/UpdateResources.Designer.cs
generated
Normal file
@@ -0,0 +1,107 @@
|
||||
namespace DataMirrorToolsPage
|
||||
{
|
||||
partial class UpdateResources
|
||||
{
|
||||
/// <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 Windows Form 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.btn_Sure = new System.Windows.Forms.Button();
|
||||
this.btn_Cancel = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.txt_ResourcesName = new System.Windows.Forms.TextBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btn_Sure
|
||||
//
|
||||
this.btn_Sure.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btn_Sure.Location = new System.Drawing.Point(172, 147);
|
||||
this.btn_Sure.Name = "btn_Sure";
|
||||
this.btn_Sure.Size = new System.Drawing.Size(75, 23);
|
||||
this.btn_Sure.TabIndex = 2;
|
||||
this.btn_Sure.Text = "确定";
|
||||
this.btn_Sure.UseVisualStyleBackColor = true;
|
||||
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
|
||||
//
|
||||
// btn_Cancel
|
||||
//
|
||||
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btn_Cancel.Location = new System.Drawing.Point(279, 147);
|
||||
this.btn_Cancel.Name = "btn_Cancel";
|
||||
this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btn_Cancel.TabIndex = 2;
|
||||
this.btn_Cancel.Text = "取消";
|
||||
this.btn_Cancel.UseVisualStyleBackColor = true;
|
||||
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(48, 99);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(41, 12);
|
||||
this.label2.TabIndex = 3;
|
||||
this.label2.Text = "资源:";
|
||||
//
|
||||
// txt_ResourcesName
|
||||
//
|
||||
this.txt_ResourcesName.Location = new System.Drawing.Point(96, 90);
|
||||
this.txt_ResourcesName.Name = "txt_ResourcesName";
|
||||
this.txt_ResourcesName.ReadOnly = true;
|
||||
this.txt_ResourcesName.Size = new System.Drawing.Size(258, 21);
|
||||
this.txt_ResourcesName.TabIndex = 4;
|
||||
//
|
||||
// UpdateResources
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(404, 207);
|
||||
this.Controls.Add(this.txt_ResourcesName);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.btn_Cancel);
|
||||
this.Controls.Add(this.btn_Sure);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = new System.Drawing.Size(420, 246);
|
||||
this.MinimizeBox = false;
|
||||
this.MinimumSize = new System.Drawing.Size(420, 246);
|
||||
this.Name = "UpdateResources";
|
||||
this.ShowIcon = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "修改资源";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateResources_FormClosing);
|
||||
this.Load += new System.EventHandler(this.ConnectSelect_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.Button btn_Sure;
|
||||
private System.Windows.Forms.Button btn_Cancel;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox txt_ResourcesName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user