Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     System.ComponentModel.ComponentResourceManager  resources       = new System.ComponentModel.ComponentResourceManager(typeof(add_modif_taches));
     this.textEdit1        = new DevExpress.XtraEditors.TextEdit();
     this.dateEdit1        = new DevExpress.XtraEditors.DateEdit();
     this.labelControl1    = new DevExpress.XtraEditors.LabelControl();
     this.memoEdit1        = new DevExpress.XtraEditors.MemoEdit();
     this.simpleButton4    = new DevExpress.XtraEditors.SimpleButton();
     this.timeEdit1        = new DevExpress.XtraEditors.TimeEdit();
     this.labelControl2    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6    = new DevExpress.XtraEditors.LabelControl();
     this.timeEdit2        = new DevExpress.XtraEditors.TimeEdit();
     this.dateEdit2        = new DevExpress.XtraEditors.DateEdit();
     this.labelControl7    = new DevExpress.XtraEditors.LabelControl();
     this.memoEdit2        = new DevExpress.XtraEditors.MemoEdit();
     this.labelControl8    = new DevExpress.XtraEditors.LabelControl();
     this.comboBoxEdit1    = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl9    = new DevExpress.XtraEditors.LabelControl();
     this.memoEdit3        = new DevExpress.XtraEditors.MemoEdit();
     this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
     this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(95, 32);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Size     = new System.Drawing.Size(343, 20);
     this.textEdit1.TabIndex = 0;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(95, 174);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Size     = new System.Drawing.Size(157, 20);
     this.dateEdit1.TabIndex = 2;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(28, 35);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(29, 13);
     this.labelControl1.TabIndex = 2;
     this.labelControl1.Text     = "Tâche";
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(95, 58);
     this.memoEdit1.Name     = "memoEdit1";
     this.memoEdit1.Size     = new System.Drawing.Size(343, 96);
     this.memoEdit1.TabIndex = 1;
     //
     // simpleButton4
     //
     this.simpleButton4.Image    = global::RibbonSimplePad.Properties.Resources.valider;
     this.simpleButton4.Location = new System.Drawing.Point(572, 295);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton4.TabIndex = 9;
     this.simpleButton4.Text     = "Valider";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // timeEdit1
     //
     this.timeEdit1.EditValue = new System.DateTime(2015, 10, 14, 0, 0, 0, 0);
     this.timeEdit1.Location  = new System.Drawing.Point(338, 174);
     this.timeEdit1.Name      = "timeEdit1";
     this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.timeEdit1.Size     = new System.Drawing.Size(100, 20);
     this.timeEdit1.TabIndex = 3;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(28, 64);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(53, 13);
     this.labelControl2.TabIndex = 20;
     this.labelControl2.Text     = "Déscription";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(28, 177);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(55, 13);
     this.labelControl3.TabIndex = 21;
     this.labelControl3.Text     = "Date Début";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(271, 177);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(61, 13);
     this.labelControl4.TabIndex = 22;
     this.labelControl4.Text     = "Heure Début";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(271, 206);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(46, 13);
     this.labelControl5.TabIndex = 24;
     this.labelControl5.Text     = "Heure Fin";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(28, 206);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(40, 13);
     this.labelControl6.TabIndex = 23;
     this.labelControl6.Text     = "Date Fin";
     //
     // timeEdit2
     //
     this.timeEdit2.EditValue = new System.DateTime(2015, 10, 14, 0, 0, 0, 0);
     this.timeEdit2.Location  = new System.Drawing.Point(338, 203);
     this.timeEdit2.Name      = "timeEdit2";
     this.timeEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.timeEdit2.Size     = new System.Drawing.Size(100, 20);
     this.timeEdit2.TabIndex = 5;
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(95, 203);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit2.Size     = new System.Drawing.Size(157, 20);
     this.dateEdit2.TabIndex = 4;
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(457, 35);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(113, 13);
     this.labelControl7.TabIndex = 27;
     this.labelControl7.Text     = "Personne(s) chargée(s)";
     //
     // memoEdit2
     //
     this.memoEdit2.Location = new System.Drawing.Point(457, 60);
     this.memoEdit2.Name     = "memoEdit2";
     this.memoEdit2.Size     = new System.Drawing.Size(190, 94);
     this.memoEdit2.TabIndex = 7;
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(457, 177);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(20, 13);
     this.labelControl8.TabIndex = 29;
     this.labelControl8.Text     = "Etat";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(483, 174);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
         "En Cours",
         "En Pause",
         "Terminée",
         "Annulée"
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size     = new System.Drawing.Size(164, 20);
     this.comboBoxEdit1.TabIndex = 8;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(28, 245);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(54, 13);
     this.labelControl9.TabIndex = 32;
     this.labelControl9.Text     = "Remarques";
     //
     // memoEdit3
     //
     this.memoEdit3.Location          = new System.Drawing.Point(95, 239);
     this.memoEdit3.Name              = "memoEdit3";
     this.memoEdit3.Size              = new System.Drawing.Size(343, 96);
     this.memoEdit3.TabIndex          = 6;
     this.memoEdit3.EditValueChanged += new System.EventHandler(this.memoEdit3_EditValueChanged);
     //
     // trackBarControl1
     //
     this.trackBarControl1.EditValue = null;
     this.trackBarControl1.Location  = new System.Drawing.Point(95, 341);
     this.trackBarControl1.Name      = "trackBarControl1";
     this.trackBarControl1.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.trackBarControl1.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0%";
     trackBarLabel2.Label  = "10%";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "20%";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "30%";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "40%";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "50%";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "60%";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "70%";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "80%";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "90%";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "100%";
     trackBarLabel11.Value = 10;
     this.trackBarControl1.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.trackBarControl1.Properties.ShowLabels = true;
     this.trackBarControl1.Size     = new System.Drawing.Size(552, 72);
     this.trackBarControl1.TabIndex = 34;
     //
     // dxErrorProvider1
     //
     this.dxErrorProvider1.ContainerControl = this;
     //
     // add_modif_taches
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(676, 402);
     this.Controls.Add(this.trackBarControl1);
     this.Controls.Add(this.labelControl9);
     this.Controls.Add(this.memoEdit3);
     this.Controls.Add(this.comboBoxEdit1);
     this.Controls.Add(this.labelControl8);
     this.Controls.Add(this.memoEdit2);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.timeEdit2);
     this.Controls.Add(this.dateEdit2);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.timeEdit1);
     this.Controls.Add(this.simpleButton4);
     this.Controls.Add(this.memoEdit1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.textEdit1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "add_modif_taches";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Options";
     this.Load         += new System.EventHandler(this.add_modif_taches_Load);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     System.ComponentModel.ComponentResourceManager  resources       = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.richEditControl1          = new DevExpress.XtraRichEdit.RichEditControl();
     this.panelControl1             = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2             = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl2             = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit9                = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4                = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1                = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7                = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2                = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3                = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5                = new DevExpress.XtraEditors.CheckEdit();
     this.checkbtnCustomDraw        = new DevExpress.XtraEditors.CheckButton();
     this.btnPageCountSelectedRange = new DevExpress.XtraEditors.SimpleButton();
     this.btnPositionInfo           = new DevExpress.XtraEditors.SimpleButton();
     this.btnCheckLayout            = new DevExpress.XtraEditors.SimpleButton();
     this.trackBarControl1          = new DevExpress.XtraEditors.TrackBarControl();
     this.btnPageInfo               = new DevExpress.XtraEditors.SimpleButton();
     this.lblPageInfo               = new DevExpress.XtraEditors.LabelControl();
     this.imageCollection1          = new DevExpress.Utils.ImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     this.SuspendLayout();
     //
     // richEditControl1
     //
     this.richEditControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richEditControl1.Location = new System.Drawing.Point(0, 0);
     this.richEditControl1.Name     = "richEditControl1";
     this.richEditControl1.Options.Printing.EnableCommentBackgroundOnPrint = false;
     this.richEditControl1.Options.Printing.EnableCommentFillOnPrint       = false;
     this.richEditControl1.Size     = new System.Drawing.Size(876, 526);
     this.richEditControl1.TabIndex = 0;
     this.richEditControl1.Text     = "richEditControl1";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Controls.Add(this.checkbtnCustomDraw);
     this.panelControl1.Controls.Add(this.btnPageCountSelectedRange);
     this.panelControl1.Controls.Add(this.btnPositionInfo);
     this.panelControl1.Controls.Add(this.btnCheckLayout);
     this.panelControl1.Controls.Add(this.trackBarControl1);
     this.panelControl1.Controls.Add(this.btnPageInfo);
     this.panelControl1.Controls.Add(this.lblPageInfo);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 526);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(876, 149);
     this.panelControl1.TabIndex = 1;
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(463, 55);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(145, 27);
     this.simpleButton2.TabIndex = 17;
     this.simpleButton2.Text     = "Print Preview";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.checkEdit9);
     this.panelControl2.Controls.Add(this.checkEdit4);
     this.panelControl2.Controls.Add(this.checkEdit1);
     this.panelControl2.Controls.Add(this.checkEdit7);
     this.panelControl2.Controls.Add(this.checkEdit2);
     this.panelControl2.Controls.Add(this.checkEdit3);
     this.panelControl2.Controls.Add(this.checkEdit5);
     this.panelControl2.Enabled  = false;
     this.panelControl2.Location = new System.Drawing.Point(646, 24);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(200, 100);
     this.panelControl2.TabIndex = 15;
     //
     // checkEdit9
     //
     this.checkEdit9.Location           = new System.Drawing.Point(97, 53);
     this.checkEdit9.Name               = "checkEdit9";
     this.checkEdit9.Properties.Caption = "Page";
     this.checkEdit9.Size               = new System.Drawing.Size(77, 19);
     this.checkEdit9.TabIndex           = 15;
     this.checkEdit9.CheckedChanged    += new System.EventHandler(this.checkEdit9_CheckedChanged);
     //
     // checkEdit4
     //
     this.checkEdit4.Location           = new System.Drawing.Point(97, 28);
     this.checkEdit4.Name               = "checkEdit4";
     this.checkEdit4.Properties.Caption = "Inline Picture";
     this.checkEdit4.Size               = new System.Drawing.Size(88, 19);
     this.checkEdit4.TabIndex           = 10;
     this.checkEdit4.CheckedChanged    += new System.EventHandler(this.checkEdit4_CheckedChanged);
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(14, 5);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Text";
     this.checkEdit1.Size               = new System.Drawing.Size(77, 19);
     this.checkEdit1.TabIndex           = 7;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // checkEdit7
     //
     this.checkEdit7.Location           = new System.Drawing.Point(14, 76);
     this.checkEdit7.Name               = "checkEdit7";
     this.checkEdit7.Properties.Caption = "Numbering List";
     this.checkEdit7.Size               = new System.Drawing.Size(96, 19);
     this.checkEdit7.TabIndex           = 13;
     this.checkEdit7.CheckedChanged    += new System.EventHandler(this.checkEdit7_CheckedChanged);
     //
     // checkEdit2
     //
     this.checkEdit2.Location           = new System.Drawing.Point(97, 4);
     this.checkEdit2.Name               = "checkEdit2";
     this.checkEdit2.Properties.Caption = "Floating Picture";
     this.checkEdit2.Size               = new System.Drawing.Size(97, 19);
     this.checkEdit2.TabIndex           = 8;
     this.checkEdit2.CheckedChanged    += new System.EventHandler(this.checkEdit2_CheckedChanged);
     //
     // checkEdit3
     //
     this.checkEdit3.Location           = new System.Drawing.Point(14, 28);
     this.checkEdit3.Name               = "checkEdit3";
     this.checkEdit3.Properties.Caption = "Table";
     this.checkEdit3.Size               = new System.Drawing.Size(77, 19);
     this.checkEdit3.TabIndex           = 9;
     this.checkEdit3.CheckedChanged    += new System.EventHandler(this.checkEdit3_CheckedChanged);
     //
     // checkEdit5
     //
     this.checkEdit5.Location           = new System.Drawing.Point(14, 53);
     this.checkEdit5.Name               = "checkEdit5";
     this.checkEdit5.Properties.Caption = "Text Box";
     this.checkEdit5.Size               = new System.Drawing.Size(77, 19);
     this.checkEdit5.TabIndex           = 11;
     this.checkEdit5.CheckedChanged    += new System.EventHandler(this.checkEdit5_CheckedChanged);
     //
     // checkbtnCustomDraw
     //
     this.checkbtnCustomDraw.ButtonStyle     = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.checkbtnCustomDraw.Location        = new System.Drawing.Point(463, 24);
     this.checkbtnCustomDraw.Name            = "checkbtnCustomDraw";
     this.checkbtnCustomDraw.Size            = new System.Drawing.Size(145, 23);
     this.checkbtnCustomDraw.TabIndex        = 6;
     this.checkbtnCustomDraw.Text            = "Custom Draw Layout";
     this.checkbtnCustomDraw.CheckedChanged += new System.EventHandler(this.checkbtnCustomDraw_CheckedChanged);
     //
     // btnPageCountSelectedRange
     //
     this.btnPageCountSelectedRange.Location = new System.Drawing.Point(12, 81);
     this.btnPageCountSelectedRange.Name     = "btnPageCountSelectedRange";
     this.btnPageCountSelectedRange.Size     = new System.Drawing.Size(153, 23);
     this.btnPageCountSelectedRange.TabIndex = 5;
     this.btnPageCountSelectedRange.Text     = "Get Page Count for Selection";
     this.btnPageCountSelectedRange.Click   += new System.EventHandler(this.btnPageCountSelectedRange_Click);
     //
     // btnPositionInfo
     //
     this.btnPositionInfo.Location = new System.Drawing.Point(12, 9);
     this.btnPositionInfo.Name     = "btnPositionInfo";
     this.btnPositionInfo.Size     = new System.Drawing.Size(153, 23);
     this.btnPositionInfo.TabIndex = 4;
     this.btnPositionInfo.Text     = "Get Selected Position Info";
     this.btnPositionInfo.Click   += new System.EventHandler(this.btnPositionInfo_Click);
     //
     // btnCheckLayout
     //
     this.btnCheckLayout.Location = new System.Drawing.Point(12, 117);
     this.btnCheckLayout.Name     = "btnCheckLayout";
     this.btnCheckLayout.Size     = new System.Drawing.Size(153, 23);
     this.btnCheckLayout.TabIndex = 3;
     this.btnCheckLayout.Text     = "Check Layout";
     this.btnCheckLayout.Click   += new System.EventHandler(this.btnCheckLayout_Click);
     //
     // trackBarControl1
     //
     this.trackBarControl1.EditValue = 100;
     this.trackBarControl1.Location  = new System.Drawing.Point(284, 72);
     this.trackBarControl1.Name      = "trackBarControl1";
     this.trackBarControl1.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.trackBarControl1.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0";
     trackBarLabel2.Label  = "100";
     trackBarLabel2.Value  = 100;
     trackBarLabel3.Label  = "200";
     trackBarLabel3.Value  = 200;
     trackBarLabel4.Label  = "300";
     trackBarLabel4.Value  = 300;
     trackBarLabel5.Label  = "400";
     trackBarLabel5.Value  = 400;
     trackBarLabel6.Label  = "500";
     trackBarLabel6.Value  = 500;
     trackBarLabel7.Label  = "600";
     trackBarLabel7.Value  = 600;
     trackBarLabel8.Label  = "700";
     trackBarLabel8.Value  = 700;
     trackBarLabel9.Label  = "800";
     trackBarLabel9.Value  = 800;
     trackBarLabel10.Label = "900";
     trackBarLabel10.Value = 900;
     trackBarLabel11.Label = "1000";
     trackBarLabel11.Value = 1000;
     this.trackBarControl1.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.trackBarControl1.Properties.Maximum       = 300;
     this.trackBarControl1.Properties.ShowLabels    = true;
     this.trackBarControl1.Properties.SmallChange   = 10;
     this.trackBarControl1.Properties.TickFrequency = 10;
     this.trackBarControl1.Size              = new System.Drawing.Size(239, 72);
     this.trackBarControl1.TabIndex          = 2;
     this.trackBarControl1.Value             = 100;
     this.trackBarControl1.EditValueChanged += new System.EventHandler(this.trackBarControl1_EditValueChanged);
     //
     // btnPageInfo
     //
     this.btnPageInfo.Location = new System.Drawing.Point(12, 45);
     this.btnPageInfo.Name     = "btnPageInfo";
     this.btnPageInfo.Size     = new System.Drawing.Size(153, 23);
     this.btnPageInfo.TabIndex = 1;
     this.btnPageInfo.Text     = "Get Page Information";
     this.btnPageInfo.Click   += new System.EventHandler(this.btnPageInfo_Click);
     //
     // lblPageInfo
     //
     this.lblPageInfo.LineVisible = true;
     this.lblPageInfo.Location    = new System.Drawing.Point(189, 14);
     this.lblPageInfo.Name        = "lblPageInfo";
     this.lblPageInfo.Size        = new System.Drawing.Size(0, 13);
     this.lblPageInfo.TabIndex    = 0;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.InsertGalleryImage("borole_16x16.png", "images/business%20objects/borole_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/business%20objects/borole_16x16.png"), 0);
     this.imageCollection1.Images.SetKeyName(0, "borole_16x16.png");
     this.imageCollection1.InsertGalleryImage("employeeaward_16x16.png", "devav/people/employeeaward_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("devav/people/employeeaward_16x16.png"), 1);
     this.imageCollection1.Images.SetKeyName(1, "employeeaward_16x16.png");
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(876, 675);
     this.Controls.Add(this.richEditControl1);
     this.Controls.Add(this.panelControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((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.checkEdit9.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(FormNuevoNegocio));
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.groupControl1      = new DevExpress.XtraEditors.GroupControl();
     this.cbo_monedas        = new System.Windows.Forms.ComboBox();
     this.btn_guardar        = new DevExpress.XtraEditors.SimpleButton();
     this.cbo_empleado       = new System.Windows.Forms.ComboBox();
     this.cbo_cat            = new System.Windows.Forms.ComboBox();
     this.btn_actualizar_mon = new DevExpress.XtraEditors.SimpleButton();
     this.btn_nueva_mon      = new DevExpress.XtraEditors.SimpleButton();
     this.cbo_perem          = new System.Windows.Forms.ComboBox();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.label6             = new System.Windows.Forms.Label();
     this.tb_etapa           = new DevExpress.XtraEditors.TrackBarControl();
     this.btn_actualizar_emp = new DevExpress.XtraEditors.SimpleButton();
     this.btn_refresh_perem  = new DevExpress.XtraEditors.SimpleButton();
     this.dtp_fecha_cierre   = new DevExpress.XtraEditors.DateEdit();
     this.btn_nuevo_perem    = new DevExpress.XtraEditors.SimpleButton();
     this.lbl_titulo         = new System.Windows.Forms.Label();
     this.labelControl1      = new DevExpress.XtraEditors.LabelControl();
     this.btn_nuevo_emp      = new DevExpress.XtraEditors.SimpleButton();
     this.txt_titulo         = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.btn_refesh_cat     = new DevExpress.XtraEditors.SimpleButton();
     this.txt_detalles       = new System.Windows.Forms.RichTextBox();
     this.btn_nueva          = new DevExpress.XtraEditors.SimpleButton();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.txt_valor          = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tb_etapa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_etapa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtp_fecha_cierre.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtp_fecha_cierre.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.CaptionImage    = ((System.Drawing.Image)(resources.GetObject("groupControl1.CaptionImage")));
     this.groupControl1.CaptionLocation = DevExpress.Utils.Locations.Top;
     this.groupControl1.Controls.Add(this.cbo_monedas);
     this.groupControl1.Controls.Add(this.btn_guardar);
     this.groupControl1.Controls.Add(this.cbo_empleado);
     this.groupControl1.Controls.Add(this.cbo_cat);
     this.groupControl1.Controls.Add(this.btn_actualizar_mon);
     this.groupControl1.Controls.Add(this.btn_nueva_mon);
     this.groupControl1.Controls.Add(this.cbo_perem);
     this.groupControl1.Controls.Add(this.comboBox1);
     this.groupControl1.Controls.Add(this.label6);
     this.groupControl1.Controls.Add(this.tb_etapa);
     this.groupControl1.Controls.Add(this.btn_actualizar_emp);
     this.groupControl1.Controls.Add(this.btn_refresh_perem);
     this.groupControl1.Controls.Add(this.dtp_fecha_cierre);
     this.groupControl1.Controls.Add(this.btn_nuevo_perem);
     this.groupControl1.Controls.Add(this.lbl_titulo);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.btn_nuevo_emp);
     this.groupControl1.Controls.Add(this.txt_titulo);
     this.groupControl1.Controls.Add(this.label5);
     this.groupControl1.Controls.Add(this.label4);
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.btn_refesh_cat);
     this.groupControl1.Controls.Add(this.txt_detalles);
     this.groupControl1.Controls.Add(this.btn_nueva);
     this.groupControl1.Controls.Add(this.label2);
     this.groupControl1.Controls.Add(this.label3);
     this.groupControl1.Controls.Add(this.txt_valor);
     resources.ApplyResources(this.groupControl1, "groupControl1");
     this.groupControl1.Name   = "groupControl1";
     this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // cbo_monedas
     //
     this.cbo_monedas.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_monedas.FormattingEnabled = true;
     resources.ApplyResources(this.cbo_monedas, "cbo_monedas");
     this.cbo_monedas.Name = "cbo_monedas";
     //
     // btn_guardar
     //
     this.btn_guardar.Image = ((System.Drawing.Image)(resources.GetObject("btn_guardar.Image")));
     resources.ApplyResources(this.btn_guardar, "btn_guardar");
     this.btn_guardar.Name   = "btn_guardar";
     this.btn_guardar.Click += new System.EventHandler(this.btn_guardar_Click);
     //
     // cbo_empleado
     //
     this.cbo_empleado.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_empleado.FormattingEnabled = true;
     resources.ApplyResources(this.cbo_empleado, "cbo_empleado");
     this.cbo_empleado.Name = "cbo_empleado";
     //
     // cbo_cat
     //
     this.cbo_cat.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_cat.FormattingEnabled = true;
     resources.ApplyResources(this.cbo_cat, "cbo_cat");
     this.cbo_cat.Name = "cbo_cat";
     //
     // btn_actualizar_mon
     //
     this.btn_actualizar_mon.Image         = ((System.Drawing.Image)(resources.GetObject("btn_actualizar_mon.Image")));
     this.btn_actualizar_mon.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     resources.ApplyResources(this.btn_actualizar_mon, "btn_actualizar_mon");
     this.btn_actualizar_mon.Name   = "btn_actualizar_mon";
     this.btn_actualizar_mon.Click += new System.EventHandler(this.btn_actualizar_mon_Click);
     //
     // btn_nueva_mon
     //
     resources.ApplyResources(this.btn_nueva_mon, "btn_nueva_mon");
     this.btn_nueva_mon.Image         = ((System.Drawing.Image)(resources.GetObject("btn_nueva_mon.Image")));
     this.btn_nueva_mon.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     this.btn_nueva_mon.Name          = "btn_nueva_mon";
     this.btn_nueva_mon.Click        += new System.EventHandler(this.btn_nueva_mon_Click);
     //
     // cbo_perem
     //
     this.cbo_perem.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_perem.FormattingEnabled = true;
     resources.ApplyResources(this.cbo_perem, "cbo_perem");
     this.cbo_perem.Name = "cbo_perem";
     this.cbo_perem.SelectedIndexChanged += new System.EventHandler(this.cbo_perem_SelectedIndexChanged);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         resources.GetString("comboBox1.Items"),
         resources.GetString("comboBox1.Items1")
     });
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // tb_etapa
     //
     this.tb_etapa.Cursor = System.Windows.Forms.Cursors.Hand;
     resources.ApplyResources(this.tb_etapa, "tb_etapa");
     this.tb_etapa.Name = "tb_etapa";
     this.tb_etapa.Properties.Appearance.BackColor                   = ((System.Drawing.Color)(resources.GetObject("tb_etapa.Properties.Appearance.BackColor")));
     this.tb_etapa.Properties.Appearance.BackColor2                  = ((System.Drawing.Color)(resources.GetObject("tb_etapa.Properties.Appearance.BackColor2")));
     this.tb_etapa.Properties.Appearance.Options.UseBackColor        = true;
     this.tb_etapa.Properties.LabelAppearance.ForeColor              = ((System.Drawing.Color)(resources.GetObject("tb_etapa.Properties.LabelAppearance.ForeColor")));
     this.tb_etapa.Properties.LabelAppearance.Options.UseForeColor   = true;
     this.tb_etapa.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.tb_etapa.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     resources.ApplyResources(trackBarLabel1, "trackBarLabel1");
     resources.ApplyResources(trackBarLabel2, "trackBarLabel2");
     trackBarLabel2.Value = 1;
     resources.ApplyResources(trackBarLabel3, "trackBarLabel3");
     trackBarLabel3.Value = 2;
     resources.ApplyResources(trackBarLabel4, "trackBarLabel4");
     trackBarLabel4.Value = 3;
     this.tb_etapa.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4
     });
     this.tb_etapa.Properties.Maximum    = 3;
     this.tb_etapa.Properties.ShowLabels = true;
     //
     // btn_actualizar_emp
     //
     this.btn_actualizar_emp.Image         = ((System.Drawing.Image)(resources.GetObject("btn_actualizar_emp.Image")));
     this.btn_actualizar_emp.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     resources.ApplyResources(this.btn_actualizar_emp, "btn_actualizar_emp");
     this.btn_actualizar_emp.Name   = "btn_actualizar_emp";
     this.btn_actualizar_emp.Click += new System.EventHandler(this.btn_actualizar_emp_Click);
     //
     // btn_refresh_perem
     //
     this.btn_refresh_perem.Image         = ((System.Drawing.Image)(resources.GetObject("btn_refresh_perem.Image")));
     this.btn_refresh_perem.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     resources.ApplyResources(this.btn_refresh_perem, "btn_refresh_perem");
     this.btn_refresh_perem.Name   = "btn_refresh_perem";
     this.btn_refresh_perem.Click += new System.EventHandler(this.btn_refresh_perem_Click);
     //
     // dtp_fecha_cierre
     //
     resources.ApplyResources(this.dtp_fecha_cierre, "dtp_fecha_cierre");
     this.dtp_fecha_cierre.Name = "dtp_fecha_cierre";
     this.dtp_fecha_cierre.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("dtp_fecha_cierre.Properties.Buttons"))))
     });
     this.dtp_fecha_cierre.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("dtp_fecha_cierre.Properties.CalendarTimeProperties.Buttons"))))
     });
     //
     // btn_nuevo_perem
     //
     resources.ApplyResources(this.btn_nuevo_perem, "btn_nuevo_perem");
     this.btn_nuevo_perem.Image         = ((System.Drawing.Image)(resources.GetObject("btn_nuevo_perem.Image")));
     this.btn_nuevo_perem.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     this.btn_nuevo_perem.Name          = "btn_nuevo_perem";
     this.btn_nuevo_perem.Click        += new System.EventHandler(this.btn_nuevo_perem_Click);
     //
     // lbl_titulo
     //
     resources.ApplyResources(this.lbl_titulo, "lbl_titulo");
     this.lbl_titulo.Name = "lbl_titulo";
     //
     // labelControl1
     //
     resources.ApplyResources(this.labelControl1, "labelControl1");
     this.labelControl1.Name = "labelControl1";
     //
     // btn_nuevo_emp
     //
     this.btn_nuevo_emp.Image         = ((System.Drawing.Image)(resources.GetObject("btn_nuevo_emp.Image")));
     this.btn_nuevo_emp.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     resources.ApplyResources(this.btn_nuevo_emp, "btn_nuevo_emp");
     this.btn_nuevo_emp.Name   = "btn_nuevo_emp";
     this.btn_nuevo_emp.Click += new System.EventHandler(this.btn_nuevo_emp_Click);
     //
     // txt_titulo
     //
     resources.ApplyResources(this.txt_titulo, "txt_titulo");
     this.txt_titulo.Name = "txt_titulo";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // btn_refesh_cat
     //
     this.btn_refesh_cat.Image         = ((System.Drawing.Image)(resources.GetObject("btn_refesh_cat.Image")));
     this.btn_refesh_cat.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     resources.ApplyResources(this.btn_refesh_cat, "btn_refesh_cat");
     this.btn_refesh_cat.Name   = "btn_refesh_cat";
     this.btn_refesh_cat.Click += new System.EventHandler(this.btn_refesh_cat_Click);
     //
     // txt_detalles
     //
     resources.ApplyResources(this.txt_detalles, "txt_detalles");
     this.txt_detalles.Name = "txt_detalles";
     //
     // btn_nueva
     //
     resources.ApplyResources(this.btn_nueva, "btn_nueva");
     this.btn_nueva.Image         = ((System.Drawing.Image)(resources.GetObject("btn_nueva.Image")));
     this.btn_nueva.ImageLocation = DevExpress.XtraEditors.ImageLocation.BottomCenter;
     this.btn_nueva.Name          = "btn_nueva";
     this.btn_nueva.Click        += new System.EventHandler(this.btn_nueva_Click);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // txt_valor
     //
     resources.ApplyResources(this.txt_valor, "txt_valor");
     this.txt_valor.Name         = "txt_valor";
     this.txt_valor.TextChanged += new System.EventHandler(this.txt_valor_TextChanged);
     this.txt_valor.Leave       += new System.EventHandler(this.txt_valor_Leave);
     //
     // FormNuevoNegocio
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl1);
     this.Name  = "FormNuevoNegocio";
     this.Load += new System.EventHandler(this.FormNuevoNegocio_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tb_etapa.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_etapa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtp_fecha_cierre.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtp_fecha_cierre.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel12 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel13 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel14 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel15 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel16 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel17 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel18 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel19 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel20 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel21 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel22 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     System.ComponentModel.ComponentResourceManager  resources       = new System.ComponentModel.ComponentResourceManager(typeof(MinimumDistanceClassify));
     this.labelControl2                = new DevExpress.XtraEditors.LabelControl();
     this.minDis_error_groupBox        = new System.Windows.Forms.GroupBox();
     this.minDis_error_trackBarControl = new DevExpress.XtraEditors.TrackBarControl();
     this.minDis_error_spinEdit        = new DevExpress.XtraEditors.SpinEdit();
     this.minDis_std_groupBox          = new System.Windows.Forms.GroupBox();
     this.minDis_std_trackBarControl   = new DevExpress.XtraEditors.TrackBarControl();
     this.minDis_std_spinEdit          = new DevExpress.XtraEditors.SpinEdit();
     this.minDis_error_groupControl    = new DevExpress.XtraEditors.GroupControl();
     this.minDis_error_radioGroup      = new DevExpress.XtraEditors.RadioGroup();
     this.minDis_std_groupControl      = new DevExpress.XtraEditors.GroupControl();
     this.minDis_std_radioGroup        = new DevExpress.XtraEditors.RadioGroup();
     this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
     this.minDis_error_groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_trackBarControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_trackBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_spinEdit.Properties)).BeginInit();
     this.minDis_std_groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_trackBarControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_trackBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_spinEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_groupControl)).BeginInit();
     this.minDis_error_groupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_radioGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_groupControl)).BeginInit();
     this.minDis_std_groupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_radioGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Location        = new System.Drawing.Point(8, 11);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Padding         = new System.Windows.Forms.Padding(10);
     this.labelControl2.Size            = new System.Drawing.Size(196, 41);
     this.labelControl2.TabIndex        = 15;
     this.labelControl2.Text            = "最小距离分类法参数设置";
     //
     // minDis_error_groupBox
     //
     this.minDis_error_groupBox.Controls.Add(this.minDis_error_trackBarControl);
     this.minDis_error_groupBox.Controls.Add(this.minDis_error_spinEdit);
     this.minDis_error_groupBox.Enabled  = false;
     this.minDis_error_groupBox.Location = new System.Drawing.Point(119, 262);
     this.minDis_error_groupBox.Name     = "minDis_error_groupBox";
     this.minDis_error_groupBox.Size     = new System.Drawing.Size(101, 193);
     this.minDis_error_groupBox.TabIndex = 18;
     this.minDis_error_groupBox.TabStop  = false;
     this.minDis_error_groupBox.Text     = "误差参数";
     //
     // minDis_error_trackBarControl
     //
     this.minDis_error_trackBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.minDis_error_trackBarControl.EditValue = null;
     this.minDis_error_trackBarControl.Location  = new System.Drawing.Point(29, 52);
     this.minDis_error_trackBarControl.Name      = "minDis_error_trackBarControl";
     this.minDis_error_trackBarControl.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.minDis_error_trackBarControl.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0";
     trackBarLabel2.Label  = "1";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "2";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "3";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "4";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "5";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "6";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "7";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "8";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "9";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "10";
     trackBarLabel11.Value = 10;
     this.minDis_error_trackBarControl.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.minDis_error_trackBarControl.Properties.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.minDis_error_trackBarControl.Properties.TickStyle   = System.Windows.Forms.TickStyle.Both;
     this.minDis_error_trackBarControl.Size     = new System.Drawing.Size(45, 135);
     this.minDis_error_trackBarControl.TabIndex = 5;
     //
     // minDis_error_spinEdit
     //
     this.minDis_error_spinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.minDis_error_spinEdit.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.minDis_error_spinEdit.Location = new System.Drawing.Point(19, 26);
     this.minDis_error_spinEdit.Name     = "minDis_error_spinEdit";
     this.minDis_error_spinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.minDis_error_spinEdit.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.minDis_error_spinEdit.Properties.MaxValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.minDis_error_spinEdit.Size     = new System.Drawing.Size(66, 20);
     this.minDis_error_spinEdit.TabIndex = 6;
     //
     // minDis_std_groupBox
     //
     this.minDis_std_groupBox.Controls.Add(this.minDis_std_trackBarControl);
     this.minDis_std_groupBox.Controls.Add(this.minDis_std_spinEdit);
     this.minDis_std_groupBox.Enabled  = false;
     this.minDis_std_groupBox.Location = new System.Drawing.Point(12, 262);
     this.minDis_std_groupBox.Name     = "minDis_std_groupBox";
     this.minDis_std_groupBox.Size     = new System.Drawing.Size(101, 193);
     this.minDis_std_groupBox.TabIndex = 17;
     this.minDis_std_groupBox.TabStop  = false;
     this.minDis_std_groupBox.Text     = "标准差";
     //
     // minDis_std_trackBarControl
     //
     this.minDis_std_trackBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.minDis_std_trackBarControl.EditValue = null;
     this.minDis_std_trackBarControl.Location  = new System.Drawing.Point(29, 52);
     this.minDis_std_trackBarControl.Name      = "minDis_std_trackBarControl";
     this.minDis_std_trackBarControl.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.minDis_std_trackBarControl.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel12.Label = "0";
     trackBarLabel13.Label = "1";
     trackBarLabel13.Value = 1;
     trackBarLabel14.Label = "2";
     trackBarLabel14.Value = 2;
     trackBarLabel15.Label = "3";
     trackBarLabel15.Value = 3;
     trackBarLabel16.Label = "4";
     trackBarLabel16.Value = 4;
     trackBarLabel17.Label = "5";
     trackBarLabel17.Value = 5;
     trackBarLabel18.Label = "6";
     trackBarLabel18.Value = 6;
     trackBarLabel19.Label = "7";
     trackBarLabel19.Value = 7;
     trackBarLabel20.Label = "8";
     trackBarLabel20.Value = 8;
     trackBarLabel21.Label = "9";
     trackBarLabel21.Value = 9;
     trackBarLabel22.Label = "10";
     trackBarLabel22.Value = 10;
     this.minDis_std_trackBarControl.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel12,
         trackBarLabel13,
         trackBarLabel14,
         trackBarLabel15,
         trackBarLabel16,
         trackBarLabel17,
         trackBarLabel18,
         trackBarLabel19,
         trackBarLabel20,
         trackBarLabel21,
         trackBarLabel22
     });
     this.minDis_std_trackBarControl.Properties.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.minDis_std_trackBarControl.Properties.TickStyle   = System.Windows.Forms.TickStyle.Both;
     this.minDis_std_trackBarControl.Size     = new System.Drawing.Size(45, 135);
     this.minDis_std_trackBarControl.TabIndex = 5;
     //
     // minDis_std_spinEdit
     //
     this.minDis_std_spinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.minDis_std_spinEdit.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.minDis_std_spinEdit.Location = new System.Drawing.Point(19, 26);
     this.minDis_std_spinEdit.Name     = "minDis_std_spinEdit";
     this.minDis_std_spinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.minDis_std_spinEdit.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.minDis_std_spinEdit.Properties.MaxValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.minDis_std_spinEdit.Size     = new System.Drawing.Size(66, 20);
     this.minDis_std_spinEdit.TabIndex = 6;
     //
     // minDis_error_groupControl
     //
     this.minDis_error_groupControl.Controls.Add(this.minDis_error_radioGroup);
     this.minDis_error_groupControl.Location = new System.Drawing.Point(12, 164);
     this.minDis_error_groupControl.Name     = "minDis_error_groupControl";
     this.minDis_error_groupControl.Size     = new System.Drawing.Size(203, 76);
     this.minDis_error_groupControl.TabIndex = 14;
     this.minDis_error_groupControl.Text     = "最大距离误差参数";
     //
     // minDis_error_radioGroup
     //
     this.minDis_error_radioGroup.Location = new System.Drawing.Point(0, 25);
     this.minDis_error_radioGroup.Name     = "minDis_error_radioGroup";
     this.minDis_error_radioGroup.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.minDis_error_radioGroup.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.minDis_error_radioGroup.Properties.Appearance.Options.UseBackColor = true;
     this.minDis_error_radioGroup.Properties.Appearance.Options.UseFont      = true;
     this.minDis_error_radioGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.minDis_error_radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "默认"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "设置单一阈值")
     });
     this.minDis_error_radioGroup.Size     = new System.Drawing.Size(156, 55);
     this.minDis_error_radioGroup.TabIndex = 0;
     //
     // minDis_std_groupControl
     //
     this.minDis_std_groupControl.Controls.Add(this.minDis_std_radioGroup);
     this.minDis_std_groupControl.Location = new System.Drawing.Point(12, 58);
     this.minDis_std_groupControl.Name     = "minDis_std_groupControl";
     this.minDis_std_groupControl.Size     = new System.Drawing.Size(203, 100);
     this.minDis_std_groupControl.TabIndex = 13;
     this.minDis_std_groupControl.Text     = "标准差参数";
     //
     // minDis_std_radioGroup
     //
     this.minDis_std_radioGroup.Location = new System.Drawing.Point(5, 25);
     this.minDis_std_radioGroup.Name     = "minDis_std_radioGroup";
     this.minDis_std_radioGroup.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.minDis_std_radioGroup.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.minDis_std_radioGroup.Properties.Appearance.Options.UseBackColor = true;
     this.minDis_std_radioGroup.Properties.Appearance.Options.UseFont      = true;
     this.minDis_std_radioGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.minDis_std_radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "默认"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "设置单一阈值")
     });
     this.minDis_std_radioGroup.Size     = new System.Drawing.Size(156, 58);
     this.minDis_std_radioGroup.TabIndex = 0;
     //
     // memoEdit1
     //
     this.memoEdit1.EditValue = resources.GetString("memoEdit1.EditValue");
     this.memoEdit1.Location  = new System.Drawing.Point(226, 56);
     this.memoEdit1.Name      = "memoEdit1";
     this.memoEdit1.Properties.Appearance.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.memoEdit1.Properties.Appearance.Options.UseFont = true;
     this.memoEdit1.Properties.ReadOnly = true;
     this.memoEdit1.Size     = new System.Drawing.Size(387, 393);
     this.memoEdit1.TabIndex = 16;
     this.memoEdit1.UseOptimizedRendering = true;
     //
     // MinimumDistanceClassify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(621, 456);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.minDis_error_groupBox);
     this.Controls.Add(this.minDis_std_groupBox);
     this.Controls.Add(this.minDis_error_groupControl);
     this.Controls.Add(this.minDis_std_groupControl);
     this.Controls.Add(this.memoEdit1);
     this.Name = "MinimumDistanceClassify";
     this.Text = "MinimumDistanceClassify";
     this.minDis_error_groupBox.ResumeLayout(false);
     this.minDis_error_groupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_trackBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_trackBarControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_spinEdit.Properties)).EndInit();
     this.minDis_std_groupBox.ResumeLayout(false);
     this.minDis_std_groupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_trackBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_trackBarControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_spinEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_groupControl)).EndInit();
     this.minDis_error_groupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.minDis_error_radioGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_groupControl)).EndInit();
     this.minDis_std_groupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.minDis_std_radioGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.selectMode    = new DevExpress.XtraEditors.TrackBarControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.numWidth      = new DevExpress.XtraEditors.SpinEdit();
     this.numHeight     = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.btOK          = new DevExpress.XtraEditors.SimpleButton();
     this.btCancel      = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.selectMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.selectMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWidth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHeight.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // selectMode
     //
     this.selectMode.EditValue = 20;
     this.selectMode.Location  = new System.Drawing.Point(12, 31);
     this.selectMode.Name      = "selectMode";
     this.selectMode.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.selectMode.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label = "Easy";
     trackBarLabel1.Value = 10;
     trackBarLabel2.Label = "Medium";
     trackBarLabel2.Value = 45;
     trackBarLabel3.Label = "Hard";
     trackBarLabel3.Value = 80;
     this.selectMode.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3
     });
     this.selectMode.Properties.Maximum    = 80;
     this.selectMode.Properties.Minimum    = 10;
     this.selectMode.Properties.ShowLabels = true;
     this.selectMode.Size     = new System.Drawing.Size(492, 72);
     this.selectMode.TabIndex = 0;
     this.selectMode.Value    = 20;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.labelControl1.Location        = new System.Drawing.Point(10, 90);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(43, 16);
     this.labelControl1.TabIndex        = 2;
     this.labelControl1.Text            = "Width:";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.labelControl2.Location        = new System.Drawing.Point(204, 90);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(47, 16);
     this.labelControl2.TabIndex        = 3;
     this.labelControl2.Text            = "Height:";
     //
     // numWidth
     //
     this.numWidth.EditValue = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numWidth.Location = new System.Drawing.Point(59, 86);
     this.numWidth.Name     = "numWidth";
     this.numWidth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.numWidth.Properties.MaxValue = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numWidth.Properties.MinValue = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numWidth.Size     = new System.Drawing.Size(100, 20);
     this.numWidth.TabIndex = 4;
     //
     // numHeight
     //
     this.numHeight.EditValue = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numHeight.Location = new System.Drawing.Point(257, 87);
     this.numHeight.Name     = "numHeight";
     this.numHeight.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.numHeight.Properties.MaxValue = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numHeight.Properties.MinValue = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numHeight.Size     = new System.Drawing.Size(100, 20);
     this.numHeight.TabIndex = 5;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.labelControl3.Location        = new System.Drawing.Point(12, 8);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Size            = new System.Drawing.Size(40, 16);
     this.labelControl3.TabIndex        = 6;
     this.labelControl3.Text            = "Mode:";
     //
     // btOK
     //
     this.btOK.Location = new System.Drawing.Point(176, 135);
     this.btOK.Name     = "btOK";
     this.btOK.Size     = new System.Drawing.Size(75, 23);
     this.btOK.TabIndex = 7;
     this.btOK.Text     = "OK";
     this.btOK.Click   += new System.EventHandler(this.btOK_Click);
     //
     // btCancel
     //
     this.btCancel.Location = new System.Drawing.Point(257, 136);
     this.btCancel.Name     = "btCancel";
     this.btCancel.Size     = new System.Drawing.Size(75, 23);
     this.btCancel.TabIndex = 8;
     this.btCancel.Text     = "Cancel";
     this.btCancel.Click   += new System.EventHandler(this.btCancel_Click);
     //
     // OptionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(516, 171);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.numHeight);
     this.Controls.Add(this.numWidth);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.selectMode);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OptionForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Game Option";
     this.Load           += new System.EventHandler(this.OptionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.selectMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.selectMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numWidth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHeight.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel12 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel13 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel14 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel15 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel16 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel17 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel18 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel19 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel20 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel21 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel22 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.label5           = new System.Windows.Forms.Label();
     this.cmbTreinamento   = new System.Windows.Forms.ComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.cmbEmpresa       = new System.Windows.Forms.ComboBox();
     this.txtParticipantes = new DevExpress.XtraEditors.SpinEdit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllDay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtShowTimeAs.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtResource.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtResources.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtResources.ResourcesCheckedListBoxControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkReminder.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbReminder.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLocation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panel1)).BeginInit();
     this.panel1.SuspendLayout();
     this.progressPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbProgress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbProgress.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtParticipantes.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lblSubject
     //
     this.lblSubject.Size = new System.Drawing.Size(46, 13);
     this.lblSubject.Text = "&Descrição";
     //
     // lblLocation
     //
     this.lblLocation.Location = new System.Drawing.Point(17, 47);
     this.lblLocation.Size     = new System.Drawing.Size(62, 13);
     this.lblLocation.Text     = "&Participantes";
     //
     // lblLabel
     //
     this.lblLabel.Appearance.BackColor = System.Drawing.Color.Transparent;
     //
     // lblStartTime
     //
     this.lblStartTime.Location = new System.Drawing.Point(16, 70);
     //
     // lblEndTime
     //
     this.lblEndTime.Location = new System.Drawing.Point(16, 95);
     //
     // lblShowTimeAs
     //
     this.lblShowTimeAs.Location = new System.Drawing.Point(217, 181);
     this.lblShowTimeAs.Visible  = false;
     //
     // chkAllDay
     //
     this.chkAllDay.AllowDrop = true;
     this.chkAllDay.Location  = new System.Drawing.Point(3, 37);
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(19, 255);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(107, 256);
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(193, 256);
     //
     // btnRecurrence
     //
     this.btnRecurrence.Location = new System.Drawing.Point(283, 256);
     //
     // edtStartDate
     //
     this.edtStartDate.EditValue = new System.DateTime(2005, 3, 31, 0, 0, 0, 0);
     this.edtStartDate.Location  = new System.Drawing.Point(96, 67);
     this.edtStartDate.Size      = new System.Drawing.Size(130, 20);
     //
     // edtEndDate
     //
     this.edtEndDate.EditValue = new System.DateTime(2005, 3, 31, 0, 0, 0, 0);
     this.edtEndDate.Location  = new System.Drawing.Point(96, 92);
     this.edtEndDate.Size      = new System.Drawing.Size(130, 20);
     //
     // edtStartTime
     //
     this.edtStartTime.EditValue = new System.DateTime(2005, 3, 31, 0, 0, 0, 0);
     this.edtStartTime.Location  = new System.Drawing.Point(234, 68);
     //
     // edtEndTime
     //
     this.edtEndTime.EditValue = new System.DateTime(2005, 3, 31, 0, 0, 0, 0);
     this.edtEndTime.Location  = new System.Drawing.Point(234, 92);
     //
     // edtLabel
     //
     //
     // edtShowTimeAs
     //
     this.edtShowTimeAs.Location = new System.Drawing.Point(297, 178);
     this.edtShowTimeAs.Size     = new System.Drawing.Size(226, 20);
     this.edtShowTimeAs.Visible  = false;
     //
     // tbSubject
     //
     this.tbSubject.Size = new System.Drawing.Size(426, 20);
     //
     // edtResource
     //
     this.edtResource.Location = new System.Drawing.Point(75, 82);
     //
     // lblResource
     //
     this.lblResource.Location = new System.Drawing.Point(5, 85);
     this.lblResource.Click   += new System.EventHandler(this.lblResource_Click);
     //
     // edtResources
     //
     //
     //
     //
     this.edtResources.ResourcesCheckedListBoxControl.CheckOnClick = true;
     this.edtResources.ResourcesCheckedListBoxControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.edtResources.ResourcesCheckedListBoxControl.Location     = new System.Drawing.Point(0, 0);
     this.edtResources.ResourcesCheckedListBoxControl.Name         = "";
     this.edtResources.ResourcesCheckedListBoxControl.Size         = new System.Drawing.Size(200, 100);
     this.edtResources.ResourcesCheckedListBoxControl.TabIndex     = 0;
     //
     // chkReminder
     //
     //
     // tbDescription
     //
     this.tbDescription.Location = new System.Drawing.Point(13, 254);
     this.tbDescription.Size     = new System.Drawing.Size(506, 2);
     this.tbDescription.Visible  = false;
     //
     // cbReminder
     //
     //
     // tbLocation
     //
     this.tbLocation.Location = new System.Drawing.Point(193, 121);
     this.tbLocation.Size     = new System.Drawing.Size(226, 20);
     this.tbLocation.Visible  = false;
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(334, 39);
     //
     // progressPanel
     //
     this.progressPanel.Location = new System.Drawing.Point(13, 218);
     this.progressPanel.Size     = new System.Drawing.Size(506, 30);
     //
     // tbProgress
     //
     this.tbProgress.Location = new System.Drawing.Point(66, 3);
     this.tbProgress.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.tbProgress.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel12.Label = "0";
     trackBarLabel13.Label = "10";
     trackBarLabel13.Value = 10;
     trackBarLabel14.Label = "20";
     trackBarLabel14.Value = 20;
     trackBarLabel15.Label = "30";
     trackBarLabel15.Value = 30;
     trackBarLabel16.Label = "40";
     trackBarLabel16.Value = 40;
     trackBarLabel17.Label = "50";
     trackBarLabel17.Value = 50;
     trackBarLabel18.Label = "60";
     trackBarLabel18.Value = 60;
     trackBarLabel19.Label = "70";
     trackBarLabel19.Value = 70;
     trackBarLabel20.Label = "80";
     trackBarLabel20.Value = 80;
     trackBarLabel21.Label = "90";
     trackBarLabel21.Value = 90;
     trackBarLabel22.Label = "100";
     trackBarLabel22.Value = 100;
     this.tbProgress.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel12,
         trackBarLabel13,
         trackBarLabel14,
         trackBarLabel15,
         trackBarLabel16,
         trackBarLabel17,
         trackBarLabel18,
         trackBarLabel19,
         trackBarLabel20,
         trackBarLabel21,
         trackBarLabel22,
         trackBarLabel12,
         trackBarLabel13,
         trackBarLabel14,
         trackBarLabel15,
         trackBarLabel16,
         trackBarLabel17,
         trackBarLabel18,
         trackBarLabel19,
         trackBarLabel20,
         trackBarLabel21,
         trackBarLabel22
     });
     this.tbProgress.Size = new System.Drawing.Size(397, 27);
     //
     // lblPercentComplete
     //
     this.lblPercentComplete.Appearance.BackColor = System.Drawing.Color.Transparent;
     //
     // lblPercentCompleteValue
     //
     this.lblPercentCompleteValue.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.lblPercentCompleteValue.Location             = new System.Drawing.Point(488, 10);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(13, 172);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(117, 13);
     this.label5.TabIndex = 32;
     this.label5.Text     = "Nome Treinamento:";
     //
     // cmbTreinamento
     //
     this.cmbTreinamento.DisplayMember     = "nomeTreinamento";
     this.cmbTreinamento.FormattingEnabled = true;
     this.cmbTreinamento.Location          = new System.Drawing.Point(13, 191);
     this.cmbTreinamento.Name        = "cmbTreinamento";
     this.cmbTreinamento.Size        = new System.Drawing.Size(430, 21);
     this.cmbTreinamento.TabIndex    = 31;
     this.cmbTreinamento.ValueMember = "id_Treinamentos";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(13, 124);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(95, 13);
     this.label4.TabIndex = 30;
     this.label4.Text     = "Nome Empresa:";
     //
     // cmbEmpresa
     //
     this.cmbEmpresa.DisplayMember     = "razaosocial";
     this.cmbEmpresa.FormattingEnabled = true;
     this.cmbEmpresa.Location          = new System.Drawing.Point(13, 143);
     this.cmbEmpresa.Name        = "cmbEmpresa";
     this.cmbEmpresa.Size        = new System.Drawing.Size(430, 21);
     this.cmbEmpresa.TabIndex    = 29;
     this.cmbEmpresa.ValueMember = "id_empresa";
     //
     // txtParticipantes
     //
     this.txtParticipantes.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.txtParticipantes.Location = new System.Drawing.Point(96, 42);
     this.txtParticipantes.Name     = "txtParticipantes";
     this.txtParticipantes.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtParticipantes.Size     = new System.Drawing.Size(100, 20);
     this.txtParticipantes.TabIndex = 33;
     //
     // CustomAppointmentForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(538, 284);
     this.Controls.Add(this.txtParticipantes);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.cmbTreinamento);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbEmpresa);
     this.MinimumSize = new System.Drawing.Size(518, 306);
     this.Name        = "CustomAppointmentForm";
     this.Controls.SetChildIndex(this.edtShowTimeAs, 0);
     this.Controls.SetChildIndex(this.edtEndTime, 0);
     this.Controls.SetChildIndex(this.edtEndDate, 0);
     this.Controls.SetChildIndex(this.btnRecurrence, 0);
     this.Controls.SetChildIndex(this.btnDelete, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.lblShowTimeAs, 0);
     this.Controls.SetChildIndex(this.lblEndTime, 0);
     this.Controls.SetChildIndex(this.tbLocation, 0);
     this.Controls.SetChildIndex(this.lblSubject, 0);
     this.Controls.SetChildIndex(this.lblLocation, 0);
     this.Controls.SetChildIndex(this.tbSubject, 0);
     this.Controls.SetChildIndex(this.lblStartTime, 0);
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.edtStartDate, 0);
     this.Controls.SetChildIndex(this.edtStartTime, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.progressPanel, 0);
     this.Controls.SetChildIndex(this.tbDescription, 0);
     this.Controls.SetChildIndex(this.cmbEmpresa, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.cmbTreinamento, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.txtParticipantes, 0);
     ((System.ComponentModel.ISupportInitialize)(this.chkAllDay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtShowTimeAs.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubject.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtResource.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtResources.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtResources.ResourcesCheckedListBoxControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkReminder.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDescription.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbReminder.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLocation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panel1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.progressPanel.ResumeLayout(false);
     this.progressPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbProgress.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbProgress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtParticipantes.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     System.ComponentModel.ComponentResourceManager  resources       = new System.ComponentModel.ComponentResourceManager(typeof(MahlanobisDistanceClassify));
     this.panelControl2   = new DevExpress.XtraEditors.PanelControl();
     this.mahDis_groupBox = new System.Windows.Forms.GroupBox();
     this.mahDis_thresh_trackBarControl = new DevExpress.XtraEditors.TrackBarControl();
     this.mahDis_thresh_spinEdit        = new DevExpress.XtraEditors.SpinEdit();
     this.mahDIs_groupControl           = new DevExpress.XtraEditors.GroupControl();
     this.mahDIs_radioGroup             = new DevExpress.XtraEditors.RadioGroup();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.memoEdit2     = new DevExpress.XtraEditors.MemoEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.mahDis_groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mahDis_thresh_trackBarControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mahDis_thresh_trackBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mahDis_thresh_spinEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mahDIs_groupControl)).BeginInit();
     this.mahDIs_groupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mahDIs_radioGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.mahDis_groupBox);
     this.panelControl2.Controls.Add(this.mahDIs_groupControl);
     this.panelControl2.Location = new System.Drawing.Point(12, 72);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(142, 373);
     this.panelControl2.TabIndex = 15;
     //
     // mahDis_groupBox
     //
     this.mahDis_groupBox.Controls.Add(this.mahDis_thresh_trackBarControl);
     this.mahDis_groupBox.Controls.Add(this.mahDis_thresh_spinEdit);
     this.mahDis_groupBox.Enabled  = false;
     this.mahDis_groupBox.Location = new System.Drawing.Point(28, 165);
     this.mahDis_groupBox.Name     = "mahDis_groupBox";
     this.mahDis_groupBox.Size     = new System.Drawing.Size(87, 216);
     this.mahDis_groupBox.TabIndex = 11;
     this.mahDis_groupBox.TabStop  = false;
     this.mahDis_groupBox.Text     = "阈值";
     //
     // mahDis_thresh_trackBarControl
     //
     this.mahDis_thresh_trackBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.mahDis_thresh_trackBarControl.EditValue = null;
     this.mahDis_thresh_trackBarControl.Location  = new System.Drawing.Point(18, 56);
     this.mahDis_thresh_trackBarControl.Name      = "mahDis_thresh_trackBarControl";
     this.mahDis_thresh_trackBarControl.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.mahDis_thresh_trackBarControl.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0";
     trackBarLabel2.Label  = "1";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "2";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "3";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "4";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "5";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "6";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "7";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "8";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "9";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "10";
     trackBarLabel11.Value = 10;
     this.mahDis_thresh_trackBarControl.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.mahDis_thresh_trackBarControl.Properties.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.mahDis_thresh_trackBarControl.Properties.TickStyle   = System.Windows.Forms.TickStyle.Both;
     this.mahDis_thresh_trackBarControl.Size     = new System.Drawing.Size(45, 160);
     this.mahDis_thresh_trackBarControl.TabIndex = 5;
     //
     // mahDis_thresh_spinEdit
     //
     this.mahDis_thresh_spinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.mahDis_thresh_spinEdit.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.mahDis_thresh_spinEdit.Location = new System.Drawing.Point(6, 24);
     this.mahDis_thresh_spinEdit.Name     = "mahDis_thresh_spinEdit";
     this.mahDis_thresh_spinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.mahDis_thresh_spinEdit.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.mahDis_thresh_spinEdit.Properties.MaxValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.mahDis_thresh_spinEdit.Size     = new System.Drawing.Size(69, 20);
     this.mahDis_thresh_spinEdit.TabIndex = 6;
     //
     // mahDIs_groupControl
     //
     this.mahDIs_groupControl.Controls.Add(this.mahDIs_radioGroup);
     this.mahDIs_groupControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.mahDIs_groupControl.Location = new System.Drawing.Point(2, 2);
     this.mahDIs_groupControl.Name     = "mahDIs_groupControl";
     this.mahDIs_groupControl.Size     = new System.Drawing.Size(138, 83);
     this.mahDIs_groupControl.TabIndex = 10;
     this.mahDIs_groupControl.Text     = "最大距离误差参数";
     //
     // mahDIs_radioGroup
     //
     this.mahDIs_radioGroup.Location = new System.Drawing.Point(0, 25);
     this.mahDIs_radioGroup.Name     = "mahDIs_radioGroup";
     this.mahDIs_radioGroup.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.mahDIs_radioGroup.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mahDIs_radioGroup.Properties.Appearance.Options.UseBackColor = true;
     this.mahDIs_radioGroup.Properties.Appearance.Options.UseFont      = true;
     this.mahDIs_radioGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.mahDIs_radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "默认"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "设置单一阈值")
     });
     this.mahDIs_radioGroup.Size     = new System.Drawing.Size(156, 55);
     this.mahDIs_radioGroup.TabIndex = 0;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Location        = new System.Drawing.Point(0, 0);
     this.labelControl3.Name            = "labelControl3";
     this.labelControl3.Padding         = new System.Windows.Forms.Padding(10);
     this.labelControl3.Size            = new System.Drawing.Size(196, 41);
     this.labelControl3.TabIndex        = 16;
     this.labelControl3.Text            = "最小距离分类法参数设置";
     //
     // memoEdit2
     //
     this.memoEdit2.EditValue = resources.GetString("memoEdit2.EditValue");
     this.memoEdit2.Location  = new System.Drawing.Point(188, 156);
     this.memoEdit2.Name      = "memoEdit2";
     this.memoEdit2.Properties.Appearance.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.memoEdit2.Properties.Appearance.Options.UseFont = true;
     this.memoEdit2.Properties.ReadOnly = true;
     this.memoEdit2.Size     = new System.Drawing.Size(452, 373);
     this.memoEdit2.TabIndex = 17;
     this.memoEdit2.UseOptimizedRendering = true;
     //
     // MahlanobisDistanceClassify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(637, 541);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.memoEdit2);
     this.Name = "MahlanobisDistanceClassify";
     this.Text = "MahlanobisDistanceClassify";
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.mahDis_groupBox.ResumeLayout(false);
     this.mahDis_groupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mahDis_thresh_trackBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mahDis_thresh_trackBarControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mahDis_thresh_spinEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mahDIs_groupControl)).EndInit();
     this.mahDIs_groupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mahDIs_radioGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #8
