namespace IStation.WinFrmUI.Curve
{
partial class InputCurveSplitSpanDlg
{
///
/// 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(InputCurveSplitSpanDlg));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new System.Windows.Forms.Label();
this.textNumber = new DevExpress.XtraEditors.SpinEdit();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.流量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textNumber.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(48, 497);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(148, 497);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确认";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.labelControl6);
this.groupBox1.Controls.Add(this.textNumber);
this.groupBox1.Location = new System.Drawing.Point(12, -1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(256, 58);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "平均分配";
//
// labelControl1
//
this.labelControl1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("labelControl1.ImageOptions.Image")));
this.labelControl1.Location = new System.Drawing.Point(176, 30);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(70, 16);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "(份) ";
this.labelControl1.Click += new System.EventHandler(this.labelControl1_Click);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(19, 30);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(57, 17);
this.labelControl6.TabIndex = 1;
this.labelControl6.Text = "平均分配";
//
// textNumber
//
this.textNumber.EditValue = new decimal(new int[] {
12,
0,
0,
0});
this.textNumber.Location = new System.Drawing.Point(82, 27);
this.textNumber.Name = "textNumber";
this.textNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.textNumber.Properties.IsFloatValue = false;
this.textNumber.Properties.Mask.EditMask = "N00";
this.textNumber.Properties.MaxValue = new decimal(new int[] {
30,
0,
0,
0});
this.textNumber.Properties.MinValue = new decimal(new int[] {
5,
0,
0,
0});
this.textNumber.Size = new System.Drawing.Size(79, 20);
this.textNumber.TabIndex = 2;
//
// dataGridView1
//
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Tahoma", 9F);
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.流量});
this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveCaption;
this.dataGridView1.Location = new System.Drawing.Point(13, 63);
this.dataGridView1.Name = "dataGridView1";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Tahoma", 9F);
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(256, 418);
this.dataGridView1.TabIndex = 5;
//
// 流量
//
this.流量.HeaderText = "流量";
this.流量.Name = "流量";
this.流量.Width = 200;
//
// InputCurveSplitSpanDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(282, 532);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IconOptions.ShowIcon = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InputCurveSplitSpanDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "曲线采点范围";
this.Load += new System.EventHandler(this.InputCurveSplitSpanDlg_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textNumber.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labelControl6;
private DevExpress.XtraEditors.SpinEdit textNumber;
private System.Windows.Forms.DataGridView dataGridView1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.DataGridViewTextBoxColumn 流量;
}
}