uBIMEarthTools/地质建模/GeologyModelForm.Designer.cs
2018-10-22 19:28:56 +08:00

193 lines
9.3 KiB
C#

namespace uBIM_EarthTools
{
partial class GeologyModelForm
{
/// <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()
{
this.buttonAccept = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.buttonFile = new System.Windows.Forms.Button();
this.gridColumn_Num = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Color = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemColorPickEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).BeginInit();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// buttonAccept
//
this.buttonAccept.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonAccept.Location = new System.Drawing.Point(260, 299);
this.buttonAccept.Name = "buttonAccept";
this.buttonAccept.Size = new System.Drawing.Size(75, 23);
this.buttonAccept.TabIndex = 2;
this.buttonAccept.Text = "确定";
this.buttonAccept.UseVisualStyleBackColor = true;
//
// buttonCancel
//
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(341, 299);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "取消";
this.buttonCancel.UseVisualStyleBackColor = true;
//
// gridControl1
//
this.gridControl1.Location = new System.Drawing.Point(12, 12);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemColorPickEdit1});
this.gridControl1.Size = new System.Drawing.Size(404, 281);
this.gridControl1.TabIndex = 4;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_Num,
this.gridColumn_Name,
this.gridColumn_Color});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// buttonFile
//
this.buttonFile.Location = new System.Drawing.Point(179, 299);
this.buttonFile.Name = "buttonFile";
this.buttonFile.Size = new System.Drawing.Size(75, 23);
this.buttonFile.TabIndex = 3;
this.buttonFile.Text = "选择文件";
this.buttonFile.UseVisualStyleBackColor = true;
//
// gridColumn_Num
//
this.gridColumn_Num.Caption = "地层编号";
this.gridColumn_Num.Name = "gridColumn_Num";
this.gridColumn_Num.Visible = true;
this.gridColumn_Num.VisibleIndex = 0;
//
// gridColumn_Name
//
this.gridColumn_Name.Caption = "地层名称";
this.gridColumn_Name.Name = "gridColumn_Name";
this.gridColumn_Name.Visible = true;
this.gridColumn_Name.VisibleIndex = 1;
//
// gridColumn_Color
//
this.gridColumn_Color.Caption = "颜色";
this.gridColumn_Color.ColumnEdit = this.repositoryItemColorPickEdit1;
this.gridColumn_Color.Name = "gridColumn_Color";
this.gridColumn_Color.Visible = true;
this.gridColumn_Color.VisibleIndex = 2;
//
// repositoryItemColorPickEdit1
//
this.repositoryItemColorPickEdit1.AutoHeight = false;
this.repositoryItemColorPickEdit1.AutomaticColor = System.Drawing.Color.Black;
this.repositoryItemColorPickEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemColorPickEdit1.Name = "repositoryItemColorPickEdit1";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripProgressBar1});
this.statusStrip1.Location = new System.Drawing.Point(0, 329);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(427, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
this.toolStripStatusLabel1.Text = "状态:";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
//
// GeologyModelForm
//
this.AcceptButton = this.buttonAccept;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(427, 351);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.buttonFile);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonAccept);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "GeologyModelForm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "uBIM - 三维地质";
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonAccept;
private System.Windows.Forms.Button buttonCancel;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Num;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Name;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Color;
private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit repositoryItemColorPickEdit1;
private System.Windows.Forms.Button buttonFile;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
}
}