⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ucvtfield.designer.cs.svn-base

📁 以构建的方式来实现对通用的查询统计
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
      this.gridColumn5.ColumnEdit = this.repositoryItemComboBox1;
      this.gridColumn5.FieldName = "FieldType";
      this.gridColumn5.Name = "gridColumn5";
      this.gridColumn5.OptionsFilter.AllowFilter = false;
      this.gridColumn5.Visible = true;
      this.gridColumn5.VisibleIndex = 3;
      this.gridColumn5.Width = 60;
      // 
      // repositoryItemComboBox1
      // 
      this.repositoryItemComboBox1.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
      this.repositoryItemComboBox1.AutoHeight = false;
      this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
      this.repositoryItemComboBox1.Items.AddRange(new object[] {
            "整形",
            "浮点",
            "字符",
            "日期"});
      this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
      this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
      // 
      // gridColumn6
      // 
      this.gridColumn6.Caption = "字段字典";
      this.gridColumn6.ColumnEdit = this.repositoryItemMemoExEdit1;
      this.gridColumn6.FieldName = "DICT";
      this.gridColumn6.Name = "gridColumn6";
      this.gridColumn6.OptionsFilter.AllowFilter = false;
      this.gridColumn6.Visible = true;
      this.gridColumn6.VisibleIndex = 4;
      this.gridColumn6.Width = 80;
      // 
      // repositoryItemMemoExEdit1
      // 
      this.repositoryItemMemoExEdit1.AutoHeight = false;
      this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
      this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
      // 
      // repositoryItemMemoEdit1
      // 
      this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
      // 
      // btnInit
      // 
      this.btnInit.Location = new System.Drawing.Point(256, 8);
      this.btnInit.Name = "btnInit";
      this.btnInit.Size = new System.Drawing.Size(75, 23);
      this.btnInit.TabIndex = 11;
      this.btnInit.Text = "提取";
      this.btnInit.UseVisualStyleBackColor = true;
      this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
      // 
      // btnSave
      // 
      this.btnSave.Location = new System.Drawing.Point(337, 9);
      this.btnSave.Name = "btnSave";
      this.btnSave.Size = new System.Drawing.Size(75, 23);
      this.btnSave.TabIndex = 11;
      this.btnSave.Text = "保存";
      this.btnSave.UseVisualStyleBackColor = true;
      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
      // 
      // panel1
      // 
      this.panel1.Controls.Add(this.button1);
      this.panel1.Controls.Add(this.lookUpEdit1);
      this.panel1.Controls.Add(this.btnSave);
      this.panel1.Controls.Add(this.btnInit);
      this.panel1.Controls.Add(this.label1);
      this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
      this.panel1.Location = new System.Drawing.Point(0, 0);
      this.panel1.Name = "panel1";
      this.panel1.Size = new System.Drawing.Size(661, 37);
      this.panel1.TabIndex = 11;
      // 
      // lookUpEdit1
      // 
      this.lookUpEdit1.Location = new System.Drawing.Point(85, 8);
      this.lookUpEdit1.Name = "lookUpEdit1";
      this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
      this.lookUpEdit1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VTID", "虚表ID", 60),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VTName", "虚表名称", 60),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VName", "视图名称", 60)});
      this.lookUpEdit1.Properties.DisplayMember = "VTName";
      this.lookUpEdit1.Size = new System.Drawing.Size(142, 21);
      this.lookUpEdit1.TabIndex = 12;
      this.lookUpEdit1.EditValueChanged += new System.EventHandler(this.lookUpEdit1_EditValueChanged);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.CausesValidation = false;
      this.label1.Location = new System.Drawing.Point(8, 12);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(77, 12);
      this.label1.TabIndex = 10;
      this.label1.Text = "请选择虚表:";
      // 
      // button1
      // 
      this.button1.Location = new System.Drawing.Point(438, 9);
      this.button1.Name = "button1";
      this.button1.Size = new System.Drawing.Size(75, 23);
      this.button1.TabIndex = 13;
      this.button1.Text = "button1";
      this.button1.UseVisualStyleBackColor = true;
      this.button1.Visible = false;
      this.button1.Click += new System.EventHandler(this.button1_Click);
      // 
      // ucVTField
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.panel2);
      this.Controls.Add(this.panel1);
      this.Name = "ucVTField";
      this.Size = new System.Drawing.Size(661, 439);
      this.Load += new System.EventHandler(this.ucVTField_Load);
      this.panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
      this.panel1.ResumeLayout(false);
      this.panel1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
      this.ResumeLayout(false);

    }

    #endregion

    private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
    private System.Windows.Forms.Panel panel2;
    private DevExpress.XtraGrid.GridControl gridControl1;
    private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
    private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
    private System.Windows.Forms.Button btnInit;
    private System.Windows.Forms.Button btnSave;
    private System.Windows.Forms.Panel panel1;
    private System.Windows.Forms.Label label1;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
    private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1;
    private DevExpress.XtraEditors.LookUpEdit lookUpEdit1;
    private DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit repositoryItemMemoExEdit1;
    private System.Windows.Forms.Button button1;

  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -