Пример #1
0
 private void InitMoodSeq()
 {
     this.current_moodSeqUI           = new DoubleRainbow.MoodSeqUI();
     this.current_moodSeqUI.BackColor = System.Drawing.Color.White;
     this.current_moodSeqUI.Location  = new System.Drawing.Point(12, 50);
     this.current_moodSeqUI.Name      = "_moodSeq";
     this.current_moodSeqUI.Size      = new System.Drawing.Size(260, 26);
     this.current_moodSeqUI.TabIndex  = 2;
     this.Controls.Add(this.current_moodSeqUI);
     current_moodSeqUI.clearColors();
     currentMood = new MoodSeq();
     this.current_moodSeqUI.Mood = currentMood;
 }
Пример #2
0
 private void InitMoodSeq()
 {
     this.current_moodSeqUI = new DoubleRainbow.MoodSeqUI();
     this.current_moodSeqUI.BackColor = System.Drawing.Color.White;
     this.current_moodSeqUI.Location = new System.Drawing.Point(12, 50);
     this.current_moodSeqUI.Name = "_moodSeq";
     this.current_moodSeqUI.Size = new System.Drawing.Size(260, 26);
     this.current_moodSeqUI.TabIndex = 2;
     this.Controls.Add(this.current_moodSeqUI);
     current_moodSeqUI.clearColors();
     currentMood = new MoodSeq();
     this.current_moodSeqUI.Mood = currentMood;
 }