宜昌华友成品库管理软件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

255 lines
13 KiB

namespace SiaSun.LMS.WCFHost
{
partial class CONFIG
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CONFIG));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnAppUpdate = new System.Windows.Forms.Button();
this.btnAppSave = new System.Windows.Forms.Button();
this.gridAPP = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnMapUpdate = new System.Windows.Forms.Button();
this.btnMapSave = new System.Windows.Forms.Button();
this.txtConnStr = new System.Windows.Forms.RichTextBox();
this.label2 = new System.Windows.Forms.Label();
this.cmbSqlMap = new System.Windows.Forms.ComboBox();
this.cmbProvider = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridAPP)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.btnAppUpdate);
this.groupBox1.Controls.Add(this.btnAppSave);
this.groupBox1.Controls.Add(this.gridAPP);
this.groupBox1.Location = new System.Drawing.Point(2, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(638, 172);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "App文件配置";
//
// btnAppUpdate
//
this.btnAppUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAppUpdate.Image = ((System.Drawing.Image)(resources.GetObject("btnAppUpdate.Image")));
this.btnAppUpdate.Location = new System.Drawing.Point(591, 68);
this.btnAppUpdate.Name = "btnAppUpdate";
this.btnAppUpdate.Size = new System.Drawing.Size(41, 23);
this.btnAppUpdate.TabIndex = 5;
this.btnAppUpdate.UseVisualStyleBackColor = true;
this.btnAppUpdate.Click += new System.EventHandler(this.btnAppUpdate_Click);
//
// btnAppSave
//
this.btnAppSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAppSave.Image = ((System.Drawing.Image)(resources.GetObject("btnAppSave.Image")));
this.btnAppSave.Location = new System.Drawing.Point(591, 29);
this.btnAppSave.Name = "btnAppSave";
this.btnAppSave.Size = new System.Drawing.Size(41, 23);
this.btnAppSave.TabIndex = 4;
this.btnAppSave.UseVisualStyleBackColor = true;
this.btnAppSave.Click += new System.EventHandler(this.btnAppSave_Click);
//
// gridAPP
//
this.gridAPP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gridAPP.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.gridAPP.BackgroundColor = System.Drawing.SystemColors.Window;
this.gridAPP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gridAPP.Location = new System.Drawing.Point(6, 20);
this.gridAPP.Name = "gridAPP";
this.gridAPP.RowTemplate.Height = 23;
this.gridAPP.Size = new System.Drawing.Size(579, 146);
this.gridAPP.TabIndex = 3;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.btnMapUpdate);
this.groupBox2.Controls.Add(this.btnMapSave);
this.groupBox2.Controls.Add(this.txtConnStr);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.cmbSqlMap);
this.groupBox2.Controls.Add(this.cmbProvider);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(2, 190);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(638, 269);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Map文件配置";
//
// btnMapUpdate
//
this.btnMapUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnMapUpdate.Image = ((System.Drawing.Image)(resources.GetObject("btnMapUpdate.Image")));
this.btnMapUpdate.Location = new System.Drawing.Point(591, 120);
this.btnMapUpdate.Name = "btnMapUpdate";
this.btnMapUpdate.Size = new System.Drawing.Size(41, 23);
this.btnMapUpdate.TabIndex = 5;
this.btnMapUpdate.UseVisualStyleBackColor = true;
this.btnMapUpdate.Click += new System.EventHandler(this.btnMapUpdate_Click);
//
// btnMapSave
//
this.btnMapSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnMapSave.Image = ((System.Drawing.Image)(resources.GetObject("btnMapSave.Image")));
this.btnMapSave.Location = new System.Drawing.Point(591, 79);
this.btnMapSave.Name = "btnMapSave";
this.btnMapSave.Size = new System.Drawing.Size(41, 23);
this.btnMapSave.TabIndex = 4;
this.btnMapSave.UseVisualStyleBackColor = true;
this.btnMapSave.Click += new System.EventHandler(this.btnMapSave_Click);
//
// txtConnStr
//
this.txtConnStr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtConnStr.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtConnStr.Location = new System.Drawing.Point(10, 79);
this.txtConnStr.Name = "txtConnStr";
this.txtConnStr.Size = new System.Drawing.Size(575, 184);
this.txtConnStr.TabIndex = 3;
this.txtConnStr.Text = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label2.Location = new System.Drawing.Point(6, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(93, 20);
this.label2.TabIndex = 2;
this.label2.Text = "连接字符串:";
//
// cmbSqlMap
//
this.cmbSqlMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSqlMap.Font = new System.Drawing.Font("微软雅黑", 10F);
this.cmbSqlMap.FormattingEnabled = true;
this.cmbSqlMap.Items.AddRange(new object[] {
"SqlMap.config",
"AnotherMap.config"});
this.cmbSqlMap.Location = new System.Drawing.Point(119, 26);
this.cmbSqlMap.Name = "cmbSqlMap";
this.cmbSqlMap.Size = new System.Drawing.Size(150, 27);
this.cmbSqlMap.TabIndex = 1;
this.cmbSqlMap.SelectedIndexChanged += new System.EventHandler(this.cmbSqlMap_SelectedIndexChanged);
//
// cmbProvider
//
this.cmbProvider.Font = new System.Drawing.Font("微软雅黑", 10F);
this.cmbProvider.FormattingEnabled = true;
this.cmbProvider.Items.AddRange(new object[] {
"sqlServer1.0",
"sqlServer1.1",
"sqlServer2.0",
"oracle9.2",
"oracle10.1",
"oracleClient1.0",
"OleDb1.1",
"Odbc1.1",
"MySql",
"iDb2.10"});
this.cmbProvider.Location = new System.Drawing.Point(418, 26);
this.cmbProvider.Name = "cmbProvider";
this.cmbProvider.Size = new System.Drawing.Size(150, 27);
this.cmbProvider.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label3.Location = new System.Drawing.Point(10, 29);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(103, 20);
this.label3.TabIndex = 0;
this.label3.Text = "SqlMap文件:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label1.Location = new System.Drawing.Point(277, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(135, 20);
this.label1.TabIndex = 0;
this.label1.Text = "数据访问驱动类型:";
//
// CONFIG
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(642, 466);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "CONFIG";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "配置信息";
this.Load += new System.EventHandler(this.CONFIG_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridAPP)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView gridAPP;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cmbProvider;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnAppSave;
private System.Windows.Forms.RichTextBox txtConnStr;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnMapSave;
private System.Windows.Forms.Button btnAppUpdate;
private System.Windows.Forms.Button btnMapUpdate;
private System.Windows.Forms.ComboBox cmbSqlMap;
private System.Windows.Forms.Label label3;
}
}