0
 /// <summary>
 /// Tasarımcı desteği için gerekli metot - bu metodun
 ///içeriğini kod düzenleyici ile değiştirmeyin.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel12 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel13 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel14 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel15 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel16 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel17 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel18 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel19 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel20 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel21 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.menuStrip1                = new System.Windows.Forms.MenuStrip();
     this.dosyaToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.yeniOyunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.yardımToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.hakkındaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.A1     = new System.Windows.Forms.Button();
     this.A2     = new System.Windows.Forms.Button();
     this.A3     = new System.Windows.Forms.Button();
     this.B1     = new System.Windows.Forms.Button();
     this.B2     = new System.Windows.Forms.Button();
     this.B3     = new System.Windows.Forms.Button();
     this.C1     = new System.Windows.Forms.Button();
     this.C2     = new System.Windows.Forms.Button();
     this.C3     = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.time   = new DevExpress.XtraEditors.TrackBarControl();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.time)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.time.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dosyaToolStripMenuItem,
         this.yardımToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(327, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // dosyaToolStripMenuItem
     //
     this.dosyaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.yeniOyunToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.dosyaToolStripMenuItem.Name = "dosyaToolStripMenuItem";
     this.dosyaToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
     this.dosyaToolStripMenuItem.Text = "Dosya";
     //
     // yeniOyunToolStripMenuItem
     //
     this.yeniOyunToolStripMenuItem.Name   = "yeniOyunToolStripMenuItem";
     this.yeniOyunToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.yeniOyunToolStripMenuItem.Text   = "Yeni Oyun";
     this.yeniOyunToolStripMenuItem.Click += new System.EventHandler(this.yeniOyunToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // yardımToolStripMenuItem
     //
     this.yardımToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hakkındaToolStripMenuItem
     });
     this.yardımToolStripMenuItem.Name = "yardımToolStripMenuItem";
     this.yardımToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.yardımToolStripMenuItem.Text = "Yardım";
     //
     // hakkındaToolStripMenuItem
     //
     this.hakkındaToolStripMenuItem.Name = "hakkındaToolStripMenuItem";
     this.hakkındaToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.hakkındaToolStripMenuItem.Text = "Hakkında";
     //
     // A1
     //
     this.A1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.A1.Location = new System.Drawing.Point(39, 36);
     this.A1.Name     = "A1";
     this.A1.Size     = new System.Drawing.Size(75, 75);
     this.A1.TabIndex = 1;
     this.A1.UseVisualStyleBackColor = true;
     this.A1.Click += new System.EventHandler(this.button_click);
     //
     // A2
     //
     this.A2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.A2.Location = new System.Drawing.Point(120, 36);
     this.A2.Name     = "A2";
     this.A2.Size     = new System.Drawing.Size(75, 75);
     this.A2.TabIndex = 2;
     this.A2.UseVisualStyleBackColor = true;
     this.A2.Click += new System.EventHandler(this.button_click);
     //
     // A3
     //
     this.A3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.A3.Location = new System.Drawing.Point(201, 36);
     this.A3.Name     = "A3";
     this.A3.Size     = new System.Drawing.Size(75, 75);
     this.A3.TabIndex = 3;
     this.A3.UseVisualStyleBackColor = true;
     this.A3.Click += new System.EventHandler(this.button_click);
     //
     // B1
     //
     this.B1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.B1.Location = new System.Drawing.Point(39, 117);
     this.B1.Name     = "B1";
     this.B1.Size     = new System.Drawing.Size(75, 75);
     this.B1.TabIndex = 4;
     this.B1.UseVisualStyleBackColor = true;
     this.B1.Click += new System.EventHandler(this.button_click);
     //
     // B2
     //
     this.B2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.B2.Location = new System.Drawing.Point(120, 117);
     this.B2.Name     = "B2";
     this.B2.Size     = new System.Drawing.Size(75, 75);
     this.B2.TabIndex = 5;
     this.B2.UseVisualStyleBackColor = true;
     this.B2.Click += new System.EventHandler(this.button_click);
     //
     // B3
     //
     this.B3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.B3.Location = new System.Drawing.Point(201, 117);
     this.B3.Name     = "B3";
     this.B3.Size     = new System.Drawing.Size(75, 75);
     this.B3.TabIndex = 6;
     this.B3.UseVisualStyleBackColor = true;
     this.B3.Click += new System.EventHandler(this.button_click);
     //
     // C1
     //
     this.C1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.C1.Location = new System.Drawing.Point(39, 198);
     this.C1.Name     = "C1";
     this.C1.Size     = new System.Drawing.Size(75, 75);
     this.C1.TabIndex = 7;
     this.C1.UseVisualStyleBackColor = true;
     this.C1.Click += new System.EventHandler(this.button_click);
     //
     // C2
     //
     this.C2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.C2.Location = new System.Drawing.Point(120, 198);
     this.C2.Name     = "C2";
     this.C2.Size     = new System.Drawing.Size(75, 75);
     this.C2.TabIndex = 8;
     this.C2.UseVisualStyleBackColor = true;
     this.C2.Click += new System.EventHandler(this.button_click);
     //
     // C3
     //
     this.C3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.C3.Location = new System.Drawing.Point(201, 198);
     this.C3.Name     = "C3";
     this.C3.Size     = new System.Drawing.Size(75, 75);
     this.C3.TabIndex = 9;
     this.C3.UseVisualStyleBackColor = true;
     this.C3.Click += new System.EventHandler(this.button_click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // time
     //
     this.time.EditValue = 10;
     this.time.Enabled   = false;
     this.time.Location  = new System.Drawing.Point(47, 279);
     this.time.Name      = "time";
     this.time.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.time.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0";
     trackBarLabel2.Label  = "1";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "2";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "3";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "4";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "5";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "6";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "7";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "8";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "9";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "10";
     trackBarLabel11.Value = 10;
     trackBarLabel12.Label = "9";
     trackBarLabel12.Value = 11;
     trackBarLabel13.Label = "8";
     trackBarLabel13.Value = 12;
     trackBarLabel14.Label = "7";
     trackBarLabel14.Value = 13;
     trackBarLabel15.Label = "6";
     trackBarLabel15.Value = 14;
     trackBarLabel16.Label = "5";
     trackBarLabel16.Value = 15;
     trackBarLabel17.Label = "4";
     trackBarLabel17.Value = 16;
     trackBarLabel18.Label = "3";
     trackBarLabel18.Value = 17;
     trackBarLabel19.Label = "2";
     trackBarLabel19.Value = 18;
     trackBarLabel20.Label = "1";
     trackBarLabel20.Value = 19;
     trackBarLabel21.Label = "0";
     trackBarLabel21.Value = 20;
     this.time.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11,
         trackBarLabel12,
         trackBarLabel13,
         trackBarLabel14,
         trackBarLabel15,
         trackBarLabel16,
         trackBarLabel17,
         trackBarLabel18,
         trackBarLabel19,
         trackBarLabel20,
         trackBarLabel21
     });
     this.time.Properties.Maximum    = 20;
     this.time.Properties.ShowLabels = true;
     this.time.Size     = new System.Drawing.Size(225, 72);
     this.time.TabIndex = 10;
     this.time.Value    = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label1.Location = new System.Drawing.Point(12, 295);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(27, 25);
     this.label1.TabIndex = 11;
     this.label1.Text     = "X";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label2.Location = new System.Drawing.Point(288, 295);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 25);
     this.label2.TabIndex = 12;
     this.label2.Text     = "O";
     //
     // Player1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(327, 353);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.time);
     this.Controls.Add(this.C3);
     this.Controls.Add(this.C2);
     this.Controls.Add(this.C1);
     this.Controls.Add(this.B3);
     this.Controls.Add(this.B2);
     this.Controls.Add(this.B1);
     this.Controls.Add(this.A3);
     this.Controls.Add(this.A2);
     this.Controls.Add(this.A1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox   = false;
     this.Name          = "Player1";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "1Player";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.time.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.time)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel12 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel13 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel14 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel15 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel16 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel17 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel18 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel19 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel20 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel21 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel22 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     System.ComponentModel.ComponentResourceManager  resources       = new System.ComponentModel.ComponentResourceManager(typeof(MaximumLikelihoodClassify));
     this.panelControl3                  = new DevExpress.XtraEditors.PanelControl();
     this.maxLike_ratio_groupBox         = new System.Windows.Forms.GroupBox();
     this.maxLike_ratio_trackBarControl  = new DevExpress.XtraEditors.TrackBarControl();
     this.maxLike_ratio_spinEdit         = new DevExpress.XtraEditors.SpinEdit();
     this.maxLike_thresh_groupBox        = new System.Windows.Forms.GroupBox();
     this.maxLike_thresh_trackBarControl = new DevExpress.XtraEditors.TrackBarControl();
     this.maxLike_thresh_spinEdit        = new DevExpress.XtraEditors.SpinEdit();
     this.maxLike_ratio_groupControl     = new DevExpress.XtraEditors.GroupControl();
     this.maxLike_ratio_radioGroup       = new DevExpress.XtraEditors.RadioGroup();
     this.maxLike_thresh_groupControl    = new DevExpress.XtraEditors.GroupControl();
     this.maxLike_thresh_radioGroup      = new DevExpress.XtraEditors.RadioGroup();
     this.labelControl4                  = new DevExpress.XtraEditors.LabelControl();
     this.memoEdit3 = new DevExpress.XtraEditors.MemoEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.maxLike_ratio_groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_trackBarControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_trackBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_spinEdit.Properties)).BeginInit();
     this.maxLike_thresh_groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_trackBarControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_trackBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_spinEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_groupControl)).BeginInit();
     this.maxLike_ratio_groupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_radioGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_groupControl)).BeginInit();
     this.maxLike_thresh_groupControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_radioGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.maxLike_ratio_groupBox);
     this.panelControl3.Controls.Add(this.maxLike_thresh_groupBox);
     this.panelControl3.Controls.Add(this.maxLike_ratio_groupControl);
     this.panelControl3.Controls.Add(this.maxLike_thresh_groupControl);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 41);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(416, 529);
     this.panelControl3.TabIndex = 15;
     //
     // maxLike_ratio_groupBox
     //
     this.maxLike_ratio_groupBox.Controls.Add(this.maxLike_ratio_trackBarControl);
     this.maxLike_ratio_groupBox.Controls.Add(this.maxLike_ratio_spinEdit);
     this.maxLike_ratio_groupBox.Enabled  = false;
     this.maxLike_ratio_groupBox.Location = new System.Drawing.Point(78, 198);
     this.maxLike_ratio_groupBox.Name     = "maxLike_ratio_groupBox";
     this.maxLike_ratio_groupBox.Size     = new System.Drawing.Size(78, 169);
     this.maxLike_ratio_groupBox.TabIndex = 12;
     this.maxLike_ratio_groupBox.TabStop  = false;
     this.maxLike_ratio_groupBox.Text     = "比例系数";
     //
     // maxLike_ratio_trackBarControl
     //
     this.maxLike_ratio_trackBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.maxLike_ratio_trackBarControl.EditValue = null;
     this.maxLike_ratio_trackBarControl.Location  = new System.Drawing.Point(16, 50);
     this.maxLike_ratio_trackBarControl.Name      = "maxLike_ratio_trackBarControl";
     this.maxLike_ratio_trackBarControl.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.maxLike_ratio_trackBarControl.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0";
     trackBarLabel2.Label  = "1";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "2";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "3";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "4";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "5";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "6";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "7";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "8";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "9";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "10";
     trackBarLabel11.Value = 10;
     this.maxLike_ratio_trackBarControl.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.maxLike_ratio_trackBarControl.Properties.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.maxLike_ratio_trackBarControl.Properties.TickStyle   = System.Windows.Forms.TickStyle.Both;
     this.maxLike_ratio_trackBarControl.Size     = new System.Drawing.Size(45, 113);
     this.maxLike_ratio_trackBarControl.TabIndex = 5;
     //
     // maxLike_ratio_spinEdit
     //
     this.maxLike_ratio_spinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.maxLike_ratio_spinEdit.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.maxLike_ratio_spinEdit.Location = new System.Drawing.Point(6, 24);
     this.maxLike_ratio_spinEdit.Name     = "maxLike_ratio_spinEdit";
     this.maxLike_ratio_spinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.maxLike_ratio_spinEdit.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.maxLike_ratio_spinEdit.Properties.MaxValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.maxLike_ratio_spinEdit.Size     = new System.Drawing.Size(60, 20);
     this.maxLike_ratio_spinEdit.TabIndex = 6;
     //
     // maxLike_thresh_groupBox
     //
     this.maxLike_thresh_groupBox.Controls.Add(this.maxLike_thresh_trackBarControl);
     this.maxLike_thresh_groupBox.Controls.Add(this.maxLike_thresh_spinEdit);
     this.maxLike_thresh_groupBox.Enabled  = false;
     this.maxLike_thresh_groupBox.Location = new System.Drawing.Point(2, 198);
     this.maxLike_thresh_groupBox.Name     = "maxLike_thresh_groupBox";
     this.maxLike_thresh_groupBox.Size     = new System.Drawing.Size(76, 169);
     this.maxLike_thresh_groupBox.TabIndex = 12;
     this.maxLike_thresh_groupBox.TabStop  = false;
     this.maxLike_thresh_groupBox.Text     = "阈值";
     //
     // maxLike_thresh_trackBarControl
     //
     this.maxLike_thresh_trackBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.maxLike_thresh_trackBarControl.EditValue = null;
     this.maxLike_thresh_trackBarControl.Location  = new System.Drawing.Point(16, 50);
     this.maxLike_thresh_trackBarControl.Name      = "maxLike_thresh_trackBarControl";
     this.maxLike_thresh_trackBarControl.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.maxLike_thresh_trackBarControl.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel12.Label = "0";
     trackBarLabel13.Label = "1";
     trackBarLabel13.Value = 1;
     trackBarLabel14.Label = "2";
     trackBarLabel14.Value = 2;
     trackBarLabel15.Label = "3";
     trackBarLabel15.Value = 3;
     trackBarLabel16.Label = "4";
     trackBarLabel16.Value = 4;
     trackBarLabel17.Label = "5";
     trackBarLabel17.Value = 5;
     trackBarLabel18.Label = "6";
     trackBarLabel18.Value = 6;
     trackBarLabel19.Label = "7";
     trackBarLabel19.Value = 7;
     trackBarLabel20.Label = "8";
     trackBarLabel20.Value = 8;
     trackBarLabel21.Label = "9";
     trackBarLabel21.Value = 9;
     trackBarLabel22.Label = "10";
     trackBarLabel22.Value = 10;
     this.maxLike_thresh_trackBarControl.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel12,
         trackBarLabel13,
         trackBarLabel14,
         trackBarLabel15,
         trackBarLabel16,
         trackBarLabel17,
         trackBarLabel18,
         trackBarLabel19,
         trackBarLabel20,
         trackBarLabel21,
         trackBarLabel22
     });
     this.maxLike_thresh_trackBarControl.Properties.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.maxLike_thresh_trackBarControl.Properties.TickStyle   = System.Windows.Forms.TickStyle.Both;
     this.maxLike_thresh_trackBarControl.Size     = new System.Drawing.Size(45, 113);
     this.maxLike_thresh_trackBarControl.TabIndex = 5;
     //
     // maxLike_thresh_spinEdit
     //
     this.maxLike_thresh_spinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.maxLike_thresh_spinEdit.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.maxLike_thresh_spinEdit.Location = new System.Drawing.Point(6, 24);
     this.maxLike_thresh_spinEdit.Name     = "maxLike_thresh_spinEdit";
     this.maxLike_thresh_spinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.maxLike_thresh_spinEdit.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.maxLike_thresh_spinEdit.Properties.MaxValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.maxLike_thresh_spinEdit.Size     = new System.Drawing.Size(58, 20);
     this.maxLike_thresh_spinEdit.TabIndex = 6;
     //
     // maxLike_ratio_groupControl
     //
     this.maxLike_ratio_groupControl.Controls.Add(this.maxLike_ratio_radioGroup);
     this.maxLike_ratio_groupControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.maxLike_ratio_groupControl.Location = new System.Drawing.Point(2, 102);
     this.maxLike_ratio_groupControl.Name     = "maxLike_ratio_groupControl";
     this.maxLike_ratio_groupControl.Size     = new System.Drawing.Size(412, 76);
     this.maxLike_ratio_groupControl.TabIndex = 10;
     this.maxLike_ratio_groupControl.Text     = "数据比例系数参数";
     //
     // maxLike_ratio_radioGroup
     //
     this.maxLike_ratio_radioGroup.Location = new System.Drawing.Point(0, 25);
     this.maxLike_ratio_radioGroup.Name     = "maxLike_ratio_radioGroup";
     this.maxLike_ratio_radioGroup.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.maxLike_ratio_radioGroup.Properties.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.maxLike_ratio_radioGroup.Properties.Appearance.Options.UseBackColor = true;
     this.maxLike_ratio_radioGroup.Properties.Appearance.Options.UseFont      = true;
     this.maxLike_ratio_radioGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.maxLike_ratio_radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "默认"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "设置单一阈值")
     });
     this.maxLike_ratio_radioGroup.Size     = new System.Drawing.Size(156, 55);
     this.maxLike_ratio_radioGroup.TabIndex = 0;
     //
     // maxLike_thresh_groupControl
     //
     this.maxLike_thresh_groupControl.Controls.Add(this.maxLike_thresh_radioGroup);
     this.maxLike_thresh_groupControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.maxLike_thresh_groupControl.Location = new System.Drawing.Point(2, 2);
     this.maxLike_thresh_groupControl.Name     = "maxLike_thresh_groupControl";
     this.maxLike_thresh_groupControl.Size     = new System.Drawing.Size(412, 100);
     this.maxLike_thresh_groupControl.TabIndex = 9;
     this.maxLike_thresh_groupControl.Text     = "似然度阈值参数";
     //
     // maxLike_thresh_radioGroup
     //
     this.maxLike_thresh_radioGroup.Location = new System.Drawing.Point(0, 28);
     this.maxLike_thresh_radioGroup.Name     = "maxLike_thresh_radioGroup";
     this.maxLike_thresh_radioGroup.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.maxLike_thresh_radioGroup.Properties.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maxLike_thresh_radioGroup.Properties.Appearance.Options.UseBackColor = true;
     this.maxLike_thresh_radioGroup.Properties.Appearance.Options.UseFont      = true;
     this.maxLike_thresh_radioGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.maxLike_thresh_radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "默认"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "设置单一阈值")
     });
     this.maxLike_thresh_radioGroup.Size     = new System.Drawing.Size(156, 58);
     this.maxLike_thresh_radioGroup.TabIndex = 0;
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl4.Dock            = System.Windows.Forms.DockStyle.Top;
     this.labelControl4.Location        = new System.Drawing.Point(0, 0);
     this.labelControl4.Name            = "labelControl4";
     this.labelControl4.Padding         = new System.Windows.Forms.Padding(10);
     this.labelControl4.Size            = new System.Drawing.Size(196, 41);
     this.labelControl4.TabIndex        = 16;
     this.labelControl4.Text            = "最小距离分类法参数设置";
     //
     // memoEdit3
     //
     this.memoEdit3.Dock      = System.Windows.Forms.DockStyle.Right;
     this.memoEdit3.EditValue = resources.GetString("memoEdit3.EditValue");
     this.memoEdit3.Location  = new System.Drawing.Point(416, 0);
     this.memoEdit3.Name      = "memoEdit3";
     this.memoEdit3.Properties.Appearance.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.memoEdit3.Properties.Appearance.Options.UseFont = true;
     this.memoEdit3.Properties.ReadOnly = true;
     this.memoEdit3.Size     = new System.Drawing.Size(241, 570);
     this.memoEdit3.TabIndex = 17;
     this.memoEdit3.UseOptimizedRendering = true;
     //
     // MaximumLikelihoodClassify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(657, 570);
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.memoEdit3);
     this.Name = "MaximumLikelihoodClassify";
     this.Text = "MaximumLikelihoodClassify";
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.maxLike_ratio_groupBox.ResumeLayout(false);
     this.maxLike_ratio_groupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_trackBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_trackBarControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_spinEdit.Properties)).EndInit();
     this.maxLike_thresh_groupBox.ResumeLayout(false);
     this.maxLike_thresh_groupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_trackBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_trackBarControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_spinEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_groupControl)).EndInit();
     this.maxLike_ratio_groupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_ratio_radioGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_groupControl)).EndInit();
     this.maxLike_thresh_groupControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.maxLike_thresh_radioGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit3.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     System.ComponentModel.ComponentResourceManager  resources       = new System.ComponentModel.ComponentResourceManager(typeof(ParallelepipedClassify));
     this.groupControl6 = new DevExpress.XtraEditors.GroupControl();
     this.label1        = new System.Windows.Forms.Label();
     this.paralle_thresh_trackBarControl = new DevExpress.XtraEditors.TrackBarControl();
     this.paralle_thresh_spinEdit        = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.paralle_introduction_memoEdit = new DevExpress.XtraEditors.MemoEdit();
     this.paralle_thresh_radioGroup     = new DevExpress.XtraEditors.RadioGroup();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).BeginInit();
     this.groupControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_trackBarControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_trackBarControl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_spinEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_introduction_memoEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_radioGroup.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl6
     //
     this.groupControl6.Controls.Add(this.label1);
     this.groupControl6.Controls.Add(this.paralle_thresh_trackBarControl);
     this.groupControl6.Controls.Add(this.paralle_thresh_spinEdit);
     this.groupControl6.Location    = new System.Drawing.Point(12, 107);
     this.groupControl6.Name        = "groupControl6";
     this.groupControl6.ShowCaption = false;
     this.groupControl6.Size        = new System.Drawing.Size(120, 286);
     this.groupControl6.TabIndex    = 12;
     this.groupControl6.Text        = "groupControl6";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(43, 253);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(31, 14);
     this.label1.TabIndex = 7;
     this.label1.Text     = "阈值";
     //
     // paralle_thresh_trackBarControl
     //
     this.paralle_thresh_trackBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.paralle_thresh_trackBarControl.EditValue = null;
     this.paralle_thresh_trackBarControl.Enabled   = false;
     this.paralle_thresh_trackBarControl.Location  = new System.Drawing.Point(35, 50);
     this.paralle_thresh_trackBarControl.Name      = "paralle_thresh_trackBarControl";
     this.paralle_thresh_trackBarControl.Properties.LabelAppearance.Font                   = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.paralle_thresh_trackBarControl.Properties.LabelAppearance.Options.UseFont        = true;
     this.paralle_thresh_trackBarControl.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.paralle_thresh_trackBarControl.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "0";
     trackBarLabel2.Label  = "1";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "2";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "3";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "4";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "5";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "6";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "7";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "8";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "9";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "10";
     trackBarLabel11.Value = 10;
     this.paralle_thresh_trackBarControl.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.paralle_thresh_trackBarControl.Properties.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.paralle_thresh_trackBarControl.Properties.TickStyle   = System.Windows.Forms.TickStyle.Both;
     this.paralle_thresh_trackBarControl.Size     = new System.Drawing.Size(45, 181);
     this.paralle_thresh_trackBarControl.TabIndex = 5;
     //
     // paralle_thresh_spinEdit
     //
     this.paralle_thresh_spinEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.paralle_thresh_spinEdit.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.paralle_thresh_spinEdit.Enabled  = false;
     this.paralle_thresh_spinEdit.Location = new System.Drawing.Point(32, 24);
     this.paralle_thresh_spinEdit.Name     = "paralle_thresh_spinEdit";
     this.paralle_thresh_spinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.paralle_thresh_spinEdit.Properties.Increment = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.paralle_thresh_spinEdit.Properties.MaxValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.paralle_thresh_spinEdit.Size     = new System.Drawing.Size(51, 20);
     this.paralle_thresh_spinEdit.TabIndex = 6;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Location        = new System.Drawing.Point(12, 12);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Padding         = new System.Windows.Forms.Padding(10);
     this.labelControl1.Size            = new System.Drawing.Size(132, 41);
     this.labelControl1.TabIndex        = 10;
     this.labelControl1.Text            = "设置标准差参数";
     //
     // paralle_introduction_memoEdit
     //
     this.paralle_introduction_memoEdit.EditValue = resources.GetString("paralle_introduction_memoEdit.EditValue");
     this.paralle_introduction_memoEdit.Location  = new System.Drawing.Point(212, 30);
     this.paralle_introduction_memoEdit.Name      = "paralle_introduction_memoEdit";
     this.paralle_introduction_memoEdit.Properties.Appearance.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.paralle_introduction_memoEdit.Properties.Appearance.Options.UseFont = true;
     this.paralle_introduction_memoEdit.Properties.ReadOnly = true;
     this.paralle_introduction_memoEdit.Size     = new System.Drawing.Size(349, 373);
     this.paralle_introduction_memoEdit.TabIndex = 11;
     this.paralle_introduction_memoEdit.UseOptimizedRendering = true;
     //
     // paralle_thresh_radioGroup
     //
     this.paralle_thresh_radioGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.paralle_thresh_radioGroup.Location = new System.Drawing.Point(12, 44);
     this.paralle_thresh_radioGroup.Name     = "paralle_thresh_radioGroup";
     this.paralle_thresh_radioGroup.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.paralle_thresh_radioGroup.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.paralle_thresh_radioGroup.Properties.Appearance.Options.UseBackColor = true;
     this.paralle_thresh_radioGroup.Properties.Appearance.Options.UseFont      = true;
     this.paralle_thresh_radioGroup.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.paralle_thresh_radioGroup.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "默认"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "设置单一阈值")
     });
     this.paralle_thresh_radioGroup.Size     = new System.Drawing.Size(127, 67);
     this.paralle_thresh_radioGroup.TabIndex = 9;
     //
     // ParallelepipedClassify
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(567, 405);
     this.Controls.Add(this.groupControl6);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.paralle_introduction_memoEdit);
     this.Controls.Add(this.paralle_thresh_radioGroup);
     this.Name = "ParallelepipedClassify";
     this.Text = "ParallelepipedClassify";
     ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).EndInit();
     this.groupControl6.ResumeLayout(false);
     this.groupControl6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_trackBarControl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_trackBarControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_spinEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_introduction_memoEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paralle_thresh_radioGroup.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.formAssistant1      = new DevExpress.XtraBars.FormAssistant();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.groupControl4       = new DevExpress.XtraEditors.GroupControl();
     this.chartHumidity       = new LiveCharts.WinForms.CartesianChart();
     this.groupControl2       = new DevExpress.XtraEditors.GroupControl();
     this.groupControl6       = new DevExpress.XtraEditors.GroupControl();
     this.gaugeIllu           = new LiveCharts.WinForms.SolidGauge();
     this.groupControl5       = new DevExpress.XtraEditors.GroupControl();
     this.gaugeAtm            = new LiveCharts.WinForms.SolidGauge();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControl3          = new DevExpress.XtraEditors.GroupControl();
     this.lbEarthHumid           = new DevExpress.XtraEditors.LabelControl();
     this.lbAirHumid             = new DevExpress.XtraEditors.LabelControl();
     this.lbTemp                 = new DevExpress.XtraEditors.LabelControl();
     this.lbIllumination         = new DevExpress.XtraEditors.LabelControl();
     this.lbAtm                  = new DevExpress.XtraEditors.LabelControl();
     this.groupControl7          = new DevExpress.XtraEditors.GroupControl();
     this.simpleButton2          = new DevExpress.XtraEditors.SimpleButton();
     this.btConnect              = new DevExpress.XtraEditors.SimpleButton();
     this.btStop                 = new DevExpress.XtraEditors.SimpleButton();
     this.cbAuto                 = new DevExpress.XtraEditors.CheckEdit();
     this.lbWThreshold           = new DevExpress.XtraEditors.LabelControl();
     this.tbCOM                  = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1          = new DevExpress.XtraEditors.LabelControl();
     this.trackThreshold         = new DevExpress.XtraEditors.TrackBarControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.btDisconnect           = new DevExpress.XtraEditors.SimpleButton();
     this.btSave                 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).BeginInit();
     this.groupControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).BeginInit();
     this.groupControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCOM.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackThreshold)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackThreshold.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Metropolis Dark";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.groupControl4);
     this.groupControl1.Controls.Add(this.groupControl2);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1034, 383);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "Meter";
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.chartHumidity);
     this.groupControl4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl4.Location = new System.Drawing.Point(317, 22);
     this.groupControl4.Name     = "groupControl4";
     this.groupControl4.Size     = new System.Drawing.Size(715, 359);
     this.groupControl4.TabIndex = 2;
     this.groupControl4.Text     = "Temperature - Humidity";
     //
     // chartHumidity
     //
     this.chartHumidity.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.chartHumidity.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.chartHumidity.Location  = new System.Drawing.Point(2, 22);
     this.chartHumidity.Name      = "chartHumidity";
     this.chartHumidity.Size      = new System.Drawing.Size(711, 335);
     this.chartHumidity.TabIndex  = 0;
     this.chartHumidity.Text      = "cartesianChart1";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.groupControl6);
     this.groupControl2.Controls.Add(this.groupControl5);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupControl2.Location = new System.Drawing.Point(2, 22);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(315, 359);
     this.groupControl2.TabIndex = 0;
     this.groupControl2.Text     = "Pressure - Light";
     //
     // groupControl6
     //
     this.groupControl6.Controls.Add(this.gaugeIllu);
     this.groupControl6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl6.Location = new System.Drawing.Point(2, 220);
     this.groupControl6.Name     = "groupControl6";
     this.groupControl6.Size     = new System.Drawing.Size(311, 191);
     this.groupControl6.TabIndex = 1;
     this.groupControl6.Text     = "Illuminance";
     //
     // gaugeIllu
     //
     this.gaugeIllu.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gaugeIllu.Location = new System.Drawing.Point(2, 22);
     this.gaugeIllu.Name     = "gaugeIllu";
     this.gaugeIllu.Size     = new System.Drawing.Size(307, 168);
     this.gaugeIllu.TabIndex = 0;
     this.gaugeIllu.Text     = "Illumination";
     //
     // groupControl5
     //
     this.groupControl5.Controls.Add(this.gaugeAtm);
     this.groupControl5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl5.Location = new System.Drawing.Point(2, 22);
     this.groupControl5.Name     = "groupControl5";
     this.groupControl5.Size     = new System.Drawing.Size(311, 198);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text     = "Atmosphere Pressure (hPa)";
     //
     // gaugeAtm
     //
     this.gaugeAtm.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gaugeAtm.Location = new System.Drawing.Point(2, 22);
     this.gaugeAtm.Name     = "gaugeAtm";
     this.gaugeAtm.Size     = new System.Drawing.Size(307, 160);
     this.gaugeAtm.TabIndex = 0;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.groupControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Controls.Add(this.groupControl7);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1034, 683);
     this.splitContainerControl1.SplitterPosition = 383;
     this.splitContainerControl1.TabIndex         = 2;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.lbEarthHumid);
     this.groupControl3.Controls.Add(this.lbAirHumid);
     this.groupControl3.Controls.Add(this.lbTemp);
     this.groupControl3.Controls.Add(this.lbIllumination);
     this.groupControl3.Controls.Add(this.lbAtm);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl3.Location = new System.Drawing.Point(0, 0);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(303, 288);
     this.groupControl3.TabIndex = 1;
     this.groupControl3.Text     = "Data";
     //
     // lbEarthHumid
     //
     this.lbEarthHumid.Appearance.Font            = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lbEarthHumid.Appearance.Options.UseFont = true;
     this.lbEarthHumid.Location = new System.Drawing.Point(23, 141);
     this.lbEarthHumid.Name     = "lbEarthHumid";
     this.lbEarthHumid.Size     = new System.Drawing.Size(189, 19);
     this.lbEarthHumid.TabIndex = 4;
     this.lbEarthHumid.Text     = "Earth Humidity: N/A %";
     //
     // lbAirHumid
     //
     this.lbAirHumid.Appearance.Font            = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lbAirHumid.Appearance.Options.UseFont = true;
     this.lbAirHumid.Location = new System.Drawing.Point(23, 110);
     this.lbAirHumid.Name     = "lbAirHumid";
     this.lbAirHumid.Size     = new System.Drawing.Size(171, 19);
     this.lbAirHumid.TabIndex = 3;
     this.lbAirHumid.Text     = "Air Humidity: N/A %";
     //
     // lbTemp
     //
     this.lbTemp.Appearance.Font            = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lbTemp.Appearance.Options.UseFont = true;
     this.lbTemp.Location = new System.Drawing.Point(23, 80);
     this.lbTemp.Name     = "lbTemp";
     this.lbTemp.Size     = new System.Drawing.Size(234, 19);
     this.lbTemp.TabIndex = 2;
     this.lbTemp.Text     = "Temperature: N/A (Celsius)";
     //
     // lbIllumination
     //
     this.lbIllumination.Appearance.Font            = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lbIllumination.Appearance.Options.UseFont = true;
     this.lbIllumination.Location = new System.Drawing.Point(23, 49);
     this.lbIllumination.Name     = "lbIllumination";
     this.lbIllumination.Size     = new System.Drawing.Size(189, 19);
     this.lbIllumination.TabIndex = 1;
     this.lbIllumination.Text     = "Illumination: N/A (%)";
     //
     // lbAtm
     //
     this.lbAtm.Appearance.Font            = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lbAtm.Appearance.Options.UseFont = true;
     this.lbAtm.Location = new System.Drawing.Point(23, 19);
     this.lbAtm.Name     = "lbAtm";
     this.lbAtm.Size     = new System.Drawing.Size(270, 19);
     this.lbAtm.TabIndex = 0;
     this.lbAtm.Text     = "Atmosphere Pressure: N/A (hPa)";
     //
     // groupControl7
     //
     this.groupControl7.Controls.Add(this.btSave);
     this.groupControl7.Controls.Add(this.btDisconnect);
     this.groupControl7.Controls.Add(this.simpleButton2);
     this.groupControl7.Controls.Add(this.btConnect);
     this.groupControl7.Controls.Add(this.btStop);
     this.groupControl7.Controls.Add(this.cbAuto);
     this.groupControl7.Controls.Add(this.lbWThreshold);
     this.groupControl7.Controls.Add(this.tbCOM);
     this.groupControl7.Controls.Add(this.labelControl1);
     this.groupControl7.Controls.Add(this.trackThreshold);
     this.groupControl7.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupControl7.Location = new System.Drawing.Point(0, 0);
     this.groupControl7.Name     = "groupControl7";
     this.groupControl7.Size     = new System.Drawing.Size(412, 288);
     this.groupControl7.TabIndex = 0;
     this.groupControl7.Text     = "Setting";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(6, 105);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(183, 23);
     this.simpleButton2.TabIndex = 9;
     this.simpleButton2.Text     = "Watering";
     this.simpleButton2.Click   += new System.EventHandler(this.btWatering_Click);
     //
     // btConnect
     //
     this.btConnect.Location = new System.Drawing.Point(6, 132);
     this.btConnect.Name     = "btConnect";
     this.btConnect.Size     = new System.Drawing.Size(382, 23);
     this.btConnect.TabIndex = 8;
     this.btConnect.Text     = "Connect";
     this.btConnect.Click   += new System.EventHandler(this.btApply_Click);
     //
     // btStop
     //
     this.btStop.Location = new System.Drawing.Point(195, 104);
     this.btStop.Name     = "btStop";
     this.btStop.Size     = new System.Drawing.Size(193, 23);
     this.btStop.TabIndex = 7;
     this.btStop.Text     = "Stop watering";
     this.btStop.Click   += new System.EventHandler(this.btStop_Click);
     //
     // cbAuto
     //
     this.cbAuto.Location           = new System.Drawing.Point(296, 71);
     this.cbAuto.Name               = "cbAuto";
     this.cbAuto.Properties.Caption = "Automatically";
     this.cbAuto.Size               = new System.Drawing.Size(92, 19);
     this.cbAuto.TabIndex           = 4;
     //
     // lbWThreshold
     //
     this.lbWThreshold.Location = new System.Drawing.Point(13, 79);
     this.lbWThreshold.Name     = "lbWThreshold";
     this.lbWThreshold.Size     = new System.Drawing.Size(92, 13);
     this.lbWThreshold.TabIndex = 2;
     this.lbWThreshold.Text     = "Watering threshold";
     //
     // tbCOM
     //
     this.tbCOM.Location = new System.Drawing.Point(129, 40);
     this.tbCOM.Name     = "tbCOM";
     this.tbCOM.Size     = new System.Drawing.Size(151, 20);
     this.tbCOM.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 49);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(50, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "COM Port:";
     //
     // trackThreshold
     //
     this.trackThreshold.EditValue = null;
     this.trackThreshold.Location  = new System.Drawing.Point(129, 66);
     this.trackThreshold.Name      = "trackThreshold";
     this.trackThreshold.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.trackThreshold.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label = "";
     this.trackThreshold.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1
     });
     this.trackThreshold.Properties.Maximum    = 100;
     this.trackThreshold.Properties.ShowLabels = true;
     this.trackThreshold.Size              = new System.Drawing.Size(151, 72);
     this.trackThreshold.TabIndex          = 10;
     this.trackThreshold.EditValueChanged += new System.EventHandler(this.buttonEdit1_EditValueChanged);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(412, 0);
     this.splitContainerControl2.Name     = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControl3);
     this.splitContainerControl2.Panel1.Text      = "Panel1";
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(622, 288);
     this.splitContainerControl2.SplitterPosition = 303;
     this.splitContainerControl2.TabIndex         = 1;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // btDisconnect
     //
     this.btDisconnect.Location = new System.Drawing.Point(6, 162);
     this.btDisconnect.Name     = "btDisconnect";
     this.btDisconnect.Size     = new System.Drawing.Size(382, 23);
     this.btDisconnect.TabIndex = 11;
     this.btDisconnect.Text     = "Disconnect";
     this.btDisconnect.Click   += new System.EventHandler(this.btDisconnect_Click);
     //
     // btSave
     //
     this.btSave.Location = new System.Drawing.Point(6, 191);
     this.btSave.Name     = "btSave";
     this.btSave.Size     = new System.Drawing.Size(382, 23);
     this.btSave.TabIndex = 12;
     this.btSave.Text     = "Write to log";
     this.btSave.Click   += new System.EventHandler(this.btSave_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1034, 683);
     this.Controls.Add(this.splitContainerControl1);
     this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
     this.Name             = "Form1";
     this.Text             = "Plants Dashboard";
     this.Load            += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).EndInit();
     this.groupControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     this.groupControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).EndInit();
     this.groupControl7.ResumeLayout(false);
     this.groupControl7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAuto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCOM.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackThreshold.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackThreshold)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(PrimaryFiles));
     DevExpress.Utils.SuperToolTip     superToolTip1                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1                  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel12 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel13 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel14 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel15 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel16 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel17 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel18 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel19 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel20 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.mvvmContextPrimaryFiles      = new DevExpress.Utils.MVVM.MVVMContext(this.components);
     this.lcPrimaryFiles               = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButtonSaveSelectedFile = new DevExpress.XtraEditors.SimpleButton();
     this.textEditFileSuffix           = new DevExpress.XtraEditors.TextEdit();
     this.spinEditNumberOfFiles        = new DevExpress.XtraEditors.SpinEdit();
     this.labelControlHeader           = new DevExpress.XtraEditors.LabelControl();
     this.pictureEditHeaderImage       = new DevExpress.XtraEditors.PictureEdit();
     this.rangeTrackNumberOfFiles      = new DevExpress.XtraEditors.TrackBarControl();
     this.lcgPrimaryFiles              = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem2              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.simpleSeparator1             = new DevExpress.XtraLayout.SimpleSeparator();
     this.emptySpaceItem6              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lciHeaderImage               = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem7              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lciHeader                       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1              = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem4                 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem9                 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem10                = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lcgFileOptions                  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem8                 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lciSpinEditNumberOfFiles        = new DevExpress.XtraLayout.LayoutControlItem();
     this.lciNumberOfFilesRange           = new DevExpress.XtraLayout.LayoutControlItem();
     this.lciFileSuffix                   = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5                 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem1                 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem11                = new DevExpress.XtraLayout.EmptySpaceItem();
     this.dockManagerPrimaryFiles         = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanelPrimaryFiles           = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanelPrimaryFiles_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.gridControlFileList             = new DevExpress.XtraGrid.GridControl();
     this.gridViewFileList                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnFileId                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnFileName              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnFileType              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnFilePath              = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContextPrimaryFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcPrimaryFiles)).BeginInit();
     this.lcPrimaryFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditFileSuffix.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEditNumberOfFiles.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEditHeaderImage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackNumberOfFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackNumberOfFiles.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgPrimaryFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciHeaderImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciHeader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgFileOptions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciSpinEditNumberOfFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciNumberOfFilesRange)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciFileSuffix)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerPrimaryFiles)).BeginInit();
     this.dockPanelPrimaryFiles.SuspendLayout();
     this.dockPanelPrimaryFiles_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlFileList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewFileList)).BeginInit();
     this.SuspendLayout();
     //
     // mvvmContextPrimaryFiles
     //
     this.mvvmContextPrimaryFiles.ContainerControl = this;
     this.mvvmContextPrimaryFiles.ViewModelType    = typeof(FileManager_WindowsForms.ViewModels.PrimaryFilesViewModel);
     //
     // lcPrimaryFiles
     //
     this.lcPrimaryFiles.Controls.Add(this.simpleButtonSaveSelectedFile);
     this.lcPrimaryFiles.Controls.Add(this.textEditFileSuffix);
     this.lcPrimaryFiles.Controls.Add(this.spinEditNumberOfFiles);
     this.lcPrimaryFiles.Controls.Add(this.labelControlHeader);
     this.lcPrimaryFiles.Controls.Add(this.pictureEditHeaderImage);
     this.lcPrimaryFiles.Controls.Add(this.rangeTrackNumberOfFiles);
     this.lcPrimaryFiles.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lcPrimaryFiles.Location = new System.Drawing.Point(0, 0);
     this.lcPrimaryFiles.Name     = "lcPrimaryFiles";
     this.lcPrimaryFiles.Root     = this.lcgPrimaryFiles;
     this.lcPrimaryFiles.Size     = new System.Drawing.Size(495, 600);
     this.lcPrimaryFiles.TabIndex = 0;
     this.lcPrimaryFiles.Text     = "layoutControl1";
     //
     // simpleButtonSaveSelectedFile
     //
     this.simpleButtonSaveSelectedFile.Appearance.Font            = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButtonSaveSelectedFile.Appearance.Options.UseFont = true;
     this.simpleButtonSaveSelectedFile.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("simpleButtonSaveSelectedFile.ImageOptions.Image")));
     this.simpleButtonSaveSelectedFile.Location        = new System.Drawing.Point(91, 141);
     this.simpleButtonSaveSelectedFile.Name            = "simpleButtonSaveSelectedFile";
     this.simpleButtonSaveSelectedFile.Size            = new System.Drawing.Size(337, 36);
     this.simpleButtonSaveSelectedFile.StyleController = this.lcPrimaryFiles;
     toolTipTitleItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem1.Text  = "Check Out File";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Select a file from the file list and then\r\nclick on this button to check it out.\r" +
                               "\n\r\nYou can also initiate check out by double clicking\r\nor tapping on a file.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Use the file options below to configure \r\nhow the file gets checked out.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.simpleButtonSaveSelectedFile.SuperTip = superToolTip1;
     this.simpleButtonSaveSelectedFile.TabIndex = 9;
     this.simpleButtonSaveSelectedFile.Text     = "Check Out Selected File";
     //
     // textEditFileSuffix
     //
     this.textEditFileSuffix.EditValue       = "";
     this.textEditFileSuffix.Location        = new System.Drawing.Point(24, 475);
     this.textEditFileSuffix.Name            = "textEditFileSuffix";
     this.textEditFileSuffix.Size            = new System.Drawing.Size(343, 20);
     this.textEditFileSuffix.StyleController = this.lcPrimaryFiles;
     this.textEditFileSuffix.TabIndex        = 7;
     //
     // spinEditNumberOfFiles
     //
     this.spinEditNumberOfFiles.EditValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.spinEditNumberOfFiles.Location = new System.Drawing.Point(24, 360);
     this.spinEditNumberOfFiles.Name     = "spinEditNumberOfFiles";
     this.spinEditNumberOfFiles.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.spinEditNumberOfFiles.Properties.MaxValue = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.spinEditNumberOfFiles.Properties.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.spinEditNumberOfFiles.Size            = new System.Drawing.Size(102, 20);
     this.spinEditNumberOfFiles.StyleController = this.lcPrimaryFiles;
     this.spinEditNumberOfFiles.TabIndex        = 6;
     //
     // labelControlHeader
     //
     this.labelControlHeader.Appearance.Font            = new System.Drawing.Font("Segoe UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControlHeader.Appearance.Options.UseFont = true;
     this.labelControlHeader.ImageOptions.Alignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelControlHeader.Location        = new System.Drawing.Point(77, 12);
     this.labelControlHeader.Name            = "labelControlHeader";
     this.labelControlHeader.Size            = new System.Drawing.Size(160, 40);
     this.labelControlHeader.StyleController = this.lcPrimaryFiles;
     this.labelControlHeader.TabIndex        = 4;
     this.labelControlHeader.Text            = "Primary Files";
     //
     // pictureEditHeaderImage
     //
     this.pictureEditHeaderImage.EditValue = ((object)(resources.GetObject("pictureEditHeaderImage.EditValue")));
     this.pictureEditHeaderImage.Location  = new System.Drawing.Point(12, 12);
     this.pictureEditHeaderImage.Name      = "pictureEditHeaderImage";
     this.pictureEditHeaderImage.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEditHeaderImage.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEditHeaderImage.Size            = new System.Drawing.Size(49, 40);
     this.pictureEditHeaderImage.StyleController = this.lcPrimaryFiles;
     this.pictureEditHeaderImage.TabIndex        = 8;
     this.pictureEditHeaderImage.UseDirectXPaint = DevExpress.Utils.DefaultBoolean.True;
     //
     // rangeTrackNumberOfFiles
     //
     this.rangeTrackNumberOfFiles.EditValue = 1;
     this.rangeTrackNumberOfFiles.Location  = new System.Drawing.Point(130, 338);
     this.rangeTrackNumberOfFiles.Name      = "rangeTrackNumberOfFiles";
     this.rangeTrackNumberOfFiles.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.rangeTrackNumberOfFiles.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "1";
     trackBarLabel1.Value  = 1;
     trackBarLabel2.Label  = "2";
     trackBarLabel2.Value  = 2;
     trackBarLabel3.Label  = "3";
     trackBarLabel3.Value  = 3;
     trackBarLabel4.Label  = "4";
     trackBarLabel4.Value  = 4;
     trackBarLabel5.Label  = "5";
     trackBarLabel5.Value  = 5;
     trackBarLabel6.Label  = "6";
     trackBarLabel6.Value  = 6;
     trackBarLabel7.Label  = "7";
     trackBarLabel7.Value  = 7;
     trackBarLabel8.Label  = "8";
     trackBarLabel8.Value  = 8;
     trackBarLabel9.Label  = "9";
     trackBarLabel9.Value  = 9;
     trackBarLabel10.Label = "10";
     trackBarLabel10.Value = 10;
     trackBarLabel11.Label = "11";
     trackBarLabel11.Value = 11;
     trackBarLabel12.Label = "12";
     trackBarLabel12.Value = 12;
     trackBarLabel13.Label = "13";
     trackBarLabel13.Value = 13;
     trackBarLabel14.Label = "14";
     trackBarLabel14.Value = 14;
     trackBarLabel15.Label = "15";
     trackBarLabel15.Value = 15;
     trackBarLabel16.Label = "16";
     trackBarLabel16.Value = 16;
     trackBarLabel17.Label = "17";
     trackBarLabel17.Value = 17;
     trackBarLabel18.Label = "18";
     trackBarLabel18.Value = 18;
     trackBarLabel19.Label = "19";
     trackBarLabel19.Value = 19;
     trackBarLabel20.Label = "20";
     trackBarLabel20.Value = 20;
     this.rangeTrackNumberOfFiles.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11,
         trackBarLabel12,
         trackBarLabel13,
         trackBarLabel14,
         trackBarLabel15,
         trackBarLabel16,
         trackBarLabel17,
         trackBarLabel18,
         trackBarLabel19,
         trackBarLabel20
     });
     this.rangeTrackNumberOfFiles.Properties.Maximum    = 20;
     this.rangeTrackNumberOfFiles.Properties.Minimum    = 1;
     this.rangeTrackNumberOfFiles.Properties.ShowLabels = true;
     this.rangeTrackNumberOfFiles.Size            = new System.Drawing.Size(341, 72);
     this.rangeTrackNumberOfFiles.StyleController = this.lcPrimaryFiles;
     this.rangeTrackNumberOfFiles.TabIndex        = 5;
     this.rangeTrackNumberOfFiles.Value           = 1;
     //
     // lcgPrimaryFiles
     //
     this.lcgPrimaryFiles.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.lcgPrimaryFiles.GroupBordersVisible         = false;
     this.lcgPrimaryFiles.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem2,
         this.simpleSeparator1,
         this.emptySpaceItem6,
         this.lciHeaderImage,
         this.emptySpaceItem3,
         this.emptySpaceItem7,
         this.lciHeader,
         this.layoutControlItem1,
         this.emptySpaceItem4,
         this.emptySpaceItem9,
         this.emptySpaceItem10,
         this.lcgFileOptions
     });
     this.lcgPrimaryFiles.Name        = "lcgPrimaryFiles";
     this.lcgPrimaryFiles.Size        = new System.Drawing.Size(495, 600);
     this.lcgPrimaryFiles.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(420, 129);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(55, 40);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.Location      = new System.Drawing.Point(0, 44);
     this.simpleSeparator1.Name          = "simpleSeparator1";
     this.simpleSeparator1.Size          = new System.Drawing.Size(475, 1);
     //
     // emptySpaceItem6
     //
     this.emptySpaceItem6.AllowHotTrack = false;
     this.emptySpaceItem6.Location      = new System.Drawing.Point(0, 551);
     this.emptySpaceItem6.Name          = "emptySpaceItem6";
     this.emptySpaceItem6.Size          = new System.Drawing.Size(475, 29);
     this.emptySpaceItem6.TextSize      = new System.Drawing.Size(0, 0);
     //
     // lciHeaderImage
     //
     this.lciHeaderImage.Control             = this.pictureEditHeaderImage;
     this.lciHeaderImage.Location            = new System.Drawing.Point(0, 0);
     this.lciHeaderImage.MinSize             = new System.Drawing.Size(24, 24);
     this.lciHeaderImage.Name                = "lciHeaderImage";
     this.lciHeaderImage.Size                = new System.Drawing.Size(53, 44);
     this.lciHeaderImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.lciHeaderImage.TextSize            = new System.Drawing.Size(0, 0);
     this.lciHeaderImage.TextVisible         = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(53, 0);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(12, 44);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem7
     //
     this.emptySpaceItem7.AllowHotTrack = false;
     this.emptySpaceItem7.Location      = new System.Drawing.Point(229, 0);
     this.emptySpaceItem7.Name          = "emptySpaceItem7";
     this.emptySpaceItem7.Size          = new System.Drawing.Size(246, 44);
     this.emptySpaceItem7.TextSize      = new System.Drawing.Size(0, 0);
     //
     // lciHeader
     //
     this.lciHeader.Control     = this.labelControlHeader;
     this.lciHeader.Location    = new System.Drawing.Point(65, 0);
     this.lciHeader.Name        = "lciHeader";
     this.lciHeader.Size        = new System.Drawing.Size(164, 44);
     this.lciHeader.TextSize    = new System.Drawing.Size(0, 0);
     this.lciHeader.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.simpleButtonSaveSelectedFile;
     this.layoutControlItem1.Location    = new System.Drawing.Point(79, 129);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(341, 40);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(0, 169);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(475, 81);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem9
     //
     this.emptySpaceItem9.AllowHotTrack = false;
     this.emptySpaceItem9.Location      = new System.Drawing.Point(0, 45);
     this.emptySpaceItem9.Name          = "emptySpaceItem9";
     this.emptySpaceItem9.Size          = new System.Drawing.Size(475, 84);
     this.emptySpaceItem9.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.Location      = new System.Drawing.Point(0, 129);
     this.emptySpaceItem10.Name          = "emptySpaceItem10";
     this.emptySpaceItem10.Size          = new System.Drawing.Size(79, 40);
     this.emptySpaceItem10.TextSize      = new System.Drawing.Size(0, 0);
     //
     // lcgFileOptions
     //
     this.lcgFileOptions.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("lcgFileOptions.CaptionImageOptions.Image")));
     this.lcgFileOptions.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem8,
         this.lciSpinEditNumberOfFiles,
         this.lciNumberOfFilesRange,
         this.lciFileSuffix,
         this.emptySpaceItem5,
         this.emptySpaceItem1,
         this.emptySpaceItem11
     });
     this.lcgFileOptions.Location = new System.Drawing.Point(0, 250);
     this.lcgFileOptions.Name     = "lcgFileOptions";
     this.lcgFileOptions.Size     = new System.Drawing.Size(475, 301);
     this.lcgFileOptions.Text     = "File Export Options";
     //
     // emptySpaceItem8
     //
     this.emptySpaceItem8.AllowHotTrack = false;
     this.emptySpaceItem8.Location      = new System.Drawing.Point(0, 115);
     this.emptySpaceItem8.Name          = "emptySpaceItem8";
     this.emptySpaceItem8.Size          = new System.Drawing.Size(451, 41);
     this.emptySpaceItem8.TextSize      = new System.Drawing.Size(0, 0);
     //
     // lciSpinEditNumberOfFiles
     //
     this.lciSpinEditNumberOfFiles.AppearanceItemCaption.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lciSpinEditNumberOfFiles.AppearanceItemCaption.Options.UseFont = true;
     this.lciSpinEditNumberOfFiles.Control               = this.spinEditNumberOfFiles;
     this.lciSpinEditNumberOfFiles.Location              = new System.Drawing.Point(0, 39);
     this.lciSpinEditNumberOfFiles.Name                  = "lciSpinEditNumberOfFiles";
     this.lciSpinEditNumberOfFiles.Size                  = new System.Drawing.Size(106, 76);
     this.lciSpinEditNumberOfFiles.Text                  = "Number Of Files";
     this.lciSpinEditNumberOfFiles.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.lciSpinEditNumberOfFiles.TextLocation          = DevExpress.Utils.Locations.Top;
     this.lciSpinEditNumberOfFiles.TextSize              = new System.Drawing.Size(102, 17);
     this.lciSpinEditNumberOfFiles.TextToControlDistance = 5;
     //
     // lciNumberOfFilesRange
     //
     this.lciNumberOfFilesRange.Control      = this.rangeTrackNumberOfFiles;
     this.lciNumberOfFilesRange.Location     = new System.Drawing.Point(106, 39);
     this.lciNumberOfFilesRange.Name         = "lciNumberOfFilesRange";
     this.lciNumberOfFilesRange.Size         = new System.Drawing.Size(345, 76);
     this.lciNumberOfFilesRange.Text         = "Number Of Files Range";
     this.lciNumberOfFilesRange.TextLocation = DevExpress.Utils.Locations.Top;
     this.lciNumberOfFilesRange.TextSize     = new System.Drawing.Size(0, 0);
     this.lciNumberOfFilesRange.TextVisible  = false;
     //
     // lciFileSuffix
     //
     this.lciFileSuffix.AppearanceItemCaption.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lciFileSuffix.AppearanceItemCaption.Options.UseFont = true;
     this.lciFileSuffix.Control      = this.textEditFileSuffix;
     this.lciFileSuffix.Location     = new System.Drawing.Point(0, 156);
     this.lciFileSuffix.Name         = "lciFileSuffix";
     this.lciFileSuffix.Size         = new System.Drawing.Size(347, 44);
     this.lciFileSuffix.Text         = "Custom File Suffix (Applied To Each Exported File)";
     this.lciFileSuffix.TextLocation = DevExpress.Utils.Locations.Top;
     this.lciFileSuffix.TextSize     = new System.Drawing.Size(289, 17);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.Location      = new System.Drawing.Point(0, 0);
     this.emptySpaceItem5.Name          = "emptySpaceItem5";
     this.emptySpaceItem5.Size          = new System.Drawing.Size(451, 39);
     this.emptySpaceItem5.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 200);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(451, 52);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem11
     //
     this.emptySpaceItem11.AllowHotTrack = false;
     this.emptySpaceItem11.Location      = new System.Drawing.Point(347, 156);
     this.emptySpaceItem11.Name          = "emptySpaceItem11";
     this.emptySpaceItem11.Size          = new System.Drawing.Size(104, 44);
     this.emptySpaceItem11.TextSize      = new System.Drawing.Size(0, 0);
     //
     // dockManagerPrimaryFiles
     //
     this.dockManagerPrimaryFiles.Form = this;
     this.dockManagerPrimaryFiles.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dockPanelPrimaryFiles
     });
     this.dockManagerPrimaryFiles.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
     this.dockManagerPrimaryFiles.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane",
         "DevExpress.XtraBars.TabFormControl",
         "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl"
     });
     //
     // dockPanelPrimaryFiles
     //
     this.dockPanelPrimaryFiles.Controls.Add(this.dockPanelPrimaryFiles_Container);
     this.dockPanelPrimaryFiles.Dock     = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockPanelPrimaryFiles.Font     = new System.Drawing.Font("Segoe UI", 8.25F);
     this.dockPanelPrimaryFiles.ID       = new System.Guid("9f8ce775-c4e7-469f-a235-11ff3b68286b");
     this.dockPanelPrimaryFiles.Location = new System.Drawing.Point(495, 0);
     this.dockPanelPrimaryFiles.Name     = "dockPanelPrimaryFiles";
     this.dockPanelPrimaryFiles.Options.ShowCloseButton = false;
     this.dockPanelPrimaryFiles.OriginalSize            = new System.Drawing.Size(305, 200);
     this.dockPanelPrimaryFiles.SavedSizeFactor         = 0D;
     this.dockPanelPrimaryFiles.Size = new System.Drawing.Size(305, 600);
     this.dockPanelPrimaryFiles.Text = "File List";
     //
     // dockPanelPrimaryFiles_Container
     //
     this.dockPanelPrimaryFiles_Container.Controls.Add(this.gridControlFileList);
     this.dockPanelPrimaryFiles_Container.Location = new System.Drawing.Point(1, 27);
     this.dockPanelPrimaryFiles_Container.Name     = "dockPanelPrimaryFiles_Container";
     this.dockPanelPrimaryFiles_Container.Size     = new System.Drawing.Size(304, 573);
     this.dockPanelPrimaryFiles_Container.TabIndex = 0;
     //
     // gridControlFileList
     //
     this.gridControlFileList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControlFileList.Location = new System.Drawing.Point(0, 0);
     this.gridControlFileList.MainView = this.gridViewFileList;
     this.gridControlFileList.Name     = "gridControlFileList";
     this.gridControlFileList.Size     = new System.Drawing.Size(304, 573);
     this.gridControlFileList.TabIndex = 0;
     this.gridControlFileList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewFileList
     });
     //
     // gridViewFileList
     //
     this.gridViewFileList.Appearance.FocusedRow.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridViewFileList.Appearance.FocusedRow.Options.UseFont  = true;
     this.gridViewFileList.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridViewFileList.Appearance.HeaderPanel.Options.UseFont = true;
     this.gridViewFileList.Appearance.Row.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridViewFileList.Appearance.Row.Options.UseFont = true;
     this.gridViewFileList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumnFileId,
         this.gridColumnFileName,
         this.gridColumnFileType,
         this.gridColumnFilePath
     });
     this.gridViewFileList.GridControl = this.gridControlFileList;
     this.gridViewFileList.Name        = "gridViewFileList";
     this.gridViewFileList.OptionsBehavior.Editable  = false;
     this.gridViewFileList.OptionsFind.AlwaysVisible = true;
     this.gridViewFileList.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewFileList.OptionsView.ShowGroupPanel = false;
     //
     // gridColumnFileId
     //
     this.gridColumnFileId.Caption   = "Id";
     this.gridColumnFileId.FieldName = "Id";
     this.gridColumnFileId.Name      = "gridColumnFileId";
     this.gridColumnFileId.OptionsColumn.AllowEdit = false;
     this.gridColumnFileId.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumnFileId.OptionsColumn.ShowInExpressionEditor  = false;
     //
     // gridColumnFileName
     //
     this.gridColumnFileName.Caption      = "File Name";
     this.gridColumnFileName.FieldName    = "FileName";
     this.gridColumnFileName.Name         = "gridColumnFileName";
     this.gridColumnFileName.Visible      = true;
     this.gridColumnFileName.VisibleIndex = 0;
     //
     // gridColumnFileType
     //
     this.gridColumnFileType.Caption      = "File Type";
     this.gridColumnFileType.FieldName    = "FileType";
     this.gridColumnFileType.Name         = "gridColumnFileType";
     this.gridColumnFileType.Visible      = true;
     this.gridColumnFileType.VisibleIndex = 1;
     //
     // gridColumnFilePath
     //
     this.gridColumnFilePath.Caption   = "Location";
     this.gridColumnFilePath.FieldName = "FilePath";
     this.gridColumnFilePath.Name      = "gridColumnFilePath";
     //
     // PrimaryFiles
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lcPrimaryFiles);
     this.Controls.Add(this.dockPanelPrimaryFiles);
     this.Name = "PrimaryFiles";
     this.Size = new System.Drawing.Size(800, 600);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContextPrimaryFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcPrimaryFiles)).EndInit();
     this.lcPrimaryFiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditFileSuffix.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEditNumberOfFiles.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEditHeaderImage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackNumberOfFiles.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackNumberOfFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgPrimaryFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciHeaderImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciHeader)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lcgFileOptions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciSpinEditNumberOfFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciNumberOfFilesRange)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciFileSuffix)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerPrimaryFiles)).EndInit();
     this.dockPanelPrimaryFiles.ResumeLayout(false);
     this.dockPanelPrimaryFiles_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlFileList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewFileList)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel1  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel2  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel3  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel4  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel5  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel6  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel7  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel8  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel9  = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel10 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     DevExpress.XtraEditors.Repository.TrackBarLabel trackBarLabel11 = new DevExpress.XtraEditors.Repository.TrackBarLabel();
     this.cme_Sugestao = new Componentes.CMemoEdit(this.components);
     this.clc_Sugestao = new Componentes.CLabelControl(this.components);
     this.tbc_Nota     = new DevExpress.XtraEditors.TrackBarControl();
     ((System.ComponentModel.ISupportInitialize)(this.cme_Sugestao.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbc_Nota)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbc_Nota.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // cme_Sugestao
     //
     this.cme_Sugestao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.cme_Sugestao.Descricao = "a sugestão";
     this.cme_Sugestao.Location  = new System.Drawing.Point(12, 23);
     this.cme_Sugestao.Name      = "cme_Sugestao";
     this.cme_Sugestao.NaoVazio  = false;
     this.cme_Sugestao.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.cme_Sugestao.Properties.MaxLength       = 256;
     this.cme_Sugestao.SemAcentuacao         = false;
     this.cme_Sugestao.SemPontuacao          = false;
     this.cme_Sugestao.Size                  = new System.Drawing.Size(710, 81);
     this.cme_Sugestao.SomenteNumeros        = false;
     this.cme_Sugestao.TabIndex              = 13;
     this.cme_Sugestao.UseOptimizedRendering = true;
     //
     // clc_Sugestao
     //
     this.clc_Sugestao.Location = new System.Drawing.Point(12, 9);
     this.clc_Sugestao.Name     = "clc_Sugestao";
     this.clc_Sugestao.Size     = new System.Drawing.Size(45, 13);
     this.clc_Sugestao.TabIndex = 12;
     this.clc_Sugestao.Text     = "Sugestão";
     //
     // tbc_Nota
     //
     this.tbc_Nota.EditValue = 10;
     this.tbc_Nota.Location  = new System.Drawing.Point(12, 110);
     this.tbc_Nota.Name      = "tbc_Nota";
     this.tbc_Nota.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.tbc_Nota.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     trackBarLabel1.Label  = "Ruim";
     trackBarLabel2.Label  = "";
     trackBarLabel2.Value  = 1;
     trackBarLabel3.Label  = "";
     trackBarLabel3.Value  = 2;
     trackBarLabel4.Label  = "";
     trackBarLabel4.Value  = 3;
     trackBarLabel5.Label  = "";
     trackBarLabel5.Value  = 4;
     trackBarLabel6.Label  = "Normal";
     trackBarLabel6.Value  = 5;
     trackBarLabel7.Label  = "";
     trackBarLabel7.Value  = 6;
     trackBarLabel8.Label  = "";
     trackBarLabel8.Value  = 7;
     trackBarLabel9.Label  = "";
     trackBarLabel9.Value  = 8;
     trackBarLabel10.Label = "";
     trackBarLabel10.Value = 9;
     trackBarLabel11.Label = "Perfeito";
     trackBarLabel11.Value = 10;
     this.tbc_Nota.Properties.Labels.AddRange(new DevExpress.XtraEditors.Repository.TrackBarLabel[] {
         trackBarLabel1,
         trackBarLabel2,
         trackBarLabel3,
         trackBarLabel4,
         trackBarLabel5,
         trackBarLabel6,
         trackBarLabel7,
         trackBarLabel8,
         trackBarLabel9,
         trackBarLabel10,
         trackBarLabel11
     });
     this.tbc_Nota.Properties.ShowLabels = true;
     this.tbc_Nota.Size     = new System.Drawing.Size(710, 72);
     this.tbc_Nota.TabIndex = 15;
     this.tbc_Nota.Value    = 10;
     //
     // FAvaliacao_Lancamento
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(734, 219);
     this.Controls.Add(this.tbc_Nota);
     this.Controls.Add(this.cme_Sugestao);
     this.Controls.Add(this.clc_Sugestao);
     this.Name = "FAvaliacao_Lancamento";
     this.Text = "Lançamento - Avaliação";
     this.Controls.SetChildIndex(this.clc_Sugestao, 0);
     this.Controls.SetChildIndex(this.cme_Sugestao, 0);
     this.Controls.SetChildIndex(this.tbc_Nota, 0);
     ((System.ComponentModel.ISupportInitialize)(this.cme_Sugestao.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbc_Nota.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbc_Nota)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }