namespace MisDataName
{
partial class UploadAssembly
{
///
/// 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.listBox_AssemblyTag = new System.Windows.Forms.ListBox();
this.button_OK = new System.Windows.Forms.Button();
this.button_Cancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label_AssemblyName = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// listBox_AssemblyTag
//
this.listBox_AssemblyTag.FormattingEnabled = true;
this.listBox_AssemblyTag.ItemHeight = 12;
this.listBox_AssemblyTag.Location = new System.Drawing.Point(12, 36);
this.listBox_AssemblyTag.Name = "listBox_AssemblyTag";
this.listBox_AssemblyTag.Size = new System.Drawing.Size(260, 172);
this.listBox_AssemblyTag.TabIndex = 0;
//
// button_OK
//
this.button_OK.Location = new System.Drawing.Point(20, 220);
this.button_OK.Name = "button_OK";
this.button_OK.Size = new System.Drawing.Size(75, 23);
this.button_OK.TabIndex = 1;
this.button_OK.Text = "OK";
this.button_OK.UseVisualStyleBackColor = true;
this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
//
// button_Cancel
//
this.button_Cancel.Location = new System.Drawing.Point(167, 220);
this.button_Cancel.Name = "button_Cancel";
this.button_Cancel.Size = new System.Drawing.Size(75, 23);
this.button_Cancel.TabIndex = 2;
this.button_Cancel.Text = "Cancel";
this.button_Cancel.UseVisualStyleBackColor = true;
this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 3;
this.label1.Text = "程序集:";
//
// label_AssemblyName
//
this.label_AssemblyName.AutoSize = true;
this.label_AssemblyName.Location = new System.Drawing.Point(64, 9);
this.label_AssemblyName.Name = "label_AssemblyName";
this.label_AssemblyName.Size = new System.Drawing.Size(77, 12);
this.label_AssemblyName.TabIndex = 4;
this.label_AssemblyName.Text = "ServerObject";
//
// UploadAssembly
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.label_AssemblyName);
this.Controls.Add(this.label1);
this.Controls.Add(this.button_Cancel);
this.Controls.Add(this.button_OK);
this.Controls.Add(this.listBox_AssemblyTag);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(300, 300);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(300, 300);
this.Name = "UploadAssembly";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "绑定程序集";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox listBox_AssemblyTag;
private System.Windows.Forms.Button button_OK;
private System.Windows.Forms.Button button_Cancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label_AssemblyName;
}
}