You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
204 lines
9.0 KiB
C#
204 lines
9.0 KiB
C#
namespace Mesnac.Gui.Run.Dialog
|
|
{
|
|
partial class FrmSelectMessage
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.dgvLocales = new System.Windows.Forms.DataGridView();
|
|
this.txtMessageId = new System.Windows.Forms.TextBox();
|
|
this.lstMessages = new System.Windows.Forms.ListBox();
|
|
this.colLanguage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colCountry = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLocales)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
this.panel1.Location = new System.Drawing.Point(13, 12);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(259, 495);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.dgvLocales);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 367);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(259, 128);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "区域信息";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lstMessages);
|
|
this.groupBox1.Controls.Add(this.txtMessageId);
|
|
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(259, 367);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "资源项信息";
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(116, 513);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOK.TabIndex = 1;
|
|
this.btnOK.Text = "确定(&O)";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(197, 513);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 2;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// dgvLocales
|
|
//
|
|
this.dgvLocales.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvLocales.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.colLanguage,
|
|
this.colValue,
|
|
this.colCode,
|
|
this.colCountry});
|
|
this.dgvLocales.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvLocales.Location = new System.Drawing.Point(3, 17);
|
|
this.dgvLocales.MultiSelect = false;
|
|
this.dgvLocales.Name = "dgvLocales";
|
|
this.dgvLocales.ReadOnly = true;
|
|
this.dgvLocales.RowTemplate.Height = 23;
|
|
this.dgvLocales.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvLocales.Size = new System.Drawing.Size(253, 108);
|
|
this.dgvLocales.TabIndex = 0;
|
|
//
|
|
// txtMessageId
|
|
//
|
|
this.txtMessageId.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.txtMessageId.Location = new System.Drawing.Point(3, 17);
|
|
this.txtMessageId.Name = "txtMessageId";
|
|
this.txtMessageId.Size = new System.Drawing.Size(253, 21);
|
|
this.txtMessageId.TabIndex = 1;
|
|
this.txtMessageId.TextChanged += new System.EventHandler(this.txtMessageId_TextChanged);
|
|
//
|
|
// lstMessages
|
|
//
|
|
this.lstMessages.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstMessages.FormattingEnabled = true;
|
|
this.lstMessages.ItemHeight = 12;
|
|
this.lstMessages.Location = new System.Drawing.Point(3, 38);
|
|
this.lstMessages.Name = "lstMessages";
|
|
this.lstMessages.Size = new System.Drawing.Size(253, 326);
|
|
this.lstMessages.TabIndex = 2;
|
|
this.lstMessages.SelectedIndexChanged += new System.EventHandler(this.lstMessages_SelectedIndexChanged);
|
|
//
|
|
// colLanguage
|
|
//
|
|
this.colLanguage.HeaderText = "区域";
|
|
this.colLanguage.Name = "colLanguage";
|
|
this.colLanguage.ReadOnly = true;
|
|
//
|
|
// colValue
|
|
//
|
|
this.colValue.HeaderText = "值";
|
|
this.colValue.Name = "colValue";
|
|
this.colValue.ReadOnly = true;
|
|
//
|
|
// colCode
|
|
//
|
|
this.colCode.HeaderText = "区域代号";
|
|
this.colCode.Name = "colCode";
|
|
this.colCode.ReadOnly = true;
|
|
//
|
|
// colCountry
|
|
//
|
|
this.colCountry.HeaderText = "国家";
|
|
this.colCountry.Name = "colCountry";
|
|
this.colCountry.ReadOnly = true;
|
|
//
|
|
// FrmSelectMessage
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(284, 547);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmSelectMessage";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "筛选资源";
|
|
this.panel1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLocales)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.DataGridView dgvLocales;
|
|
private System.Windows.Forms.ListBox lstMessages;
|
|
private System.Windows.Forms.TextBox txtMessageId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colLanguage;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colValue;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colCountry;
|
|
}
|
|
} |