486 lines
21 KiB
C#
486 lines
21 KiB
C#
namespace CloudBuilder.Security.Gui
|
|
{
|
|
partial class LocaleEnquiryPage
|
|
{
|
|
/// <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()
|
|
{
|
|
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
|
|
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
|
|
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
|
|
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
|
|
mainPanel = new TableLayoutPanel();
|
|
topPanel = new TableLayoutPanel();
|
|
groupNameLabel = new Krypton.Toolkit.KryptonLabel();
|
|
groupNameTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
searchPanel = new TableLayoutPanel();
|
|
searchBut = new Krypton.Toolkit.KryptonButton();
|
|
resetBut = new Krypton.Toolkit.KryptonButton();
|
|
kryptonLabel1 = new Krypton.Toolkit.KryptonLabel();
|
|
valueTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
nameLabel = new Krypton.Toolkit.KryptonLabel();
|
|
nameTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
langLabel = new Krypton.Toolkit.KryptonLabel();
|
|
langCombo = new Krypton.Toolkit.KryptonComboBox();
|
|
contextPanel = new TableLayoutPanel();
|
|
dataGv = new Krypton.Toolkit.KryptonDataGridView();
|
|
gridViewPagination = new CloudBuilder.Gui.GridViewPagination();
|
|
bottomPanel = new TableLayoutPanel();
|
|
operationPanel = new TableLayoutPanel();
|
|
amendBut = new Krypton.Toolkit.KryptonButton();
|
|
savePanel = new TableLayoutPanel();
|
|
tableLayoutPanel1 = new TableLayoutPanel();
|
|
delBut = new Krypton.Toolkit.KryptonButton();
|
|
addBut = new Krypton.Toolkit.KryptonButton();
|
|
cancelBut = new Krypton.Toolkit.KryptonButton();
|
|
saveBut = new Krypton.Toolkit.KryptonButton();
|
|
groupNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
langCol = new DataGridViewComboBoxColumn();
|
|
nameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
valueCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
orderByCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
mainPanel.SuspendLayout();
|
|
topPanel.SuspendLayout();
|
|
searchPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)langCombo).BeginInit();
|
|
contextPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dataGv).BeginInit();
|
|
bottomPanel.SuspendLayout();
|
|
operationPanel.SuspendLayout();
|
|
savePanel.SuspendLayout();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// mainPanel
|
|
//
|
|
mainPanel.ColumnCount = 1;
|
|
mainPanel.ColumnStyles.Add(new ColumnStyle());
|
|
mainPanel.Controls.Add(topPanel, 0, 0);
|
|
mainPanel.Controls.Add(contextPanel, 0, 1);
|
|
mainPanel.Controls.Add(bottomPanel, 0, 2);
|
|
mainPanel.Dock = DockStyle.Fill;
|
|
mainPanel.Location = new Point(0, 0);
|
|
mainPanel.Name = "mainPanel";
|
|
mainPanel.RowCount = 3;
|
|
mainPanel.RowStyles.Add(new RowStyle());
|
|
mainPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
mainPanel.RowStyles.Add(new RowStyle());
|
|
mainPanel.Size = new Size(1024, 800);
|
|
mainPanel.TabIndex = 0;
|
|
//
|
|
// topPanel
|
|
//
|
|
topPanel.AutoSize = true;
|
|
topPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
topPanel.ColumnCount = 5;
|
|
topPanel.ColumnStyles.Add(new ColumnStyle());
|
|
topPanel.ColumnStyles.Add(new ColumnStyle());
|
|
topPanel.ColumnStyles.Add(new ColumnStyle());
|
|
topPanel.ColumnStyles.Add(new ColumnStyle());
|
|
topPanel.ColumnStyles.Add(new ColumnStyle());
|
|
topPanel.Controls.Add(groupNameLabel, 0, 0);
|
|
topPanel.Controls.Add(groupNameTxt, 1, 0);
|
|
topPanel.Controls.Add(searchPanel, 4, 0);
|
|
topPanel.Controls.Add(kryptonLabel1, 2, 0);
|
|
topPanel.Controls.Add(valueTxt, 3, 0);
|
|
topPanel.Controls.Add(nameLabel, 0, 1);
|
|
topPanel.Controls.Add(nameTxt, 1, 1);
|
|
topPanel.Controls.Add(langLabel, 2, 1);
|
|
topPanel.Controls.Add(langCombo, 3, 1);
|
|
topPanel.Dock = DockStyle.Fill;
|
|
topPanel.Location = new Point(3, 3);
|
|
topPanel.Name = "topPanel";
|
|
topPanel.RowCount = 2;
|
|
topPanel.RowStyles.Add(new RowStyle());
|
|
topPanel.RowStyles.Add(new RowStyle());
|
|
topPanel.Size = new Size(1018, 60);
|
|
topPanel.TabIndex = 0;
|
|
//
|
|
// groupNameLabel
|
|
//
|
|
groupNameLabel.Location = new Point(3, 3);
|
|
groupNameLabel.Name = "groupNameLabel";
|
|
groupNameLabel.Size = new Size(52, 20);
|
|
groupNameLabel.TabIndex = 999;
|
|
groupNameLabel.Values.Text = "分类名:";
|
|
//
|
|
// groupNameTxt
|
|
//
|
|
groupNameTxt.Location = new Point(61, 3);
|
|
groupNameTxt.Name = "groupNameTxt";
|
|
groupNameTxt.Size = new Size(200, 23);
|
|
groupNameTxt.TabIndex = 0;
|
|
//
|
|
// searchPanel
|
|
//
|
|
searchPanel.AutoSize = true;
|
|
searchPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
searchPanel.ColumnCount = 3;
|
|
searchPanel.ColumnStyles.Add(new ColumnStyle());
|
|
searchPanel.ColumnStyles.Add(new ColumnStyle());
|
|
searchPanel.ColumnStyles.Add(new ColumnStyle());
|
|
searchPanel.Controls.Add(searchBut, 0, 0);
|
|
searchPanel.Controls.Add(resetBut, 1, 0);
|
|
searchPanel.Location = new Point(602, 0);
|
|
searchPanel.Margin = new Padding(60, 0, 0, 0);
|
|
searchPanel.Name = "searchPanel";
|
|
searchPanel.RowCount = 1;
|
|
searchPanel.RowStyles.Add(new RowStyle());
|
|
searchPanel.Size = new Size(192, 31);
|
|
searchPanel.TabIndex = 999;
|
|
//
|
|
// searchBut
|
|
//
|
|
searchBut.Location = new Point(3, 3);
|
|
searchBut.Name = "searchBut";
|
|
searchBut.Size = new Size(90, 25);
|
|
searchBut.TabIndex = 0;
|
|
searchBut.Values.Image = Properties.Resources.search_16;
|
|
searchBut.Values.Text = "查询(&S)";
|
|
searchBut.Click += searchBut_Click;
|
|
//
|
|
// resetBut
|
|
//
|
|
resetBut.Location = new Point(99, 3);
|
|
resetBut.Name = "resetBut";
|
|
resetBut.Size = new Size(90, 25);
|
|
resetBut.TabIndex = 0;
|
|
resetBut.Values.Image = Properties.Resources.reset_16;
|
|
resetBut.Values.Text = "重置(&R)";
|
|
resetBut.Click += resetBut_Click;
|
|
//
|
|
// kryptonLabel1
|
|
//
|
|
kryptonLabel1.Location = new Point(294, 3);
|
|
kryptonLabel1.Margin = new Padding(30, 3, 3, 3);
|
|
kryptonLabel1.Name = "kryptonLabel1";
|
|
kryptonLabel1.Size = new Size(26, 20);
|
|
kryptonLabel1.TabIndex = 999;
|
|
kryptonLabel1.Values.Text = "值:";
|
|
//
|
|
// valueTxt
|
|
//
|
|
valueTxt.Location = new Point(339, 3);
|
|
valueTxt.Name = "valueTxt";
|
|
valueTxt.Size = new Size(200, 23);
|
|
valueTxt.TabIndex = 1;
|
|
//
|
|
// nameLabel
|
|
//
|
|
nameLabel.Location = new Point(3, 34);
|
|
nameLabel.Name = "nameLabel";
|
|
nameLabel.Size = new Size(52, 20);
|
|
nameLabel.TabIndex = 999;
|
|
nameLabel.Values.Text = "子类名:";
|
|
//
|
|
// nameTxt
|
|
//
|
|
nameTxt.Location = new Point(61, 34);
|
|
nameTxt.Name = "nameTxt";
|
|
nameTxt.Size = new Size(200, 23);
|
|
nameTxt.TabIndex = 3;
|
|
//
|
|
// langLabel
|
|
//
|
|
langLabel.Location = new Point(294, 34);
|
|
langLabel.Margin = new Padding(30, 3, 3, 3);
|
|
langLabel.Name = "langLabel";
|
|
langLabel.Size = new Size(39, 20);
|
|
langLabel.TabIndex = 999;
|
|
langLabel.Values.Text = "语言:";
|
|
//
|
|
// langCombo
|
|
//
|
|
langCombo.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
langCombo.DropDownWidth = 200;
|
|
langCombo.IntegralHeight = false;
|
|
langCombo.Location = new Point(339, 34);
|
|
langCombo.Name = "langCombo";
|
|
langCombo.Size = new Size(200, 22);
|
|
langCombo.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
|
|
langCombo.TabIndex = 4;
|
|
//
|
|
// contextPanel
|
|
//
|
|
contextPanel.ColumnCount = 1;
|
|
contextPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
contextPanel.Controls.Add(dataGv, 0, 0);
|
|
contextPanel.Controls.Add(gridViewPagination, 0, 1);
|
|
contextPanel.Dock = DockStyle.Fill;
|
|
contextPanel.Location = new Point(3, 69);
|
|
contextPanel.Name = "contextPanel";
|
|
contextPanel.RowCount = 2;
|
|
contextPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
contextPanel.RowStyles.Add(new RowStyle());
|
|
contextPanel.Size = new Size(1018, 617);
|
|
contextPanel.TabIndex = 999;
|
|
//
|
|
// dataGv
|
|
//
|
|
dataGv.AllowUserToAddRows = false;
|
|
dataGv.AllowUserToDeleteRows = false;
|
|
dataGv.BorderStyle = BorderStyle.None;
|
|
dataGv.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGv.Columns.AddRange(new DataGridViewColumn[] { groupNameCol, langCol, nameCol, valueCol, orderByCol });
|
|
dataGv.Dock = DockStyle.Fill;
|
|
dataGv.Location = new Point(3, 3);
|
|
dataGv.Name = "dataGv";
|
|
dataGv.Size = new Size(1012, 581);
|
|
dataGv.TabIndex = 0;
|
|
//
|
|
// gridViewPagination
|
|
//
|
|
gridViewPagination.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
gridViewPagination.CurrentPage = 0;
|
|
gridViewPagination.Dock = DockStyle.Fill;
|
|
gridViewPagination.Limit = 20;
|
|
gridViewPagination.Location = new Point(0, 587);
|
|
gridViewPagination.Margin = new Padding(0);
|
|
gridViewPagination.Name = "gridViewPagination";
|
|
gridViewPagination.Page = 0;
|
|
gridViewPagination.Size = new Size(1018, 30);
|
|
gridViewPagination.TabIndex = 999;
|
|
gridViewPagination.Total = 0;
|
|
//
|
|
// bottomPanel
|
|
//
|
|
bottomPanel.AutoSize = true;
|
|
bottomPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
bottomPanel.ColumnCount = 2;
|
|
bottomPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
bottomPanel.ColumnStyles.Add(new ColumnStyle());
|
|
bottomPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
|
|
bottomPanel.Controls.Add(operationPanel, 0, 1);
|
|
bottomPanel.Controls.Add(savePanel, 0, 0);
|
|
bottomPanel.Dock = DockStyle.Fill;
|
|
bottomPanel.Location = new Point(3, 692);
|
|
bottomPanel.Name = "bottomPanel";
|
|
bottomPanel.RowCount = 2;
|
|
bottomPanel.RowStyles.Add(new RowStyle());
|
|
bottomPanel.RowStyles.Add(new RowStyle());
|
|
bottomPanel.Size = new Size(1018, 105);
|
|
bottomPanel.TabIndex = 999;
|
|
//
|
|
// operationPanel
|
|
//
|
|
operationPanel.AutoSize = true;
|
|
operationPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
operationPanel.ColumnCount = 3;
|
|
operationPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
operationPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 101F));
|
|
operationPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
operationPanel.Controls.Add(amendBut, 0, 0);
|
|
operationPanel.Location = new Point(0, 74);
|
|
operationPanel.Margin = new Padding(0);
|
|
operationPanel.Name = "operationPanel";
|
|
operationPanel.RowCount = 1;
|
|
operationPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
operationPanel.Size = new Size(293, 31);
|
|
operationPanel.TabIndex = 0;
|
|
//
|
|
// amendBut
|
|
//
|
|
amendBut.Location = new Point(3, 3);
|
|
amendBut.Name = "amendBut";
|
|
amendBut.Size = new Size(90, 25);
|
|
amendBut.TabIndex = 0;
|
|
amendBut.Values.Image = Properties.Resources.amend_16;
|
|
amendBut.Values.Text = "修改(&A)";
|
|
amendBut.Click += amendBut_Click;
|
|
//
|
|
// savePanel
|
|
//
|
|
savePanel.AutoSize = true;
|
|
savePanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
savePanel.ColumnCount = 2;
|
|
savePanel.ColumnStyles.Add(new ColumnStyle());
|
|
savePanel.ColumnStyles.Add(new ColumnStyle());
|
|
savePanel.Controls.Add(tableLayoutPanel1, 0, 0);
|
|
savePanel.Controls.Add(cancelBut, 1, 1);
|
|
savePanel.Controls.Add(saveBut, 0, 1);
|
|
savePanel.Location = new Point(3, 3);
|
|
savePanel.Name = "savePanel";
|
|
savePanel.RowCount = 2;
|
|
savePanel.RowStyles.Add(new RowStyle());
|
|
savePanel.RowStyles.Add(new RowStyle());
|
|
savePanel.Size = new Size(192, 68);
|
|
savePanel.TabIndex = 2;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.AutoSize = true;
|
|
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel1.ColumnCount = 2;
|
|
savePanel.SetColumnSpan(tableLayoutPanel1, 2);
|
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel1.Controls.Add(delBut, 1, 0);
|
|
tableLayoutPanel1.Controls.Add(addBut, 0, 0);
|
|
tableLayoutPanel1.Location = new Point(3, 3);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 1;
|
|
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel1.Size = new Size(92, 31);
|
|
tableLayoutPanel1.TabIndex = 3;
|
|
//
|
|
// delBut
|
|
//
|
|
delBut.Location = new Point(49, 3);
|
|
delBut.Name = "delBut";
|
|
delBut.Size = new Size(40, 25);
|
|
delBut.TabIndex = 2;
|
|
delBut.Values.Image = Properties.Resources.navigate_minus;
|
|
delBut.Values.Text = "";
|
|
delBut.Click += delBut_Click;
|
|
//
|
|
// addBut
|
|
//
|
|
addBut.Location = new Point(3, 3);
|
|
addBut.Name = "addBut";
|
|
addBut.Size = new Size(40, 25);
|
|
addBut.TabIndex = 1;
|
|
addBut.Values.Image = Properties.Resources.navigate_plus;
|
|
addBut.Values.Text = "";
|
|
addBut.Click += addBut_Click;
|
|
//
|
|
// cancelBut
|
|
//
|
|
cancelBut.Location = new Point(99, 40);
|
|
cancelBut.Name = "cancelBut";
|
|
cancelBut.Size = new Size(90, 25);
|
|
cancelBut.TabIndex = 2;
|
|
cancelBut.Values.Image = Properties.Resources.cancel_16;
|
|
cancelBut.Values.Text = "取消(&L)";
|
|
cancelBut.Click += cancelBut_Click;
|
|
//
|
|
// saveBut
|
|
//
|
|
saveBut.Location = new Point(3, 40);
|
|
saveBut.Name = "saveBut";
|
|
saveBut.Size = new Size(90, 25);
|
|
saveBut.TabIndex = 1;
|
|
saveBut.Values.Image = Properties.Resources.save_16;
|
|
saveBut.Values.Text = "保存(&S)";
|
|
saveBut.Click += saveBut_Click;
|
|
//
|
|
// groupNameCol
|
|
//
|
|
groupNameCol.DataPropertyName = "GroupName";
|
|
groupNameCol.DefaultCellStyle = dataGridViewCellStyle1;
|
|
groupNameCol.HeaderText = "分类名";
|
|
groupNameCol.Name = "groupNameCol";
|
|
groupNameCol.Width = 260;
|
|
//
|
|
// langCol
|
|
//
|
|
langCol.DataPropertyName = "Lang";
|
|
langCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
|
|
langCol.HeaderText = "语言";
|
|
langCol.Name = "langCol";
|
|
langCol.Resizable = DataGridViewTriState.True;
|
|
//
|
|
// nameCol
|
|
//
|
|
nameCol.DataPropertyName = "Name";
|
|
nameCol.DefaultCellStyle = dataGridViewCellStyle2;
|
|
nameCol.HeaderText = "子类名";
|
|
nameCol.Name = "nameCol";
|
|
nameCol.Width = 260;
|
|
//
|
|
// valueCol
|
|
//
|
|
valueCol.DataPropertyName = "Value";
|
|
valueCol.DefaultCellStyle = dataGridViewCellStyle3;
|
|
valueCol.HeaderText = "值";
|
|
valueCol.Name = "valueCol";
|
|
valueCol.Resizable = DataGridViewTriState.True;
|
|
valueCol.Width = 260;
|
|
//
|
|
// orderByCol
|
|
//
|
|
orderByCol.DataPropertyName = "OrderBy";
|
|
orderByCol.DefaultCellStyle = dataGridViewCellStyle4;
|
|
orderByCol.HeaderText = "排序";
|
|
orderByCol.Name = "orderByCol";
|
|
orderByCol.Width = 100;
|
|
//
|
|
// LocaleEnquiryPage
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
Controls.Add(mainPanel);
|
|
Name = "LocaleEnquiryPage";
|
|
mainPanel.ResumeLayout(false);
|
|
mainPanel.PerformLayout();
|
|
topPanel.ResumeLayout(false);
|
|
topPanel.PerformLayout();
|
|
searchPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)langCombo).EndInit();
|
|
contextPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dataGv).EndInit();
|
|
bottomPanel.ResumeLayout(false);
|
|
bottomPanel.PerformLayout();
|
|
operationPanel.ResumeLayout(false);
|
|
savePanel.ResumeLayout(false);
|
|
savePanel.PerformLayout();
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TableLayoutPanel mainPanel;
|
|
private TableLayoutPanel topPanel;
|
|
private TableLayoutPanel searchPanel;
|
|
private Krypton.Toolkit.KryptonButton searchBut;
|
|
private Krypton.Toolkit.KryptonButton resetBut;
|
|
private TableLayoutPanel contextPanel;
|
|
private TableLayoutPanel bottomPanel;
|
|
private TableLayoutPanel operationPanel;
|
|
private Krypton.Toolkit.KryptonButton amendBut;
|
|
private Krypton.Toolkit.KryptonLabel groupNameLabel;
|
|
private Krypton.Toolkit.KryptonTextBox groupNameTxt;
|
|
private Krypton.Toolkit.KryptonDataGridView dataGv;
|
|
private CloudBuilder.Gui.GridViewPagination gridViewPagination;
|
|
private Krypton.Toolkit.KryptonLabel kryptonLabel1;
|
|
private Krypton.Toolkit.KryptonTextBox valueTxt;
|
|
private TableLayoutPanel savePanel;
|
|
private Krypton.Toolkit.KryptonButton cancelBut;
|
|
private Krypton.Toolkit.KryptonButton saveBut;
|
|
private TableLayoutPanel tableLayoutPanel1;
|
|
private Krypton.Toolkit.KryptonButton delBut;
|
|
private Krypton.Toolkit.KryptonButton addBut;
|
|
private Krypton.Toolkit.KryptonLabel nameLabel;
|
|
private Krypton.Toolkit.KryptonTextBox nameTxt;
|
|
private Krypton.Toolkit.KryptonLabel langLabel;
|
|
private Krypton.Toolkit.KryptonComboBox langCombo;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn groupNameCol;
|
|
private DataGridViewComboBoxColumn langCol;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn nameCol;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn valueCol;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn orderByCol;
|
|
}
|
|
} |