namespace FLSystem.Forms { partial class RatioCustomGroupForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RatioCustomGroupForm)); this.gridControl2 = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.label6 = new System.Windows.Forms.Label(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.SuspendLayout(); // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Top; this.gridControl2.Location = new System.Drawing.Point(0, 0); this.gridControl2.MainView = this.gridView2; this.gridControl2.Name = "gridControl2"; this.gridControl2.Size = new System.Drawing.Size(590, 420); this.gridControl2.TabIndex = 2; this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView2.Appearance.Row.Options.UseTextOptions = true; this.gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn8, this.gridColumn10}); this.gridView2.GridControl = this.gridControl2; this.gridView2.Name = "gridView2"; this.gridView2.OptionsBehavior.ReadOnly = true; this.gridView2.OptionsView.ShowGroupPanel = false; // // gridColumn8 // this.gridColumn8.AppearanceCell.Options.UseTextOptions = true; this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn8.Caption = "分组名称"; this.gridColumn8.FieldName = "name"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.OptionsColumn.AllowEdit = false; this.gridColumn8.OptionsColumn.AllowFocus = false; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 0; this.gridColumn8.Width = 300; // // gridColumn10 // this.gridColumn10.AppearanceCell.Options.UseTextOptions = true; this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn10.Caption = "联盟平台"; this.gridColumn10.FieldName = "cps_type"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.OptionsColumn.AllowEdit = false; this.gridColumn10.OptionsColumn.AllowFocus = false; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 1; this.gridColumn10.Width = 265; // // label6 // this.label6.BackColor = System.Drawing.Color.White; this.label6.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.Color.Red; this.label6.Location = new System.Drawing.Point(47, 178); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(488, 33); this.label6.TabIndex = 4; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label6.Visible = false; // // simpleButton2 // this.simpleButton2.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image"))); this.simpleButton2.Location = new System.Drawing.Point(125, 438); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(152, 32); this.simpleButton2.TabIndex = 11; this.simpleButton2.Text = "确认选中行"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton3 // this.simpleButton3.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.simpleButton3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.ImageOptions.Image"))); this.simpleButton3.Location = new System.Drawing.Point(332, 437); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(137, 35); this.simpleButton3.TabIndex = 12; this.simpleButton3.Text = "放弃修改"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // RatioCustomGroupForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(590, 482); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.label6); this.Controls.Add(this.gridControl2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RatioCustomGroupForm"; this.Text = "独立分出比例分组"; this.Load += new System.EventHandler(this.RatioCustomGroupForm_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private System.Windows.Forms.Label label6; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton3; } }