|
|
|
|
|
namespace ZJ_BYD.UserControls.MachineType
|
|
|
{
|
|
|
partial class MachineType
|
|
|
{
|
|
|
/// <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 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MachineType));
|
|
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
|
this.PanelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
|
this.btnadd = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.btnsearch = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.btndel = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.txtkeyword = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.lblproductsfccode = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
|
|
|
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
|
|
|
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.GridMak = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
this.Id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.MachineTypeCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.MachineTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
|
|
|
this.gridPage1 = new ZJ_BYD.UserControls.GridPage();
|
|
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true, typeof(System.Windows.Forms.UserControl));
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
|
this.panelControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PanelControl2)).BeginInit();
|
|
|
this.PanelControl2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
|
|
|
this.panelControl8.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridMak)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panelControl1
|
|
|
//
|
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
this.panelControl1.Controls.Add(this.PanelControl2);
|
|
|
this.panelControl1.Controls.Add(this.txtkeyword);
|
|
|
this.panelControl1.Controls.Add(this.lblproductsfccode);
|
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 52);
|
|
|
this.panelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
|
|
|
this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
|
this.panelControl1.Name = "panelControl1";
|
|
|
this.panelControl1.Size = new System.Drawing.Size(1512, 95);
|
|
|
this.panelControl1.TabIndex = 14;
|
|
|
//
|
|
|
// PanelControl2
|
|
|
//
|
|
|
this.PanelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
this.PanelControl2.Controls.Add(this.btnadd);
|
|
|
this.PanelControl2.Controls.Add(this.btnsearch);
|
|
|
this.PanelControl2.Controls.Add(this.btndel);
|
|
|
this.PanelControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.PanelControl2.Location = new System.Drawing.Point(487, 0);
|
|
|
this.PanelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
|
|
|
this.PanelControl2.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
|
this.PanelControl2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
|
this.PanelControl2.Name = "PanelControl2";
|
|
|
this.PanelControl2.Size = new System.Drawing.Size(1025, 95);
|
|
|
this.PanelControl2.TabIndex = 25;
|
|
|
//
|
|
|
// btnadd
|
|
|
//
|
|
|
this.btnadd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnadd.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
this.btnadd.Appearance.BorderColor = System.Drawing.Color.LightGray;
|
|
|
this.btnadd.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.btnadd.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
|
this.btnadd.Appearance.Options.UseBackColor = true;
|
|
|
this.btnadd.Appearance.Options.UseBorderColor = true;
|
|
|
this.btnadd.Appearance.Options.UseFont = true;
|
|
|
this.btnadd.Appearance.Options.UseForeColor = true;
|
|
|
this.btnadd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnadd.ImageOptions.Image")));
|
|
|
this.btnadd.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
|
|
this.btnadd.Location = new System.Drawing.Point(780, 22);
|
|
|
this.btnadd.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
this.btnadd.Name = "btnadd";
|
|
|
this.btnadd.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.btnadd.Size = new System.Drawing.Size(105, 45);
|
|
|
this.btnadd.TabIndex = 24;
|
|
|
this.btnadd.Text = "新增";
|
|
|
this.btnadd.Click += new System.EventHandler(this.btnadd_Click);
|
|
|
//
|
|
|
// btnsearch
|
|
|
//
|
|
|
this.btnsearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnsearch.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
this.btnsearch.Appearance.BorderColor = System.Drawing.Color.LightGray;
|
|
|
this.btnsearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.btnsearch.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
|
this.btnsearch.Appearance.Options.UseBackColor = true;
|
|
|
this.btnsearch.Appearance.Options.UseBorderColor = true;
|
|
|
this.btnsearch.Appearance.Options.UseFont = true;
|
|
|
this.btnsearch.Appearance.Options.UseForeColor = true;
|
|
|
this.btnsearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnsearch.ImageOptions.Image")));
|
|
|
this.btnsearch.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
|
|
this.btnsearch.Location = new System.Drawing.Point(15, 22);
|
|
|
this.btnsearch.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
this.btnsearch.Name = "btnsearch";
|
|
|
this.btnsearch.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.btnsearch.Size = new System.Drawing.Size(105, 45);
|
|
|
this.btnsearch.TabIndex = 24;
|
|
|
this.btnsearch.Text = "查询";
|
|
|
this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
|
|
|
//
|
|
|
// btndel
|
|
|
//
|
|
|
this.btndel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btndel.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
this.btndel.Appearance.BorderColor = System.Drawing.Color.LightGray;
|
|
|
this.btndel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.btndel.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
|
this.btndel.Appearance.Options.UseBackColor = true;
|
|
|
this.btndel.Appearance.Options.UseBorderColor = true;
|
|
|
this.btndel.Appearance.Options.UseFont = true;
|
|
|
this.btndel.Appearance.Options.UseForeColor = true;
|
|
|
this.btndel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btndel.ImageOptions.Image")));
|
|
|
this.btndel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
|
|
this.btndel.Location = new System.Drawing.Point(907, 22);
|
|
|
this.btndel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
this.btndel.Name = "btndel";
|
|
|
this.btndel.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.btndel.Size = new System.Drawing.Size(105, 45);
|
|
|
this.btndel.TabIndex = 24;
|
|
|
this.btndel.Text = "删除";
|
|
|
this.btndel.Click += new System.EventHandler(this.btndel_Click);
|
|
|
//
|
|
|
// txtkeyword
|
|
|
//
|
|
|
this.txtkeyword.EditValue = "";
|
|
|
this.txtkeyword.Location = new System.Drawing.Point(135, 19);
|
|
|
this.txtkeyword.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
|
this.txtkeyword.Name = "txtkeyword";
|
|
|
this.txtkeyword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txtkeyword.Properties.Appearance.Options.UseFont = true;
|
|
|
this.txtkeyword.Properties.AutoHeight = false;
|
|
|
this.txtkeyword.Properties.NullValuePrompt = "请输入(机型编码/名称)关键字";
|
|
|
this.txtkeyword.Size = new System.Drawing.Size(310, 45);
|
|
|
this.txtkeyword.TabIndex = 1;
|
|
|
//
|
|
|
// lblproductsfccode
|
|
|
//
|
|
|
this.lblproductsfccode.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblproductsfccode.Appearance.Options.UseFont = true;
|
|
|
this.lblproductsfccode.Location = new System.Drawing.Point(48, 31);
|
|
|
this.lblproductsfccode.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
|
this.lblproductsfccode.Name = "lblproductsfccode";
|
|
|
this.lblproductsfccode.Size = new System.Drawing.Size(80, 27);
|
|
|
this.lblproductsfccode.TabIndex = 0;
|
|
|
this.lblproductsfccode.Text = "关键字:";
|
|
|
//
|
|
|
// panelControl8
|
|
|
//
|
|
|
this.panelControl8.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.panelControl8.Appearance.Options.UseBackColor = true;
|
|
|
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
this.panelControl8.Controls.Add(this.separatorControl1);
|
|
|
this.panelControl8.Controls.Add(this.labelControl18);
|
|
|
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panelControl8.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panelControl8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
|
|
|
this.panelControl8.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
|
this.panelControl8.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.panelControl8.Name = "panelControl8";
|
|
|
this.panelControl8.Size = new System.Drawing.Size(1512, 52);
|
|
|
this.panelControl8.TabIndex = 13;
|
|
|
//
|
|
|
// separatorControl1
|
|
|
//
|
|
|
this.separatorControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.separatorControl1.LineAlignment = DevExpress.XtraEditors.Alignment.Center;
|
|
|
this.separatorControl1.LineColor = System.Drawing.Color.Silver;
|
|
|
this.separatorControl1.Location = new System.Drawing.Point(0, 35);
|
|
|
this.separatorControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.separatorControl1.Name = "separatorControl1";
|
|
|
this.separatorControl1.Padding = new System.Windows.Forms.Padding(0);
|
|
|
this.separatorControl1.Size = new System.Drawing.Size(1512, 17);
|
|
|
this.separatorControl1.TabIndex = 1;
|
|
|
//
|
|
|
// labelControl18
|
|
|
//
|
|
|
this.labelControl18.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.DimGray;
|
|
|
this.labelControl18.Appearance.Options.UseFont = true;
|
|
|
this.labelControl18.Appearance.Options.UseForeColor = true;
|
|
|
this.labelControl18.Location = new System.Drawing.Point(3, 11);
|
|
|
this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
|
this.labelControl18.Name = "labelControl18";
|
|
|
this.labelControl18.Size = new System.Drawing.Size(40, 27);
|
|
|
this.labelControl18.TabIndex = 0;
|
|
|
this.labelControl18.Text = "机型";
|
|
|
//
|
|
|
// GridMak
|
|
|
//
|
|
|
this.GridMak.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.GridMak.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
|
this.GridMak.Location = new System.Drawing.Point(0, 147);
|
|
|
this.GridMak.MainView = this.gridView1;
|
|
|
this.GridMak.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
|
this.GridMak.Name = "GridMak";
|
|
|
this.GridMak.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
this.repositoryItemHyperLinkEdit1});
|
|
|
this.GridMak.Size = new System.Drawing.Size(1512, 645);
|
|
|
this.GridMak.TabIndex = 15;
|
|
|
this.GridMak.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
|
//
|
|
|
// gridView1
|
|
|
//
|
|
|
this.gridView1.ColumnPanelRowHeight = 58;
|
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
this.Id,
|
|
|
this.MachineTypeCode,
|
|
|
this.MachineTypeName,
|
|
|
this.gridColumn1});
|
|
|
this.gridView1.DetailHeight = 504;
|
|
|
this.gridView1.GridControl = this.GridMak;
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
this.gridView1.OptionsBehavior.ReadOnly = true;
|
|
|
this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 50;
|
|
|
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
|
|
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
|
this.gridView1.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true;
|
|
|
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
|
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
|
this.gridView1.RowHeight = 43;
|
|
|
this.gridView1.ViewCaptionHeight = 72;
|
|
|
//
|
|
|
// Id
|
|
|
//
|
|
|
this.Id.Caption = "Id";
|
|
|
this.Id.FieldName = "Id";
|
|
|
this.Id.MinWidth = 25;
|
|
|
this.Id.Name = "Id";
|
|
|
this.Id.Width = 48;
|
|
|
//
|
|
|
// MachineTypeCode
|
|
|
//
|
|
|
this.MachineTypeCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.MachineTypeCode.AppearanceCell.Options.UseFont = true;
|
|
|
this.MachineTypeCode.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
|
|
|
this.MachineTypeCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.MachineTypeCode.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
|
|
|
this.MachineTypeCode.AppearanceHeader.Options.UseBackColor = true;
|
|
|
this.MachineTypeCode.AppearanceHeader.Options.UseFont = true;
|
|
|
this.MachineTypeCode.AppearanceHeader.Options.UseForeColor = true;
|
|
|
this.MachineTypeCode.Caption = "机型编码";
|
|
|
this.MachineTypeCode.FieldName = "MachineTypeCode";
|
|
|
this.MachineTypeCode.MinWidth = 200;
|
|
|
this.MachineTypeCode.Name = "MachineTypeCode";
|
|
|
this.MachineTypeCode.OptionsColumn.AllowFocus = false;
|
|
|
this.MachineTypeCode.OptionsColumn.AllowMove = false;
|
|
|
this.MachineTypeCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.MachineTypeCode.OptionsColumn.ReadOnly = true;
|
|
|
this.MachineTypeCode.OptionsFilter.AllowFilter = false;
|
|
|
this.MachineTypeCode.Visible = true;
|
|
|
this.MachineTypeCode.VisibleIndex = 1;
|
|
|
this.MachineTypeCode.Width = 200;
|
|
|
//
|
|
|
// MachineTypeName
|
|
|
//
|
|
|
this.MachineTypeName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.MachineTypeName.AppearanceCell.Options.UseFont = true;
|
|
|
this.MachineTypeName.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
|
|
|
this.MachineTypeName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.MachineTypeName.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
|
|
|
this.MachineTypeName.AppearanceHeader.Options.UseBackColor = true;
|
|
|
this.MachineTypeName.AppearanceHeader.Options.UseFont = true;
|
|
|
this.MachineTypeName.AppearanceHeader.Options.UseForeColor = true;
|
|
|
this.MachineTypeName.Caption = "机型名称";
|
|
|
this.MachineTypeName.FieldName = "MachineTypeName";
|
|
|
this.MachineTypeName.MinWidth = 200;
|
|
|
this.MachineTypeName.Name = "MachineTypeName";
|
|
|
this.MachineTypeName.OptionsColumn.AllowFocus = false;
|
|
|
this.MachineTypeName.OptionsColumn.AllowMove = false;
|
|
|
this.MachineTypeName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.MachineTypeName.OptionsFilter.AllowFilter = false;
|
|
|
this.MachineTypeName.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
|
|
|
this.MachineTypeName.Visible = true;
|
|
|
this.MachineTypeName.VisibleIndex = 2;
|
|
|
this.MachineTypeName.Width = 200;
|
|
|
//
|
|
|
// gridColumn1
|
|
|
//
|
|
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.gridColumn1.AppearanceCell.Options.UseFont = true;
|
|
|
this.gridColumn1.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
|
|
|
this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.gridColumn1.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
|
|
|
this.gridColumn1.AppearanceHeader.Options.UseBackColor = true;
|
|
|
this.gridColumn1.AppearanceHeader.Options.UseFont = true;
|
|
|
this.gridColumn1.AppearanceHeader.Options.UseForeColor = true;
|
|
|
this.gridColumn1.Caption = "操作";
|
|
|
this.gridColumn1.ColumnEdit = this.repositoryItemHyperLinkEdit1;
|
|
|
this.gridColumn1.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
|
|
|
this.gridColumn1.MinWidth = 50;
|
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
|
this.gridColumn1.Visible = true;
|
|
|
this.gridColumn1.VisibleIndex = 3;
|
|
|
this.gridColumn1.Width = 104;
|
|
|
//
|
|
|
// repositoryItemHyperLinkEdit1
|
|
|
//
|
|
|
this.repositoryItemHyperLinkEdit1.AutoHeight = false;
|
|
|
editorButtonImageOptions2.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions2.Image")));
|
|
|
editorButtonImageOptions2.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
|
|
serializableAppearanceObject5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
serializableAppearanceObject5.Options.UseFont = true;
|
|
|
this.repositoryItemHyperLinkEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "编辑", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
this.repositoryItemHyperLinkEdit1.Caption = "编辑";
|
|
|
this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
|
|
|
this.repositoryItemHyperLinkEdit1.NullText = "编辑";
|
|
|
this.repositoryItemHyperLinkEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
|
|
//
|
|
|
// gridPage1
|
|
|
//
|
|
|
this.gridPage1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.gridPage1.Location = new System.Drawing.Point(0, 719);
|
|
|
this.gridPage1.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
this.gridPage1.Name = "gridPage1";
|
|
|
this.gridPage1.Size = new System.Drawing.Size(1512, 73);
|
|
|
this.gridPage1.TabIndex = 16;
|
|
|
//
|
|
|
// splashScreenManager1
|
|
|
//
|
|
|
this.splashScreenManager1.ClosingDelay = 500;
|
|
|
//
|
|
|
// MachineType
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.gridPage1);
|
|
|
this.Controls.Add(this.GridMak);
|
|
|
this.Controls.Add(this.panelControl1);
|
|
|
this.Controls.Add(this.panelControl8);
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.Name = "MachineType";
|
|
|
this.Size = new System.Drawing.Size(1512, 792);
|
|
|
this.Load += new System.EventHandler(this.MachineType_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
|
this.panelControl1.ResumeLayout(false);
|
|
|
this.panelControl1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PanelControl2)).EndInit();
|
|
|
this.PanelControl2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
|
|
|
this.panelControl8.ResumeLayout(false);
|
|
|
this.panelControl8.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridMak)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
|
private DevExpress.XtraEditors.PanelControl PanelControl2;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnadd;
|
|
|
private DevExpress.XtraEditors.SimpleButton btnsearch;
|
|
|
private DevExpress.XtraEditors.SimpleButton btndel;
|
|
|
private DevExpress.XtraEditors.TextEdit txtkeyword;
|
|
|
private DevExpress.XtraEditors.LabelControl lblproductsfccode;
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl8;
|
|
|
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl18;
|
|
|
private DevExpress.XtraGrid.GridControl GridMak;
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Id;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn MachineTypeCode;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn MachineTypeName;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
|
private GridPage gridPage1;
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
|
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|
|
}
|
|
|
}
|