📄 datasourcemanage.designer.cs
字号:
namespace WebDataGather
{
partial class DataSourceManage
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.OrderId = new System.Windows.Forms.MaskedTextBox();
this.Cancel = new System.Windows.Forms.Button();
this.Save = new System.Windows.Forms.Button();
this.DataSourceEncoding = new System.Windows.Forms.ComboBox();
this.Remark = new System.Windows.Forms.TextBox();
this.DataSourceUrl = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.DataSourceName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
this.splitContainer1.Size = new System.Drawing.Size(578, 417);
this.splitContainer1.SplitterDistance = 148;
this.splitContainer1.TabIndex = 1;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(578, 148);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseUp);
this.dataGridView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDoubleClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.OrderId);
this.groupBox1.Controls.Add(this.Cancel);
this.groupBox1.Controls.Add(this.Save);
this.groupBox1.Controls.Add(this.DataSourceEncoding);
this.groupBox1.Controls.Add(this.Remark);
this.groupBox1.Controls.Add(this.DataSourceUrl);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.DataSourceName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(578, 265);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "编辑区";
//
// OrderId
//
this.OrderId.Location = new System.Drawing.Point(189, 169);
this.OrderId.Mask = "99";
this.OrderId.Name = "OrderId";
this.OrderId.Size = new System.Drawing.Size(100, 21);
this.OrderId.TabIndex = 4;
//
// Cancel
//
this.Cancel.Location = new System.Drawing.Point(318, 208);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(75, 23);
this.Cancel.TabIndex = 3;
this.Cancel.Text = "取消";
this.Cancel.UseVisualStyleBackColor = true;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// Save
//
this.Save.Location = new System.Drawing.Point(206, 208);
this.Save.Name = "Save";
this.Save.Size = new System.Drawing.Size(75, 23);
this.Save.TabIndex = 3;
this.Save.Text = "保存";
this.Save.UseVisualStyleBackColor = true;
this.Save.Click += new System.EventHandler(this.Save_Click);
//
// DataSourceEncoding
//
this.DataSourceEncoding.FormattingEnabled = true;
this.DataSourceEncoding.Items.AddRange(new object[] {
"gb2312",
"utf-8"});
this.DataSourceEncoding.Location = new System.Drawing.Point(189, 100);
this.DataSourceEncoding.Name = "DataSourceEncoding";
this.DataSourceEncoding.Size = new System.Drawing.Size(121, 20);
this.DataSourceEncoding.TabIndex = 2;
//
// Remark
//
this.Remark.Location = new System.Drawing.Point(189, 135);
this.Remark.Name = "Remark";
this.Remark.Size = new System.Drawing.Size(230, 21);
this.Remark.TabIndex = 1;
//
// DataSourceUrl
//
this.DataSourceUrl.Location = new System.Drawing.Point(188, 61);
this.DataSourceUrl.Name = "DataSourceUrl";
this.DataSourceUrl.Size = new System.Drawing.Size(230, 21);
this.DataSourceUrl.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(117, 172);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "显示顺序:";
//
// DataSourceName
//
this.DataSourceName.Location = new System.Drawing.Point(188, 28);
this.DataSourceName.Name = "DataSourceName";
this.DataSourceName.Size = new System.Drawing.Size(230, 21);
this.DataSourceName.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(141, 138);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 0;
this.label4.Text = "备注:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(81, 103);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 0;
this.label3.Text = "数据源编码方式:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(87, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 12);
this.label2.TabIndex = 0;
this.label2.Text = "数据源URL地址:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(105, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "数据源名称:";
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// DataSourceManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 417);
this.Controls.Add(this.splitContainer1);
this.MaximizeBox = false;
this.Name = "DataSourceManage";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "数据源管理";
this.Load += new System.EventHandler(this.DataSourceManage_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox DataSourceEncoding;
private System.Windows.Forms.TextBox Remark;
private System.Windows.Forms.TextBox DataSourceUrl;
private System.Windows.Forms.TextBox DataSourceName;
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.Button Save;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.MaskedTextBox OrderId;
private System.Windows.Forms.ErrorProvider errorProvider1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -