|
/*===================================================================
|
* 程序说明: Language的数据管理窗体
|
* 作者资料: 孙中吕
|
* 创建日期: 2020-10-22 06:18:19
|
* 最后修改: 2020-10-22 06:18:19
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* 版权所有 Copyright 2006~2020, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.SystemModule
|
{
|
///<summary>
|
/// Language的资料管理窗体
|
/// </summary>
|
public partial class frmLanguage
|
{
|
/// <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 生成本窗体所有组件成员清单
|
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraEditors.PanelControl pcDetailEditor;
|
private DevExpress.XtraGrid.Columns.GridColumn colObjectID;
|
private DevExpress.XtraEditors.LabelControl lblObjectID;
|
private DevExpress.XtraEditors.TextEdit txtObjectID;
|
private DevExpress.XtraGrid.Columns.GridColumn colCHS;
|
private DevExpress.XtraEditors.LabelControl lblCHS;
|
private DevExpress.XtraEditors.TextEdit txtCHS;
|
private DevExpress.XtraGrid.Columns.GridColumn colCHT;
|
private DevExpress.XtraEditors.LabelControl lblCHT;
|
private DevExpress.XtraEditors.TextEdit txtCHT;
|
private DevExpress.XtraGrid.Columns.GridColumn colENG;
|
private DevExpress.XtraEditors.LabelControl lblENG;
|
private DevExpress.XtraEditors.TextEdit txtENG;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
|
private DevExpress.XtraEditors.LabelControl lblCreateTime;
|
private DevExpress.XtraEditors.DateEdit txtCreateTime;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private DevExpress.XtraEditors.PanelControl pnlSearch;
|
private DevExpress.XtraEditors.LabelControl lbl_ObjectID;
|
private DevExpress.XtraEditors.TextEdit txt_ObjectID;
|
private DevExpress.XtraEditors.LabelControl lbl_CHS;
|
private DevExpress.XtraEditors.TextEdit txt_CHS;
|
private DevExpress.XtraEditors.LabelControl lbl_CHT;
|
private DevExpress.XtraEditors.TextEdit txt_CHT;
|
private DevExpress.XtraEditors.LabelControl lbl_ENG;
|
private DevExpress.XtraEditors.TextEdit txt_ENG;
|
private DevExpress.XtraEditors.SimpleButton btnEmpty;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|
#endregion
|
|
#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.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLanguage));
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colItemType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colObjectID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCHS = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCHT = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colENG = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colVN = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl();
|
this.lblObjectID = new DevExpress.XtraEditors.LabelControl();
|
this.txtObjectID = new DevExpress.XtraEditors.TextEdit();
|
this.lblCHS = new DevExpress.XtraEditors.LabelControl();
|
this.txtCHS = new DevExpress.XtraEditors.TextEdit();
|
this.lblCHT = new DevExpress.XtraEditors.LabelControl();
|
this.txtCHT = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.lblENG = new DevExpress.XtraEditors.LabelControl();
|
this.txtVN = new DevExpress.XtraEditors.TextEdit();
|
this.txtENG = new DevExpress.XtraEditors.TextEdit();
|
this.lblCreateTime = new DevExpress.XtraEditors.LabelControl();
|
this.txtCreateTime = new DevExpress.XtraEditors.DateEdit();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.pnlSearch = new DevExpress.XtraEditors.PanelControl();
|
this.txt_LanType = new DevExpress.XtraEditors.RadioGroup();
|
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
|
this.btnBaiDuApi = new DevExpress.XtraEditors.SimpleButton();
|
this.btnRefreshLan = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.lbl_ObjectID = new DevExpress.XtraEditors.LabelControl();
|
this.txt_ObjectID = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_CHS = new DevExpress.XtraEditors.LabelControl();
|
this.txt_CHS = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_CHT = new DevExpress.XtraEditors.LabelControl();
|
this.txt_CHT = new DevExpress.XtraEditors.TextEdit();
|
this.lbl_ENG = new DevExpress.XtraEditors.LabelControl();
|
this.txt_ENG = new DevExpress.XtraEditors.TextEdit();
|
this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtObjectID.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCHS.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCHT.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtVN.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtENG.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreateTime.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreateTime.Properties)).BeginInit();
|
this.tableLayoutPanel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
|
this.pnlSearch.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_LanType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ObjectID.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_CHS.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_CHT.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ENG.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.tableLayoutPanel1);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tpSummary.Size = new System.Drawing.Size(1152, 733);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 5);
|
this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.pnlSummary.Size = new System.Drawing.Size(1154, 765);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tcBusiness.SelectedTabPage = this.tpSummary;
|
this.tcBusiness.Size = new System.Drawing.Size(1154, 765);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.pcDetailEditor);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.tpDetail.Size = new System.Drawing.Size(1152, 733);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5);
|
this.gcNavigator.Size = new System.Drawing.Size(1017, 33);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(814, 5);
|
this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 23);
|
//
|
// txtFocusForSave
|
//
|
this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(589, 3);
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Location = new System.Drawing.Point(3, 88);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(1146, 883);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colItemType,
|
this.colObjectID,
|
this.colCHS,
|
this.colCHT,
|
this.colENG,
|
this.colCreateTime,
|
this.colVN});
|
this.gvSummary.DetailHeight = 450;
|
this.gvSummary.FixedLineWidth = 3;
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
//
|
// colItemType
|
//
|
this.colItemType.Caption = "类型";
|
this.colItemType.FieldName = "ItemType";
|
this.colItemType.MinWidth = 23;
|
this.colItemType.Name = "colItemType";
|
this.colItemType.Visible = true;
|
this.colItemType.VisibleIndex = 0;
|
this.colItemType.Width = 89;
|
//
|
// colObjectID
|
//
|
this.colObjectID.Caption = "语言标识";
|
this.colObjectID.FieldName = "ObjectID";
|
this.colObjectID.MinWidth = 23;
|
this.colObjectID.Name = "colObjectID";
|
this.colObjectID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ObjectID", "条数:{0}")});
|
this.colObjectID.Visible = true;
|
this.colObjectID.VisibleIndex = 1;
|
this.colObjectID.Width = 233;
|
//
|
// colCHS
|
//
|
this.colCHS.Caption = "简体";
|
this.colCHS.FieldName = "CHS";
|
this.colCHS.MinWidth = 23;
|
this.colCHS.Name = "colCHS";
|
this.colCHS.Visible = true;
|
this.colCHS.VisibleIndex = 2;
|
this.colCHS.Width = 247;
|
//
|
// colCHT
|
//
|
this.colCHT.Caption = "繁体";
|
this.colCHT.FieldName = "CHT";
|
this.colCHT.MinWidth = 23;
|
this.colCHT.Name = "colCHT";
|
this.colCHT.Visible = true;
|
this.colCHT.VisibleIndex = 3;
|
this.colCHT.Width = 290;
|
//
|
// colENG
|
//
|
this.colENG.Caption = "英文";
|
this.colENG.FieldName = "ENG";
|
this.colENG.MinWidth = 23;
|
this.colENG.Name = "colENG";
|
this.colENG.Visible = true;
|
this.colENG.VisibleIndex = 4;
|
this.colENG.Width = 283;
|
//
|
// colCreateTime
|
//
|
this.colCreateTime.Caption = "创建时间";
|
this.colCreateTime.FieldName = "CreateTime";
|
this.colCreateTime.MinWidth = 23;
|
this.colCreateTime.Name = "colCreateTime";
|
this.colCreateTime.Visible = true;
|
this.colCreateTime.VisibleIndex = 6;
|
this.colCreateTime.Width = 114;
|
//
|
// colVN
|
//
|
this.colVN.Caption = "越南文";
|
this.colVN.FieldName = "VN";
|
this.colVN.MinWidth = 23;
|
this.colVN.Name = "colVN";
|
this.colVN.Visible = true;
|
this.colVN.VisibleIndex = 5;
|
this.colVN.Width = 329;
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.Controls.Add(this.lblObjectID);
|
this.pcDetailEditor.Controls.Add(this.txtObjectID);
|
this.pcDetailEditor.Controls.Add(this.lblCHS);
|
this.pcDetailEditor.Controls.Add(this.txtCHS);
|
this.pcDetailEditor.Controls.Add(this.lblCHT);
|
this.pcDetailEditor.Controls.Add(this.txtCHT);
|
this.pcDetailEditor.Controls.Add(this.labelControl1);
|
this.pcDetailEditor.Controls.Add(this.lblENG);
|
this.pcDetailEditor.Controls.Add(this.txtVN);
|
this.pcDetailEditor.Controls.Add(this.txtENG);
|
this.pcDetailEditor.Controls.Add(this.lblCreateTime);
|
this.pcDetailEditor.Controls.Add(this.txtCreateTime);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.pcDetailEditor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.Size = new System.Drawing.Size(1152, 733);
|
this.pcDetailEditor.TabIndex = 0;
|
//
|
// lblObjectID
|
//
|
this.lblObjectID.Location = new System.Drawing.Point(40, 30);
|
this.lblObjectID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lblObjectID.Name = "lblObjectID";
|
this.lblObjectID.Size = new System.Drawing.Size(75, 18);
|
this.lblObjectID.TabIndex = 0;
|
this.lblObjectID.Text = "语言标识:";
|
//
|
// txtObjectID
|
//
|
this.txtObjectID.Location = new System.Drawing.Point(118, 26);
|
this.txtObjectID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtObjectID.Name = "txtObjectID";
|
this.txtObjectID.Size = new System.Drawing.Size(593, 24);
|
this.txtObjectID.TabIndex = 0;
|
//
|
// lblCHS
|
//
|
this.lblCHS.Location = new System.Drawing.Point(67, 69);
|
this.lblCHS.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lblCHS.Name = "lblCHS";
|
this.lblCHS.Size = new System.Drawing.Size(45, 18);
|
this.lblCHS.TabIndex = 0;
|
this.lblCHS.Text = "简体:";
|
//
|
// txtCHS
|
//
|
this.txtCHS.Location = new System.Drawing.Point(118, 66);
|
this.txtCHS.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtCHS.Name = "txtCHS";
|
this.txtCHS.Size = new System.Drawing.Size(593, 24);
|
this.txtCHS.TabIndex = 0;
|
//
|
// lblCHT
|
//
|
this.lblCHT.Location = new System.Drawing.Point(67, 109);
|
this.lblCHT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lblCHT.Name = "lblCHT";
|
this.lblCHT.Size = new System.Drawing.Size(45, 18);
|
this.lblCHT.TabIndex = 0;
|
this.lblCHT.Text = "繁体:";
|
//
|
// txtCHT
|
//
|
this.txtCHT.Location = new System.Drawing.Point(118, 105);
|
this.txtCHT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtCHT.Name = "txtCHT";
|
this.txtCHT.Size = new System.Drawing.Size(593, 24);
|
this.txtCHT.TabIndex = 0;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(54, 190);
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(60, 18);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "越南文:";
|
//
|
// lblENG
|
//
|
this.lblENG.Location = new System.Drawing.Point(67, 149);
|
this.lblENG.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lblENG.Name = "lblENG";
|
this.lblENG.Size = new System.Drawing.Size(45, 18);
|
this.lblENG.TabIndex = 0;
|
this.lblENG.Text = "英文:";
|
//
|
// txtVN
|
//
|
this.txtVN.Location = new System.Drawing.Point(118, 188);
|
this.txtVN.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtVN.Name = "txtVN";
|
this.txtVN.Size = new System.Drawing.Size(593, 24);
|
this.txtVN.TabIndex = 0;
|
//
|
// txtENG
|
//
|
this.txtENG.Location = new System.Drawing.Point(118, 145);
|
this.txtENG.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtENG.Name = "txtENG";
|
this.txtENG.Size = new System.Drawing.Size(593, 24);
|
this.txtENG.TabIndex = 0;
|
//
|
// lblCreateTime
|
//
|
this.lblCreateTime.Location = new System.Drawing.Point(40, 248);
|
this.lblCreateTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lblCreateTime.Name = "lblCreateTime";
|
this.lblCreateTime.Size = new System.Drawing.Size(75, 18);
|
this.lblCreateTime.TabIndex = 0;
|
this.lblCreateTime.Text = "创建时间:";
|
//
|
// txtCreateTime
|
//
|
this.txtCreateTime.EditValue = null;
|
this.txtCreateTime.Location = new System.Drawing.Point(118, 244);
|
this.txtCreateTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtCreateTime.Name = "txtCreateTime";
|
this.txtCreateTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtCreateTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.txtCreateTime.Size = new System.Drawing.Size(238, 24);
|
this.txtCreateTime.TabIndex = 1;
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 84F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1152, 733);
|
this.tableLayoutPanel1.TabIndex = 11;
|
//
|
// pnlSearch
|
//
|
this.pnlSearch.Controls.Add(this.txt_LanType);
|
this.pnlSearch.Controls.Add(this.btnEmpty);
|
this.pnlSearch.Controls.Add(this.btnBaiDuApi);
|
this.pnlSearch.Controls.Add(this.btnRefreshLan);
|
this.pnlSearch.Controls.Add(this.btnQuery);
|
this.pnlSearch.Controls.Add(this.lbl_ObjectID);
|
this.pnlSearch.Controls.Add(this.txt_ObjectID);
|
this.pnlSearch.Controls.Add(this.lbl_CHS);
|
this.pnlSearch.Controls.Add(this.txt_CHS);
|
this.pnlSearch.Controls.Add(this.lbl_CHT);
|
this.pnlSearch.Controls.Add(this.txt_CHT);
|
this.pnlSearch.Controls.Add(this.lbl_ENG);
|
this.pnlSearch.Controls.Add(this.txt_ENG);
|
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pnlSearch.Location = new System.Drawing.Point(3, 4);
|
this.pnlSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.pnlSearch.Name = "pnlSearch";
|
this.pnlSearch.Size = new System.Drawing.Size(1146, 76);
|
this.pnlSearch.TabIndex = 11;
|
//
|
// txt_LanType
|
//
|
this.txt_LanType.EditValue = "All";
|
this.txt_LanType.Location = new System.Drawing.Point(451, 4);
|
this.txt_LanType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_LanType.Name = "txt_LanType";
|
this.txt_LanType.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.txt_LanType.Properties.Appearance.Options.UseBackColor = true;
|
this.txt_LanType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.txt_LanType.Properties.Columns = 1;
|
this.txt_LanType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("All", "<所有>"),
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("Control", "Control"),
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("Message", "Message")});
|
this.txt_LanType.Size = new System.Drawing.Size(102, 75);
|
this.txt_LanType.TabIndex = 23;
|
//
|
// btnEmpty
|
//
|
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
|
this.btnEmpty.Location = new System.Drawing.Point(715, 10);
|
this.btnEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnEmpty.Name = "btnEmpty";
|
this.btnEmpty.Size = new System.Drawing.Size(101, 54);
|
this.btnEmpty.TabIndex = 21;
|
this.btnEmpty.Text = "清空(&E)";
|
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
|
//
|
// btnBaiDuApi
|
//
|
this.btnBaiDuApi.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnBaiDuApi.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnBaiDuApi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBaiDuApi.ImageOptions.Image")));
|
this.btnBaiDuApi.Location = new System.Drawing.Point(978, 10);
|
this.btnBaiDuApi.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnBaiDuApi.Name = "btnBaiDuApi";
|
this.btnBaiDuApi.Size = new System.Drawing.Size(135, 54);
|
this.btnBaiDuApi.TabIndex = 20;
|
this.btnBaiDuApi.Text = "百度翻译接口";
|
this.btnBaiDuApi.Click += new System.EventHandler(this.btnBaiDuApi_Click);
|
//
|
// btnRefreshLan
|
//
|
this.btnRefreshLan.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnRefreshLan.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnRefreshLan.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnRefreshLan.ImageOptions.Image")));
|
this.btnRefreshLan.Location = new System.Drawing.Point(837, 10);
|
this.btnRefreshLan.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnRefreshLan.Name = "btnRefreshLan";
|
this.btnRefreshLan.Size = new System.Drawing.Size(135, 54);
|
this.btnRefreshLan.TabIndex = 20;
|
this.btnRefreshLan.Text = "更新语言缓存";
|
this.btnRefreshLan.Click += new System.EventHandler(this.btnRefreshLan_Click);
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
|
this.btnQuery.Location = new System.Drawing.Point(611, 10);
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(101, 54);
|
this.btnQuery.TabIndex = 20;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// lbl_ObjectID
|
//
|
this.lbl_ObjectID.Location = new System.Drawing.Point(14, 13);
|
this.lbl_ObjectID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lbl_ObjectID.Name = "lbl_ObjectID";
|
this.lbl_ObjectID.Size = new System.Drawing.Size(75, 18);
|
this.lbl_ObjectID.TabIndex = 0;
|
this.lbl_ObjectID.Text = "语言标识:";
|
//
|
// txt_ObjectID
|
//
|
this.txt_ObjectID.Location = new System.Drawing.Point(90, 9);
|
this.txt_ObjectID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_ObjectID.Name = "txt_ObjectID";
|
this.txt_ObjectID.Size = new System.Drawing.Size(146, 24);
|
this.txt_ObjectID.TabIndex = 0;
|
//
|
// lbl_CHS
|
//
|
this.lbl_CHS.Location = new System.Drawing.Point(247, 13);
|
this.lbl_CHS.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lbl_CHS.Name = "lbl_CHS";
|
this.lbl_CHS.Size = new System.Drawing.Size(45, 18);
|
this.lbl_CHS.TabIndex = 0;
|
this.lbl_CHS.Text = "简体:";
|
//
|
// txt_CHS
|
//
|
this.txt_CHS.Location = new System.Drawing.Point(297, 9);
|
this.txt_CHS.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_CHS.Name = "txt_CHS";
|
this.txt_CHS.Size = new System.Drawing.Size(147, 24);
|
this.txt_CHS.TabIndex = 0;
|
//
|
// lbl_CHT
|
//
|
this.lbl_CHT.Location = new System.Drawing.Point(247, 46);
|
this.lbl_CHT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lbl_CHT.Name = "lbl_CHT";
|
this.lbl_CHT.Size = new System.Drawing.Size(45, 18);
|
this.lbl_CHT.TabIndex = 0;
|
this.lbl_CHT.Text = "繁体:";
|
//
|
// txt_CHT
|
//
|
this.txt_CHT.Location = new System.Drawing.Point(297, 42);
|
this.txt_CHT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_CHT.Name = "txt_CHT";
|
this.txt_CHT.Size = new System.Drawing.Size(147, 24);
|
this.txt_CHT.TabIndex = 0;
|
//
|
// lbl_ENG
|
//
|
this.lbl_ENG.Location = new System.Drawing.Point(41, 46);
|
this.lbl_ENG.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lbl_ENG.Name = "lbl_ENG";
|
this.lbl_ENG.Size = new System.Drawing.Size(45, 18);
|
this.lbl_ENG.TabIndex = 0;
|
this.lbl_ENG.Text = "英文:";
|
//
|
// txt_ENG
|
//
|
this.txt_ENG.Location = new System.Drawing.Point(90, 42);
|
this.txt_ENG.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txt_ENG.Name = "txt_ENG";
|
this.txt_ENG.Size = new System.Drawing.Size(146, 24);
|
this.txt_ENG.TabIndex = 0;
|
//
|
// frmLanguage
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.ClientSize = new System.Drawing.Size(1158, 775);
|
this.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
this.Name = "frmLanguage";
|
this.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5);
|
this.Text = "语言库管理";
|
this.Load += new System.EventHandler(this.frmLanguage_Load);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
this.pcDetailEditor.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtObjectID.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCHS.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCHT.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtVN.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtENG.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreateTime.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreateTime.Properties)).EndInit();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
|
this.pnlSearch.ResumeLayout(false);
|
this.pnlSearch.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_LanType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ObjectID.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_CHS.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_CHT.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_ENG.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit txtVN;
|
private DevExpress.XtraGrid.Columns.GridColumn colVN;
|
private DevExpress.XtraGrid.Columns.GridColumn colItemType;
|
private DevExpress.XtraEditors.SimpleButton btnRefreshLan;
|
private DevExpress.XtraEditors.SimpleButton btnBaiDuApi;
|
private DevExpress.XtraEditors.RadioGroup txt_LanType;
|
private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1;
|
}//public partial class
|
}//namespace
|