Exemple #1
0
		public osd_screen (int num, OSD aosd)
		{
			number=num;
			osd=aosd;
			
			num+=1;
			
			this.tabPage = new System.Windows.Forms.TabPage();		
			this.panelItems=new Panel[64];
			this.panelItems_default = new Panel[64];
			this.LIST_items=new System.Windows.Forms.TreeView();
			this.rbtSortCategory = new System.Windows.Forms.RadioButton();
            this.rbtSortAlphabetic = new System.Windows.Forms.RadioButton();
			this.groupBox = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.NUM_Y = new System.Windows.Forms.NumericUpDown();
            this.NUM_X = new System.Windows.Forms.NumericUpDown();
			this.pictureBox = new System.Windows.Forms.PictureBox();
			this.chkSign = new System.Windows.Forms.CheckBox();
			
			this.tabPage.SuspendLayout();
			this.groupBox.SuspendLayout();
			this.pictureBox.SuspendLayout();
		}
Exemple #2
0
 public frmComPort(OSD form)
 {
     parent = form;
     InitializeComponent();
 }
Exemple #3
0
 public Panels(OSD os)
 {
     osd = os;
 }
Exemple #4
0
        private OSD osd; // ссылка на родителя для удобия доступа

        #endregion Fields

        #region Constructors

        // методы
        public Config(OSD aosd)
        {
            osd = aosd;
            eeprom = new EEPROM();
            eeprom.clear();
        }
Exemple #5
0
 public Panels(OSD os)
 {
     osd = os;
 }
Exemple #6
0
        private OSD osd;// ссылка на родителя для удобия доступа

        // методы
        public Config(OSD aosd)
        {
            osd    = aosd;
            eeprom = new EEPROM();
            eeprom.clear();
        }